diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:11 +0000 |
commit | d4dffc156606e4f721042ff0ce8f9377c23d63a5 (patch) | |
tree | 76cddd7092443bb79befdb1416a518664e06cb3d /apps/files/l10n/ko.js | |
parent | 94692cd57b93de913d79e76816d6a371c6ebe7e2 (diff) | |
download | nextcloud-server-d4dffc156606e4f721042ff0ce8f9377c23d63a5.tar.gz nextcloud-server-d4dffc156606e4f721042ff0ce8f9377c23d63a5.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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index d3f66ff4f91..86031e02171 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -80,9 +80,6 @@ OC.L10N.register( "Folder name" : "폴더 이름", "This node is unavailable" : "이 노드를 사용할 수 없습니다", "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" 에서 \"{newName}\"(으)로 이름 변경함", - "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\"(이)가 더이상 존재하지 않아 이름을 바꿀 수 없습니다.", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" 이름이 \"{dir}\" 폴더에서 이미 사용 중입니다. 다른 이름을 고르세요.", - "Could not rename \"{oldName}\"" : "\"{oldName}\"의 이름을 바꿀 수 없음", "Pending" : "대기 중", "Clear filter" : "필터 지우기", "Modified" : "수정됨", @@ -338,12 +335,13 @@ OC.L10N.register( "{newName} already exists." : "{newName}이(가) 이미 존재함.", "Name cannot be empty" : "이름이 비어 있을 수 없음", "Another entry with the same name already exists" : "같은 이름의 항목이 이미 있습니다.", + "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\"(이)가 더이상 존재하지 않아 이름을 바꿀 수 없습니다.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" 이름이 \"{dir}\" 폴더에서 이미 사용 중입니다. 다른 이름을 고르세요.", + "Could not rename \"{oldName}\"" : "\"{oldName}\"의 이름을 바꿀 수 없음", "Storage informations" : "저장소 정보", "Choose file" : "파일 선택", "Open the files app settings" : "파일 앱 설정을 열기", "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", - "Destination is not a folder" : "대상이 폴더가 아닙니다.", - "This file/folder is already in that directory" : "이 파일/폴더가 이미 그 경로에 있습니다.", "The files is locked" : "이 파일은 잠겼습니다.", "Create new templates folder" : "새로운 템플릿 폴더 만들기", "List of favorites files and folders." : "즐겨찾는 파일과 폴더의 목록", @@ -351,6 +349,8 @@ OC.L10N.register( "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "직접 링크를 복사했습니다. (이 파일 및 폴더에 접근할 수 있는 사람에게만 작동)", - "Copy direct link (only works for people who have access to this file/folder)" : "직접 링크 복사(이 파일/폴더에 접근 권한이 있는 사람만)" + "Copy direct link (only works for people who have access to this file/folder)" : "직접 링크 복사(이 파일/폴더에 접근 권한이 있는 사람만)", + "Destination is not a folder" : "대상이 폴더가 아닙니다.", + "This file/folder is already in that directory" : "이 파일/폴더가 이미 그 경로에 있습니다." }, "nplurals=1; plural=0;"); |