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>2021-01-08 06:12:54 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-08 06:12:54 +0300
commitfcc57d72c9cdf986f3606a482b7752eba2c87be4 (patch)
treeb4ffc854d03d53fded692670d4cd0b9f24648a6e /l10n/ko.js
parent2d82b816b84f47296846ac0cd1cbbe12888f87f5 (diff)
[tx-robot] updated from transifexv21.0.0beta5
Diffstat (limited to 'l10n/ko.js')
-rw-r--r--l10n/ko.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
index 4bad7eb..da77158 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -12,15 +12,15 @@ OC.L10N.register(
"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" : "최소 길이",
"User password history" : "사용자 비밀번호 기록",
- "days until user password expires" : "남은 비밀번호 만기일",
- "login attempts before the user account is blocked. (0 for no limit)" : "계정 차단 전 로그인 시도 횟수(0은 무제한)",
"Forbid common passwords" : "일반적인 암호 금지",
"Enforce upper and lower case characters" : "대문자와 소문자 사용",
"Enforce numeric 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 인스턴스에서 사용하고 있는 암호 중 해당 해시와 일치하는 암호를 검사합니다."
+ "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 인스턴스에서 사용하고 있는 암호 중 해당 해시와 일치하는 암호를 검사합니다.",
+ "Minimal length" : "최소 길이",
+ "days until user password expires" : "남은 비밀번호 만기일",
+ "login attempts before the user account is blocked. (0 for no limit)" : "계정 차단 전 로그인 시도 횟수(0은 무제한)"
},
"nplurals=1; plural=0;");