nextcloud/apps/theming/l10n/zh_CN.js

41 lines
2.5 KiB
JavaScript
Raw Normal View History

2017-03-05 04:07:46 +03:00
OC.L10N.register(
"theming",
{
2017-05-11 03:08:08 +03:00
"Loading preview…" : "正在加载预览...",
2017-04-30 03:07:21 +03:00
"Saved" : "已保存",
2017-03-05 04:07:46 +03:00
"Admin" : "管理",
"a safe home for all your data" : "给您所有的数据一个安全的家",
2018-03-01 04:12:11 +03:00
"Name cannot be empty" : "名称不能为空",
2017-03-06 04:07:58 +03:00
"The given name is too long" : "输入的名称过长",
"The given web address is too long" : "输入的地址过长",
"The given slogan is too long" : "输入的标语过长",
2017-03-05 04:07:46 +03:00
"The given color is invalid" : "提供的颜色无效",
2018-01-04 12:48:31 +03:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传的文件超过了php.ini中指定的upload_max_filesize指令配置",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件超过了HTML表单中指定的MAX_FILE_SIZE指令",
"No file was uploaded" : "没有上传文件",
"Missing a temporary folder" : "缺少临时文件夹",
2017-03-05 04:07:46 +03:00
"No file uploaded" : "文件没有上传",
"Unsupported image type" : "不支持图片格式",
"Theming" : "主题",
2017-05-14 03:07:54 +03:00
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制你的实例的外观和体验成为可能。所有用户都可以使用。",
2017-03-05 04:07:46 +03:00
"Name" : "名字",
2017-06-24 03:08:29 +03:00
"Reset to default" : "重置为默认设置",
2017-03-05 04:07:46 +03:00
"Slogan" : "标语",
"Color" : "颜色",
"Logo" : "标志",
"Upload new logo" : "上传新标志",
"Login image" : "登录图片",
"Upload new login background" : "上传新登录背景",
2017-05-11 03:08:08 +03:00
"Remove background image" : "删除背景图片",
2018-01-04 12:48:31 +03:00
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "安装支持SVG图像的PHP扩展Imagemagick根据上传的logo和颜色自动生成收藏图标。",
2018-03-28 03:21:16 +03:00
"You are already using a custom theme" : "你已经在使用自定义主题",
2018-03-12 04:12:21 +03:00
"reset to default" : "重置默认",
2018-05-18 03:13:45 +03:00
"Web address" : "网址",
"Web address https://…" : "网址 https://...",
2018-03-21 04:11:55 +03:00
"There is no error, the file uploaded with success" : "没有错误,文件已上传成功",
"The uploaded file was only partially uploaded" : "上传的文件只有部分已上传",
"Failed to write file to disk." : "文件写入磁盘失败。",
"A PHP extension stopped the file upload." : "PHP扩展停止了文件上传。"
2017-03-05 04:07:46 +03:00
},
"nplurals=1; plural=0;");