diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-16 00:08:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-16 00:08:08 +0000 |
commit | 7d1f362aa030b0b279067da3a05105890bd5d194 (patch) | |
tree | 2bd8a9f87bea0fb1a85b44e6cbf04b923c6735a5 /lib/l10n/zh_CN.js | |
parent | 2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff) | |
download | nextcloud-server-7d1f362aa030b0b279067da3a05105890bd5d194.tar.gz nextcloud-server-7d1f362aa030b0b279067da3a05105890bd5d194.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 23ccf0cf417..d4863642659 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -40,6 +40,8 @@ OC.L10N.register( "File name is too long" : "文件名过长", "Dot files are not allowed" : ".文件 不被允许", "Empty filename is not allowed" : "不允许使用空名称。", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "无法安装应用\"%s\",因为无法读取appinfo文件.", + "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "应用程式 \"%s\" 无法安装,因为它与这个版本的服务器不兼容.", "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", "Help" : "帮助", "Apps" : "应用", @@ -161,8 +163,6 @@ OC.L10N.register( "The username is already being used" : "用户名已被使用", "User disabled" : "用户已禁用", "Login canceled by app" : "已通过应用取消登录", - "App \"%s\" cannot be installed because appinfo file cannot be read." : "无法安装应用\"%s\",因为无法读取appinfo文件.", - "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "应用程式 \"%s\" 无法安装,因为它与这个版本的服务器不兼容.", "No app name specified" : "没有指定的 App 名称", "App '%s' could not be installed!" : "应用程序 '%s' 无法被安装!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系: %s", |