blocks.json 23 KB

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