zh_CN.js 3.5 KB

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