diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-06-30 00:08:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-06-30 00:08:23 +0000 |
commit | 2afb4857cca4ca5eb48af63ab814727cfe77b1bd (patch) | |
tree | 82ee42b889053bd5a134babe407fe71759419dee /lib/l10n/zh_CN.js | |
parent | 72d3bfcf56c40e24cbd706dfddb627d21ad8ad54 (diff) | |
download | nextcloud-server-2afb4857cca4ca5eb48af63ab814727cfe77b1bd.tar.gz nextcloud-server-2afb4857cca4ca5eb48af63ab814727cfe77b1bd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 1a0ffce3c7b..659e21e4c27 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -45,10 +45,8 @@ OC.L10N.register( "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", "Help" : "帮助", "Apps" : "应用", - "Personal" : "个人", "Log out" : "注销", "Users" : "用户", - "Admin" : "管理", "APCu" : "APCu", "Redis" : "Redis", "Basic settings" : "基本设置", @@ -210,6 +208,8 @@ OC.L10N.register( "Files can't be shared with delete permissions" : "无法分享有删除权限的文件", "Files can't be shared with create permissions" : "无法分享有创建权限的文件", "Cannot set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天.", + "Personal" : "个人", + "Admin" : "管理", "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "您可以由 %s 设置 Web 服务器对应用目录 %s 的写权限或在配置文件中禁用应用商店可以修复这个问题.", "Cannot create \"data\" directory (%s)" : "无法创建“apps”目录 (%s)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "点击 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">设置 Web 服务器对根目录的写入权限</a> 可修复这个问题.", |