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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed May 19, 2024
1 parent 9dcd2bc commit a417a71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ OC.L10N.register(
"Minimum password length" : "最小密码长度",
"User password history" : "用户密码记录",
"Number of days until user password expires" : "用户密码过期前的天数",
"Number of login attempts before the user account will be disabled until manual action is taken. (0 for no limit)" : "在采取手动操作之前,用户帐户将被禁用之前的登录尝试次数。 (0表示无限制)",
"Please note, this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "请注意,此选项旨在保护受攻击的帐户。 禁用的帐户必须由管理员手动重新启用。 尝试猜测帐户密码的攻击者将通过与此设置无关的暴力保护来阻止其 IP 地址。",
"Forbid common passwords" : "禁用常见密码",
"Enforce upper and lower case characters" : "强制要求大写和小写字符",
"Enforce numeric characters" : "强制要求数字字符",
Expand All @@ -27,6 +29,7 @@ OC.L10N.register(
"Expiration days have to be a non negative number" : "过期天数必须是非负数 ",
"Maximum login attempts have to be a non negative number" : "最大登录尝试次数必须是非负数",
"Settings saved" : "已保存设置",
"Error while saving settings" : "保存设定时发生错误"
"Error while saving settings" : "保存设定时发生错误",
"Please note, that this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "请注意,此选项旨在保护受攻击的帐户。 禁用的帐户必须由管理员手动重新启用。 尝试猜测帐户密码的攻击者将通过与此设置无关的暴力保护来阻止其 IP 地址。"
},
"nplurals=1; plural=0;");
5 changes: 4 additions & 1 deletion l10n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"Minimum password length" : "最小密码长度",
"User password history" : "用户密码记录",
"Number of days until user password expires" : "用户密码过期前的天数",
"Number of login attempts before the user account will be disabled until manual action is taken. (0 for no limit)" : "在采取手动操作之前,用户帐户将被禁用之前的登录尝试次数。 (0表示无限制)",
"Please note, this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "请注意,此选项旨在保护受攻击的帐户。 禁用的帐户必须由管理员手动重新启用。 尝试猜测帐户密码的攻击者将通过与此设置无关的暴力保护来阻止其 IP 地址。",
"Forbid common passwords" : "禁用常见密码",
"Enforce upper and lower case characters" : "强制要求大写和小写字符",
"Enforce numeric characters" : "强制要求数字字符",
Expand All @@ -25,6 +27,7 @@
"Expiration days have to be a non negative number" : "过期天数必须是非负数 ",
"Maximum login attempts have to be a non negative number" : "最大登录尝试次数必须是非负数",
"Settings saved" : "已保存设置",
"Error while saving settings" : "保存设定时发生错误"
"Error while saving settings" : "保存设定时发生错误",
"Please note, that this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "请注意,此选项旨在保护受攻击的帐户。 禁用的帐户必须由管理员手动重新启用。 尝试猜测帐户密码的攻击者将通过与此设置无关的暴力保护来阻止其 IP 地址。"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit a417a71

Please sign in to comment.