32 lines
1.4 KiB
JavaScript
32 lines
1.4 KiB
JavaScript
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" : "主题",
|
|
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制你的实例的外观和体验成为可能。所有用户都可以使用。",
|
|
"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" : "删除背景图片",
|
|
"reset to default" : "重置默认",
|
|
"Log in image" : "登录图片"
|
|
},
|
|
"nplurals=1; plural=0;");
|