156 lines
8.7 KiB
TypeScript
156 lines
8.7 KiB
TypeScript
import type { PlatformTranslations } from "@govoplan/core-webui";
|
|
|
|
const en = {
|
|
"i18n:govoplan-forms-runtime.forms": "Forms",
|
|
"i18n:govoplan-forms-runtime.loading_reason": "Form data is still loading.",
|
|
"i18n:govoplan-forms-runtime.saving_reason": "A Form operation is still running.",
|
|
"i18n:govoplan-forms-runtime.edit_permission_reason": "Your account may read this Form but may not change or submit it.",
|
|
"i18n:govoplan-forms-runtime.handoff_permission_reason": "Your account may not create or recover Case and Workflow handoffs.",
|
|
"i18n:govoplan-forms-runtime.lifecycle_reason": "This Form is immutable in its current lifecycle state.",
|
|
"i18n:govoplan-forms-runtime.unchanged_reason": "There are no changed values to save.",
|
|
"i18n:govoplan-forms-runtime.change_reason_required": "Enter a change reason before saving the draft.",
|
|
"i18n:govoplan-forms-runtime.required_action": "Required action",
|
|
"i18n:govoplan-forms-runtime.responsible_actor": "Responsible actor",
|
|
"i18n:govoplan-forms-runtime.destination": "Destination",
|
|
"i18n:govoplan-forms-runtime.permission_action": "Ask for the appropriate Forms Runtime permission or assignment.",
|
|
"i18n:govoplan-forms-runtime.permission_actor": "An Access administrator or the responsible process owner",
|
|
"i18n:govoplan-forms-runtime.permission_destination": "Access role assignments or the assigning workflow",
|
|
"i18n:govoplan-forms-runtime.unsaved_title": "Unsaved Form",
|
|
"i18n:govoplan-forms-runtime.unsaved_message": "Save or discard the changed Form values before leaving this surface.",
|
|
"i18n:govoplan-forms-runtime.submit_title": "Submit Form",
|
|
"i18n:govoplan-forms-runtime.submit_message": "Submit this Form? The server validates the exact published definition and records an immutable receipt.",
|
|
"i18n:govoplan-forms-runtime.handoff_title": "Start governed handoff",
|
|
"i18n:govoplan-forms-runtime.handoff_message": "Start the {kind} handoff? Intent is recorded before execution and an unknown outcome requires reconciliation.",
|
|
"i18n:govoplan-forms-runtime.form_count": "{total} forms",
|
|
"i18n:govoplan-forms-runtime.state_started": "Started",
|
|
"i18n:govoplan-forms-runtime.state_draft": "Draft",
|
|
"i18n:govoplan-forms-runtime.state_submitted": "Submitted",
|
|
"i18n:govoplan-forms-runtime.state_validated": "Validated",
|
|
"i18n:govoplan-forms-runtime.state_needs_review": "Needs review",
|
|
"i18n:govoplan-forms-runtime.state_accepted": "Accepted",
|
|
"i18n:govoplan-forms-runtime.state_rejected": "Rejected",
|
|
"i18n:govoplan-forms-runtime.state_handed_off": "Handed off",
|
|
"i18n:govoplan-forms-runtime.state_archived": "Archived",
|
|
"i18n:govoplan-forms-runtime.state_reconciled": "Reconciled",
|
|
"i18n:govoplan-forms-runtime.state_outcome_unknown": "Outcome unknown",
|
|
"i18n:govoplan-forms-runtime.state_requested": "Requested",
|
|
"i18n:govoplan-forms-runtime.state_compensated": "Compensated",
|
|
"i18n:govoplan-forms-runtime.domain_case": "Case",
|
|
"i18n:govoplan-forms-runtime.domain_workflow": "Workflow",
|
|
"Forms": "Forms",
|
|
"Refresh": "Refresh",
|
|
"Status": "Status",
|
|
"Open": "Open",
|
|
"All": "All",
|
|
"Draft": "Draft",
|
|
"Submitted": "Submitted",
|
|
"Needs review": "Needs review",
|
|
"Accepted": "Accepted",
|
|
"Rejected": "Rejected",
|
|
"Handed off": "Handed off",
|
|
"Archived": "Archived",
|
|
"Loading forms": "Loading forms",
|
|
"No matching Forms.": "No matching Forms.",
|
|
"Revision": "Revision",
|
|
"Loading Form": "Loading Form",
|
|
"Change reason": "Change reason",
|
|
"Save draft": "Save draft",
|
|
"Submit": "Submit",
|
|
"Submission receipt": "Submission receipt",
|
|
"Case and workflow handoffs": "Case and workflow handoffs",
|
|
"Create Case": "Create Case",
|
|
"Start Workflow": "Start Workflow",
|
|
"Target binding (optional)": "Target binding (optional)",
|
|
"Exact target binding": "Exact target binding",
|
|
"Start": "Start",
|
|
"No handoff has been requested.": "No handoff has been requested.",
|
|
"Open target": "Open target",
|
|
"Retry": "Retry",
|
|
"Reconcile": "Reconcile",
|
|
"Compensate": "Compensate",
|
|
"Status history": "Status history",
|
|
"Revisions": "Revisions",
|
|
"Select": "Select",
|
|
"Compensate handoff": "Compensate handoff",
|
|
"Confirm absent and compensate": "Confirm absent and compensate",
|
|
"Read-only Form": "Read-only Form"
|
|
} as const;
|
|
|
|
const de: Record<keyof typeof en, string> = {
|
|
"i18n:govoplan-forms-runtime.forms": "Formulare",
|
|
"i18n:govoplan-forms-runtime.loading_reason": "Formulardaten werden noch geladen.",
|
|
"i18n:govoplan-forms-runtime.saving_reason": "Eine Formularaktion läuft noch.",
|
|
"i18n:govoplan-forms-runtime.edit_permission_reason": "Ihr Konto darf dieses Formular lesen, aber nicht ändern oder absenden.",
|
|
"i18n:govoplan-forms-runtime.handoff_permission_reason": "Ihr Konto darf keine Fall- oder Workflow-Übergaben erstellen oder wiederherstellen.",
|
|
"i18n:govoplan-forms-runtime.lifecycle_reason": "Dieses Formular ist in seinem aktuellen Lebenszyklus unveränderlich.",
|
|
"i18n:govoplan-forms-runtime.unchanged_reason": "Es gibt keine geänderten Werte zu speichern.",
|
|
"i18n:govoplan-forms-runtime.change_reason_required": "Geben Sie vor dem Speichern des Entwurfs einen Änderungsgrund ein.",
|
|
"i18n:govoplan-forms-runtime.required_action": "Erforderliche Aktion",
|
|
"i18n:govoplan-forms-runtime.responsible_actor": "Verantwortliche Stelle",
|
|
"i18n:govoplan-forms-runtime.destination": "Ziel",
|
|
"i18n:govoplan-forms-runtime.permission_action": "Fordern Sie die passende Formularberechtigung oder Zuweisung an.",
|
|
"i18n:govoplan-forms-runtime.permission_actor": "Eine Zugriffsadministration oder die verantwortliche Prozessstelle",
|
|
"i18n:govoplan-forms-runtime.permission_destination": "Zugriff und Rollenzuweisungen oder der zuweisende Workflow",
|
|
"i18n:govoplan-forms-runtime.unsaved_title": "Ungespeichertes Formular",
|
|
"i18n:govoplan-forms-runtime.unsaved_message": "Speichern oder verwerfen Sie die geänderten Formularwerte, bevor Sie diese Oberfläche verlassen.",
|
|
"i18n:govoplan-forms-runtime.submit_title": "Formular absenden",
|
|
"i18n:govoplan-forms-runtime.submit_message": "Dieses Formular absenden? Der Server prüft die exakte veröffentlichte Definition und erfasst einen unveränderlichen Beleg.",
|
|
"i18n:govoplan-forms-runtime.handoff_title": "Geregelte Übergabe starten",
|
|
"i18n:govoplan-forms-runtime.handoff_message": "Die Übergabe an {kind} starten? Die Absicht wird vor der Ausführung erfasst; ein unbekanntes Ergebnis muss abgeglichen werden.",
|
|
"i18n:govoplan-forms-runtime.form_count": "{total} Formulare",
|
|
"i18n:govoplan-forms-runtime.state_started": "Gestartet",
|
|
"i18n:govoplan-forms-runtime.state_draft": "Entwurf",
|
|
"i18n:govoplan-forms-runtime.state_submitted": "Abgesendet",
|
|
"i18n:govoplan-forms-runtime.state_validated": "Validiert",
|
|
"i18n:govoplan-forms-runtime.state_needs_review": "Prüfung erforderlich",
|
|
"i18n:govoplan-forms-runtime.state_accepted": "Angenommen",
|
|
"i18n:govoplan-forms-runtime.state_rejected": "Abgelehnt",
|
|
"i18n:govoplan-forms-runtime.state_handed_off": "Übergeben",
|
|
"i18n:govoplan-forms-runtime.state_archived": "Archiviert",
|
|
"i18n:govoplan-forms-runtime.state_reconciled": "Abgeglichen",
|
|
"i18n:govoplan-forms-runtime.state_outcome_unknown": "Ergebnis unbekannt",
|
|
"i18n:govoplan-forms-runtime.state_requested": "Angefordert",
|
|
"i18n:govoplan-forms-runtime.state_compensated": "Kompensiert",
|
|
"i18n:govoplan-forms-runtime.domain_case": "Fall",
|
|
"i18n:govoplan-forms-runtime.domain_workflow": "Workflow",
|
|
"Forms": "Formulare",
|
|
"Refresh": "Aktualisieren",
|
|
"Status": "Status",
|
|
"Open": "Offen",
|
|
"All": "Alle",
|
|
"Draft": "Entwurf",
|
|
"Submitted": "Abgesendet",
|
|
"Needs review": "Prüfung erforderlich",
|
|
"Accepted": "Angenommen",
|
|
"Rejected": "Abgelehnt",
|
|
"Handed off": "Übergeben",
|
|
"Archived": "Archiviert",
|
|
"Loading forms": "Formulare werden geladen",
|
|
"No matching Forms.": "Keine passenden Formulare.",
|
|
"Revision": "Revision",
|
|
"Loading Form": "Formular wird geladen",
|
|
"Change reason": "Änderungsgrund",
|
|
"Save draft": "Entwurf speichern",
|
|
"Submit": "Absenden",
|
|
"Submission receipt": "Übermittlungsbeleg",
|
|
"Case and workflow handoffs": "Fall- und Workflow-Übergaben",
|
|
"Create Case": "Fall erstellen",
|
|
"Start Workflow": "Workflow starten",
|
|
"Target binding (optional)": "Zielbindung (optional)",
|
|
"Exact target binding": "Exakte Zielbindung",
|
|
"Start": "Starten",
|
|
"No handoff has been requested.": "Es wurde keine Übergabe angefordert.",
|
|
"Open target": "Ziel öffnen",
|
|
"Retry": "Erneut versuchen",
|
|
"Reconcile": "Abgleichen",
|
|
"Compensate": "Kompensieren",
|
|
"Status history": "Statusverlauf",
|
|
"Revisions": "Revisionen",
|
|
"Select": "Auswählen",
|
|
"Compensate handoff": "Übergabe kompensieren",
|
|
"Confirm absent and compensate": "Fehlen bestätigen und kompensieren",
|
|
"Read-only Form": "Schreibgeschütztes Formular"
|
|
};
|
|
|
|
export const generatedTranslations: PlatformTranslations = { en, de };
|