diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index c3cc0c951c4..9fcf0a5417b 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -232,6 +232,8 @@ OC.L10N.register( "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。", "Back to login" : "返回登录", + "New password" : "新密码", + "I know what I'm doing" : "我知道我在做什么", "Forgot password?" : "忘记密码?", "Settings" : "设置", "Could not load your contacts" : "无法加载您的联系人", @@ -362,8 +364,6 @@ OC.L10N.register( "You are about to grant %1$s access to your %2$s account." : "您正在授权 %1$s 访问您的 %2$s 账户。", "Account connected" : "账号已连接", "Your client should now be connected! You can close this window." : "您的客户端现在应该可以连接了!您可以关闭这个窗口。", - "New password" : "新密码", - "New Password" : "新密码", "This share is password-protected" : "这个共享是被密码保护的", "The password is wrong. Try again." : "密码错误。请重试。", "Two-factor authentication" : "两步验证", @@ -406,7 +406,6 @@ OC.L10N.register( "Dismiss" : "忽略", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您邮箱的垃圾/广告文件夹。<br>如果未能收到邮件请联系管理员。", "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的文件已经加密。当您的密码重置后没有任何方式能恢复您的数据。<br />如果您不确定,请在继续前联系您的管理员。<br/>您是否真的要继续?", - "I know what I'm doing" : "我知道我在做什么", "Sending email …" : "正在发送邮件…", "{name} below version {version} is installed, for stability and performance reasons it is recommended to update to a newer {name} version." : "{name} 已安装 {version} 版本,出于稳定和性能的考虑,建议更新到 {name} 版本。", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 无法访问 /dev/urandom,出于安全原因这是强烈不推荐的。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。", @@ -426,6 +425,7 @@ OC.L10N.register( "Please log in before granting %s access to your %s account." : "请在登录之前授权 %s 访问您的 %s 账户。", "You are about to grant %s access to your %s account." : "您将分配 %s 访问权限给您的 %s 账户。", "Redirecting …" : "正在跳转 …", + "New Password" : "新密码", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帐户已启用增强安全性,请使用第二种验证方式。", "Further information how to configure this can be found in the %sdocumentation%s." : "更多配置信息可以查看 %s文档%s。", "%s will be updated to version %s" : "%s 将会更新至版本 %s", |