From 7c6e5f9b3b657f11a94f69a6e8fe033386303c19 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 27 Jan 2024 01:33:34 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ko.js | 10 +++++++++- l10n/ko.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/l10n/ko.js b/l10n/ko.js index a94142ab..facec697 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -5,13 +5,16 @@ OC.L10N.register( "Password must not have been used recently before." : "암호는 최근에 쓰이지 않은 것이어야 합니다.", "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 needs to be at least %s characters long." : "암호는 최소 %s자 이상이어야 합니다.", "Password needs to contain at least one numeric character." : "암호에 적어도 하나의 숫자를 포함해야 합니다.", "Password needs to contain at least one special character." : "암호에 적어도 하나의 특수 문자를 포함해야 합니다.", "Password needs to contain at least one lower and one upper case character." : "암호에 적어도 하나의 소문자와 대문자를 포함해야 합니다.", "Password policy" : "암호 정책", "Allows admins to configure a password policy" : "관리자가 암호 정책을 변경할 수 있도록 허용", "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "관리자가 최소 암호 길이 등 암호 정책을 설정할 수 있도록 허용", + "Minimum password length" : "최소 암호 길이", "User password history" : "사용자 암호 기록", + "Number of days until user password expires" : "암호 만기일 수", "Number of login attempts before the user account is blocked (0 for no limit)" : "최대 로그인 실패 횟수 (0을 입력할 시 무제한이며 초과시 계정이 차단됩니다.)", "Forbid common passwords" : "일반적인 암호 금지", "Enforce upper and lower case characters" : "대문자와 소문자 사용", @@ -20,7 +23,12 @@ OC.L10N.register( "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 인스턴스에서 사용하고 있는 암호 중 해당 해시와 일치하는 암호를 검사합니다.", "Unknown error" : "알 수 없는 오류", + "Minimal length has to be a non negative number" : "최소 길이는 음수가 될 수 없습니다", + "Expiration days have to be a non negative number" : "만료일은 음수가 될 수 없습니다", + "Maximum login attempts have to be a non negative number" : "최대 로그인 시도 수는 음수가 될 수 없습니다", "Settings saved" : "설정 저장됨", - "Saved" : "저장됨" + "Error while saving settings" : "설정 저장 중 오류 발생", + "Saved" : "저장됨", + "Error while saving" : "설정 저장 중 오류 발생" }, "nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json index 608269a9..65ae1dd4 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -3,13 +3,16 @@ "Password must not have been used recently before." : "암호는 최근에 쓰이지 않은 것이어야 합니다.", "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 needs to be at least %s characters long." : "암호는 최소 %s자 이상이어야 합니다.", "Password needs to contain at least one numeric character." : "암호에 적어도 하나의 숫자를 포함해야 합니다.", "Password needs to contain at least one special character." : "암호에 적어도 하나의 특수 문자를 포함해야 합니다.", "Password needs to contain at least one lower and one upper case character." : "암호에 적어도 하나의 소문자와 대문자를 포함해야 합니다.", "Password policy" : "암호 정책", "Allows admins to configure a password policy" : "관리자가 암호 정책을 변경할 수 있도록 허용", "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "관리자가 최소 암호 길이 등 암호 정책을 설정할 수 있도록 허용", + "Minimum password length" : "최소 암호 길이", "User password history" : "사용자 암호 기록", + "Number of days until user password expires" : "암호 만기일 수", "Number of login attempts before the user account is blocked (0 for no limit)" : "최대 로그인 실패 횟수 (0을 입력할 시 무제한이며 초과시 계정이 차단됩니다.)", "Forbid common passwords" : "일반적인 암호 금지", "Enforce upper and lower case characters" : "대문자와 소문자 사용", @@ -18,7 +21,12 @@ "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 인스턴스에서 사용하고 있는 암호 중 해당 해시와 일치하는 암호를 검사합니다.", "Unknown error" : "알 수 없는 오류", + "Minimal length has to be a non negative number" : "최소 길이는 음수가 될 수 없습니다", + "Expiration days have to be a non negative number" : "만료일은 음수가 될 수 없습니다", + "Maximum login attempts have to be a non negative number" : "최대 로그인 시도 수는 음수가 될 수 없습니다", "Settings saved" : "설정 저장됨", - "Saved" : "저장됨" + "Error while saving settings" : "설정 저장 중 오류 발생", + "Saved" : "저장됨", + "Error while saving" : "설정 저장 중 오류 발생" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file