1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-28 22:42:26 +00:00
bramw_baserow/web-frontend/modules/automation/locales/en.json
2025-04-17 21:07:04 +04:00

46 lines
1.5 KiB
JSON

{
"sidebarComponentAutomation": {
"createAutomationWorkflow": "New workflow"
},
"createAutomationWorkflowModal": {
"header": "Create workflow",
"submit": "Add workflow"
},
"automationWorkflowForm": {
"defaultName": "Workflow",
"nameTitle": "Name",
"nameSubtitle": "Unique name of the workflow",
"namePlaceholder": "Enter a name..."
},
"duplicateAutomationWorkflowJobType": {
"name": "Duplicate automation workflow",
"duplicating": "Duplicating",
"duplicatedTitle": "Workflow duplicated"
},
"automationWorkflowErrors": {
"errorNameNotUnique": "A workflow with this name already exists"
},
"trashType": {
"workflow": "workflow"
},
"generalSettings": {
"titleOverview": "General",
"nameLabel": "Automation name",
"notificationLabel": "Notifications",
"notificationCheckboxLabel": "Get notified when this automation fails",
"cantUpdateAutomationTitle": "Couldn't Update Automation",
"cantUpdateAutomationDescription": "Sorry, could not update the automation."
},
"integrationSettings": {
"title": "Integrations",
"noIntegrationMessage": "You have not yet created any integrations. They can be created by adding data source, action or user authentication.",
"integrationMessage": "You can create new integrations by adding data source, action or user authentication."
},
"automationHeader": {
"runOnceBtn": "Run once",
"publishBtn": "Publish",
"settingsBtn": "Settings",
"historyBtn": "History",
"switchLabel": "Draft"
}
}