diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-27 00:12:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-27 00:12:26 +0000 |
commit | 2ace0df82a07603f4d734c0a17760574f0c1cbeb (patch) | |
tree | e15fd0450f1f60db48fb18bab79cbb675c81bc7e /apps/files/l10n/ko.js | |
parent | bf57c53ca5b3f61c94c65649aafc3d96b2d6699e (diff) | |
download | nextcloud-server-2ace0df82a07603f4d734c0a17760574f0c1cbeb.tar.gz nextcloud-server-2ace0df82a07603f4d734c0a17760574f0c1cbeb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 7b476cf124b..4a598a8ca74 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -15,12 +15,12 @@ OC.L10N.register( "Close" : "닫기", "Could not create folder \"{dir}\"" : "폴더 \"{dir}\"을(를) 만들 수 없음", "Upload cancelled." : "업로드가 취소되었습니다.", + "…" : "…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "남은 공간이 부족합니다. 업로드할 파일 크기는 {size1}이지만 현재 {size2}만큼 남아 있습니다", "Target folder \"{dir}\" does not exist any more" : "대상 폴더 \"{dir}\"이(가) 더 이상 존재하지 않습니다", "Not enough free space" : "남은 공간이 부족함", "Uploading …" : "업로드 중…", - "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize}({bitrate})", "Target folder does not exist any more" : "대상 폴더가 더 이상 존재하지 않습니다", "Error when assembling chunks, status code {status}" : "조각을 모으는 중 오류 발생, 상태 코드 {status}", |