diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-09-12 02:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-09-12 02:28:25 +0000 |
commit | 7521b284c981bd4f750c142e05e90982b9e28600 (patch) | |
tree | 0947ae6d5bd2e39b6f8565952baaacab3afd9d99 /core/l10n/zh_CN.js | |
parent | 06c4ebfe2ddf03ac229b96ac13f15253916a03c5 (diff) | |
download | nextcloud-server-7521b284c981bd4f750c142e05e90982b9e28600.tar.gz nextcloud-server-7521b284c981bd4f750c142e05e90982b9e28600.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 90a3cf34ed7..4eae3068075 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -27,6 +27,8 @@ OC.L10N.register( "Could not complete login" : "无法完成登录", "Your login token is invalid or has expired" : "您的登录token无效或已过期", "Password reset is disabled" : "密码重置不可用", + "Could not reset password because the token is expired" : "无法重设密码,因为令牌已过期", + "Could not reset password because the token is invalid" : "无法重设密码,因为令牌无效", "%s password reset" : "重置 %s 的密码", "Password reset" : "重置密码", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "点击下面的按钮来重置您的密码。如果您并没有请求密码重置,请忽略这封邮件。", @@ -339,6 +341,7 @@ OC.L10N.register( "You can close this window." : "您可以关闭此窗口。", "This share is password-protected" : "这个共享是被密码保护的", "The password is wrong. Try again." : "用户名或密码错误!请重试", + "Go to %s" : "转至 %s", "Two-factor authentication" : "两步验证", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的账号已启用安全增强。请选择第二种验证方式。", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "无法载入您启用的任何两步验证方法。请联系管理员。", |