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>2018-08-13 03:33:09 +0300
committerNextcloud bot <bot@nextcloud.com>2018-08-13 03:33:09 +0300
commit0604ca52462758d9467c2c322bcc943ee6ec5ff6 (patch)
tree1e601b65e69ac3510ea459024673874f7dc8b8f1
parentb888536cac4195e2d61ada32f78a95aa708f71e7 (diff)
[tx-robot] updated from transifexv14.0.0beta4v14.0.0RC2v14.0.0RC1
-rw-r--r--l10n/nl.js1
-rw-r--r--l10n/nl.json1
-rw-r--r--l10n/zh_CN.js6
-rw-r--r--l10n/zh_CN.json6
4 files changed, 12 insertions, 2 deletions
diff --git a/l10n/nl.js b/l10n/nl.js
index 81d6dac..bd7590d 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"Password is among the 1,000,000 most common ones. Please make it unique." : "Het wachtwoord behoort tot de 1.000.000 meest gebruikte wachtwoorden. Maak het meer uniek.",
"Password is present in compromised password list. Please choose a different password." : "Het wachtwoord is aanwezig in de lijst met gecompromitteerde wachtwoorden. Kies een ander.",
"Password policy" : "Wachtwoordenbeleid",
+ "Allows admins to configure a password policy" : "Staat toe dat beheerders een wachtwoordenbeleid configureren",
"Minimal length" : "Minimale lengte",
"Forbid common passwords" : "Verboden gewone wachtwoorden",
"Enforce upper and lower case characters" : "Verplichten hoofd- en kleine letters",
diff --git a/l10n/nl.json b/l10n/nl.json
index 11f5faa..6646d49 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -6,6 +6,7 @@
"Password is among the 1,000,000 most common ones. Please make it unique." : "Het wachtwoord behoort tot de 1.000.000 meest gebruikte wachtwoorden. Maak het meer uniek.",
"Password is present in compromised password list. Please choose a different password." : "Het wachtwoord is aanwezig in de lijst met gecompromitteerde wachtwoorden. Kies een ander.",
"Password policy" : "Wachtwoordenbeleid",
+ "Allows admins to configure a password policy" : "Staat toe dat beheerders een wachtwoordenbeleid configureren",
"Minimal length" : "Minimale lengte",
"Forbid common passwords" : "Verboden gewone wachtwoorden",
"Enforce upper and lower case characters" : "Verplichten hoofd- en kleine letters",
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index e3845e0..556a7e6 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -6,6 +6,7 @@ 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." : "该密码在100万个常见密码中,请选择其他密码",
+ "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" : "允许管理员定义密码前置条件,比如说强制密码最小长度。",
@@ -14,10 +15,13 @@ OC.L10N.register(
"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 实例中检查此密码哈希是否在在结果集中。",
"Password need to be at least %s characters long" : "密码需要至少 %s 位字符长度",
"Password need to contain at least one lower case character and one upper case character." : "口令至少包括一个小写字母和一个大写字母.",
"Password need to contain at least one numeric character." : "密码至少需要包含一个数字字符.",
"Password need to contain at least one special character." : "密码需要包括至少一个特殊字符.",
- "Password is within the 1,000,000 most common passwords. Please choose another one." : "密码属于 1,000,000 多数普通密码.请选择其它密码."
+ "Password is within the 1,000,000 most common passwords. Please choose another one." : "该密码在 1,000,000 个常见密码中,请选择其他密码。",
+ "Check password against the list of breached passwords from haveibeenpwnd.com" : "检查密码是否在 haveibeenpwned.com 的泄露密码列表中"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index b4d167d..59e1db8 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -4,6 +4,7 @@
"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." : "该密码在100万个常见密码中,请选择其他密码",
+ "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" : "允许管理员定义密码前置条件,比如说强制密码最小长度。",
@@ -12,10 +13,13 @@
"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 实例中检查此密码哈希是否在在结果集中。",
"Password need to be at least %s characters long" : "密码需要至少 %s 位字符长度",
"Password need to contain at least one lower case character and one upper case character." : "口令至少包括一个小写字母和一个大写字母.",
"Password need to contain at least one numeric character." : "密码至少需要包含一个数字字符.",
"Password need to contain at least one special character." : "密码需要包括至少一个特殊字符.",
- "Password is within the 1,000,000 most common passwords. Please choose another one." : "密码属于 1,000,000 多数普通密码.请选择其它密码."
+ "Password is within the 1,000,000 most common passwords. Please choose another one." : "该密码在 1,000,000 个常见密码中,请选择其他密码。",
+ "Check password against the list of breached passwords from haveibeenpwnd.com" : "检查密码是否在 haveibeenpwned.com 的泄露密码列表中"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file