diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index c62d30297fc..116099b57c0 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "저장소를 일시적으로 사용할 수 없음", "Storage invalid" : "저장소가 잘못됨", "Unknown error" : "알 수 없는 오류", - "All files" : "모든 파일", - "Recent" : "최근", - "Favorites" : "즐겨찾기", "File could not be found" : "파일을 찾을 수 없음", "Move or copy" : "이동이나 복사", "Download" : "다운로드", "Delete" : "삭제", "Home" : "홈", "Close" : "닫기", + "Favorites" : "즐겨찾기", "Could not create folder \"{dir}\"" : "폴더 \"{dir}\"을(를) 만들 수 없음", "This will stop your current uploads." : "이것은 현재 업로드를 중단시킬 것입니다.", "Upload cancelled." : "업로드가 취소되었습니다.", @@ -90,6 +88,7 @@ OC.L10N.register( "Favorite" : "즐겨찾기", "New folder" : "새 폴더", "Upload file" : "파일 업로드", + "Recent" : "최근", "Not favorited" : "즐겨찾기에 없음", "Remove from favorites" : "즐겨찾기에서 삭제", "Add to favorites" : "즐겨찾기에 추가", @@ -125,6 +124,7 @@ OC.L10N.register( "A file or folder has been <strong>deleted</strong>" : "파일이나 폴더가 <strong>삭제됨</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>즐겨찾는 파일</strong>의 생성 및 변경 사항에 대한 알림을 줄일 수 있습니다<em>(스트림에서만)</em>", "A file or folder has been <strong>restored</strong>" : "파일이나 폴더가 <strong>복원됨</strong>", + "All files" : "모든 파일", "Unlimited" : "무제한", "Upload (max. %s)" : "업로드(최대 %s)", "Accept" : "수락", |