Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-05-28 05:40:45 +0300
committerNextcloud bot <bot@nextcloud.com>2019-05-28 05:40:45 +0300
commitad88a08c848850fe1c8a470b3022e94fcb22c9df (patch)
tree9f21a314bf522edcc8ee388a411c1d2811df735b
parente80cac88f5ed60d5c23e76d9d85c804b8ba2e556 (diff)
[tx-robot] updated from transifexv14.0.13RC1v14.0.13
-rw-r--r--l10n/ko.js7
-rw-r--r--l10n/ko.json7
2 files changed, 12 insertions, 2 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
index 166a4ce..208ab5d 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -6,11 +6,16 @@ OC.L10N.register(
"Password needs to contain at least one numeric character." : "암호에 적어도 하나의 숫자를 포함해야 합니다.",
"Password needs to contain at least one special character." : "암호에 적어도 하나의 특수 문자를 포함해야 합니다.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "암호가 가장 흔한 1,000,000개의 암호에 해당됩니다. 다른 암호를 선택하십시오.",
+ "Password is present in compromised password list. Please choose a different password." : "암호가 유출된 암호 목록에 있습니다. 다른 암호를 사용하십시오.",
"Password policy" : "암호 정책",
+ "Allows admins to configure a password policy" : "관리자가 암호 정책을 변경할 수 있도록 허용",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "관리자가 최소 암호 길이 등 암호 정책을 설정할 수 있도록 허용",
"Minimal length" : "최소 길이",
"Forbid common passwords" : "일반적인 암호 금지",
"Enforce upper and lower case characters" : "대문자와 소문자 사용",
"Enforce numeric characters" : "숫자 사용",
- "Enforce special characters" : "특수 문자 사용"
+ "Enforce special characters" : "특수 문자 사용",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "haveibeenpwned.com에 등록된 유출된 암호 목록과 암호 비교",
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "이 검사를 활성화하면 암호 해시를 만들고 해시의 첫 5글자를 haveibeenpwned.com API에 전송하여 유출된 암호 목록 중에 해당 글자로 시작하는 해시를 가져옵니다. 그 다음 Nextcloud 인스턴스에서 사용하고 있는 암호 중 해당 해시와 일치하는 암호를 검사합니다."
},
"nplurals=1; plural=0;");
diff --git a/l10n/ko.json b/l10n/ko.json
index f0d7d2a..4c48d77 100644
--- a/l10n/ko.json
+++ b/l10n/ko.json
@@ -4,11 +4,16 @@
"Password needs to contain at least one numeric character." : "암호에 적어도 하나의 숫자를 포함해야 합니다.",
"Password needs to contain at least one special character." : "암호에 적어도 하나의 특수 문자를 포함해야 합니다.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "암호가 가장 흔한 1,000,000개의 암호에 해당됩니다. 다른 암호를 선택하십시오.",
+ "Password is present in compromised password list. Please choose a different password." : "암호가 유출된 암호 목록에 있습니다. 다른 암호를 사용하십시오.",
"Password policy" : "암호 정책",
+ "Allows admins to configure a password policy" : "관리자가 암호 정책을 변경할 수 있도록 허용",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "관리자가 최소 암호 길이 등 암호 정책을 설정할 수 있도록 허용",
"Minimal length" : "최소 길이",
"Forbid common passwords" : "일반적인 암호 금지",
"Enforce upper and lower case characters" : "대문자와 소문자 사용",
"Enforce numeric characters" : "숫자 사용",
- "Enforce special characters" : "특수 문자 사용"
+ "Enforce special characters" : "특수 문자 사용",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "haveibeenpwned.com에 등록된 유출된 암호 목록과 암호 비교",
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "이 검사를 활성화하면 암호 해시를 만들고 해시의 첫 5글자를 haveibeenpwned.com API에 전송하여 유출된 암호 목록 중에 해당 글자로 시작하는 해시를 가져옵니다. 그 다음 Nextcloud 인스턴스에서 사용하고 있는 암호 중 해당 해시와 일치하는 암호를 검사합니다."
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file