zh_TW.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "指定的運算子無效",
  5. "The given regular expression is invalid" : "指定的正規表示式無效",
  6. "The given file size is invalid" : "指定的檔案大小無效",
  7. "The given tag id is invalid" : "指定的標籤 id 無效",
  8. "The given IP range is invalid" : "指定的 IP 範圍無效",
  9. "The given IP range is not valid for IPv4" : "指定的 IP 範圍不是有效的 IPv4",
  10. "The given IP range is not valid for IPv6" : "指定的 IP 範圍不是有效的 IPv6",
  11. "The given time span is invalid" : "指定的時間範圍無效",
  12. "The given start time is invalid" : "指定的開始時間無效",
  13. "The given end time is invalid" : "指定的結束時間無效",
  14. "The given group does not exist" : "指定的群組不存在",
  15. "File" : "檔案",
  16. "File created" : "檔案建立",
  17. "File updated" : "檔案更新",
  18. "File renamed" : "檔案重新命名",
  19. "File deleted" : "檔案刪除",
  20. "File accessed" : "檔案存取",
  21. "File copied" : "檔案複製",
  22. "Tag assigned" : "指派標籤",
  23. "Someone" : "某人",
  24. "%s created %s" : "%s 建立 %s",
  25. "%s modified %s" : "%s 修改 %s",
  26. "%s deleted %s" : "%s 刪除 %s",
  27. "%s accessed %s" : "%s 存取 %s",
  28. "%s renamed %s" : "%s 重新命名 %s",
  29. "%s copied %s" : "%s 複製 %s",
  30. "%s assigned %s to %s" : "%s 指派 %s 給 %s",
  31. "Operation #%s does not exist" : "操作 #%s 不存在",
  32. "Entity %s does not exist" : "實體 %s 不存在",
  33. "Entity %s is invalid" : "實體 %s 無效",
  34. "No events are chosen." : "未選擇事件。",
  35. "Entity %s has no event %s" : "實體 %s 沒有事件 %s",
  36. "Operation %s does not exist" : "操作 %s 不存在",
  37. "Operation %s is invalid" : "操作 #%s 無效",
  38. "At least one check needs to be provided" : "至少需要提供一次檢查",
  39. "The provided operation data is too long" : "操作提供的資料過長",
  40. "Invalid check provided" : "提供無效的檢查",
  41. "Check %s does not exist" : "檢查 %s 不存在",
  42. "Check %s is invalid" : "檢查 %s 無效",
  43. "Check %s is not allowed with this entity" : "不允許對此實體進行檢查 %s",
  44. "The provided check value is too long" : "提供的檢查值過長",
  45. "Check #%s does not exist" : "檢查 #%s 不存在",
  46. "Check %s is invalid or does not exist" : "檢查 %s 無效或不存在",
  47. "Flow" : "流程",
  48. "Nextcloud workflow engine" : "Nextcloud 工作流程引擎",
  49. "Select a filter" : "選取過濾條件",
  50. "Select a comparator" : "選取比較程式",
  51. "Select a file type" : "選取檔案類型",
  52. "e.g. httpd/unix-directory" : "例如:httpd/unix-directory",
  53. "Folder" : "資料夾",
  54. "Images" : "圖片",
  55. "Office documents" : "辦公室文件",
  56. "PDF documents" : "PDF 文件",
  57. "Custom mimetype" : "自訂 mimetype",
  58. "Select a tag" : "選取標籤",
  59. "No results" : "無結果",
  60. "%s (invisible)" : "%s(隱藏)",
  61. "%s (restricted)" : "%s(受限)",
  62. "Please enter a valid time span" : "請輸入有效的時間範圍",
  63. "Select a request URL" : "選取請求 URL",
  64. "Predefined URLs" : "預定義 URL",
  65. "Files WebDAV" : "檔案 WebDAV",
  66. "Others" : "其他",
  67. "Custom URL" : "自訂 URL",
  68. "Select a user agent" : "選取使用者代理字串",
  69. "Android client" : "Android 客戶端",
  70. "iOS client" : "iOS 客戶端",
  71. "Desktop client" : "桌面客戶端",
  72. "Thunderbird & Outlook addons" : "Thunderbird 與 Outlook 附加元件",
  73. "Custom user agent" : "自訂使用者字串",
  74. "At least one event must be selected" : "必須至少選取一個事件",
  75. "Add new flow" : "新增新流程",
  76. "When" : "當",
  77. "and" : "與",
  78. "Cancel" : "取消",
  79. "Delete" : "刪除",
  80. "The configuration is invalid" : "設定無效",
  81. "Active" : "啟動",
  82. "Save" : "儲存",
  83. "Available flows" : "可用的流程",
  84. "For details on how to write your own flow, check out the development documentation." : "關於如何編寫自己的流程,請看開發文件。",
  85. "More flows" : "更多流程",
  86. "Browse the App Store" : "瀏覽應用程式商店",
  87. "Show less" : "顯示較少",
  88. "Show more" : "顯示更多",
  89. "Configured flows" : "已設定的流程",
  90. "Your flows" : "您的流程",
  91. "matches" : "符合",
  92. "does not match" : "不符合",
  93. "is" : "是",
  94. "is not" : "不是",
  95. "File name" : "檔案名稱",
  96. "File MIME type" : "檔案 MIME 類型",
  97. "File size (upload)" : "檔案大小(上傳)",
  98. "less" : "更少",
  99. "less or equals" : "小於或等於",
  100. "greater or equals" : "大於或等於",
  101. "greater" : "更大",
  102. "Request remote address" : "請求遠端地址",
  103. "matches IPv4" : "符合 IPv4",
  104. "does not match IPv4" : "不符合 IPv4",
  105. "matches IPv6" : "符合 IPv6",
  106. "does not match IPv6" : "不能符合 IPv6",
  107. "File system tag" : "檔案系統標籤",
  108. "is tagged with" : "標記為",
  109. "is not tagged with" : "没有標記為",
  110. "Request URL" : "請求網址",
  111. "Request time" : "請求時間",
  112. "between" : "之間",
  113. "not between" : "皆非",
  114. "Request user agent" : "請求使用者代理字串",
  115. "User group membership" : "使用者群組成員資格",
  116. "is member of" : "是成員來自",
  117. "is not member of" : "不是成員來自",
  118. "Browse the app store" : "瀏覽應用程式商店"
  119. },
  120. "nplurals=1; plural=0;");