blocks.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  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. },
  191. "reload-tab": {
  192. "name": "Reload tab",
  193. "description": "Reload the active tab"
  194. },
  195. "press-key": {
  196. "name": "Press key",
  197. "description": "Press a key or a combination",
  198. "target": "Target element (optional)",
  199. "key": "Key",
  200. "detect": "Detect key",
  201. "actions": {
  202. "press-key": "Press a key",
  203. "multiple-keys": "Press multiple keys"
  204. }
  205. },
  206. "save-assets": {
  207. "name": "Save assets",
  208. "description": "Save assets (image, video, audio, or file) from an element or URL",
  209. "filename": "Filename (optional)",
  210. "contentTypes": {
  211. "title": "Type",
  212. "element": "Media element (image, audio, or video)",
  213. "url": "URL"
  214. }
  215. },
  216. "handle-dialog": {
  217. "name": "Handle dialog",
  218. "description": "Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload)",
  219. "accept": "Accept dialog",
  220. "promptText": {
  221. "label": "Prompt text (optional)",
  222. "description": "The text to enter into the prompt dialog before accepting"
  223. }
  224. },
  225. "handle-download": {
  226. "name": "Handle download",
  227. "description": "Handle downloaded file",
  228. "timeout": "Timeout (milliseconds)",
  229. "noPermission": "Don't have permission to access the downloads",
  230. "onConflict": "On conflict",
  231. "waitFile": "Wait for the file to be downloaded"
  232. },
  233. "insert-data": {
  234. "name": "Insert data",
  235. "description": "Insert data into table or variable"
  236. },
  237. "clipboard": {
  238. "name": "Clipboard",
  239. "description": "Get the copied text from the clipboard",
  240. "data": "Clipboard data",
  241. "noPermission": "Don't have permission to access the clipboard",
  242. "grantPermission": "Grant permission",
  243. "copySelection": "Copy the selected text on page",
  244. "types": {
  245. "get": "Get clipboard data",
  246. "insert": "Insert text to clipboard"
  247. }
  248. },
  249. "hover-element": {
  250. "name": "Hover element",
  251. "description": "Hover over an element"
  252. },
  253. "create-element": {
  254. "name": "Create element",
  255. "description": "Create an element and insert it into the page",
  256. "edit": "Edit element",
  257. "wrap": "Wrap the element inside",
  258. "insertEl": {
  259. "title": "Insert element",
  260. "items": {
  261. "before": "As first child",
  262. "after": "As last child",
  263. "next-sibling": "As next sibling",
  264. "prev-sibling": "As previous sibling",
  265. "replace": "Replace target element"
  266. }
  267. }
  268. },
  269. "upload-file": {
  270. "name": "Upload file",
  271. "description": "Upload file into <input type=\"file\"> element",
  272. "filePath": "URL or File path",
  273. "addFile": "Add file",
  274. "onlyURL": "Only uploading files from a URL is supported in the Firefox browser",
  275. "requirement": "Read the requirements before using this block",
  276. "noFileAccess": "Automa doesn't have access to files"
  277. },
  278. "browser-event": {
  279. "name": "Browser event",
  280. "description": "Executes the next block when the specified event is triggered",
  281. "events": "Events",
  282. "timeout": "Timeout (milliseconds)",
  283. "activeTabLoaded": "Active tab",
  284. "setAsActiveTab": "Set as active tab"
  285. },
  286. "blocks-group-2": {
  287. "name": "@:workflow.blocks.blocks-group.name 2",
  288. "description": "@:workflow.blocks.blocks-group.description"
  289. },
  290. "blocks-group": {
  291. "name": "Blocks group",
  292. "groupName": "Group name",
  293. "description": "Grouping blocks",
  294. "dropText": "Drag & drop a block here",
  295. "cantAdd": "Can't add \"{blockName}\" block to the group"
  296. },
  297. "trigger": {
  298. "name": "Trigger",
  299. "description": "Block where the workflow will start executing",
  300. "addTime": "Add time",
  301. "selectDay": "Select day",
  302. "timeExist": "You already added a trigger at {time} on {day}",
  303. "fixedDelay": "Fixed delay",
  304. "contextMenus": {
  305. "noPermission": "This trigger requires \"contextMenus\" permission to be working",
  306. "grantPermission": "Grant permission",
  307. "appearIn": "Will appear in",
  308. "contextName": "Workflow name in the context menu"
  309. },
  310. "days": [
  311. "Sunday",
  312. "Monday",
  313. "Tuesday",
  314. "Wednesday",
  315. "Thursday",
  316. "Friday",
  317. "Saturday"
  318. ],
  319. "useRegex": "Use regex",
  320. "shortcut": {
  321. "tooltip": "Record shortcut",
  322. "stopRecord": "Stop recording",
  323. "checkboxTitle": "Execute shortcut even when you're in an input element",
  324. "checkbox": "Active while in input",
  325. "note": "Note: keyboard shortcut only works when you're on a webpage"
  326. },
  327. "forms": {
  328. "triggerWorkflow": "Trigger workflow",
  329. "interval": "Interval (minutes)",
  330. "delay": "Delay (minutes)",
  331. "date": "Date",
  332. "time": "Time",
  333. "url": "URL or Regex",
  334. "shortcut": "Shortcut",
  335. "cron-expression": "Cron expression"
  336. },
  337. "element-change": {
  338. "target": "Target element to observe",
  339. "optionsInfo": "Which element mutation will trigger the workflow",
  340. "targetWebsite": "The Match Pattern of the website where the target element is (click to see more Match Pattern examples)",
  341. "baseEl": {
  342. "title": "Base element (optional)",
  343. "description": "Automa will restart observing the target element when this element changes"
  344. },
  345. "subtree": {
  346. "title": "Include subtree",
  347. "description": "Extend monitoring to the entire subtree of the target element"
  348. },
  349. "childList": {
  350. "title": "Child list",
  351. "description": "Monitor the addition of new child elements or the removal of existing ones"
  352. },
  353. "attributes": {
  354. "title": "Attributes",
  355. "description": "Watch for changes to the attribute values of the target element"
  356. },
  357. "attributeFilter": {
  358. "title": "Attribute filter",
  359. "separate": "Use commas (,) to separate attribute names",
  360. "description": "Only monitor specific attributes (leave blank to monitor all)"
  361. },
  362. "characterData": {
  363. "title": "Character data",
  364. "description": "Monitor changes to the character data/text within the target element"
  365. }
  366. },
  367. "items": {
  368. "manual": "Manually",
  369. "interval": "Interval",
  370. "cron-job": "Cron job",
  371. "date": "On a specific date",
  372. "context-menu": "Context menu",
  373. "element-change": "On element change",
  374. "specific-day": "On a specific day",
  375. "visit-web": "When visiting a website",
  376. "on-startup": "On browser startup",
  377. "keyboard-shortcut": "Keyboard shortcut"
  378. }
  379. },
  380. "execute-workflow": {
  381. "name": "Execute workflow",
  382. "overwriteNote": "This will overwrite the global data of the selected workflow",
  383. "select": "Select workflow",
  384. "executeId": "Execute Id (optional)",
  385. "description": "",
  386. "insertAllVars": "Use all current workflow variables",
  387. "insertVars": "Insert current workflow variables",
  388. "useCommas": "Use commas to separate the variable name"
  389. },
  390. "google-sheets": {
  391. "name": "Google Sheets",
  392. "description": "Read or update Google Sheets data",
  393. "previewData": "Preview data",
  394. "firstRow": "Use the first row as keys",
  395. "keysAsFirstRow": "Use keys as the first row",
  396. "insertData": "Insert data",
  397. "valueInputOption": "Value input option",
  398. "insertDataOption": "Insert data option",
  399. "rangeToSearch": "Range to start the search",
  400. "dataFrom": {
  401. "label": "Data from",
  402. "options": {
  403. "data-columns": "Table",
  404. "custom": "Custom"
  405. }
  406. },
  407. "refKey": {
  408. "label": "Reference key (optional)",
  409. "placeholder": "Key name"
  410. },
  411. "spreadsheetId": {
  412. "label": "Spreadsheet Id",
  413. "link": "See how to get spreadsheet Id"
  414. },
  415. "range": {
  416. "label": "Range",
  417. "link": "Click to see more examples"
  418. },
  419. "select": {
  420. "get": "Get spreadsheet cell values",
  421. "getRange": "Get spreadsheet range",
  422. "update": "Update spreadsheet cell values",
  423. "append": "Append spreadsheet cell values",
  424. "clear": "Clear spreadsheet cell values"
  425. }
  426. },
  427. "active-tab": {
  428. "name": "Active tab",
  429. "description": "Set the tab you're in as the active tab"
  430. },
  431. "proxy": {
  432. "name": "Proxy",
  433. "description": "Set the proxy of the browser",
  434. "clear": "Clear all proxies",
  435. "bypass": {
  436. "label": "Bypass list",
  437. "note": "Use commas (,) to separate URL"
  438. }
  439. },
  440. "new-window": {
  441. "name": "New window",
  442. "description": "Create a new window",
  443. "top": "Top",
  444. "left": "Left",
  445. "height": "Height",
  446. "width": "Width",
  447. "note": "Note: use 0 to disable",
  448. "position": "Window position",
  449. "size": "Window size",
  450. "windowState": {
  451. "placeholder": "Window state",
  452. "options": {
  453. "normal": "Normal",
  454. "minimized": "Minimized",
  455. "maximized": "Maximized",
  456. "fullscreen": "Fullscreen"
  457. }
  458. },
  459. "incognito": {
  460. "text": "Set as an incognito window",
  461. "note": "You must enable 'Allow in incognito' for this extension first"
  462. }
  463. },
  464. "go-back": {
  465. "name": "Go back",
  466. "description": "Go back to the previous page"
  467. },
  468. "forward-page": {
  469. "name": "Go forward",
  470. "description": "Go forward to the next page"
  471. },
  472. "close-tab": {
  473. "name": "Close tab/window",
  474. "description": "",
  475. "url": "Match Patterns",
  476. "activeTab": "Close active tab",
  477. "allWindows": "Close all windows"
  478. },
  479. "event-click": {
  480. "name": "Click element",
  481. "description": ""
  482. },
  483. "delay": {
  484. "name": "Delay",
  485. "description": "Add a delay before executing the next block",
  486. "input": {
  487. "title": "Delay in milliseconds",
  488. "placeholder": "(milliseconds)"
  489. }
  490. },
  491. "parameter-prompt": {
  492. "name": "Parameter Prompt"
  493. },
  494. "get-text": {
  495. "name": "Get text",
  496. "description": "Get text from an element",
  497. "checkbox": "Insert to table",
  498. "includeTags": "Include HTML tags",
  499. "prefixText": {
  500. "placeholder": "Text prefix",
  501. "title": "Add prefix to the text"
  502. },
  503. "suffixText": {
  504. "placeholder": "Text suffix",
  505. "title": "Add suffix to the text"
  506. }
  507. },
  508. "export-data": {
  509. "name": "Export data",
  510. "description": "Export workflow data",
  511. "exportAs": "Export as",
  512. "refKey": "Reference key",
  513. "bomHeader": "Add UTF-8 BOM",
  514. "dataToExport": {
  515. "placeholder": "Data to export",
  516. "options": {
  517. "data-columns": "Table",
  518. "google-sheets": "Google Sheets",
  519. "variable": "Variable"
  520. }
  521. }
  522. },
  523. "element-scroll": {
  524. "name": "Scroll element",
  525. "description": "",
  526. "scrollY": "Scroll vertical",
  527. "scrollX": "Scroll horizontal",
  528. "intoView": "Scroll into view",
  529. "smooth": "Smooth scroll",
  530. "incScrollX": "Increment horizontal scroll",
  531. "incScrollY": "Increment vertical scroll"
  532. },
  533. "switch-tab": {
  534. "name": "Switch tab",
  535. "description": "Switch between tab",
  536. "matchPattern": "Match Patterns",
  537. "url": "New tab URL",
  538. "createIfNoMatch": "Create if there's no match"
  539. },
  540. "new-tab": {
  541. "name": "New tab",
  542. "description": "",
  543. "url": "New tab URL",
  544. "customUserAgent": "Use custom User-Agent",
  545. "activeTab": "Set as active tab",
  546. "tabToGroup": "Add tab to a group",
  547. "waitTabLoaded": "Wait until the tab is loaded",
  548. "updatePrevTab": {
  549. "title": "Use the previously opened new tab instead of creating a new one",
  550. "text": "Update previously opened tab"
  551. }
  552. },
  553. "link": {
  554. "name": "Link",
  555. "description": "Open link element"
  556. },
  557. "attribute-value": {
  558. "name": "Attribute value",
  559. "description": "Get the value of an element attribute",
  560. "forms": {
  561. "name": "Attribute name",
  562. "checkbox": "Insert to table",
  563. "column": "Select column",
  564. "extraRow": {
  565. "checkbox": "Add extra row",
  566. "placeholder": "Value",
  567. "title": "Value of the extra row"
  568. }
  569. }
  570. },
  571. "forms": {
  572. "name": "Forms",
  573. "description": "",
  574. "selected": "Selected",
  575. "type": "Form type",
  576. "getValue": "Get form value",
  577. "text-field": {
  578. "name": "Text field",
  579. "value": "Value",
  580. "clearValue": "Clear form value",
  581. "delay": {
  582. "placeholder": "Delay",
  583. "label": "Typing delay (millisecond)(0 to disable)"
  584. }
  585. },
  586. "select": {
  587. "name": "Select"
  588. },
  589. "radio": {
  590. "name": "Radio"
  591. },
  592. "checkbox": {
  593. "name": "Checkbox"
  594. }
  595. },
  596. "repeat-task": {
  597. "name": "Repeat task",
  598. "description": "",
  599. "times": "times",
  600. "repeatFrom": "Repeat from"
  601. },
  602. "javascript-code": {
  603. "name": "JavaScript code",
  604. "description": "Execute your JavaScript code in the web page",
  605. "availabeFuncs": "Available functions:",
  606. "removeAfterExec": "Remove after block execution",
  607. "everyNewTab": "Execute in every new tab",
  608. "context": {
  609. "name": "Execution context",
  610. "items": {
  611. "website": "Active tab",
  612. "background": "Background"
  613. }
  614. },
  615. "modal": {
  616. "tabs": {
  617. "code": "JavaScript code",
  618. "preloadScript": "Preload script"
  619. }
  620. },
  621. "timeout": {
  622. "placeholder": "Timeout (milliseconds)",
  623. "title": "JavaScript code execution timeout"
  624. }
  625. },
  626. "trigger-event": {
  627. "name": "Trigger event",
  628. "description": "",
  629. "selectEvent": "Select event"
  630. },
  631. "conditions": {
  632. "name": "Conditions",
  633. "add": "Add path",
  634. "retryConditions": "Retry if no conditions are met",
  635. "description": "Conditional block",
  636. "refresh": "Refresh condition connections",
  637. "fallbackTitle": "Executes when all comparisons don't meet the requirement",
  638. "equals": "Equals",
  639. "gt": "Greater than",
  640. "gte": "Greater than or equal",
  641. "lt": "Less than",
  642. "lte": "Less than or equal",
  643. "ne": "Not equals",
  644. "contains": "Contains"
  645. },
  646. "element-exists": {
  647. "name": "Element exists",
  648. "description": "Check if an element exists",
  649. "selector": "Element selector",
  650. "fallbackTitle": "Executes when the element doesn't exist",
  651. "throwError": "Throw an error if doesn't exist",
  652. "tryFor": {
  653. "title": "How many times to try to check if the element exists",
  654. "label": "Try for"
  655. },
  656. "timeout": {
  657. "label": "Timeout (milliseconds)",
  658. "title": "Timeout for each try"
  659. }
  660. },
  661. "webhook": {
  662. "name": "HTTP request",
  663. "description": "Make an HTTP Request",
  664. "contentType": "Content type",
  665. "method": "Request method",
  666. "url": "Request URL",
  667. "fallback": "Executes when the HTTP request fails",
  668. "buttons": {
  669. "header": "Add header"
  670. },
  671. "timeout": {
  672. "placeholder": "Timeout",
  673. "title": "HTTP request execution timeout (ms)"
  674. },
  675. "tabs": {
  676. "headers": "Headers",
  677. "body": "Body",
  678. "response": "Response"
  679. }
  680. },
  681. "while-loop": {
  682. "name": "While loop",
  683. "description": "Executes blocks while the condition is met",
  684. "editCondition": "Edit condition",
  685. "fallback": "Executes when the condition is false"
  686. },
  687. "loop-elements": {
  688. "name": "Loop elements",
  689. "description": "Iterate through elements",
  690. "loadMore": "Load more elements",
  691. "scrollToBottom": "Scroll to bottom",
  692. "actions": {
  693. "none": "None",
  694. "click-element": "Click an element",
  695. "scroll": "Scroll down",
  696. "click-link": "Click a link"
  697. }
  698. },
  699. "loop-data": {
  700. "name": "Loop data",
  701. "description": "Iterate through a table or your custom data",
  702. "loopId": "Loop ID",
  703. "refKey": "Reference key",
  704. "startIndex": "Start from index",
  705. "resumeLastWorkflow": "Resume last workflow",
  706. "reverse": "Reverse loop order",
  707. "modal": {
  708. "fileTooLarge": "File too large to edit",
  709. "maxFile": "Max file size is 1MB",
  710. "options": {
  711. "firstRow": "Use the first row as keys"
  712. }
  713. },
  714. "buttons": {
  715. "clear": "Clear data",
  716. "insert": "Insert data",
  717. "import": "Import file"
  718. },
  719. "maxLoop": {
  720. "title": "Max number of data to loop",
  721. "label": "Max data to loop (0 to disable)"
  722. },
  723. "loopThrough": {
  724. "placeholder": "Loop through",
  725. "fromNumber": "From number",
  726. "toNumber": "To number",
  727. "options": {
  728. "numbers": "Numbers",
  729. "variable": "Variable",
  730. "data-columns": "Table",
  731. "table": "Table",
  732. "custom-data": "Custom data",
  733. "google-sheets": "Google Sheets",
  734. "elements": "Elements"
  735. }
  736. }
  737. },
  738. "loop-breakpoint": {
  739. "name": "Loop breakpoint",
  740. "description": "To indicate where the Loop Data block must stop"
  741. },
  742. "take-screenshot": {
  743. "name": "Take screenshot",
  744. "fullPage": "Take full page screenshot",
  745. "description": "Take a screenshot of current active tab",
  746. "imageQuality": "Image quality",
  747. "saveToColumn": "Insert screenshot to table",
  748. "saveToComputer": "Save screenshot to computer",
  749. "types": {
  750. "title": "Take a screenshot of",
  751. "page": "A page",
  752. "fullpage": "A full page",
  753. "element": "An element"
  754. }
  755. },
  756. "switch-to": {
  757. "name": "Switch frame",
  758. "description": "Switch between the main window and an iframe",
  759. "iframeSelector": "Element selector",
  760. "windowTypes": {
  761. "main": "Main window",
  762. "iframe": "Iframe"
  763. }
  764. }
  765. }
  766. }
  767. }