diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-03 00:20:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-03 00:20:04 +0000 |
commit | 2611e88d16f25a72fe5c0f8e18d8c0974af44c2c (patch) | |
tree | 01810c10d8c9204a87a621d987bf8979d3500be6 /apps/files/l10n/ko.json | |
parent | a9296ab5c25a8f34c48b407352a9760b9767ca9b (diff) | |
download | nextcloud-server-2611e88d16f25a72fe5c0f8e18d8c0974af44c2c.tar.gz nextcloud-server-2611e88d16f25a72fe5c0f8e18d8c0974af44c2c.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 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 17adf1a179d..38d782bf79f 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -154,11 +154,17 @@ "A file has been added to or removed from your <strong>favorites</strong>" : "파일이 <strong>즐겨찾기</strong>에서 추가 또는 삭제됨", "A file or folder has been <strong>changed</strong>" : "파일이나 폴더가 <strong>변경됨</strong>", "A favorite file or folder has been <strong>changed</strong>" : "즐겨찾기된 파일이나 폴더가 <strong>변경됨</strong>", + "Failed to authorize" : "인증 실패하였습니다", "Upload (max. %s)" : "업로드(최대 %s)", + "Files compatibility" : "파일 호환성", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "모든 클라이언트와 동기화될 수 있게 제한된 파일이름을 허용하세요. 기본적으로 POSIX(예. 리눅스 혹은 맥오에스)에서 유효한 모든 파일이름은 허용됩니다.", + "Enforce Windows compatibility" : "윈도우 호환성 준수", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "예약어나 특수문자사용 같은 윈도우 시스템에서 유효하딘 않은 파일이름은 차단될 것입니다. 그러나 이것은 대소문자 호환성을 강제하지는 않을 것입니다.", "Accept" : "수락", "Reject" : "거절", "Incoming ownership transfer from {user}" : "{user}의 소유권 이전 요청", "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "{path}의 소유권을 받으시겠습니까?\n\n참고: 이전 과정은 동의한 시점으로부터 최대 1시간 소요됩니다.", + "Ownership transfer denied" : "소유권 이전 거절", "Ownership transfer failed" : "소유권 이전 실패", "Your ownership transfer of {path} to {user} failed." : "{user}을(를) 향한 {path}의 소유권 이전에 실패했습니다.", "The ownership transfer of {path} from {user} failed." : "{user}(으)로부터 {path}의 소유권을 받는 것에 실패했습니다.", @@ -278,8 +284,8 @@ "Choose destination" : "목적지 선택", "Copy to {target}" : "{target}에 복사", "Move to {target}" : "{target}에 이동", - "Cancelled move or copy operation" : "이동 또는 복사 작업을 취소함", "Move or copy operation failed" : "이동 또는 복사 작업에 실패함", + "Cancelled move or copy operation" : "이동 또는 복사 작업을 취소함", "Open folder {displayName}" : "{displayName} 폴더 열기", "Open in Files" : "파일에서 열기", "Open details" : "자세한 정보 열기", |