123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- {
- "collection": {
- "blocks": {
- "export-result": {
- "name": "Export result",
- "description": "Export the collection result as JSON"
- }
- }
- },
- "workflow": {
- "blocks": {
- "base": {
- "selector": "Element selector",
- "findElement": {
- "placeholder": "Find element by",
- "options": {
- "cssSelector": "CSS Selector",
- "xpath": "XPath"
- }
- },
- "markElement": {
- "title": "An element will not be selected if have been selected before",
- "text": "Mark element"
- },
- "multiple": {
- "title": "Select multiple element",
- "text": "Multiple"
- }
- },
- "upload-file": {
- "name": "Upload file",
- "description": "Upload file into <input type=\"file\"> element",
- "filePath": "File path",
- "addFile": "Add file"
- },
- "browser-event": {
- "name": "Browser event",
- "description": "Execute the next block when the event is triggered",
- "events": "Events",
- "timeout": "Timeout (milliseconds)",
- "activeTabLoaded": "Active tab",
- "setAsActiveTab": "Set as active tab"
- },
- "blocks-group": {
- "name": "Blocks group",
- "groupName": "Group name",
- "description": "Grouping blocks",
- "dropText": "Drag & drop a block here",
- "cantAdd": "Can't add \"{blockName}\" block to the group."
- },
- "trigger": {
- "name": "Trigger",
- "description": "Block where the workflow will start executing",
- "addTime": "Add time",
- "selectDay": "Select day",
- "timeExist": "You alread add {time} on {day}",
- "days": [
- "Sunday",
- "Monday",
- "Tuesday",
- "Wednesday",
- "Thursday",
- "Friday",
- "Saturday"
- ],
- "useRegex": "Use regex",
- "shortcut": {
- "tooltip": "Record shortcut",
- "checkboxTitle": "Execute shortcut even when you're in an input element",
- "checkbox": "Active while in input",
- "note": "Note: keyboard shortcut only working when you're on a webpage"
- },
- "forms": {
- "triggerWorkflow": "Trigger workflow",
- "interval": "Interval (minutes)",
- "delay": "Delay (minutes)",
- "date": "Date",
- "time": "Time",
- "url": "URL or Regex",
- "shortcut": "Shortcut"
- },
- "items": {
- "manual": "Manually",
- "interval": "Interval",
- "date": "On a specific date",
- "specific-day": "On a specific day",
- "visit-web": "When visit a website",
- "keyboard-shortcut": "Keyboard shortcut"
- }
- },
- "execute-workflow": {
- "name": "Execute workflow",
- "overwriteNote": "This will overwrite the global data of the selected workflow",
- "select": "Select workflow",
- "description": ""
- },
- "google-sheets": {
- "name": "Google sheets",
- "description": "Read or update Google Sheets data",
- "previewData": "Preview data",
- "firstRow": "Use the first row as keys",
- "keysAsFirstRow": "Use keys as the first row",
- "insertData": "Insert data",
- "valueInputOption": "Value input option",
- "dataFrom": {
- "label": "Data from",
- "options": {
- "data-columns": "Data columns",
- "custom": "Custom"
- }
- },
- "refKey": {
- "label": "Reference key",
- "placeholder": "Key name"
- },
- "spreadsheetId": {
- "label": "Spreadsheet Id",
- "link": "See how to get spreadsheet Id"
- },
- "range": {
- "label": "Range",
- "link": "Click to see more example"
- },
- "select": {
- "get": "Get spreadsheet cell values",
- "update": "Update spreadsheet cell values"
- }
- },
- "active-tab": {
- "name": "Active tab",
- "description": "Set current tab that you're in as an active tab"
- },
- "proxy": {
- "name": "Proxy",
- "description": "Set the proxy of the browser",
- "clear": "Clear all proxy",
- "bypass": {
- "label": "Bypass list",
- "note": "Use commas (,) to separate URL"
- }
- },
- "new-window": {
- "name": "New window",
- "description": "Create a new window",
- "windowState": {
- "placeholder": "Window state",
- "options": {
- "normal": "Normal",
- "minimized": "Minimized",
- "maximized": "Maximized",
- "fullscreen": "Fullscreen"
- }
- },
- "incognito": {
- "text": "Set as incognito window",
- "note": "You must enable 'Allow in incognito' for this extension to use the option"
- }
- },
- "go-back": {
- "name": "Go back",
- "description": "Go back to the previous page"
- },
- "forward-page": {
- "name": "Go forward",
- "description": "Go forward to the next page"
- },
- "close-tab": {
- "name": "Close tab/window",
- "description": "",
- "url": "URL or match pattern",
- "activeTab": "Close active tab",
- "allWindows": "Close all windows"
- },
- "event-click": {
- "name": "Click element",
- "description": ""
- },
- "delay": {
- "name": "Delay",
- "description": "Add delay before executing the next block",
- "input": {
- "title": "Delay in millisecond",
- "placeholder": "(millisecond)"
- }
- },
- "get-text": {
- "name": "Get text",
- "description": "Get text from an element",
- "checkbox": "Save data",
- "includeTags": "Include HTML tags",
- "prefixText": {
- "placeholder": "Text prefix",
- "title": "Add prefix to the text"
- },
- "suffixText": {
- "placeholder": "Text suffix",
- "title": "Add suffix to the text"
- },
- "extraRow": {
- "checkbox": "Add extra row",
- "placeholder": "Value",
- "title": "Value of the extra row"
- }
- },
- "export-data": {
- "name": "Export data",
- "description": "Export workflow data columns",
- "exportAs": "Export as",
- "refKey": "Reference key",
- "dataToExport": {
- "placeholder": "Data to export",
- "options": {
- "data-columns": "Data columns",
- "google-sheets": "Google sheets",
- },
- }
- },
- "element-scroll": {
- "name": "Scroll element",
- "description": "",
- "scrollY": "Scroll vertical",
- "scrollX": "Scroll horizontal",
- "intoView": "Scroll into view",
- "smooth": "Smooth scroll",
- "incScrollX": "Increment horizontal scroll",
- "incScrollY": "Increment vertical scroll"
- },
- "new-tab": {
- "name": "New tab",
- "description": "",
- "activeTab": "Set as active tab",
- "tabToGroup": "Add tab to group",
- "updatePrevTab": {
- "title": "Use the previously opened new tab instead of creating a new one",
- "text": "Update previously opened tab"
- }
- },
- "link": {
- "name": "Link",
- "description": "Open link element"
- },
- "attribute-value": {
- "name": "Attribute value",
- "description": "Get value of an element attribute",
- "forms": {
- "name": "Attribute name",
- "checkbox": "Save data",
- "column": "Select column",
- "extraRow": {
- "checkbox": "Add extra row",
- "placeholder": "Value",
- "title": "Value of the extra row"
- }
- }
- },
- "forms": {
- "name": "Forms",
- "description": "",
- "selected": "Selected",
- "type": "Form type",
- "getValue": "Get form value",
- "text-field": {
- "name": "Text field",
- "value": "Value",
- "clearValue": "Clear form value",
- "delay": {
- "placeholder": "Delay",
- "label": "Typing delay (millisecond)(0 to disable)"
- }
- },
- "select": {
- "name": "Select"
- },
- "radio": {
- "name": "Radio"
- },
- "checkbox": {
- "name": "Checkbox"
- }
- },
- "repeat-task": {
- "name": "Repeat task",
- "description": "",
- "times": "times",
- "repeatFrom": "Repeat from"
- },
- "javascript-code": {
- "name": "JavaScript code",
- "description": "Execute your javascript code in the web page",
- "availabeFuncs": "Available functions:",
- "removeAfterExec": "Remove after block executed",
- "modal": {
- "tabs": {
- "code": "JavaScript code",
- "preloadScript": "Preload script"
- }
- },
- "timeout": {
- "placeholder": "Timeout",
- "title": "Javascript code execution timeout"
- }
- },
- "trigger-event": {
- "name": "Trigger event",
- "description": "",
- "selectEvent": "Select event"
- },
- "conditions": {
- "name": "Conditions",
- "add": "Add condition",
- "description": "Conditional block",
- "fallbackTitle": "Execute when all comparisons don't meet the requirement",
- "equals": "Equals",
- "gt": "Greater than",
- "gte": "Greater than or equal",
- "lt": "Less than",
- "lte": "Less than or equal",
- "ne": "Not equals",
- "contains": "Contains"
- },
- "element-exists": {
- "name": "Element exists",
- "description": "Check if an element is exists",
- "selector": "Element selector",
- "fallbackTitle": "Execute when element doesn't exists",
- "tryFor": {
- "title": "Try to check if element exist",
- "label": "Try for"
- },
- "timeout": {
- "label": "Timeout (milliseconds)",
- "title": "Timeout for each try"
- }
- },
- "webhook": {
- "name": "Webhook",
- "description": "Webhook allow external service to be notified",
- "url": "The Post receive URL",
- "contentType": "Select a content type",
- "buttons": {
- "header": "Add header"
- },
- "timeout": {
- "placeholder": "Timeout",
- "title": "Http request execution timeout(ms)"
- },
- "tabs": {
- "headers": "Headers",
- "body": "Content body"
- }
- },
- "loop-data": {
- "name": "Loop data",
- "description": "Iterate through data columns or your custom data",
- "loopId": "Loop ID",
- "refKey": "Reference key",
- "modal": {
- "fileTooLarge": "File too large to edit",
- "maxFile": "Max file size is 1MB",
- "options": {
- "firstRow": "Use the first row as keys"
- }
- },
- "buttons": {
- "clear": "Clear data",
- "insert": "Insert data",
- "import": "Import file"
- },
- "maxLoop": {
- "title": "Max numbers of data to loop",
- "label": "Max data to loop (0 to disable)"
- },
- "loopThrough": {
- "placeholder": "Loop through",
- "fromNumber": "From number",
- "toNumber": "To number",
- "options": {
- "numbers": "Numbers",
- "data-columns": "Data columns",
- "custom-data": "Custom data",
- "google-sheets": "Google sheets"
- }
- }
- },
- "loop-breakpoint": {
- "name": "Loop breakpoint",
- "description": "To tell where loop data block must stop"
- },
- "take-screenshot": {
- "name": "Take screenshot",
- "description": "Take a screenshot of current active tab",
- "imageQuality": "Image quality",
- "saveToColumn": "Save screenshot to column",
- "saveToComputer": "Save screenshot to computer"
- },
- "switch-to": {
- "name": "Switch frame",
- "description": "Switch between main window and iframe",
- "iframeSelector": "Iframe element selector",
- "windowTypes": {
- "main": "Main window",
- "iframe": "Iframe"
- }
- }
- }
- }
- }
|