diff options
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r-- | apps/theming/l10n/zh_CN.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/zh_CN.json | 3 |
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" : "文件已上传", |