diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-01-14 01:12:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-01-14 01:12:00 +0000 |
commit | 8edd9b0e33fbf24771a290c02736cc7947be4322 (patch) | |
tree | d075188305520635e781807cb24e118888ef2f92 /apps/theming/l10n/zh_CN.js | |
parent | 71e26d12c0f82ebf4046a9265e2594b469be9e7b (diff) | |
download | nextcloud-server-8edd9b0e33fbf24771a290c02736cc7947be4322.tar.gz nextcloud-server-8edd9b0e33fbf24771a290c02736cc7947be4322.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/zh_CN.js')
-rw-r--r-- | apps/theming/l10n/zh_CN.js | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js index 125808b54be..d38a24be1f2 100644 --- a/apps/theming/l10n/zh_CN.js +++ b/apps/theming/l10n/zh_CN.js @@ -10,23 +10,34 @@ OC.L10N.register( "The given web address is too long" : "输入的地址过长", "The given slogan is too long" : "输入的标语过长", "The given color is invalid" : "提供的颜色无效", + "The file was uploaded" : "文件已上传", "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" : "缺少临时文件夹", + "Could not write file to disk" : "无法写入文件到磁盘", + "A PHP extension stopped the file upload" : "PHP扩展停止了文件上传。", "No file uploaded" : "文件没有上传", "Unsupported image type" : "不支持图片格式", "Theming" : "主题", + "Legal notice" : "法律声明", + "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." : "主题使得方便地定制你的实例的外观和体验成为可能。所有用户都可以使用。", "Name" : "名字", "Reset to default" : "重置为默认设置", + "https://…" : "https://", "Slogan" : "标语", "Color" : "颜色", - "Logo" : "标志", - "Upload new logo" : "上传新标志", + "Logo" : "图标", + "Upload new logo" : "上传新的图标", "Login image" : "登录图片", "Upload new login background" : "上传新登录背景", "Remove background image" : "删除背景图片", + "Advanced options" : "高级选项", + "Legal notice link" : "法律声明链接", + "Privacy policy link" : "隐私政策链接", + "Header logo" : "顶栏图标", + "Upload new header logo" : "上传新的顶栏图标", "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和颜色自动生成收藏图标。", "There is no error, the file uploaded with success" : "没有错误,文件已上传成功", "The uploaded file was only partially uploaded" : "上传的文件只有部分已上传", |