feat(web): introduce templates
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"adminSettingsDrawer.userInterface": "User Interface",
|
||||
"adminSettingsDrawer.goBack": "Go to the dashboard",
|
||||
"adminSettingsDrawer.apps": "Applications",
|
||||
"adminSettingsDrawer.templates": "Templates",
|
||||
"adminSettingsFooter.version": "Version {version}",
|
||||
"app.connectionCount": "{count} connections",
|
||||
"app.flowCount": "{count} flows",
|
||||
@@ -89,10 +90,12 @@
|
||||
"flow.moveTo": "Move to",
|
||||
"flow.delete": "Delete",
|
||||
"flow.export": "Export",
|
||||
"flow.createTemplateFromFlow": "Use as template",
|
||||
"flowStep.triggerType": "Trigger",
|
||||
"flowStep.actionType": "Action",
|
||||
"flows.create": "Create flow",
|
||||
"flows.import": "Import flow",
|
||||
"flows.createFlow": "Create flow",
|
||||
"flows.createFlowFromTemplate": "Create from template",
|
||||
"flows.importFlow": "Import flow",
|
||||
"flows.title": "Flows",
|
||||
"flows.noFlows": "You don't have any flows yet.",
|
||||
"flowEditor.goBack": "Go back to flows",
|
||||
@@ -370,5 +373,17 @@
|
||||
"footer.docsLinkText": "Documentation",
|
||||
"footer.tosLinkText": "Terms of Service",
|
||||
"footer.privacyPolicyLinkText": "Privacy",
|
||||
"footer.imprintLinkText": "Imprint"
|
||||
"footer.imprintLinkText": "Imprint",
|
||||
"templatesDialog.title": "Templates",
|
||||
"templatesDialog.description": "You may choose one of the templates below to create a new flow.",
|
||||
"templatesDialog.close": "Close",
|
||||
"adminTemplatesPage.title": "Templates",
|
||||
"adminTemplatesPage.noResult": "There are currently no templates.",
|
||||
"adminTemplatePage.title": "Template",
|
||||
"adminUpdateTemplate.titleFieldLabel": "Template name",
|
||||
"adminUpdateTemplate.submit": "Update",
|
||||
"adminCreateTemplate.titleFieldLabel": "Template name",
|
||||
"adminCreateTemplate.submit": "Create",
|
||||
"adminTemplateContextMenu.delete": "Delete",
|
||||
"adminTemplateContextMenu.successfullyDeleted": "The template has been deleted."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user