zh_TW.js 1.5 KB

12345678910111213141516171819202122232425262728293031
  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. "No file uploaded" : "未上傳檔案",
  14. "Unsupported image type" : "不支援的圖片類型",
  15. "Theming" : "佈景主題",
  16. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "使用佈景主題來客製化網頁界面和客戶端程式的外觀(並非所有客戶端程式都支援佈景主題),外觀將會套用至所有使用者。",
  17. "Name" : "名稱",
  18. "Reset to default" : "恢復預設值",
  19. "Slogan" : "標語",
  20. "Color" : "顏色",
  21. "Logo" : "Logo",
  22. "Upload new logo" : "上傳新的 Logo",
  23. "Login image" : "登入圖片",
  24. "Upload new login background" : "上傳新的登入頁背景",
  25. "Remove background image" : "移除背景圖片",
  26. "You are already using a custom theme" : "您正在使用自訂主題",
  27. "reset to default" : "恢復預設值",
  28. "Web address" : "網址",
  29. "Web address https://…" : "網址 https://…"
  30. },
  31. "nplurals=1; plural=0;");