diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 8dd58507c31..e06defa4ad0 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -1,8 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "开启", - "Not enabled" : "未启用", "Wrong password" : "密码错误", "Saved" : "已保存", "No user supplied" : "没有满足的用户", @@ -67,8 +65,6 @@ OC.L10N.register( "Updating...." : "正在更新....", "Error while updating app" : "更新应用时出错", "Updated" : "已更新", - "Error while uninstalling app" : "卸载应用时发生了一个错误", - "Uninstall" : "卸载", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用, 但是需要更新. 5秒后将跳转到更新页面.", "App update" : "更新应用", "Approved" : "已认证", @@ -233,6 +229,7 @@ OC.L10N.register( "Check the security of your Nextcloud over our security scan" : "通过我们的安全扫描来检查Nextcloud的安全性", "Hardening and security guidance" : "强化和安全指南", "Developer documentation" : "开发者文档", + "This app has an update available." : "此应用有可用的更新.", "by %s" : "由 %s", "%s-licensed" : "%s-许可协议", "Documentation:" : "文档:", @@ -242,12 +239,10 @@ OC.L10N.register( "Report a bug" : "报告问题", "Show description …" : "显示描述...", "Hide description …" : "隐藏描述...", - "This app has an update available." : "此应用有可用的更新.", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "该应用没有指定支持的 Nextcloud 最低版本. 可能会在将来出现问题.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "该应用没有指定支持的 Nextcloud 最高版本. 可能会在将来出现问题.", "This app cannot be installed because the following dependencies are not fulfilled:" : "无法安装应用, 因为无法满足下列依赖: ", "Enable only for specific groups" : "仅特定组启用", - "Uninstall app" : "卸载应用", "SSL Root Certificates" : "SSL 根证书", "Common Name" : "通用名称", "Valid until" : "有效期至", @@ -336,6 +331,8 @@ OC.L10N.register( "set new password" : "设置新密码", "change email address" : "修改电子邮箱地址", "Default" : "默认", + "Enabled" : "开启", + "Not enabled" : "未启用", "Please provide an admin recovery password, otherwise all user data will be lost" : "请提供管理员恢复密码, 否则所有用户的数据都将丢失.", "Backend doesn't support password change, but the user's encryption key was successfully updated." : "后端不支持修改密码, 但用户的加密密钥已成功更新.", "test email settings" : "测试电子邮件设置", @@ -344,7 +341,10 @@ OC.L10N.register( "Unable to remove user from group %s" : "无法从分组 %s 中移除用户", "Sending..." : "正在发送...", "Uninstalling ...." : "正在卸载....", + "Error while uninstalling app" : "卸载应用时发生了一个错误", + "Uninstall" : "卸载", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 模块 'fileinfo' 缺失. 我们强烈建议启用此模块以便在 MIME 类型检测时获得最准确的结果.", + "Uninstall app" : "卸载应用", "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "您好,<br><br>您刚刚创建了 %s 账户<br><br>您的用户名: <strong>%s</strong><br>现在访问: <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "干杯!", "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "您好,\n\n您刚刚创建了 %s 账户.\n\n您的用户名: %s\n现在访问: %s\n", |