diff options
Diffstat (limited to 'apps/files/l10n/ko.json')
-rw-r--r-- | apps/files/l10n/ko.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index edfb279b7fd..30ad63fd2f2 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -35,6 +35,8 @@ "Set reminder" : "알림 설정", "Edit locally" : "로컬에서 편집", "Open" : "열기", + "Delete file" : "파일 삭제", + "Delete folder" : "폴더 삭제", "Disconnect storage" : "저장소 연결 해제", "Leave this share" : "이 공유에서 떠나기", "Could not load info for file \"{file}\"" : "파일 \"{file}\"의 정보를 가져올 수 없음", @@ -171,8 +173,6 @@ "Drag and drop files here to upload" : "이곳에 파일을 드래그 앤 드롭해 업로드", "Your have used your space quota and cannot upload files anymore" : "저장소 할당량을 모두 사용하여 더 이상 파일을 업로드할 수 없습니다", "You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다", - "Some files could not be uploaded" : "일부 파일을 업로드할 수 없었습니다.", - "Files uploaded successfully" : "파일을 성공적으로 업로드했습니다.", "\"{displayName}\" action executed successfully" : "\"{displayName}\" 작업을 성공적으로 실행함", "\"{displayName}\" action failed" : "\"{displayName}\" 작업을 실패함", "Toggle selection for file \"{displayName}\"" : "파일 \"{displayName}\" 선택/선택해제", @@ -237,6 +237,8 @@ "Files settings" : "파일 설정", "File cannot be accessed" : "파일에 접근할 수 없음", "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "파일을 찾을 수 없거나 볼 권한이 없습니다. 보낸 이에게 공유를 요청하세요.", + "Your files" : "내 파일", + "Open in files" : "파일에서 열기", "Sort favorites first" : "즐겨찾기를 처음에 나열", "Sort folders before files" : "폴더를 파일보다 먼저 정렬", "Show hidden files" : "숨김 파일 보이기", @@ -274,6 +276,7 @@ "(copy %n)" : "(%n 복사)", "Move cancelled" : "이동이 취소됨", "A file or folder with that name already exists in this folder" : "같은 이름을 사용하는 파일 또는 폴더가 이미 이 폴더에 있습니다.", + "The files are locked" : "이 파일은 잠겼습니다", "The file does not exist anymore" : "파일이 더이상 존재하지 않습니다.", "Choose destination" : "목적지 선택", "Copy to {target}" : "{target}에 복사", @@ -283,17 +286,17 @@ "Open folder {displayName}" : "{displayName} 폴더 열기", "Open in Files" : "파일에서 열기", "Open details" : "자세한 정보 열기", - "An error occurred while uploading. Please try again later." : "업로드하는 중 오류가 발생했습니다. 잠시 후 다시 시도해 주세요.", - "Could not copy {file}. {message}" : "{file}(을)를 복사할 수 없음. {message}", - "Could not move {file}. {message}" : "{file}(을)를 이동할 수 없음. {message}", "Created new folder \"{name}\"" : "\"{name}\" 폴더를 새로 만듦", "Filename" : "파일 이름", "Unable to initialize the templates directory" : "템플릿 디렉터리를 설정할 수 없음", "Create new templates folder" : "새로운 템플릿 폴더 만들기", "Templates" : "템플릿", "New template folder" : "새 템플릿 폴더", + "Search in folder: {folder}" : "폴더에서 검색: {folder}", "One of the dropped files could not be processed" : "드롭한 파일 중 하나를 처리할 수 없습니다", - "Uploading \"{filename}\" failed" : "\"{filename}\" 업로드가 실패함", + "Some files could not be uploaded" : "일부 파일을 업로드할 수 없었습니다.", + "Files uploaded successfully" : "파일을 성공적으로 업로드했습니다.", + "Some files could not be moved" : "일부 파일을 이동할 수 없음", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], |