diff options
Diffstat (limited to 'apps/files/l10n/ko.json')
-rw-r--r-- | apps/files/l10n/ko.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 9e61e0f1435..0db7ce4325c 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -12,12 +12,15 @@ "Home" : "홈", "Close" : "닫기", "Could not create folder \"{dir}\"" : "폴더 \"{dir}\"을(를) 만들 수 없음", + "This will stop your current uploads." : "이것은 현재 업로드를 중단시킬 것입니다.", "Upload cancelled." : "업로드가 취소되었습니다.", + "Processing files …" : "파일 처리중 ...", "…" : "…", "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" : "남은 공간이 부족함", + "An unknown error has occurred" : "알 수 없는 에러 발생", "Uploading …" : "업로드 중…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize}({bitrate})", "Target folder does not exist any more" : "대상 폴더가 더 이상 존재하지 않습니다", @@ -25,6 +28,8 @@ "Actions" : "작업", "Rename" : "이름 바꾸기", "Copy" : "복사", + "Choose target folder" : "폴더 선택", + "Open" : "열기", "Delete file" : "파일 삭제", "Delete folder" : "폴더 삭제", "Disconnect storage" : "저장소 연결 해제", @@ -121,6 +126,7 @@ "Unlimited" : "무제한", "Upload (max. %s)" : "업로드(최대 %s)", "Accept" : "수락", + "Reject" : "거절", "Change" : "변경", "Tags" : "태그", "%s used" : "%s 사용함", @@ -145,7 +151,6 @@ "Deleted shares" : "삭제된 공유", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", - "%s of %s used" : "%s/%s 사용함", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">내 파일에 WebDAV로 접근</a>하려면 이 주소를 사용하십시오" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |