summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-17 00:08:23 +0000
committerNextcloud bot <bot@nextcloud.com>2017-10-17 00:08:23 +0000
commit59c3ea91fd42f00ba58fc35d5c49e1ea65435b8d (patch)
treec82ba3d0b1d6cda7629a785c50a8c4d9feeae57e /lib/l10n
parentd34c7e89a0dd609d9b4ad91e2073279aa2c08a82 (diff)
downloadnextcloud-server-59c3ea91fd42f00ba58fc35d5c49e1ea65435b8d.tar.gz
nextcloud-server-59c3ea91fd42f00ba58fc35d5c49e1ea65435b8d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/zh_CN.js1
-rw-r--r--lib/l10n/zh_CN.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index 2a9eb59c28c..fa15a8ea431 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -84,6 +84,7 @@ OC.L10N.register(
"Set an admin username." : "请设置一个管理员用户名。",
"Set an admin password." : "请设置一个管理员密码。",
"Can't create or write into the data directory %s" : "无法创建或写入数据目录 %s",
+ "Given database host is invalid and must not contain the port: %s" : "给定的数据库主机不正确且不可包含端口:%s",
"Invalid Federated Cloud ID" : "无效的联合云ID",
"Sharing %s failed, because the backend does not allow shares from type %i" : "分享 %s 失败, 因为后端不允许分享 %i 类型",
"Sharing %s failed, because the file does not exist" : "分享 %s 失败, 因为文件不存在.",
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index 4c27d20aa7b..a9b761c3835 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -82,6 +82,7 @@
"Set an admin username." : "请设置一个管理员用户名。",
"Set an admin password." : "请设置一个管理员密码。",
"Can't create or write into the data directory %s" : "无法创建或写入数据目录 %s",
+ "Given database host is invalid and must not contain the port: %s" : "给定的数据库主机不正确且不可包含端口:%s",
"Invalid Federated Cloud ID" : "无效的联合云ID",
"Sharing %s failed, because the backend does not allow shares from type %i" : "分享 %s 失败, 因为后端不允许分享 %i 类型",
"Sharing %s failed, because the file does not exist" : "分享 %s 失败, 因为文件不存在.",