diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-07 01:11:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-07 01:11:41 +0000 |
commit | 504411a9ff07a5b19ef63bc09623b094ee603a0d (patch) | |
tree | 8972b8ed97327c4b9a7c25b7beeb6f0806f0dde6 /core/l10n/zh_CN.js | |
parent | 5c2c71ba52a7da2ccb57170dd3c09af7f193511f (diff) | |
download | nextcloud-server-504411a9ff07a5b19ef63bc09623b094ee603a0d.tar.gz nextcloud-server-504411a9ff07a5b19ef63bc09623b094ee603a0d.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 00fe71ff165..9bc1f710431 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -137,6 +137,8 @@ OC.L10N.register( "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。", "Missing index \"{indexName}\" in table \"{tableName}\"." : "在数据表 \"{tableName}\" 中无法找到索引 \"{indexName}\" .", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "该实例缺失了一些推荐的PHP模块。为提高性能和兼容性,我们强烈建议安装它们。", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "数据库中的一些列由于进行长整型转换而缺失。由于给较大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。该操作需要当整个实例变为离线状态后执行。查阅<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档</a>以获得更多详情。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "当前正在使用 SQLite 作为后端数据库。多用户使用时,推荐您改用其他的数据库。", "This is particularly recommended when using the desktop client for file synchronisation." : "特别推荐使用桌面客户端同步的用户选择。", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。", @@ -186,6 +188,7 @@ OC.L10N.register( "Password protection for links is mandatory" : "强制使用密码保护的链接", "Share link" : "共享链接", "New share link" : "新共享链接", + "Created on {time}" : "创建于{time}", "Password protect by Talk" : "通过 Talk 保护密码", "Could not unshare" : "无法共享", "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组", |