summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/zh_CN.js
blob: c3902373116e825fca14dbc1a147e2e48bc21ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
    "theming",
    {
    "Loading preview…" : "正在加载预览...",
    "Saved" : "已保存",
    "Admin" : "管理",
    "a safe home for all your data" : "给您所有的数据一个安全的家",
    "The given name is too long" : "输入的名称过长",
    "The given web address is too long" : "输入的地址过长",
    "The given slogan is too long" : "输入的标语过长",
    "The given color is invalid" : "提供的颜色无效",
    "No file uploaded" : "文件没有上传",
    "Unsupported image type" : "不支持图片格式",
    "You are already using a custom theme" : "你已经在使用自定义主题",
    "Theming" : "主题",
    "Name" : "名字",
    "reset to default" : "重置默认",
    "Web address" : "网址",
    "Web address https://…" : "网址 https://...",
    "Slogan" : "标语",
    "Color" : "颜色",
    "Logo" : "标志",
    "Upload new logo" : "上传新标志",
    "Login image" : "登录图片",
    "Upload new login background" : "上传新登录背景",
    "Remove background image" : "删除背景图片",
    "Log in image" : "登录图片"
},
"nplurals=1; plural=0;");