i18n(workflows): native DE + EN strings for the workflow pages
Adds the workflows.* block (list, approvals inbox, canvas editor) to en.json and de.json so the Workflows UI no longer renders English inline fallbacks under a German UI. DE authored natively.
This commit is contained in:
@@ -202,6 +202,40 @@
|
||||
"workflows": "Workflows",
|
||||
"betaTag": "Beta"
|
||||
},
|
||||
"workflows": {
|
||||
"title": "Workflows",
|
||||
"subtitle": "Visuelle Automatisierungen – Auslöser, Bedingungen, Freigaben und Aktionen.",
|
||||
"new": "Neuer Workflow",
|
||||
"empty": "Noch keine Workflows. Erstelle einen, um Rechnungsstellung und Buchungsschritte zu automatisieren.",
|
||||
"builtin": "integriert",
|
||||
"triggerLabel": "Auslöser",
|
||||
"enabled": "Aktiv",
|
||||
"disabled": "Inaktiv",
|
||||
"confirmDelete": "Diesen Workflow löschen?",
|
||||
"toast": {
|
||||
"createFailed": "Workflow konnte nicht erstellt werden",
|
||||
"deleted": "Workflow gelöscht",
|
||||
"deleteFailed": "Workflow konnte nicht gelöscht werden"
|
||||
},
|
||||
"approvals": {
|
||||
"title": "Freigaben",
|
||||
"subtitle": "Workflow-Durchläufe, die auf deine Bestätigung warten.",
|
||||
"empty": "Aktuell wartet nichts auf dich.",
|
||||
"confirm": "Bestätigen",
|
||||
"deny": "Ablehnen",
|
||||
"recorded": "Antwort gespeichert",
|
||||
"defaultPrompt": "Ein Workflow benötigt deine Bestätigung."
|
||||
},
|
||||
"editor": {
|
||||
"namePlaceholder": "Workflow-Name",
|
||||
"config": "Konfiguration (JSON)",
|
||||
"applyConfig": "Konfiguration übernehmen",
|
||||
"configApplied": "Konfiguration übernommen (zum Speichern nicht vergessen)",
|
||||
"badJson": "Konfiguration ist kein gültiges JSON",
|
||||
"saved": "Workflow gespeichert",
|
||||
"saveFailed": "Speichern fehlgeschlagen"
|
||||
}
|
||||
},
|
||||
"eventTypes": {
|
||||
"title": "Veranstaltungsarten",
|
||||
"subtitle": "Veranstaltungsarten und deren Standard-Themes anpassen",
|
||||
|
||||
@@ -202,6 +202,40 @@
|
||||
"workflows": "Workflows",
|
||||
"betaTag": "Beta"
|
||||
},
|
||||
"workflows": {
|
||||
"title": "Workflows",
|
||||
"subtitle": "Visual automations — triggers, conditions, gates and actions.",
|
||||
"new": "New workflow",
|
||||
"empty": "No workflows yet. Create one to automate your invoicing and booking steps.",
|
||||
"builtin": "built-in",
|
||||
"triggerLabel": "Trigger",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"confirmDelete": "Delete this workflow?",
|
||||
"toast": {
|
||||
"createFailed": "Could not create workflow",
|
||||
"deleted": "Workflow deleted",
|
||||
"deleteFailed": "Could not delete workflow"
|
||||
},
|
||||
"approvals": {
|
||||
"title": "Approvals",
|
||||
"subtitle": "Workflow runs waiting on your confirmation.",
|
||||
"empty": "Nothing waiting for you right now.",
|
||||
"confirm": "Confirm",
|
||||
"deny": "Deny",
|
||||
"recorded": "Response recorded",
|
||||
"defaultPrompt": "A workflow needs your confirmation."
|
||||
},
|
||||
"editor": {
|
||||
"namePlaceholder": "Workflow name",
|
||||
"config": "Config (JSON)",
|
||||
"applyConfig": "Apply config",
|
||||
"configApplied": "Config applied (remember to Save)",
|
||||
"badJson": "Config is not valid JSON",
|
||||
"saved": "Workflow saved",
|
||||
"saveFailed": "Could not save"
|
||||
}
|
||||
},
|
||||
"archives": {
|
||||
"title": "Archives",
|
||||
"subtitle": "Manage archived photo galleries",
|
||||
|
||||
Reference in New Issue
Block a user