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-08-04 05:15:35 +0300
committerNextcloud bot <bot@nextcloud.com>2019-08-04 05:15:35 +0300
commit4d7a877277460643a9de0d973aac777750cea064 (patch)
tree4a1a0b5c3fb22148697595889d0272fab01269cd /apps/theming
parentf2556741438a241a4aa5af8991512b6a302e4aa3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/l10n/zh_CN.js3
-rw-r--r--apps/theming/l10n/zh_CN.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js
index 9061358b42e..5cfc14fabdf 100644
--- a/apps/theming/l10n/zh_CN.js
+++ b/apps/theming/l10n/zh_CN.js
@@ -8,8 +8,11 @@ OC.L10N.register(
"Name cannot be empty" : "名称不能为空",
"The given name is too long" : "输入的名称过长",
"The given web address is too long" : "输入的地址过长",
+ "The given web address is not a valid URL" : "提供的web地址不是一个合法的URL",
"The given legal notice address is too long" : "提供的法律通告地址太长",
+ "The given legal notice address is not a valid URL" : "提供的法律通告地址不是一个合法的URL",
"The given privacy policy address is too long" : "提供的隐私政策地址太长",
+ "The given privacy policy address is not a valid URL" : "提供的隐私政策地址不是一个合法的URL",
"The given slogan is too long" : "输入的标语过长",
"The given color is invalid" : "提供的颜色无效",
"The file was uploaded" : "文件已上传",
diff --git a/apps/theming/l10n/zh_CN.json b/apps/theming/l10n/zh_CN.json
index af3b05848f8..b4a0e20bd93 100644
--- a/apps/theming/l10n/zh_CN.json
+++ b/apps/theming/l10n/zh_CN.json
@@ -6,8 +6,11 @@
"Name cannot be empty" : "名称不能为空",
"The given name is too long" : "输入的名称过长",
"The given web address is too long" : "输入的地址过长",
+ "The given web address is not a valid URL" : "提供的web地址不是一个合法的URL",
"The given legal notice address is too long" : "提供的法律通告地址太长",
+ "The given legal notice address is not a valid URL" : "提供的法律通告地址不是一个合法的URL",
"The given privacy policy address is too long" : "提供的隐私政策地址太长",
+ "The given privacy policy address is not a valid URL" : "提供的隐私政策地址不是一个合法的URL",
"The given slogan is too long" : "输入的标语过长",
"The given color is invalid" : "提供的颜色无效",
"The file was uploaded" : "文件已上传",