diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_external/l10n/ko.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_external/l10n/ko.js')
-rw-r--r-- | apps/files_external/l10n/ko.js | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ko.js b/apps/files_external/l10n/ko.js new file mode 100644 index 00000000000..6f77ff4071a --- /dev/null +++ b/apps/files_external/l10n/ko.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "올바른 Dropbox 앱 키와 암호를 입력하십시오.", + "External storage" : "외부 저장소", + "Location" : "장소", + "Amazon S3" : "Amazon S3", + "Port" : "포트", + "Region" : "지역", + "Host" : "호스트", + "Username" : "사용자 이름", + "Password" : "암호", + "Share" : "공유", + "URL" : "URL", + "Access granted" : "접근 허가됨", + "Error configuring Dropbox storage" : "Dropbox 저장소 설정 오류", + "Grant access" : "접근 권한 부여", + "Error configuring Google Drive storage" : "Google 드라이브 저장소 설정 오류", + "Personal" : "개인", + "Saved" : "저장됨", + "Name" : "이름", + "External Storage" : "외부 저장소", + "Folder name" : "폴더 이름", + "Configuration" : "설정", + "Add storage" : "저장소 추가", + "Delete" : "삭제", + "Enable User External Storage" : "사용자 외부 저장소 사용" +}, +"nplurals=1; plural=0;"); |