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:
Diffstat (limited to 'apps/theming/l10n/zh_CN.js')
-rw-r--r--apps/theming/l10n/zh_CN.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js
index 2194797f0bf..c86be6f881a 100644
--- a/apps/theming/l10n/zh_CN.js
+++ b/apps/theming/l10n/zh_CN.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"Name cannot be empty" : "名称不能为空",
"The given name is too long" : "输入的名称过长",
"The given web address is too long" : "输入的地址过长",
+ "The given legal notice address is too long" : "提供的法律通告地址太长",
+ "The given privacy policy address is too long" : "提供的隐私政策地址太长",
"The given slogan is too long" : "输入的标语过长",
"The given color is invalid" : "提供的颜色无效",
"The file was uploaded" : "文件已上传",
@@ -20,7 +22,9 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "PHP扩展停止了文件上传。",
"No file uploaded" : "文件没有上传",
"Unsupported image type" : "不支持图片格式",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "你已经在使用一个自定义的主题。主题应用的设置可能会被其覆盖。",
"Legal notice" : "法律声明",
+ "Privacy policy" : "隐私政策",
"Theming" : "主题",
"Adjust the Nextcloud theme" : "调整 Nextcloud 主题",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制您的实例的外观和体验成为可能。所有用户都可以使用。",