ko.js 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "요청 토큰을 가져올 수 없습니다. Dropbox 앱 키와 비밀 값이 올바른지 확인하십시오.",
  5. "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "접근 토큰을 가져올 수 없습니다. Dropbox 앱 키와 비밀 값이 올바른지 확인하십시오.",
  6. "Please provide a valid Dropbox app key and secret." : "올바른 Dropbox 앱 키와 암호를 입력하십시오.",
  7. "Step 1 failed. Exception: %s" : "1단계 실패. 예외: %s",
  8. "Step 2 failed. Exception: %s" : "2단계 실패. 예외: %s",
  9. "External storage" : "외부 저장소",
  10. "Local" : "로컬",
  11. "Location" : "위치",
  12. "Amazon S3" : "Amazon S3",
  13. "Key" : "키",
  14. "Secret" : "비밀 값",
  15. "Bucket" : "버킷",
  16. "Amazon S3 and compliant" : "Amazon S3 및 호환 가능 서비스",
  17. "Access Key" : "접근 키",
  18. "Secret Key" : "비밀 키",
  19. "Hostname" : "호스트 이름",
  20. "Port" : "포트",
  21. "Region" : "지역",
  22. "Enable SSL" : "SSL 사용",
  23. "Enable Path Style" : "경로 스타일 사용",
  24. "App key" : "앱 키",
  25. "App secret" : "앱 비밀 값",
  26. "Host" : "호스트",
  27. "Username" : "사용자 이름",
  28. "Password" : "암호",
  29. "Remote subfolder" : "원격 하위 폴더",
  30. "Secure ftps://" : "보안 ftps://",
  31. "Client ID" : "클라이언트 ID",
  32. "Client secret" : "클라이언트 비밀 값",
  33. "OpenStack Object Storage" : "OpenStack 객체 저장소",
  34. "Region (optional for OpenStack Object Storage)" : "지역(OpenStack 객체 저장소는 선택 사항)",
  35. "API Key (required for Rackspace Cloud Files)" : "API 키(Rackspace 클라우드 파일에 필요함)",
  36. "Tenantname (required for OpenStack Object Storage)" : "Tenantname(OpenStack 객체 저장소에 필요함)",
  37. "Password (required for OpenStack Object Storage)" : "암호(OpenStack 객체 저장소에 필요함)",
  38. "Service Name (required for OpenStack Object Storage)" : "서비스 이름(OpenStack 객체 저장소에 필요함)",
  39. "URL of identity endpoint (required for OpenStack Object Storage)" : "Identity 엔드포인트 URL(OpenStack 객체 저장소에 필요함)",
  40. "Timeout of HTTP requests in seconds" : "초 단위 HTTP 요청 시간 제한",
  41. "Share" : "공유",
  42. "SMB / CIFS using OC login" : "OC 로그인을 사용하는 SMB/CIFS",
  43. "Username as share" : "사용자 이름으로 공유",
  44. "URL" : "URL",
  45. "Secure https://" : "보안 https://",
  46. "Public key" : "공개 키",
  47. "Access granted" : "접근 허가됨",
  48. "Error configuring Dropbox storage" : "Dropbox 저장소 설정 오류",
  49. "Grant access" : "접근 권한 부여",
  50. "Error configuring Google Drive storage" : "Google 드라이브 저장소 설정 오류",
  51. "Personal" : "개인",
  52. "System" : "시스템",
  53. "All users. Type to select user or group." : "모든 사용자입니다. 사용자나 그룹을 선택하려면 입력하십시오",
  54. "(group)" : "(그룹)",
  55. "Saved" : "저장됨",
  56. "<b>Note:</b> " : "<b>메모:</b>",
  57. "and" : "그리고",
  58. "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>메모:</b> PHP cURL 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
  59. "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>메모:</b> PHP FTP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
  60. "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>메모:</b> \"%s\"이(가) 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
  61. "No external storage configured" : "외부 저장소가 설정되지 않았음",
  62. "Name" : "이름",
  63. "Storage type" : "저장소 종류",
  64. "Scope" : "범위",
  65. "External Storage" : "외부 저장소",
  66. "Folder name" : "폴더 이름",
  67. "Configuration" : "설정",
  68. "Available for" : "다음으로 사용 가능",
  69. "Add storage" : "저장소 추가",
  70. "Delete" : "삭제",
  71. "Enable User External Storage" : "사용자 외부 저장소 사용",
  72. "Allow users to mount the following external storage" : "사용자가 다음 외부 저장소를 마운트할 수 있도록 허용"
  73. },
  74. "nplurals=1; plural=0;");