diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index afc10647787..fff5a010699 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -225,6 +225,12 @@ OC.L10N.register( "Pick a template for {name}" : "{name}을(를) 위한 템플릿 선택", "Create a new file with the selected template" : "선택한 템플릿으로 새 파일 만들기", "Creating file" : "파일 만들기", + "Save as {displayName}" : "{displayName}으로 저장하기", + "Save as …" : "... 으로 저장하기", + "Converting files …" : "파일 변환하기 ...", + "Failed to convert files: {message}" : "파일 변환에 실패함:{message}", + "All files failed to be converted" : "모든 파일이 변환에 실패했습니다.", + "Failed to convert files" : "파일 변환에 실패했습니다", "Deletion cancelled" : "삭제가 취소됨", "Leave this share" : "이 공유에서 떠나기", "Leave these shares" : "이 공유에서 떠나기", @@ -307,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}\"(은)는 예약된 이름이므로 파일 이름에 사용할 수 없습니다.", @@ -385,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" : "여기에 파일을 업로드하거나 만들 권한이 없습니다.", @@ -417,6 +418,7 @@ OC.L10N.register( "Upload file" : "파일 업로드", "Not favorited" : "즐겨찾기에 없음", "An error occurred while trying to update the tags" : "태그를 업데이트하는 중 오류 발생", + "You don't have permission to upload or create files here." : "여기에 파일을 업로드하거나 만들 권한이 없습니다.", "Storage informations" : "저장소 정보", "Choose file" : "파일 선택", "Go to the previous folder" : "이전 폴더로 이동", @@ -425,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" : "텍스트 파일", |