diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 87955c3962a..18a2e4bb10a 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -27,6 +27,7 @@ OC.L10N.register( "Invalid mail address" : "无效的电子邮件地址", "No valid group selected" : "没有选择有效的分组", "A user with that name already exists." : "使用该名称的用户已存在.", + "To send a password link to the user an email address is required." : "发送密码链接给用户需要一个电子邮箱地址.", "Unable to create user." : "无法创建用户.", "Your %s account was created" : "你的帐户 %s 已创建", "Unable to delete user." : "无法删除用户", @@ -276,7 +277,6 @@ OC.L10N.register( "Email" : "电子邮件", "Your email address" : "您的电子邮件", "No email address set" : "尚未设置 Email 地址", - "For password recovery and notifications" : "用于密码恢复和通知", "Phone number" : "电话号码", "Your phone number" : "您的电话号码", "Address" : "地址", @@ -319,6 +319,7 @@ OC.L10N.register( "Show last log in" : "显示最后登录", "Show user backend" : "显示用户来源", "Send email to new user" : "发送电子邮件给新用户", + "When the password of the new user is left empty an activation email with a link to set the password is send to the user" : "当新用户密码为空时, 一个需要设置密码的激活邮件将会发送给用户.", "Show email address" : "显示邮件地址", "E-Mail" : "E-Mail", "Create" : "创建", @@ -368,6 +369,7 @@ OC.L10N.register( "Enable experimental apps" : "启用实验性应用程序", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "亲,<br><br>现在我们为你开通了 %s 私有云帐户。<br><br>你的用户名: %s<br>访问网址: <a href=\\\"%s\\\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "亲,\\n\\n 现在我们为你开通了 %s 私有去帐户。\\n\\n 你的用户名: %s\\n 访问网址: %s\\n 你的初始密码需要咨询系统管理员。或者你也可以在登录页面输入任意密码登录,\\n登录窗口将出现忘记密码链接,点击通过注册邮箱重设初始密码。\\n\\n", + "For password recovery and notifications" : "用于密码恢复和通知", "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "如果您想支持这个项目\n\t<a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">一起开发</a>\n\t<or></or>\n\t<a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">帮助传播</a>!", "Add Group" : "添加分组", "Group" : "分组", |