diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:46 +0000 |
commit | e218d1f98e19307f2bf170e09670e4f7fe61f061 (patch) | |
tree | 179a809826ea32995075c12cc1d0e2385d39b99d /apps/files/l10n/ko.js | |
parent | 2c24c3c469847d36b65e3e1e0550ab2c2d03e6d5 (diff) | |
download | nextcloud-server-e218d1f98e19307f2bf170e09670e4f7fe61f061.tar.gz nextcloud-server-e218d1f98e19307f2bf170e09670e4f7fe61f061.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 | 34 |
1 files changed, 7 insertions, 27 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 81488b13b53..3d7dbf82612 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -339,41 +339,21 @@ OC.L10N.register( "New text file.txt" : "새 텍스트 파일.txt", "Direct link was copied (only works for users who have access to this file/folder)" : "직접 링크를 복사했습니다. (이 파일 및 폴더에 접근할 수 있는 사용자에게만 작동)", "Copy direct link (only works for users who have access to this file/folder)" : "직접 링크 복사(이 파일/폴더에 접근 권한이 있는 사람만)", - "You can only favorite a single file or folder at a time" : "한번에 한 파일 혹은 한 폴더만 즐겨찾기로 지정할 수 있습니다.", - "This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음", - "This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음", "\"remote user\"" : "\"원격 사용자\"", - "Select the row for {displayName}" : "{displayName}을 위한 행을 선택", - "Open folder {name}" : "{name} 폴더 열기", - "Download file {name}" : "{name} 파일 다운로드", - "Unselect all" : "모두 선택 해제", - "ascending" : "오름차순", - "descending" : "내림차순", - "Sort list by {column} ({direction})" : "{column} ({direction})으로 목록 정렬", - "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "이 목록은 성능 상의 이유로 완전히 표시되지 않았습니다. 목록을 탐색하면 파일이 표시됩니다.", - "Storage informations" : "저장소 정보", - "Search for an account" : "계정 검색", - "Choose" : "선택", - "No files or folders have been deleted yet" : "아직 삭제된 파일이나 폴더가 없습니다.", - "Open the files app settings" : "파일 앱 설정을 열기", - "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", - "Set up templates folder" : "템플릿 폴더 설정", - "Create new templates folder" : "새로운 템플릿 폴더 만들기", - "Toggle %1$s sublist" : "%1$s 서브리스트 켜기/끄기", - "Toggle grid view" : "그리드뷰 전환", - "Shares" : "공유", - "Shared with others" : "다른 사람과 공유됨", - "Shared with you" : "나와 공유됨", - "Deleted shares" : "삭제된 공유", - "Pending shares" : "보류 중인 공유", "File name" : "파일 이름", + "Download file {name}" : "{name} 파일 다운로드", "\"{char}\" is not allowed inside a file name." : "파일 이름에 \"{char}\"(을)를 넣을 수 없습니다.", "\"{name}\" is not an allowed filetype." : "\"{name}\"은(는) 허용된 파일 형식이 아님.", "{newName} already exists." : "{newName}이(가) 이미 존재함.", "Name cannot be empty" : "이름이 비어 있을 수 없음", "Another entry with the same name already exists" : "같은 이름의 항목이 이미 있습니다.", + "Storage informations" : "저장소 정보", "A file or folder with that name already exists." : "같은 이름을 사용하는 파일 또는 폴더가 이미 있습니다.", "Invalid file name" : "잘못된 파일 이름", - "The files is locked" : "이 파일은 잠겼습니다." + "Open the files app settings" : "파일 앱 설정을 열기", + "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", + "The files is locked" : "이 파일은 잠겼습니다.", + "Create new templates folder" : "새로운 템플릿 폴더 만들기", + "Toggle %1$s sublist" : "%1$s 서브리스트 켜기/끄기" }, "nplurals=1; plural=0;"); |