newtab.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "home": {
  3. "viewAll": "檢視全部"
  4. },
  5. "settings": {
  6. "language": {
  7. "label": "語言",
  8. "helpTranslate": "找不到你的語言嗎? 請協助我們翻譯。",
  9. "reloadPage": "重整頁面使其生效"
  10. }
  11. },
  12. "workflow": {
  13. "import": "匯入工作流",
  14. "new": "新增工作流",
  15. "delete": "刪除工作流",
  16. "name": "工作流名稱",
  17. "rename": "重新命名工作流",
  18. "add": "建立工作流",
  19. "clickToEnable": "點擊啟用",
  20. "dataColumns": {
  21. "title": "資料欄位",
  22. "placeholder": "搜尋或建立欄位",
  23. "column": {
  24. "name": "欄位名稱",
  25. "type": "資料型別"
  26. }
  27. },
  28. "sidebar": {
  29. "workflowIcon": "工作流圖示"
  30. },
  31. "editor": {
  32. "zoomIn": "放大",
  33. "zoomOut": "縮小",
  34. "resetZoom": "重設縮放",
  35. "duplicate": "複製"
  36. },
  37. "settings": {
  38. "onError": {
  39. "title": "工作流發生錯誤",
  40. "items": {
  41. "keepRunning": "繼續執行",
  42. "stopWorkflow": "停止工作流"
  43. }
  44. },
  45. "timeout": {
  46. "title": "工作流超時 (毫秒)"
  47. }
  48. }
  49. },
  50. "collection": {
  51. "description": "依序執行工作流",
  52. "new": "新增集合",
  53. "delete": "刪除集合",
  54. "add": "建立集合",
  55. "rename": "重新命名集合",
  56. "flow": "工作流",
  57. "dragDropText": "拖曳工作流或區塊至此",
  58. "options": {
  59. "atOnce": {
  60. "title": "立即執行集合中的所有工作流",
  61. "description": "使用此選項不會執行區塊"
  62. }
  63. },
  64. "globalData": {
  65. "note": "這將覆蓋工作流的全域資料"
  66. }
  67. },
  68. "log": {
  69. "goBack": "返回 \"{name}\" 紀錄",
  70. "startedDate": "開始日期",
  71. "duration": "期間",
  72. "selectAll": "全選",
  73. "deselectAll": "取消全選",
  74. "deleteSelected": "刪除選取的紀錄",
  75. "types": {
  76. "stop": "工作流停止",
  77. "finish": "工作流完成"
  78. },
  79. "messages": {
  80. "workflow-disabled": "工作流已禁用",
  81. "stop-timeout": "工作流因逾時而停止",
  82. "no-iframe-id": "Can't find Frame ID for the iframe element with \"{selector}\" selector",
  83. "no-tab": "Can't connect to a tab, use \"New tab\" or \"Active tab\" block before using the \"{name}\" block."
  84. },
  85. "description": {
  86. "text": "{status} on {date} in {duration}",
  87. "status": {
  88. "success": "成功",
  89. "error": "失敗",
  90. "stopped": "停止"
  91. }
  92. },
  93. "delete": {
  94. "title": "刪除紀錄",
  95. "description": "確定要刪除所有選取的紀錄嗎?"
  96. },
  97. "exportData": {
  98. "title": "匯出資料",
  99. "types": {
  100. "json": "JSON",
  101. "csv": "CSV",
  102. "plain-text": "純文字"
  103. }
  104. },
  105. "filter": {
  106. "title": "篩選",
  107. "byStatus": "依 status",
  108. "byDate": {
  109. "title": "依 date",
  110. "items": {
  111. "lastDay": "最後1天",
  112. "last7Days": "最後7天",
  113. "last30Days": "最後30天"
  114. }
  115. }
  116. }
  117. },
  118. "components": {
  119. "pagination": {
  120. "text1": "顯示",
  121. "text2": "項, 總共 {count} 項",
  122. "nextPage": "下一頁",
  123. "currentPage": "目前頁數",
  124. "prevPage": "上一頁",
  125. "of": "of {page}"
  126. }
  127. }
  128. }