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 9dc161d0342..70e39c76b18 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -231,7 +231,6 @@ OC.L10N.register( "Failed to convert files: {message}" : "파일 변환에 실패함:{message}", "All files failed to be converted" : "모든 파일이 변환에 실패했습니다.", "Failed to convert files" : "파일 변환에 실패했습니다", - "Deletion cancelled" : "삭제가 취소됨", "Leave this share" : "이 공유에서 떠나기", "Leave these shares" : "이 공유에서 떠나기", "Disconnect storage" : "저장소 연결 해제", @@ -255,7 +254,6 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "파일/폴더를 그 안이나 그 안의 폴더로 이동할 수 없습니다.", "(copy)" : "(복사)", "(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" : "파일이 더이상 존재하지 않습니다.", @@ -266,8 +264,6 @@ OC.L10N.register( "Move" : "이동", "Move or copy operation failed" : "이동 또는 복사 작업에 실패함", "Move or copy" : "이동이나 복사", - "Cancelled move or copy of \"{filename}\"." : "\"{filename}\"의 이동 또는 복사를 취소했습니다.", - "Cancelled move or copy operation" : "이동 또는 복사 작업을 취소함", "Open folder {displayName}" : "{displayName} 폴더 열기", "Open in Files" : "파일에서 열기", "Open locally" : "로컬에서 열기", @@ -291,7 +287,6 @@ OC.L10N.register( "Audio" : "오디오", "Photos and images" : "사진과 이미지", "Videos" : "동영상", - "New folder creation cancelled" : "새 폴더 생성 취소됨", "Created new folder \"{name}\"" : "\"{name}\" 폴더를 새로 만듦", "Unable to initialize the templates directory" : "템플릿 디렉터리를 설정할 수 없음", "Create templates folder" : "템플릿 폴더 만들기", @@ -425,6 +420,11 @@ OC.L10N.register( "Enable the grid view" : "바둑판식 보기 활성화", "Use this address to access your Files via WebDAV" : "이 주소를 사용하여 WebDAV를 통해 내 파일에 접근하세요.", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "2단계 인증을 활성화했다면, 이곳을 클릭해 새로운 앱 암호를 만들어 사용해야 합니다.", + "Deletion cancelled" : "삭제가 취소됨", + "Move cancelled" : "이동이 취소됨", + "Cancelled move or copy of \"{filename}\"." : "\"{filename}\"의 이동 또는 복사를 취소했습니다.", + "Cancelled move or copy operation" : "이동 또는 복사 작업을 취소함", + "New folder creation cancelled" : "새 폴더 생성 취소됨", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"], |