diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-01-27 01:10:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-01-27 01:10:50 +0000 |
commit | 513f70b1c3d342cd2215b6dab9bb0c6d511549ad (patch) | |
tree | 526c6fd8e1cdb38a86ddd3a570cff7f44d1f745e /core/l10n/zh_CN.js | |
parent | 9be6050cc42c2760bd2276942a24ba3db288b551 (diff) | |
download | nextcloud-server-513f70b1c3d342cd2215b6dab9bb0c6d511549ad.tar.gz nextcloud-server-513f70b1c3d342cd2215b6dab9bb0c6d511549ad.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 5bfe680c185..0ba6a4ae905 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "搜索联系人 ...", "No contacts found" : "无法找到联系人", "Show all contacts …" : "显示所有联系人...", + "Could not load your contacts" : "无法加载您的联系人", "Loading your contacts …" : "加载您的联系人...", "Looking for {term} …" : "查找 {term} ...", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">代码完整性检查出现异常, 点击查看详细信息...</a>", @@ -114,8 +115,10 @@ OC.L10N.register( "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "内存缓存未配置,为了提升使用体验,请尽量配置内存缓存。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 无法访问 /dev/urandom,出于安全原因这是强烈不推荐的。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。", "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您当前正在运行 PHP 版本 {version}。我们建议您尽快在您的发行版支持新版本的时候进行升级,以获得<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">来自 PHP 官方的性能和安全</a>的提升。", + "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "您目前正在运行PHP 5.6。 Nextcloud的当前主要版本是最后一个支持PHP 5.6的版本。 建议将PHP版本升级到7.0以便能够升级到Nextcloud 14。", "Error occurred while checking server setup" : "检查服务器设置时出错", "Shared" : "已共享", + "Shared with" : "分享给", "Error setting expiration date" : "设置过期日期时出错", "The public link will expire no later than {days} days after it is created" : "该共享链接将在创建后 {days} 天失效", "Set expiration date" : "设置过期日期", |