diff options
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 230aea84e9d..f4c648218d2 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -29,6 +29,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "您的登录 token 无效或已过期", "This community release of Nextcloud is unsupported and push notifications are limited." : "这个 Nextcloud 的社区版本不受支持,推送通知功能受限。", "Login" : "登录", + "Unsupported email length (>255)" : "不支持的邮箱长度(>255)", "Password reset is disabled" : "重置密码已禁用", "Could not reset password because the token is expired" : "无法重设密码,因为令牌已过期", "Could not reset password because the token is invalid" : "无法重设密码,因为令牌无效", @@ -170,6 +171,7 @@ OC.L10N.register( "Back to login form" : "回到登录表格", "Back" : "返回", "Login form is disabled." : "登录表单被禁用", + "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloud 登录表单已禁用。如果可以,请使用其他登录选项或联系你的管理人员。", "Edit Profile" : "编辑个人资料", "The headline and about sections will show up here" : "标题和关于部分将显示在此处", "You have not added any info yet" : "您尚未添加任何信息", @@ -245,6 +247,7 @@ OC.L10N.register( "No action available" : "无可用操作", "Error fetching contact actions" : "查找联系人时出错", "Close \"{dialogTitle}\" dialog" : "关闭“{dialogTitle}”对话", + "Email length is at max (255)" : "邮箱长度达到最大(255)", "Non-existing tag #{tag}" : "标签 #{tag} 不存在", "Restricted" : "受限", "Invisible" : "不可见", |