diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-05-20 02:16:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-05-20 02:16:28 +0000 |
commit | 74e577876c2498701e61a64f63d6bed257892aac (patch) | |
tree | 8d09897234e88dee9ec2d52c291c9e764499eb46 /core/l10n/zh_CN.js | |
parent | e4c9acd4ed9e095777212a741dbbe278aabc26ec (diff) | |
download | nextcloud-server-74e577876c2498701e61a64f63d6bed257892aac.tar.gz nextcloud-server-74e577876c2498701e61a64f63d6bed257892aac.zip |
[tx-robot] updated from transifex
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 50c927eca3c..110a9745322 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -56,6 +56,7 @@ OC.L10N.register( "Starting code integrity check" : "开始代码完整性检查", "Finished code integrity check" : "代码完整性检查完成", "%s (incompatible)" : "%s (不兼容)", + "The following apps have been disabled: %s" : "以下应用已被禁用:%s", "Already up to date" : "已经是最新", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。", @@ -287,6 +288,7 @@ OC.L10N.register( "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite应只用于最小化和开发实例。生产环境我们推荐使用不同的数据库后端。", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "如果您使用文件同步客户端,强烈不建议使用SQLite。", "Install recommended apps" : "安装推荐的应用", + "Calendar, Contacts, Talk, Mail & Collaborative editing" : "日历、联系人、通话、电子邮件和协作编辑", "Finish setup" : "安装完成", "Finishing …" : "正在完成 …", "Need help?" : "需要帮助?", @@ -335,6 +337,7 @@ OC.L10N.register( "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "配置此项的详细内容请查阅 %1$s文档%2$s。", "App update required" : "必须的应用更新", "%1$s will be updated to version %2$s" : "%1$s 将被升级至版本 %2$s", + "The following apps will be updated:" : "以下应用将被更新:", "These incompatible apps will be disabled:" : "下述不兼容的应用将被禁用:", "The theme %s has been disabled." : "%s 主题已被禁用。", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在继续之前,请确认数据库、配置文件夹和数据文件夹已经备份。", |