diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:35 +0000 |
commit | ac54fda52c91987e53f845598ec0bcf5798a4dfb (patch) | |
tree | 6ad54e49e433a2ea23360e3e686423ad8eb72c02 /apps/files/l10n/ko.json | |
parent | b30cc91e931c083b0e97ac5faa441b1cd41c0dac (diff) | |
download | nextcloud-server-ac54fda52c91987e53f845598ec0bcf5798a4dfb.tar.gz nextcloud-server-ac54fda52c91987e53f845598ec0bcf5798a4dfb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ko.json')
-rw-r--r-- | apps/files/l10n/ko.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 2a2c295c7cd..edfb279b7fd 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -35,10 +35,8 @@ "Set reminder" : "알림 설정", "Edit locally" : "로컬에서 편집", "Open" : "열기", - "_Delete file_::_Delete files_" : ["파일 삭제"], - "_Delete folder_::_Delete folders_" : ["폴더 삭제"], - "_Disconnect storage_::_Disconnect storages_" : ["저장소 연결 끊기"], - "_Leave this share_::_Leave these shares_" : ["이 공유에서 떠나기"], + "Disconnect storage" : "저장소 연결 해제", + "Leave this share" : "이 공유에서 떠나기", "Could not load info for file \"{file}\"" : "파일 \"{file}\"의 정보를 가져올 수 없음", "Files" : "파일", "Details" : "자세한 정보", @@ -261,6 +259,10 @@ "Unable to create new file from template" : "템플릿으로 새 파일을 만들 수 없음", "Delete permanently" : "영구히 삭제", "Delete and unshare" : "삭제 및 공유 해제", + "Leave these shares" : "이 공유에서 떠나기", + "Disconnect storages" : "저장소 연결 끊기", + "Delete files" : "파일 삭제", + "Delete folders" : "폴더 삭제", "You are about to delete {count} items." : "{count}개 항목을 삭제합니다.", "Confirm deletion" : "삭제 확인", "Cancel" : "취소", @@ -318,20 +320,9 @@ "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" : "한번에 한 파일 혹은 한 폴더만 즐겨찾기로 지정할 수 있습니다.", - "\"remote user\"" : "\"원격 사용자\"", - "Search users" : "사용자 검색", - "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", - "Set up templates folder" : "템플릿 폴더 설정", - "Toggle %1$s sublist" : "%1$s 서브리스트 켜기/끄기", - "Toggle grid view" : "바둑판식 보기 전환", - "Deleted files" : "삭제된 파일", - "Shares" : "공유", - "Shared with others" : "다른 사람과 공유됨", - "Shared with you" : "나와 공유됨", - "Deleted shares" : "삭제된 공유", - "Pending shares" : "보류 중인 공유", "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} 폴더 열기", "Unselect all" : "모두 선택 해제", @@ -342,6 +333,15 @@ "Search for an account" : "계정 검색", "Choose" : "선택", "No files or folders have been deleted yet" : "아직 삭제된 파일이나 폴더가 없습니다.", + "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", + "Set up templates folder" : "템플릿 폴더 설정", + "Toggle %1$s sublist" : "%1$s 서브리스트 켜기/끄기", + "Toggle grid view" : "바둑판식 보기 전환", + "Shares" : "공유", + "Shared with others" : "다른 사람과 공유됨", + "Shared with you" : "나와 공유됨", + "Deleted shares" : "삭제된 공유", + "Pending shares" : "보류 중인 공유", "The files is locked" : "이 파일은 잠겼습니다." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |