f7cloud_client/apps/password_policy/l10n/zh_CN.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

38 lines
3.9 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"password_policy",
{
"Password is expired, please use forgot password method to reset" : "密码已过期,请使用忘记密码的方式重设",
"Password must not have been used recently before." : "密码最近不能使用过。",
"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 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" : "允许管理员定义密码前置条件,比如说强制密码最小长度。",
"General password policies" : "常规密码策略",
"Add policy set" : "添加策略集",
"Login policies" : "登录策略",
"Password history size" : "密码历史记录大小",
"Number of passwords to keep (securely hashed) to prevent users from reusing previously used passwords." : "要保留的密码数量(安全散列),以防止用户重复使用以前使用的密码。",
"Maximum login attempts" : "最大登录尝试次数",
"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 地址。",
"Number of days until user password expires" : "用户密码过期前的天数",
"Password expiration" : "密码过期",
"Warning: enabling password expiration is nowadays considered a security risk by several security agencies." : "警告:一些安全机构现在认为启用密码过期是一种安全风险。",
"Remove policy" : "移除策略",
"Minimum password length" : "最小密码长度",
"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 F7cloud instance if the password hash is in the result set." : "这会创建一个密码哈希并将此哈希的前5个字符发送到 haveibeenpwned.com 的 API获取以这些哈希开头的所有哈希列表。然后在 F7cloud 实例中检查此密码哈希是否在在结果集中。",
"Account password policies" : "账号密码策略",
"Share password policies" : "共享密码策略"
},
"nplurals=1; plural=0;");