1
0

zh_TW.js 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Successfully saved" : "成功保存",
  5. "Saving failed:" : "保存失敗:",
  6. "File mime type" : "檔案mime類型",
  7. "is" : "是",
  8. "is not" : "不是",
  9. "matches" : "匹配",
  10. "does not match" : "不能匹配",
  11. "Example: {placeholder}" : "例子:{placeholder}",
  12. "File size (upload)" : "檔案大小(上傳)",
  13. "less" : "更少",
  14. "less or equals" : "小於或等於",
  15. "greater or equals" : "大於或等於",
  16. "greater" : "更大",
  17. "File system tag" : "檔案系統標籤",
  18. "is tagged with" : "標記為",
  19. "is not tagged with" : "没有標記為",
  20. "Select tag…" : "選擇標籤",
  21. "Request remote address" : "請求遠端地址",
  22. "matches IPv4" : "匹配 IPv4",
  23. "does not match IPv4" : "不能匹配 IPv4",
  24. "matches IPv6" : "匹配 IPv6",
  25. "does not match IPv6" : "不能匹配 IPv6",
  26. "Request time" : "請求時間",
  27. "between" : "之間",
  28. "Start" : "開始",
  29. "End" : "結束",
  30. "Select timezone…" : "選擇時區...",
  31. "Request URL" : "請求網址",
  32. "Predefined URLs" : "預定義網址",
  33. "Files WebDAV" : "檔案 WebDAV",
  34. "Request user agent" : "請求用戶代理",
  35. "Sync clients" : "同步客戶端",
  36. "Android client" : "Android 客戶端",
  37. "iOS client" : "iOS 客戶端",
  38. "Desktop client" : "桌面客戶端",
  39. "The given operator is invalid" : "指定的操作無效",
  40. "The given regular expression is invalid" : "指定的規則表達式無效",
  41. "The given file size is invalid" : "指定的檔案大小無效",
  42. "The given tag id is invalid" : "指定的標籤 Id無效",
  43. "The given IP range is invalid" : "指定的IP 範圍無效",
  44. "The given IP range is not valid for IPv4" : "指定的IP範圍不是有效的IPv4",
  45. "The given IP range is not valid for IPv6" : "指定的IP範圍不是有效的IPv6",
  46. "The given time span is invalid" : "指定的時間範圍無效",
  47. "The given start time is invalid" : "指定的開始時間無效",
  48. "The given end time is invalid" : "指定的結束時間無效",
  49. "The given group does not exist" : "指定的群組不存在",
  50. "Check %s is invalid or does not exist" : "檢查 %s 無效或不存在",
  51. "Operation #%s does not exist" : "操作 #%s 不存在",
  52. "Operation %s does not exist" : "操作 %s 不存在",
  53. "Operation %s is invalid" : "操作 #%s 無效",
  54. "Check %s does not exist" : "檢查 %s 不存在",
  55. "Check %s is invalid" : "檢查 %s 無效",
  56. "Check #%s does not exist" : "檢查 #%s 不存在",
  57. "Workflow" : "工作流程",
  58. "Open documentation" : "開啟說明文件",
  59. "Add rule group" : "新增群組規則",
  60. "Short rule description" : "簡短規則描述",
  61. "Add rule" : "添加規則",
  62. "Reset" : "重設",
  63. "Save" : "儲存",
  64. "Saving…" : "儲存中...",
  65. "Loading…" : "載入中…"
  66. },
  67. "nplurals=1; plural=0;");