Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jun 27, 2023
1 parent 12caa49 commit f4bd3e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions l10n/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OC.L10N.register(
"Could not find the public key belonging to the user %s" : "%s 사용자의 공개 키를 찾을 수 없음",
"Common name (CN) does not match the current user" : "공통 이름(CN)이 현재 사용자와 일치하지 않음",
"Could not find the public key belonging to %s" : "%s의 공개 키를 찾을 수 없음",
"This is not your public key to delete" : "이 키는 제거하고자 하는 공개키가 아닙니다",
"This is not your public key to delete" : "이 키는 제거하고자 하는 공개키가 아닙니다.",
"Cannot decode userlist" : "사용자 목록을 해석할 수 없음",
"You are not allowed to create the lock" : "잠금을 생성할 권한이 없음",
"File already locked" : "파일이 이미 잠김",
Expand All @@ -31,7 +31,7 @@ OC.L10N.register(
"Saved groups" : "저장된 그룹",
"End-to-end encryption" : "종단간 암호화",
"Reset end-to-end encryption" : "종단간 암호화 초기화",
"Please read carefully before resetting your end-to-end encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으십시오",
"Please read carefully before resetting your end-to-end encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으세요.",
"Once your end-to-end encryption keys are reset, all files stored in your encrypted folder will be inaccessible." : "종단간 암호화 키가 초기화될 경우, 암호화된 폴더에 저장한 모든 파일에 더 이상 접근할 수 없습니다.",
"You should only reset your end-to-end encryption keys if you lost your secure key words (mnemonic)." : "종단간 암호화는 반드시 보안 키의 문구(연상기호 - mnemonic)를 잊어버렸을 경우에만 초기화하십시오.",
"Check on all connected devices if you can retrieve your mnemonic." : "우선 연결된 모든 기기를 점검하여 연상기호(mnemonic)를 다시 찾을 수 있는지 확인하십시오.",
Expand All @@ -46,7 +46,7 @@ OC.L10N.register(
"Metadata-file doesn't exist" : "메타데이터 파일이 존재하지 않음",
"End-to-End encryption" : "종단간 암호화",
"Reset End-to-End encryption" : "종단간 암호화 초기화",
"Please read carefully before resetting your End-to-End encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으십시오",
"Please read carefully before resetting your End-to-End encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으세요.",
"Once your End-to-End encryption keys are reset, all files stored in your encrypted folder will be inaccessible." : "종단간 암호화 키가 초기화될 경우, 암호화된 폴더에 저장한 모든 파일에 더 이상 접근할 수 없습니다.",
"You should only reset your End-to-End encryption keys if you lost your secure key words (mnemonic)." : "종단간 암호화는 반드시 보안 키의 문구(연상기호 - mnemonic)를 잊어버렸을 경우에만 초기화하십시오.",
"End-to-End encryption is currently enabled and correctly setup." : "현재 종단간 암호화가 활성화되었으며, 올바르게 설정되어 있습니다.",
Expand Down
6 changes: 3 additions & 3 deletions l10n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Could not find the public key belonging to the user %s" : "%s 사용자의 공개 키를 찾을 수 없음",
"Common name (CN) does not match the current user" : "공통 이름(CN)이 현재 사용자와 일치하지 않음",
"Could not find the public key belonging to %s" : "%s의 공개 키를 찾을 수 없음",
"This is not your public key to delete" : "이 키는 제거하고자 하는 공개키가 아닙니다",
"This is not your public key to delete" : "이 키는 제거하고자 하는 공개키가 아닙니다.",
"Cannot decode userlist" : "사용자 목록을 해석할 수 없음",
"You are not allowed to create the lock" : "잠금을 생성할 권한이 없음",
"File already locked" : "파일이 이미 잠김",
Expand All @@ -29,7 +29,7 @@
"Saved groups" : "저장된 그룹",
"End-to-end encryption" : "종단간 암호화",
"Reset end-to-end encryption" : "종단간 암호화 초기화",
"Please read carefully before resetting your end-to-end encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으십시오",
"Please read carefully before resetting your end-to-end encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으세요.",
"Once your end-to-end encryption keys are reset, all files stored in your encrypted folder will be inaccessible." : "종단간 암호화 키가 초기화될 경우, 암호화된 폴더에 저장한 모든 파일에 더 이상 접근할 수 없습니다.",
"You should only reset your end-to-end encryption keys if you lost your secure key words (mnemonic)." : "종단간 암호화는 반드시 보안 키의 문구(연상기호 - mnemonic)를 잊어버렸을 경우에만 초기화하십시오.",
"Check on all connected devices if you can retrieve your mnemonic." : "우선 연결된 모든 기기를 점검하여 연상기호(mnemonic)를 다시 찾을 수 있는지 확인하십시오.",
Expand All @@ -44,7 +44,7 @@
"Metadata-file doesn't exist" : "메타데이터 파일이 존재하지 않음",
"End-to-End encryption" : "종단간 암호화",
"Reset End-to-End encryption" : "종단간 암호화 초기화",
"Please read carefully before resetting your End-to-End encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으십시오",
"Please read carefully before resetting your End-to-End encryption keys" : "종단간 암호화 키를 초기화하기 전 주의하여 읽으세요.",
"Once your End-to-End encryption keys are reset, all files stored in your encrypted folder will be inaccessible." : "종단간 암호화 키가 초기화될 경우, 암호화된 폴더에 저장한 모든 파일에 더 이상 접근할 수 없습니다.",
"You should only reset your End-to-End encryption keys if you lost your secure key words (mnemonic)." : "종단간 암호화는 반드시 보안 키의 문구(연상기호 - mnemonic)를 잊어버렸을 경우에만 초기화하십시오.",
"End-to-End encryption is currently enabled and correctly setup." : "현재 종단간 암호화가 활성화되었으며, 올바르게 설정되어 있습니다.",
Expand Down

0 comments on commit f4bd3e1

Please sign in to comment.