Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-03-17 04:13:23 +0300
committerNextcloud bot <bot@nextcloud.com>2019-03-17 04:13:23 +0300
commit4547e75078e90f5ec2eebf045a875e34063dec33 (patch)
tree46e6aac83995792382be6503a68ec4fa3181e224 /lib/l10n/zh_CN.js
parentf8988c257c9217e968a377ce38ea558862948118 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r--lib/l10n/zh_CN.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index 1995f215992..75b663a434a 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -195,6 +195,7 @@ OC.L10N.register(
"Could not create user" : "无法创建用户",
"User disabled" : "用户已禁用",
"Login canceled by app" : "已通过应用取消登录",
+ "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s",
"a safe home for all your data" : "给您所有数据一个安全的家",
"File is currently busy, please try again later" : "文件当前正忙,请稍后再试",
"Can't read file" : "无法读取文件",
@@ -231,6 +232,10 @@ OC.L10N.register(
"Your data directory is invalid" : "您的数据目录无效",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "请确定在根目录下有一个名为\".ocdata\"的文件。",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 不支持或未实现。",
+ "Authentication failed, wrong token or provider ID given" : "认证失败,提供了错误的token或提供者ID",
+ "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "缺少参数来完成请求。缺少的参数为:\"%s\"",
+ "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" 已被云联合提供商 \"%2$s\" 使用",
+ "Cloud Federation Provider with ID: \"%s\" does not exist." : "ID为 \"%s\" 的云联合提供商不存在。",
"Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d。",
"Storage unauthorized. %s" : "存储认证失败。%s",
"Storage incomplete configuration. %s" : "存储未完成配置。%s",
@@ -259,6 +264,7 @@ OC.L10N.register(
"%s via %s" : "%s 通过 %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"
+ "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系:%s",
+ "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" 已被云联合提供商 \"%s\" 使用"
},
"nplurals=1; plural=0;");