diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-12-26 01:09:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-12-26 01:09:23 +0000 |
commit | 3fc4e1b5b9402fa00da94762ef2463fb6dfb9acd (patch) | |
tree | dedbae4d6e8ee374b357d5caa2f09b03477ccacb /apps/files/l10n/ko.js | |
parent | 56c016946d0695a62e418839cf19786a223b4ae7 (diff) | |
download | nextcloud-server-3fc4e1b5b9402fa00da94762ef2463fb6dfb9acd.tar.gz nextcloud-server-3fc4e1b5b9402fa00da94762ef2463fb6dfb9acd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 3dfa805b997..fcec4a93b65 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -19,15 +19,6 @@ OC.L10N.register( "Not enough free space" : "빈 공간이 부족합니다", "Uploading..." : "업로드 중...", "..." : "...", - "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} 시간 {plural_s} 남음", - "{hours}:{minutes}h" : "{hours}:{minutes} 시간", - "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} 분 남음", - "{minutes}:{seconds}m" : "{minutes}:{seconds} 분", - "{seconds} second{plural_s} left" : "{seconds} 초 남음", - "{seconds}s" : "{seconds}초", - "Any moment now..." : "조금 남음", - "Soon..." : "곧...", - "File upload is in progress. Leaving the page now will cancel the upload." : "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.", "Actions" : "작업", "Download" : "다운로드", "Rename" : "이름 바꾸기", @@ -154,6 +145,15 @@ OC.L10N.register( "Total file size {size1} exceeds upload limit {size2}" : "총 파일 크기 {size1}이(가) 업로드 제한 {size2}을(를) 초과함", "Error uploading file \"{fileName}\": {message}" : "\"{fileName}\"을(를) 업로드할 수 없음: {message}", "Could not get result from server." : "서버에서 결과를 가져올 수 없습니다.", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} 시간 {plural_s} 남음", + "{hours}:{minutes}h" : "{hours}:{minutes} 시간", + "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} 분 남음", + "{minutes}:{seconds}m" : "{minutes}:{seconds} 분", + "{seconds} second{plural_s} left" : "{seconds} 초 남음", + "{seconds}s" : "{seconds}초", + "Any moment now..." : "조금 남음", + "Soon..." : "곧...", + "File upload is in progress. Leaving the page now will cancel the upload." : "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.", "No entries in this folder match '{filter}'" : "이 폴더에 '{filter}'와(과) 일치하는 항목 없음", "Local link" : "로컬 링크", "{newname} already exists" : "{newname} 항목이 이미 존재함", @@ -171,8 +171,6 @@ OC.L10N.register( "%2$s restored %1$s" : "%2$s 님이 %1$s을(를) 복원함", "Changed by %2$s" : "%2$s 님이 변경함", "Deleted by %2$s" : "%2$s 님이 삭제함", - "Restored by %2$s" : "%2$s 님이 복원함", - "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "이 주소를 사용하여 <a href=\"%s\" target=\"_blank\">WebDAV를 통해 파일에 접근할 수 있습니다</a>", - "Cancel upload" : "업로드 취소" + "Restored by %2$s" : "%2$s 님이 복원함" }, "nplurals=1; plural=0;"); |