|
@@ -23,13 +23,21 @@
|
|
"trigger": {
|
|
"trigger": {
|
|
"name": "Trigger",
|
|
"name": "Trigger",
|
|
"description": "Block where the workflow will start executing",
|
|
"description": "Block where the workflow will start executing",
|
|
- "days": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
|
|
|
|
+ "days": [
|
|
|
|
+ "Sunday",
|
|
|
|
+ "Monday",
|
|
|
|
+ "Tuesday",
|
|
|
|
+ "Wednesday",
|
|
|
|
+ "Thursday",
|
|
|
|
+ "Friday",
|
|
|
|
+ "Saturday"
|
|
|
|
+ ],
|
|
"useRegex": "Use regex",
|
|
"useRegex": "Use regex",
|
|
"shortcut": {
|
|
"shortcut": {
|
|
"tootlip": "Record shortcut",
|
|
"tootlip": "Record shortcut",
|
|
"checkboxTitle": "Execute shortcut even when you're in an input element",
|
|
"checkboxTitle": "Execute shortcut even when you're in an input element",
|
|
"checkbox": "Active while in input",
|
|
"checkbox": "Active while in input",
|
|
- "note": "Note: keyboard shortcut only working when you're on a webpage",
|
|
|
|
|
|
+ "note": "Note: keyboard shortcut only working when you're on a webpage"
|
|
},
|
|
},
|
|
"forms": {
|
|
"forms": {
|
|
"triggerWorkflow": "Trigger workflow",
|
|
"triggerWorkflow": "Trigger workflow",
|
|
@@ -47,7 +55,7 @@
|
|
"specific-day": "On a specific day",
|
|
"specific-day": "On a specific day",
|
|
"visit-web": "When visit a website",
|
|
"visit-web": "When visit a website",
|
|
"keyboard-shortcut": "Keyboard shortcut"
|
|
"keyboard-shortcut": "Keyboard shortcut"
|
|
- },
|
|
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"active-tab": {
|
|
"active-tab": {
|
|
"name": "Active tab",
|
|
"name": "Active tab",
|
|
@@ -68,7 +76,7 @@
|
|
"incognito": {
|
|
"incognito": {
|
|
"text": "Set as incognito window",
|
|
"text": "Set as incognito window",
|
|
"note": "You must enable 'Allow in incognito' for this extension to use the option"
|
|
"note": "You must enable 'Allow in incognito' for this extension to use the option"
|
|
- },
|
|
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"go-back": {
|
|
"go-back": {
|
|
"name": "Go back",
|
|
"name": "Go back",
|
|
@@ -116,7 +124,7 @@
|
|
"intoView": "Scroll into view",
|
|
"intoView": "Scroll into view",
|
|
"smooth": "Smooth scroll",
|
|
"smooth": "Smooth scroll",
|
|
"incScrollX": "Increment horizontal scroll",
|
|
"incScrollX": "Increment horizontal scroll",
|
|
- "incScrollY": "Increment vertical scroll",
|
|
|
|
|
|
+ "incScrollY": "Increment vertical scroll"
|
|
},
|
|
},
|
|
"new-tab": {
|
|
"new-tab": {
|
|
"name": "New tab",
|
|
"name": "New tab",
|
|
@@ -161,7 +169,7 @@
|
|
},
|
|
},
|
|
"repeat-task": {
|
|
"repeat-task": {
|
|
"name": "Repeat task",
|
|
"name": "Repeat task",
|
|
- "description": "",
|
|
|
|
|
|
+ "description": ""
|
|
},
|
|
},
|
|
"javascript-code": {
|
|
"javascript-code": {
|
|
"name": "JavaScript code",
|
|
"name": "JavaScript code",
|
|
@@ -221,12 +229,12 @@
|
|
"maxFile": "Max file size is 1MB",
|
|
"maxFile": "Max file size is 1MB",
|
|
"options": {
|
|
"options": {
|
|
"firstRow": "Use the first row as keys"
|
|
"firstRow": "Use the first row as keys"
|
|
- },
|
|
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"buttons": {
|
|
"buttons": {
|
|
"clear": "Clear data",
|
|
"clear": "Clear data",
|
|
"insert": "Insert data",
|
|
"insert": "Insert data",
|
|
- "import": "Import file",
|
|
|
|
|
|
+ "import": "Import file"
|
|
},
|
|
},
|
|
"maxLoop": {
|
|
"maxLoop": {
|
|
"title": "Max numbers of data to loop",
|
|
"title": "Max numbers of data to loop",
|
|
@@ -237,7 +245,7 @@
|
|
"options": {
|
|
"options": {
|
|
"data-columns": "Data columns",
|
|
"data-columns": "Data columns",
|
|
"custom-data": "Custom data"
|
|
"custom-data": "Custom data"
|
|
- },
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"loop-breakpoint": {
|
|
"loop-breakpoint": {
|
|
@@ -256,7 +264,7 @@
|
|
"windowTypes": {
|
|
"windowTypes": {
|
|
"main": "Main window",
|
|
"main": "Main window",
|
|
"iframe": "Iframe"
|
|
"iframe": "Iframe"
|
|
- },
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|