diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-04-03 12:08:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-04-03 12:08:12 +0000 |
commit | 4e8bbc4e341861ad1ddcf872c8e248fadb711861 (patch) | |
tree | d82d0069c073730733ca8d9b06e4f2bdf8489091 /apps/files_sharing/l10n/ko.js | |
parent | 054df038def136ba1c9e9c26a1e0ce3db0a17307 (diff) | |
download | nextcloud-server-4e8bbc4e341861ad1ddcf872c8e248fadb711861.tar.gz nextcloud-server-4e8bbc4e341861ad1ddcf872c8e248fadb711861.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ko.js')
-rw-r--r-- | apps/files_sharing/l10n/ko.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index 55d479713d3..50271ff3c89 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -19,6 +19,7 @@ OC.L10N.register( "Restore" : "Restore", "Restore share" : "공유 복원", "Something happened. Unable to restore the share." : "무언가 잘못되었습니다. 공유를 복원할 수 없습니다.", + "error" : "오류", "Move or copy" : "이동이나 복사", "Download" : "다운로드", "Delete" : "삭제", @@ -163,9 +164,9 @@ OC.L10N.register( "Upload files to %s" : "%s에 파일 업로드", "Note" : "노트", "Select or drop files" : "파일을 선택하거나 끌어다 놓기", - "Uploading files…" : "파일 업로드 중…", "Uploaded files:" : "업로드한 파일:", "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다.", - "could not delete share" : "공유를 삭제할 수 없음" + "could not delete share" : "공유를 삭제할 수 없음", + "Uploading files…" : "파일 업로드 중…" }, "nplurals=1; plural=0;"); |