diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-10 00:20:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-10 00:20:50 +0000 |
commit | 68b65a6ad3b7caf54b8de417693698fd23ba12c2 (patch) | |
tree | c209296fb519236e0276aa89820ad54fc08670b9 /apps/files/l10n/ko.js | |
parent | ffe1941d2bb60b0e4c71f3944435c9bc00d3175b (diff) | |
download | nextcloud-server-68b65a6ad3b7caf54b8de417693698fd23ba12c2.tar.gz nextcloud-server-68b65a6ad3b7caf54b8de417693698fd23ba12c2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index b789160f957..22cc9f4236d 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -220,6 +220,7 @@ OC.L10N.register( "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" : "현재 폴더를 불러오는 중", @@ -232,6 +233,8 @@ OC.L10N.register( "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" : "파일에 접근할 수 없음", @@ -262,6 +265,7 @@ OC.L10N.register( "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" : "이동 또는 복사 작업을 취소함", @@ -272,6 +276,7 @@ OC.L10N.register( "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}개 폴더"], |