zh_CN.js 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "正在加载预览...",
  5. "Saved" : "已保存",
  6. "Admin" : "管理",
  7. "a safe home for all your data" : "给您所有的数据一个安全的家",
  8. "Name cannot be empty" : "名称不能为空",
  9. "The given name is too long" : "输入的名称过长",
  10. "The given web address is too long" : "输入的地址过长",
  11. "The given slogan is too long" : "输入的标语过长",
  12. "The given color is invalid" : "提供的颜色无效",
  13. "The file was uploaded" : "文件已上传",
  14. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传的文件超过了php.ini中指定的upload_max_filesize指令配置",
  15. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件超过了 HTML 表单中指定的 MAX_FILE_SIZE 指令",
  16. "The file was only partially uploaded" : "文件仅部分上传",
  17. "No file was uploaded" : "没有上传文件",
  18. "Missing a temporary folder" : "缺少临时文件夹",
  19. "Could not write file to disk" : "无法写入文件到磁盘",
  20. "A PHP extension stopped the file upload" : "PHP扩展停止了文件上传。",
  21. "No file uploaded" : "文件没有上传",
  22. "Unsupported image type" : "不支持图片格式",
  23. "Theming" : "主题",
  24. "Legal notice" : "法律声明",
  25. "Adjust the Nextcloud theme" : "调整 Nextcloud 主题",
  26. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制您的实例的外观和体验成为可能。所有用户都可以使用。",
  27. "Name" : "名字",
  28. "Reset to default" : "重置为默认设置",
  29. "https://…" : "https://",
  30. "Slogan" : "标语",
  31. "Color" : "颜色",
  32. "Logo" : "图标",
  33. "Upload new logo" : "上传新的图标",
  34. "Login image" : "登录图片",
  35. "Upload new login background" : "上传新登录背景",
  36. "Remove background image" : "删除背景图片",
  37. "Advanced options" : "高级选项",
  38. "Legal notice link" : "法律声明链接",
  39. "Privacy policy link" : "隐私政策链接",
  40. "Header logo" : "顶栏图标",
  41. "Upload new header logo" : "上传新的顶栏图标",
  42. "Favicon" : "Favicon",
  43. "Upload new favicon" : "上传新图标",
  44. "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 和颜色自动生成收藏图标。",
  45. "There is no error, the file uploaded with success" : "没有错误,文件已上传成功",
  46. "The uploaded file was only partially uploaded" : "上传的文件只有部分已上传",
  47. "Failed to write file to disk." : "文件写入磁盘失败。",
  48. "A PHP extension stopped the file upload." : "PHP扩展停止了文件上传。",
  49. "You are already using a custom theme" : "您已经在使用自定义主题",
  50. "Web address https://…" : "网址 https://..."
  51. },
  52. "nplurals=1; plural=0;");