blocks.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  1. {
  2. "collection": {
  3. "blocks": {
  4. "export-result": {
  5. "name": "Export result",
  6. "description": "Export the collection result as JSON"
  7. }
  8. }
  9. },
  10. "workflow": {
  11. "blocks": {
  12. "base": {
  13. "title": "Blocks",
  14. "moveToGroup": "Move block to blocks group",
  15. "selector": "Element selector",
  16. "selectorOptions": "Selector options",
  17. "timeout": "Timeout (milliseconds)",
  18. "noPermission": "Automa doesn't have enough permissions to perform this action",
  19. "grantPermission": "Grant permission",
  20. "action": "Action",
  21. "element": {
  22. "select": "Select an element",
  23. "verify": "Verify selector"
  24. },
  25. "settings": {
  26. "title": "Block settings",
  27. "blockTimeout": {
  28. "title": "Block execution timeout (millisecond)",
  29. "description": "The maximum execution time of the block (0 to disable)"
  30. },
  31. "line": {
  32. "title": "Lines",
  33. "label": "Label",
  34. "animated": "Animated",
  35. "select": "Select line",
  36. "to": "Line to {name} block",
  37. "lineColor": "Color"
  38. }
  39. },
  40. "toggle": {
  41. "enable": "Enable block",
  42. "disable": "Disable block"
  43. },
  44. "onError": {
  45. "info": "These rules will apply when an error occurs on the block",
  46. "button": "On error",
  47. "title": "On error occurs",
  48. "retry": "Retry action",
  49. "fallbackTitle": "Will execute when an error occurs in the block",
  50. "times": {
  51. "name": "Times",
  52. "description": "The number of times to retry the action"
  53. },
  54. "interval": {
  55. "name": "Interval",
  56. "description": "The time interval to wait between each try",
  57. "second": "second"
  58. },
  59. "toDo": {
  60. "error": "Throw error",
  61. "continue": "Continue flow",
  62. "fallback": "Execute fallback",
  63. "restart": "Restart flow"
  64. },
  65. "insertData": {
  66. "name": "Insert data"
  67. }
  68. },
  69. "table": {
  70. "checkbox": "Insert to table",
  71. "select": "Select column",
  72. "extraRow": {
  73. "checkbox": "Add extra row",
  74. "placeholder": "Value",
  75. "title": "Value of the extra row"
  76. }
  77. },
  78. "findElement": {
  79. "placeholder": "Find element by",
  80. "options": {
  81. "cssSelector": "CSS Selector",
  82. "xpath": "XPath"
  83. }
  84. },
  85. "markElement": {
  86. "title": "An element will not be selected if have been selected before",
  87. "text": "Mark element"
  88. },
  89. "multiple": {
  90. "title": "Select multiple element",
  91. "text": "Multiple"
  92. },
  93. "waitSelector": {
  94. "title": "Wait for selector",
  95. "timeout": "Selector timeout (ms)"
  96. },
  97. "downloads": {
  98. "onConflict": {
  99. "uniquify": "Uniquify",
  100. "overwrite": "Overwrite",
  101. "prompt": "Prompt"
  102. }
  103. }
  104. },
  105. "wait-connections": {
  106. "name": "Wait connections",
  107. "description": "Wait for all connections before continuing to the next block",
  108. "specificFlow": "Only continue a specific flow",
  109. "selectFlow": "Select flow"
  110. },
  111. "cookie": {
  112. "name": "Cookie",
  113. "description": "Get, set, or remove cookies",
  114. "types": {
  115. "get": "Get cookies",
  116. "set": "Set cookie",
  117. "remove": "Remove cookies",
  118. "getAll": "Get all cookies"
  119. },
  120. "useJson": "Use JSON format"
  121. },
  122. "note": {
  123. "name": "Note"
  124. },
  125. "slice-variable": {
  126. "name": "Slice variable",
  127. "description": "Extracts a section of a variable value",
  128. "start": "Start index",
  129. "end": "End index"
  130. },
  131. "workflow-state": {
  132. "name": "Workflow state",
  133. "description": "Manage workflows states",
  134. "actions": {
  135. "stop": "Stop workflows"
  136. }
  137. },
  138. "regex-variable": {
  139. "name": "RegEx variable",
  140. "description": "Matching a variable value against a regular expression"
  141. },
  142. "data-mapping": {
  143. "source": "Source",
  144. "destination": "Destination",
  145. "name": "Data mapping",
  146. "edit": "Edit data map",
  147. "dataSource": "Data source",
  148. "description": "Map data of a variable or table",
  149. "addSource": "Add source",
  150. "addDestination": "Add destination"
  151. },
  152. "sort-data": {
  153. "name": "Sort data",
  154. "description": "Sort the items of data",
  155. "property": "Sort by the item's property",
  156. "addProperty": "Add property"
  157. },
  158. "increase-variable": {
  159. "name": "Increase variable",
  160. "description": "Increase the value of a variable by a specific amount",
  161. "increase": "Increase by"
  162. },
  163. "notification": {
  164. "name": "notification",
  165. "description": "Display a notification",
  166. "title": "Title",
  167. "message": "Message",
  168. "imageUrl": "Image URL (optional)",
  169. "iconUrl": "Icon URL (optional)"
  170. },
  171. "delete-data": {
  172. "name": "Delete data",
  173. "description": "Delete table or variable data",
  174. "from": "Data from",
  175. "allColumns": "[All columns]"
  176. },
  177. "log-data": {
  178. "name": "Get log data",
  179. "description": "Get the latest log data of a workflow",
  180. "data": "Log data"
  181. },
  182. "tab-url": {
  183. "name": "Get tab URL",
  184. "description": "Get the tab URL",
  185. "select": "Select tab",
  186. "types": {
  187. "active-tab": "Active tab",
  188. "all": "All tabs"
  189. },
  190. "query": {
  191. "title": "Query",
  192. "matchPatterns": "@:workflow.blocks.switch-tab.matchPattern (optional)",
  193. "tabTitle": "Tab title (optional)"
  194. }
  195. },
  196. "reload-tab": {
  197. "name": "Reload tab",
  198. "description": "Reload the active tab"
  199. },
  200. "press-key": {
  201. "name": "Press key",
  202. "description": "Press a key or a combination",
  203. "target": "Target element (optional)",
  204. "key": "Key",
  205. "detect": "Detect key",
  206. "actions": {
  207. "press-key": "Press a key",
  208. "multiple-keys": "Press multiple keys"
  209. }
  210. },
  211. "save-assets": {
  212. "name": "Save assets",
  213. "description": "Save assets (image, video, audio, or file) from an element or URL",
  214. "filename": "Filename (optional)",
  215. "saveDownloadIds": "Save items' download IDs",
  216. "contentTypes": {
  217. "title": "Type",
  218. "element": "Media element (image, audio, or video)",
  219. "url": "URL"
  220. }
  221. },
  222. "handle-dialog": {
  223. "name": "Handle dialog",
  224. "description": "Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload)",
  225. "accept": "Accept dialog",
  226. "promptText": {
  227. "label": "Prompt text (optional)",
  228. "description": "The text to enter into the prompt dialog before accepting"
  229. }
  230. },
  231. "handle-download": {
  232. "name": "Handle download",
  233. "description": "Handle downloaded file",
  234. "timeout": "Timeout (milliseconds)",
  235. "noPermission": "Don't have permission to access the downloads",
  236. "onConflict": "On conflict",
  237. "waitFile": "Wait for the file to be downloaded",
  238. "downloadId": "File download ID (optional)",
  239. "filePath": "File path"
  240. },
  241. "insert-data": {
  242. "name": "Insert data",
  243. "description": "Insert data into table or variable"
  244. },
  245. "clipboard": {
  246. "name": "Clipboard",
  247. "description": "Get the copied text from the clipboard",
  248. "data": "Clipboard data",
  249. "noPermission": "Don't have permission to access the clipboard",
  250. "grantPermission": "Grant permission",
  251. "copySelection": "Copy the selected text on page",
  252. "types": {
  253. "get": "Get clipboard data",
  254. "insert": "Insert text to clipboard"
  255. }
  256. },
  257. "hover-element": {
  258. "name": "Hover element",
  259. "description": "Hover over an element"
  260. },
  261. "create-element": {
  262. "name": "Create element",
  263. "description": "Create an element and insert it into the page",
  264. "edit": "Edit element",
  265. "wrap": "Wrap the element inside",
  266. "insertEl": {
  267. "title": "Insert element",
  268. "items": {
  269. "before": "As first child",
  270. "after": "As last child",
  271. "next-sibling": "As next sibling",
  272. "prev-sibling": "As previous sibling",
  273. "replace": "Replace target element"
  274. }
  275. }
  276. },
  277. "upload-file": {
  278. "name": "Upload file",
  279. "description": "Upload file into <input type=\"file\"> element",
  280. "filePath": "URL or File path",
  281. "addFile": "Add file",
  282. "onlyURL": "Only uploading files from a URL is supported in the Firefox browser",
  283. "requirement": "Read the requirements before using this block",
  284. "noFileAccess": "Automa doesn't have access to files"
  285. },
  286. "browser-event": {
  287. "name": "Browser event",
  288. "description": "Executes the next block when the specified event is triggered",
  289. "events": "Events",
  290. "timeout": "Timeout (milliseconds)",
  291. "activeTabLoaded": "Active tab",
  292. "setAsActiveTab": "Set as active tab"
  293. },
  294. "blocks-group-2": {
  295. "name": "@:workflow.blocks.blocks-group.name 2",
  296. "description": "@:workflow.blocks.blocks-group.description"
  297. },
  298. "blocks-group": {
  299. "name": "Blocks group",
  300. "groupName": "Group name",
  301. "description": "Grouping blocks",
  302. "dropText": "Drag & drop a block here",
  303. "cantAdd": "Can't add \"{blockName}\" block to the group"
  304. },
  305. "trigger": {
  306. "name": "Trigger",
  307. "description": "Block where the workflow will start executing",
  308. "addTime": "Add time",
  309. "selectDay": "Select day",
  310. "timeExist": "You already added a trigger at {time} on {day}",
  311. "fixedDelay": "Fixed delay",
  312. "contextMenus": {
  313. "noPermission": "This trigger requires \"contextMenus\" permission to be working",
  314. "grantPermission": "Grant permission",
  315. "appearIn": "Will appear in",
  316. "contextName": "Workflow name in the context menu"
  317. },
  318. "days": [
  319. "Sunday",
  320. "Monday",
  321. "Tuesday",
  322. "Wednesday",
  323. "Thursday",
  324. "Friday",
  325. "Saturday"
  326. ],
  327. "useRegex": "Use regex",
  328. "shortcut": {
  329. "tooltip": "Record shortcut",
  330. "stopRecord": "Stop recording",
  331. "checkboxTitle": "Execute shortcut even when you're in an input element",
  332. "checkbox": "Active while in input",
  333. "note": "Note: keyboard shortcut only works when you're on a webpage"
  334. },
  335. "forms": {
  336. "triggerWorkflow": "Trigger workflow",
  337. "interval": "Interval (minutes)",
  338. "delay": "Delay (minutes)",
  339. "date": "Date",
  340. "time": "Time",
  341. "url": "URL or Regex",
  342. "shortcut": "Shortcut",
  343. "cron-expression": "Cron expression"
  344. },
  345. "element-change": {
  346. "target": "Target element to observe",
  347. "optionsInfo": "Which element mutation will trigger the workflow",
  348. "targetWebsite": "The Match Pattern of the website where the target element is (click to see more Match Pattern examples)",
  349. "baseEl": {
  350. "title": "Base element (optional)",
  351. "description": "Automa will restart observing the target element when this element changes"
  352. },
  353. "subtree": {
  354. "title": "Include subtree",
  355. "description": "Extend monitoring to the entire subtree of the target element"
  356. },
  357. "childList": {
  358. "title": "Child list",
  359. "description": "Monitor the addition of new child elements or the removal of existing ones"
  360. },
  361. "attributes": {
  362. "title": "Attributes",
  363. "description": "Watch for changes to the attribute values of the target element"
  364. },
  365. "attributeFilter": {
  366. "title": "Attribute filter",
  367. "separate": "Use commas (,) to separate attribute names",
  368. "description": "Only monitor specific attributes (leave blank to monitor all)"
  369. },
  370. "characterData": {
  371. "title": "Character data",
  372. "description": "Monitor changes to the character data/text within the target element"
  373. }
  374. },
  375. "items": {
  376. "manual": "Manually",
  377. "interval": "Interval",
  378. "cron-job": "Cron job",
  379. "date": "On a specific date",
  380. "context-menu": "Context menu",
  381. "element-change": "On element change",
  382. "specific-day": "On a specific day",
  383. "visit-web": "When visiting a website",
  384. "on-startup": "On browser startup",
  385. "keyboard-shortcut": "Keyboard shortcut"
  386. }
  387. },
  388. "execute-workflow": {
  389. "name": "Execute workflow",
  390. "overwriteNote": "This will overwrite the global data of the selected workflow",
  391. "select": "Select workflow",
  392. "executeId": "Execute Id (optional)",
  393. "description": "",
  394. "insertAllVars": "Use all current workflow variables",
  395. "insertVars": "Insert current workflow variables",
  396. "useCommas": "Use commas to separate the variable name",
  397. "insertAllGlobalData": "Use all current workflow globalData"
  398. },
  399. "google-sheets-drive": {
  400. "name": "@:workflow.blocks.google-sheets.name (GDrive)",
  401. "description": "@:workflow.blocks.google-sheets.description",
  402. "connected": "Connected sheets",
  403. "select": "Select sheet",
  404. "connect": "Connect sheet"
  405. },
  406. "google-drive": {
  407. "name": "Google Drive",
  408. "description": "Upload files to Google Drive",
  409. "actions": {
  410. "upload": "Upload files"
  411. }
  412. },
  413. "google-sheets": {
  414. "name": "Google Sheets",
  415. "description": "Read or update Google Sheets data",
  416. "previewData": "Preview data",
  417. "firstRow": "Use the first row as keys",
  418. "keysAsFirstRow": "Use keys as the first row",
  419. "insertData": "Insert data",
  420. "valueInputOption": "Value input option",
  421. "insertDataOption": "Insert data option",
  422. "rangeToSearch": "Range to start the search",
  423. "dataFrom": {
  424. "label": "Data from",
  425. "options": {
  426. "data-columns": "Table",
  427. "custom": "Custom"
  428. }
  429. },
  430. "refKey": {
  431. "label": "Reference key (optional)",
  432. "placeholder": "Key name"
  433. },
  434. "spreadsheetId": {
  435. "label": "Spreadsheet Id",
  436. "link": "See how to get spreadsheet Id"
  437. },
  438. "range": {
  439. "label": "Range",
  440. "link": "Click to see more examples"
  441. },
  442. "select": {
  443. "get": "Get spreadsheet cell values",
  444. "getRange": "Get spreadsheet range",
  445. "update": "Update spreadsheet cell values",
  446. "append": "Append spreadsheet cell values",
  447. "clear": "Clear spreadsheet cell values",
  448. "create": "Create a spreadsheet",
  449. "add-sheet": "Add sheet"
  450. }
  451. },
  452. "active-tab": {
  453. "name": "Active tab",
  454. "description": "Set the tab you're in as the active tab"
  455. },
  456. "proxy": {
  457. "name": "Proxy",
  458. "description": "Set the proxy of the browser",
  459. "clear": "Clear all proxies",
  460. "bypass": {
  461. "label": "Bypass list",
  462. "note": "Use commas (,) to separate URL"
  463. }
  464. },
  465. "new-window": {
  466. "name": "New window",
  467. "description": "Create a new window",
  468. "top": "Top",
  469. "left": "Left",
  470. "height": "Height",
  471. "width": "Width",
  472. "note": "Note: use 0 to disable",
  473. "position": "Window position",
  474. "size": "Window size",
  475. "windowState": {
  476. "placeholder": "Window state",
  477. "options": {
  478. "normal": "Normal",
  479. "minimized": "Minimized",
  480. "maximized": "Maximized",
  481. "fullscreen": "Fullscreen"
  482. }
  483. },
  484. "incognito": {
  485. "text": "Set as an incognito window",
  486. "note": "You must enable 'Allow in incognito' for this extension first"
  487. }
  488. },
  489. "go-back": {
  490. "name": "Go back",
  491. "description": "Go back to the previous page"
  492. },
  493. "forward-page": {
  494. "name": "Go forward",
  495. "description": "Go forward to the next page"
  496. },
  497. "close-tab": {
  498. "name": "Close tab/window",
  499. "description": "",
  500. "url": "Match Patterns",
  501. "activeTab": "Close active tab",
  502. "allWindows": "Close all windows"
  503. },
  504. "event-click": {
  505. "name": "Click element",
  506. "description": ""
  507. },
  508. "delay": {
  509. "name": "Delay",
  510. "description": "Add a delay before executing the next block",
  511. "input": {
  512. "title": "Delay in milliseconds",
  513. "placeholder": "(milliseconds)"
  514. }
  515. },
  516. "parameter-prompt": {
  517. "name": "Parameter Prompt"
  518. },
  519. "get-text": {
  520. "name": "Get text",
  521. "description": "Get text from an element",
  522. "checkbox": "Insert to table",
  523. "includeTags": "Include HTML tags",
  524. "prefixText": {
  525. "placeholder": "Text prefix",
  526. "title": "Add prefix to the text"
  527. },
  528. "suffixText": {
  529. "placeholder": "Text suffix",
  530. "title": "Add suffix to the text"
  531. }
  532. },
  533. "export-data": {
  534. "name": "Export data",
  535. "description": "Export workflow data",
  536. "exportAs": "Export as",
  537. "refKey": "Reference key",
  538. "bomHeader": "Add UTF-8 BOM",
  539. "dataToExport": {
  540. "placeholder": "Data to export",
  541. "options": {
  542. "data-columns": "Table",
  543. "google-sheets": "Google Sheets",
  544. "variable": "Variable"
  545. }
  546. }
  547. },
  548. "element-scroll": {
  549. "name": "Scroll element",
  550. "description": "",
  551. "scrollY": "Scroll vertical",
  552. "scrollX": "Scroll horizontal",
  553. "intoView": "Scroll into view",
  554. "smooth": "Smooth scroll",
  555. "incScrollX": "Increment horizontal scroll",
  556. "incScrollY": "Increment vertical scroll"
  557. },
  558. "switch-tab": {
  559. "name": "Switch tab",
  560. "description": "Switch between tab",
  561. "matchPattern": "Match Patterns",
  562. "url": "New tab URL",
  563. "createIfNoMatch": "Create if there's no match"
  564. },
  565. "new-tab": {
  566. "name": "New tab",
  567. "description": "",
  568. "url": "New tab URL",
  569. "tab-zoom": "Tab zoom",
  570. "customUserAgent": "Use custom User-Agent",
  571. "activeTab": "Set as active tab",
  572. "tabToGroup": "Add tab to a group",
  573. "waitTabLoaded": "Wait until the tab is loaded",
  574. "updatePrevTab": {
  575. "title": "Use the previously opened new tab instead of creating a new one",
  576. "text": "Update previously opened tab"
  577. }
  578. },
  579. "link": {
  580. "name": "Link",
  581. "description": "Open link element",
  582. "openInNewTab": "Open in new tab"
  583. },
  584. "attribute-value": {
  585. "name": "Attribute value",
  586. "description": "Get the value of an element attribute",
  587. "forms": {
  588. "name": "Attribute name",
  589. "checkbox": "Insert to table",
  590. "column": "Select column",
  591. "value": "Attribute value",
  592. "action": {
  593. "get": "Get attribute value",
  594. "set": "Set attribute value"
  595. },
  596. "extraRow": {
  597. "checkbox": "Add extra row",
  598. "placeholder": "Value",
  599. "title": "Value of the extra row"
  600. }
  601. }
  602. },
  603. "forms": {
  604. "name": "Forms",
  605. "description": "",
  606. "selected": "Selected",
  607. "type": "Form type",
  608. "getValue": "Get form value",
  609. "text-field": {
  610. "name": "Text field",
  611. "value": "Value",
  612. "clearValue": "Clear form value",
  613. "delay": {
  614. "placeholder": "Delay",
  615. "label": "Typing delay (millisecond)(0 to disable)"
  616. }
  617. },
  618. "select": {
  619. "name": "Select"
  620. },
  621. "radio": {
  622. "name": "Radio"
  623. },
  624. "checkbox": {
  625. "name": "Checkbox"
  626. }
  627. },
  628. "repeat-task": {
  629. "name": "Repeat task",
  630. "description": "",
  631. "times": "times",
  632. "repeatFrom": "Repeat from"
  633. },
  634. "javascript-code": {
  635. "name": "JavaScript code",
  636. "description": "Execute your JavaScript code in the web page",
  637. "availabeFuncs": "Available functions:",
  638. "removeAfterExec": "Remove after block execution",
  639. "everyNewTab": "Execute in every new tab",
  640. "context": {
  641. "name": "Execution context",
  642. "items": {
  643. "website": "Active tab",
  644. "background": "Background"
  645. }
  646. },
  647. "modal": {
  648. "tabs": {
  649. "code": "JavaScript code",
  650. "preloadScript": "Preload script"
  651. }
  652. },
  653. "timeout": {
  654. "placeholder": "Timeout (milliseconds)",
  655. "title": "JavaScript code execution timeout"
  656. }
  657. },
  658. "trigger-event": {
  659. "name": "Trigger event",
  660. "description": "",
  661. "selectEvent": "Select event"
  662. },
  663. "conditions": {
  664. "name": "Conditions",
  665. "add": "Add path",
  666. "retryConditions": "Retry if no conditions are met",
  667. "description": "Conditional block",
  668. "refresh": "Refresh condition connections",
  669. "fallbackTitle": "Executes when all comparisons don't meet the requirement",
  670. "equals": "Equals",
  671. "gt": "Greater than",
  672. "gte": "Greater than or equal",
  673. "lt": "Less than",
  674. "lte": "Less than or equal",
  675. "ne": "Not equals",
  676. "contains": "Contains"
  677. },
  678. "element-exists": {
  679. "name": "Element exists",
  680. "description": "Check if an element exists",
  681. "selector": "Element selector",
  682. "fallbackTitle": "Executes when the element doesn't exist",
  683. "throwError": "Throw an error if doesn't exist",
  684. "tryFor": {
  685. "title": "How many times to try to check if the element exists",
  686. "label": "Try for"
  687. },
  688. "timeout": {
  689. "label": "Timeout (milliseconds)",
  690. "title": "Timeout for each try"
  691. }
  692. },
  693. "webhook": {
  694. "name": "HTTP request",
  695. "description": "Make an HTTP Request",
  696. "contentType": "Content type",
  697. "method": "Request method",
  698. "url": "Request URL",
  699. "fallback": "Executes when the HTTP request fails",
  700. "buttons": {
  701. "header": "Add header"
  702. },
  703. "timeout": {
  704. "placeholder": "Timeout",
  705. "title": "HTTP request execution timeout (ms)"
  706. },
  707. "tabs": {
  708. "headers": "Headers",
  709. "body": "Body",
  710. "response": "Response"
  711. }
  712. },
  713. "while-loop": {
  714. "name": "While loop",
  715. "description": "Executes blocks while the condition is met",
  716. "editCondition": "Edit condition",
  717. "fallback": "Executes when the condition is false"
  718. },
  719. "loop-elements": {
  720. "name": "Loop elements",
  721. "description": "Iterate through elements",
  722. "loadMore": "Load more elements",
  723. "scrollToBottom": "Scroll to bottom",
  724. "scrollToTop": "Scroll to top",
  725. "actions": {
  726. "none": "None",
  727. "click-element": "Click an element",
  728. "scroll": "Scroll down",
  729. "click-link": "Click a link",
  730. "scroll-up": "Scroll up"
  731. }
  732. },
  733. "loop-data": {
  734. "name": "Loop data",
  735. "description": "Iterate through a table or your custom data",
  736. "loopId": "Loop ID",
  737. "refKey": "Reference key",
  738. "startIndex": "Start from index",
  739. "resumeLastWorkflow": "Resume last workflow",
  740. "reverse": "Reverse loop order",
  741. "modal": {
  742. "fileTooLarge": "File too large to edit",
  743. "maxFile": "Max file size is 1MB",
  744. "options": {
  745. "firstRow": "Use the first row as keys"
  746. }
  747. },
  748. "buttons": {
  749. "clear": "Clear data",
  750. "insert": "Insert data",
  751. "import": "Import file"
  752. },
  753. "maxLoop": {
  754. "title": "Max number of data to loop",
  755. "label": "Max data to loop (0 to disable)"
  756. },
  757. "loopThrough": {
  758. "placeholder": "Loop through",
  759. "fromNumber": "From number",
  760. "toNumber": "To number",
  761. "options": {
  762. "numbers": "Numbers",
  763. "variable": "Variable",
  764. "data-columns": "Table",
  765. "table": "Table",
  766. "custom-data": "Custom data",
  767. "google-sheets": "Google Sheets",
  768. "elements": "Elements"
  769. }
  770. }
  771. },
  772. "loop-breakpoint": {
  773. "name": "Loop breakpoint",
  774. "description": "To indicate where the Loop Data block must stop"
  775. },
  776. "take-screenshot": {
  777. "name": "Take screenshot",
  778. "fullPage": "Take full page screenshot",
  779. "description": "Take a screenshot of current active tab",
  780. "imageQuality": "Image quality",
  781. "saveToColumn": "Insert screenshot to table",
  782. "saveToComputer": "Save screenshot to computer",
  783. "types": {
  784. "title": "Take a screenshot of",
  785. "page": "A page",
  786. "fullpage": "A full page",
  787. "element": "An element"
  788. }
  789. },
  790. "switch-to": {
  791. "name": "Switch frame",
  792. "description": "Switch between the main window and an iframe",
  793. "iframeSelector": "Element selector",
  794. "windowTypes": {
  795. "main": "Main window",
  796. "iframe": "Iframe"
  797. }
  798. }
  799. }
  800. }
  801. }