diff options
Diffstat (limited to 'apps/files/l10n/ko.json')
-rw-r--r-- | apps/files/l10n/ko.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index c4e1436f234..c5c8ea7f354 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -218,6 +218,7 @@ "Ownership transfer request sent" : "소유권 이전 요청이 전송됨", "Cannot transfer ownership of a file or folder you do not own" : "내가 소유하지 않은 파일이나 폴더의 소유권을 이전할 수 없음", "Select file or folder to link to" : "링크할 파일이나 폴더 선택", + "Choose file" : "파일 선택", "Choose {file}" : "{file} 선택", "Add" : "추가", "Loading current folder" : "현재 폴더를 불러오는 중", @@ -230,6 +231,8 @@ "Shared" : "공유됨", "Switch to list view" : "목록 보기로 전환", "Switch to grid view" : "바둑판식 보기로 전환", + "Error during upload: {message}" : "업로드 오류: {message}", + "Unknown error during upload" : "업로드 중 알 수 없는 오류 발생", "Open the files app settings" : "파일 앱 설정을 열기", "Files settings" : "파일 설정", "File cannot be accessed" : "파일에 접근할 수 없음", @@ -260,6 +263,7 @@ "A file or folder with that name already exists in this folder" : "같은 이름을 사용하는 파일 또는 폴더가 이미 이 폴더에 있습니다.", "The files is locked" : "이 파일은 잠겼습니다.", "The file does not exist anymore" : "파일이 더이상 존재하지 않습니다.", + "Choose destination" : "목적지 선택", "Copy to {target}" : "{target}에 복사", "Move to {target}" : "{target}에 이동", "Cancelled move or copy operation" : "이동 또는 복사 작업을 취소함", @@ -270,6 +274,7 @@ "Templates" : "템플릿", "Unable to initialize the templates directory" : "템플릿 디렉터리를 설정할 수 없음", "Created new folder \"{name}\"" : "\"{name}\" 폴더를 새로 만듦", + "Uploading \"{filename}\" failed" : "\"{filename}\" 업로드가 실패함", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], |