diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-04 00:19:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-04 00:19:54 +0000 |
commit | 1d100bdcd989b1343d644f554a8990318abeed80 (patch) | |
tree | 92b29eaf220d4e8fce837ef56bb5cd2ce18dd219 /core/l10n/zh_CN.js | |
parent | b4b3e7ceddd0ccac513ae1b0ba53eeba8ffad96a (diff) | |
download | nextcloud-server-1d100bdcd989b1343d644f554a8990318abeed80.tar.gz nextcloud-server-1d100bdcd989b1343d644f554a8990318abeed80.zip |
Fix(l10n): Update translations 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 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 8697514533b..397c0749038 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -29,7 +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" : "登录", - "Password reset is disabled" : "密码重置不可用", + "Password reset is disabled" : "重置密码已禁用", "Could not reset password because the token is expired" : "无法重设密码,因为令牌已过期", "Could not reset password because the token is invalid" : "无法重设密码,因为令牌无效", "Password is too long. Maximum allowed length is 469 characters." : "密码太长。最大允许长度为 469 个字符。", @@ -50,6 +50,7 @@ OC.L10N.register( "Nextcloud Server" : "Nextcloud 服务器", "Some of your link shares have been removed" : "您的一些链接共享已被移除", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "由于一个安全缺陷,我们必须移除您的部分链接共享。更多信息请查看此链接。", + "The account limit of this instance is reached." : "已达到这个实例的最大账户上限。", "Learn more ↗" : "了解更多 ↗", "Preparing update" : "正在准备更新", "[%d / %d]: %s" : "[%d / %d]:%s", @@ -116,8 +117,11 @@ OC.L10N.register( "Please try again." : "请重试。", "An internal error occurred." : "发生了内部错误。", "Please try again or contact your administrator." : "请重试或联系您的管理员。", + "Login or email" : "输入账号或者电子邮件", "Password" : "密码", "Log in to {productName}" : "登录到 {productName}", + "Wrong login or password." : "错误的账号或密码", + "This account is disabled" : "此账号已停用", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的IP进行了多次无效登录尝试。因此,您的下一次登录最长会延迟30秒。", "Log in with a device" : "使用设备登录", "Your account is not setup for passwordless login." : "您的账号未设置无密码登录。", @@ -293,6 +297,7 @@ OC.L10N.register( "Only %s is available." : "仅 %s 可用。", "Install and activate additional PHP modules to choose other database types." : "安装并激活额外的 PHP 模块以选择其他数据库类型。", "For more details check out the documentation." : "请查阅文档获得详细信息。", + "Database account" : "数据库账号", "Database password" : "数据库密码", "Database name" : "数据库名", "Database tablespace" : "数据库表空间", |