diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index bd90d5565c0..fca5a8b89a1 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -182,13 +182,10 @@ OC.L10N.register( "{newName} already exists." : "{newName}이(가) 이미 존재함.", "Name cannot be empty" : "이름이 비어 있을 수 없음", "Total rows summary" : "총 행 요약", - "\"{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" : "모두 선택 해제", + "\"{displayName}\" failed on some elements " : "\"{displayName}\" 이 일부 요소들에서 실패함", + "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" 일괄 작업을 성공적으로 실행함", "File not found" : "파일을 찾을 수 없음", "Storage informations" : "저장소 정보", "{usedQuotaByte} used" : "{usedQuotaByte} 사용", @@ -269,6 +266,9 @@ OC.L10N.register( "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "Open folder {name}" : "{name} 폴더 열기", + "ascending" : "오름차순", + "descending" : "내림차순", + "Sort list by {column} ({direction})" : "{column} ({direction})으로 목록 정렬", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "이 목록은 성능 상의 이유로 완전히 표시되지 않았습니다. 목록을 탐색하면 파일이 표시됩니다.", "Search for an account" : "계정 검색", "Choose" : "선택", |