diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-06-22 00:08:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-06-22 00:08:37 +0000 |
commit | e1e4d188f940a2534d977a9283f4371df0a3d1dc (patch) | |
tree | 17047e0d3af3a7e36c61047c2c388f1dfdd8b425 /lib/l10n/zh_CN.js | |
parent | 18824d476ea555b1c49f2cd07e05581b08020183 (diff) | |
download | nextcloud-server-e1e4d188f940a2534d977a9283f4371df0a3d1dc.tar.gz nextcloud-server-e1e4d188f940a2534d977a9283f4371df0a3d1dc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index bca3ffe664a..411081b17b4 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -104,11 +104,7 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "分享 %s 失败, 因为不允许二次共享", "Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失败, 因为无法找到 %s 分享后端的来源", "Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失败, 因为文件缓存中找不到该文件", - "Cannot increase permissions of %s" : "无法提升 %s 的权限", - "Files can't be shared with delete permissions" : "无法分享有删除权限的文件", - "Files can't be shared with create permissions" : "无法分享有创建权限的文件", "Expiration date is in the past" : "到期日期已过.", - "Cannot set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天.", "Could not find category \"%s\"" : "无法找到分类 \"%s\"", "Sunday" : "星期日", "Monday" : "星期一", @@ -210,6 +206,10 @@ OC.L10N.register( "You need to enter either an existing account or the administrator." : "你需要输入一个数据库中已有的账户或管理员账户。", "%s shared »%s« with you" : "%s 向您分享了 »%s«", "%s via %s" : "%s 通过 %s", + "Cannot increase permissions of %s" : "无法提升 %s 的权限", + "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 天.", "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> 可修复这个问题.", |