feat(web): introduce templates

This commit is contained in:
Ali BARIN
2025-02-26 10:40:47 +00:00
parent 69e91fea18
commit 839fda8880
33 changed files with 904 additions and 86 deletions

View File

@@ -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."
}