diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index d79474ef289..1f5c905721b 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -154,7 +154,6 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "파일이 <strong>즐겨찾기</strong>에서 추가 또는 삭제됨", "A file or folder has been <strong>changed</strong>" : "파일이나 폴더가 <strong>변경됨</strong>", "A favorite file or folder has been <strong>changed</strong>" : "즐겨찾기된 파일이나 폴더가 <strong>변경됨</strong>", - "All files" : "모든 파일", "Upload (max. %s)" : "업로드(최대 %s)", "Accept" : "수락", "Reject" : "거절", @@ -177,13 +176,14 @@ OC.L10N.register( "\"{displayName}\" action failed" : "\"{displayName}\" 작업을 실패함", "Name cannot be empty" : "이름이 비어 있을 수 없음", "Total rows summary" : "총 행 요약", - "Select all" : "모두 선택", - "Unselect all" : "모두 선택 해제", "\"{displayName}\" failed on some elements " : "\"{displayName}\" 이 일부 요소들에서 실패함", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" 일괄 작업을 성공적으로 실행함", "ascending" : "오름차순", "descending" : "내림차순", "Sort list by {column} ({direction})" : "{column} ({direction})으로 목록 정렬", + "Select all" : "모두 선택", + "Unselect all" : "모두 선택 해제", + "File not found" : "파일을 찾을 수 없음", "Storage informations" : "저장소 정보", "{usedQuotaByte} used" : "{usedQuotaByte} 사용", "{relative}% used" : "{relative}% 사용", @@ -234,7 +234,7 @@ OC.L10N.register( "Unable to initialize the templates directory" : "템플릿 디렉터리를 설정할 수 없음", "No favorites yet" : "즐겨찾는 항목 없음", "Files and folders you mark as favorite will show up here" : "즐겨찾기에 추가한 파일과 폴더가 여기에 나타납니다", - "Toggle grid view" : "모눈 보기 전환", + "All files" : "모든 파일", "No entries found in this folder" : "이 폴더에 항목 없음", "Upload too large" : "업로드한 파일이 너무 큼", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", @@ -247,6 +247,7 @@ OC.L10N.register( "Cancel" : "취소", "%s used" : "%s 사용함", "%1$s of %2$s used" : "%2$s 중 %1$s 사용됨", + "Toggle grid view" : "모눈 보기 전환", "Deleted files" : "삭제된 파일", "Shares" : "공유", "Shared with others" : "다른 사람과 공유됨", |