diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 2f91081e464..fff5a010699 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -313,11 +313,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "디렉터리를 사용할 수 없습니다. 로그를 확인하거나 관리자에게 연락하십시오", "Storage is temporarily not available" : "저장소를 일시적으로 사용할 수 없음", "Unexpected error: {error}" : "예상치 못한 오류: {error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount}개 파일과 1개 폴더"], - "{fileCount} files and {folderCount} folders" : "{fileCount}개 파일과 {folderCount}개 폴더", + "_%n file_::_%n files_" : ["파일 %n개"], + "_%n folder_::_%n folders_" : ["폴더 %n개"], "Filename must not be empty." : "파일 이름을 비울 수 없습니다.", "\"{char}\" is not allowed inside a filename." : "파일 이름에 \"{char}\"(을)를 사용할 수 없습니다.", "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\"(은)는 예약된 이름이므로 파일 이름에 사용할 수 없습니다.", @@ -391,8 +388,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "파일 \"{fileName}\"을(를) 삭제할 수 없습니다.", "No search results in other folders for {tag}{filter}{endtag}" : "다른 폴더에 {tag}{filter}{endtag} 검색 결과가 없음", "Enter more than two characters to search in other folders" : "다른 폴더에서 검색하기 위해 2글자 이상 입력하세요.", - "_%n folder_::_%n folders_" : ["폴더 %n개"], - "_%n file_::_%n files_" : ["파일 %n개"], "{dirs} and {files}" : "{dirs} 그리고 {files}", "_including %n hidden_::_including %n hidden_" : ["%n개의 숨겨진 파일 포함"], "You do not have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다.", @@ -432,6 +427,11 @@ OC.L10N.register( "Edit file locally" : "로컬에서 파일 편집", "Edit online" : "온라인으로 편집", "Create new templates folder" : "새로운 템플릿 폴더 만들기", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount}개 파일과 1개 폴더"], + "{fileCount} files and {folderCount} folders" : "{fileCount}개 파일과 {folderCount}개 폴더", "List of favorites files and folders." : "즐겨찾는 파일과 폴더의 목록", "Personal Files" : "개인 파일", "Text file" : "텍스트 파일", |