newtab.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {
  2. "home": {
  3. "viewAll": "View all"
  4. },
  5. "welcome": {
  6. "title": "Welcome to Automa! 🎉",
  7. "text": "Get started by reading the documentation or browsing workflows in the Automa Marketplace.",
  8. "marketplace": "Marketplace"
  9. },
  10. "updateMessage": {
  11. "text1": "Automa has been updated to v{version},",
  12. "text2": "see what's new."
  13. },
  14. "settings": {
  15. "language": {
  16. "label": "Language",
  17. "helpTranslate": "Can't find your language? Help translate.",
  18. "reloadPage": "Reload the page to take effect"
  19. },
  20. "menu": {
  21. "general": "General"
  22. },
  23. },
  24. "workflow": {
  25. "import": "Import workflow",
  26. "new": "New workflow",
  27. "delete": "Delete workflow",
  28. "browse": "Browse workflows",
  29. "name": "Workflow name",
  30. "rename": "Rename workflow",
  31. "add": "Add workflow",
  32. "clickToEnable": "Click to enable",
  33. "toggleSidebar": "Toggle sidebar",
  34. "protect": {
  35. "title": "Protect workflow",
  36. "remove": "Remove protection",
  37. "button": "Protect",
  38. "note": "Note: you must remember this password, this password will be required to edit and delete the workflow later on."
  39. },
  40. "locked": {
  41. "title": "This Workflow is Protected",
  42. "body": "Input the password to unlock it",
  43. "unlock": "Unlock",
  44. "messages": {
  45. "incorrect-password": "Incorrect password"
  46. }
  47. },
  48. "state": {
  49. "executeBy": "Executed by: \"{name}\""
  50. },
  51. "dataColumns": {
  52. "title": "Data columns",
  53. "placeholder": "Search or add column",
  54. "column": {
  55. "name": "Column name",
  56. "type": "Data type"
  57. }
  58. },
  59. "sidebar": {
  60. "workflowIcon": "Workflow icon"
  61. },
  62. "editor": {
  63. "zoomIn": "Zoom in",
  64. "zoomOut": "Zoom out",
  65. "resetZoom": "Reset zoom",
  66. "duplicate": "Duplicate"
  67. },
  68. "settings": {
  69. "saveLog": "Save workflow log",
  70. "executedBlockOnWeb": "Show executed block on web page",
  71. "debugMode": "Debug mode",
  72. "onError": {
  73. "title": "On workflow error",
  74. "items": {
  75. "keepRunning": "Keep running",
  76. "stopWorkflow": "Stop workflow"
  77. }
  78. },
  79. "timeout": {
  80. "title": "Workflow timeout (milliseconds)"
  81. },
  82. "blockDelay": {
  83. "title": "Block delay (milliseconds)",
  84. "description": "Add delay before executing each of the blocks"
  85. }
  86. }
  87. },
  88. "collection": {
  89. "description": "Execute your workflows in sequence",
  90. "new": "New collection",
  91. "delete": "Delete collection",
  92. "add": "Add collection",
  93. "rename": "Rename collection",
  94. "flow": "Flow",
  95. "dragDropText": "Drop a workflow or block in here",
  96. "options": {
  97. "atOnce": {
  98. "title": "Execute all workflows in the collection at once",
  99. "description": "Block not gonna executed when using this option"
  100. }
  101. },
  102. "globalData": {
  103. "note": "This will overwrite the global data of the workflow"
  104. }
  105. },
  106. "log": {
  107. "goBack": "Go back to \"{name}\" log",
  108. "startedDate": "Started date",
  109. "duration": "Duration",
  110. "selectAll": "Select all",
  111. "deselectAll": "Deselect all",
  112. "deleteSelected": "Delete selected logs",
  113. "types": {
  114. "stop": "Workflow is stopped",
  115. "finish": "Finish"
  116. },
  117. "messages": {
  118. "url-empty": "URL is empty",
  119. "invalid-url": "URL is not valid",
  120. "conditions-empty": "Conditions is empty",
  121. "invalid-proxy-host": "Invalid proxy host",
  122. "workflow-disabled": "Workflow is disabled",
  123. "selector-empty": "Element selector is empty",
  124. "invalid-body": "Content body is not valid JSON",
  125. "invalid-active-tab": "\"{url}\" is invalid URL",
  126. "empty-spreadsheet-id": "Spreadsheet Id is empty",
  127. "invalid-loop-data": "Invalid data to loop through",
  128. "empty-workflow": "You must select a workflow first",
  129. "active-tab-removed": "Workflow active tab is removed",
  130. "empty-spreadsheet-range": "Spreadsheet range is empty",
  131. "stop-timeout": "Workflow is stopped because of timeout",
  132. "no-file-access": "Automa doesn't have access to the file",
  133. "no-workflow": "Can't find workflow with \"{workflowId}\" ID",
  134. "element-not-found": "Can't find an element with \"{selector}\" selector.",
  135. "not-iframe": "Element with \"{selector}\" selector is not an Iframe element",
  136. "iframe-not-found": "Can't find an Iframe element with \"{selector}\" selector.",
  137. "workflow-infinite-loop": "Can't execute the workflow to prevent an infinite loop",
  138. "no-iframe-id": "Can't find Frame ID for the iframe element with \"{selector}\" selector",
  139. "no-tab": "Can't connect to a tab, use \"New tab\" or \"Active tab\" block before using the \"{name}\" block."
  140. },
  141. "description": {
  142. "text": "{status} on {date} in {duration}",
  143. "status": {
  144. "success": "Succeeded",
  145. "error": "Failed",
  146. "stopped": "Stopped"
  147. }
  148. },
  149. "delete": {
  150. "title": "Delete log",
  151. "description": "Are you sure want to delete all the selected logs?"
  152. },
  153. "exportData": {
  154. "title": "Export data",
  155. "types": {
  156. "json": "JSON",
  157. "csv": "CSV",
  158. "plain-text": "Plain text"
  159. }
  160. },
  161. "filter": {
  162. "title": "Filter",
  163. "byStatus": "By status",
  164. "byDate": {
  165. "title": "By date",
  166. "items": {
  167. "lastDay": "Last day",
  168. "last7Days": "Last seven days",
  169. "last30Days": "Last thirty days"
  170. }
  171. }
  172. }
  173. },
  174. "components": {
  175. "pagination": {
  176. "text1": "Showing",
  177. "text2": "items out of {count}",
  178. "nextPage": "Next page",
  179. "currentPage": "Current page",
  180. "prevPage": "Previous page",
  181. "of": "of {page}"
  182. }
  183. }
  184. }