diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-01-24 01:10:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-01-24 01:10:48 +0000 |
commit | d427250d87c6b3612062a8e39455c8e749460fbf (patch) | |
tree | eb76e8784aea091fc6be9a7a6a42f696d8c359ee /core/l10n/zh_CN.js | |
parent | 4537faa5dabdcb2f0b888baa5031e59099e52d6a (diff) | |
download | nextcloud-server-d427250d87c6b3612062a8e39455c8e749460fbf.tar.gz nextcloud-server-d427250d87c6b3612062a8e39455c8e749460fbf.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index b8c10d07471..5bfe680c185 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -56,7 +56,6 @@ OC.L10N.register( "Search contacts …" : "搜索联系人 ...", "No contacts found" : "无法找到联系人", "Show all contacts …" : "显示所有联系人...", - "There was an error loading 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>", @@ -359,6 +358,7 @@ OC.L10N.register( "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于您的配置, 作为系统管理员, 您还可以点击下面的按钮来信任该域名.", "Please use the command line updater because you have a big instance." : "由于您的实例较大, 请使用命令行更新.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "获取更多帮助, 请查看 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">文档</a>.", + "There was an error loading your contacts" : "加载联系人出错", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "PHP 的组件 OPcache 没有正确配置. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">为了提供更好的性能</a>, 我们建议在<code>php.ini</code>文件中使用下列设置:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP的函数“set_time_limit\"是不可用的,这导致脚本在运行中被中止,暂停你的安装,我们强烈建议你开启这个函数", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "你的数据存储目录可以从互联网上直接访问。.htaccess文件没有生效,请配置你的网页服务器以避免数据存储目录可从外部访问或将数据存储目录转移到网页服务器根目录之外。", |