137 lines
7.8 KiB
TypeScript
137 lines
7.8 KiB
TypeScript
import type { PlatformTranslations } from "@govoplan/core-webui";
|
|
|
|
export const generatedTranslations: PlatformTranslations = {
|
|
de: {
|
|
"i18n:govoplan-tasks.work": "Arbeit",
|
|
"i18n:govoplan-tasks.quick_access_description": "Offene und überfällige Arbeit, die Ihre Aufmerksamkeit benötigt.",
|
|
"i18n:govoplan-tasks.work_inbox": "Arbeitsvorrat",
|
|
"i18n:govoplan-tasks.work_details": "Arbeitsdetails",
|
|
"i18n:govoplan-tasks.work_items": "Arbeitsobjekte",
|
|
"i18n:govoplan-tasks.work_category": "Arbeit und Verfahren",
|
|
"i18n:govoplan-tasks.widget": "Widget für offene Arbeit",
|
|
"i18n:govoplan-tasks.widget_description": "Zugewiesene, überfällige und blockierte Arbeit aus aktivierten Modulen.",
|
|
"i18n:govoplan-tasks.refresh": "Arbeitsvorrat aktualisieren",
|
|
"i18n:govoplan-tasks.create_task": "Aufgabe erstellen",
|
|
"i18n:govoplan-tasks.create": "Erstellen",
|
|
"i18n:govoplan-tasks.search": "Arbeitsvorrat durchsuchen",
|
|
"i18n:govoplan-tasks.search_placeholder": "Titel, Beschreibung oder erforderliche Aktion",
|
|
"i18n:govoplan-tasks.status_filter": "Statusfilter",
|
|
"i18n:govoplan-tasks.active": "Aktiv",
|
|
"i18n:govoplan-tasks.completed": "Abgeschlossen",
|
|
"i18n:govoplan-tasks.all": "Alle",
|
|
"i18n:govoplan-tasks.loading": "Arbeitsvorrat wird geladen.",
|
|
"i18n:govoplan-tasks.empty": "In dieser Ansicht ist keine Arbeit vorhanden.",
|
|
"i18n:govoplan-tasks.select_help": "Wählen Sie ein Arbeitsobjekt, um Kontext, Zuständigkeit und nächste Aktion zu prüfen.",
|
|
"i18n:govoplan-tasks.start": "Beginnen",
|
|
"i18n:govoplan-tasks.complete": "Abschließen",
|
|
"i18n:govoplan-tasks.defer": "Zurückstellen",
|
|
"i18n:govoplan-tasks.defer_task": "Aufgabe zurückstellen",
|
|
"i18n:govoplan-tasks.reopen": "Wieder öffnen",
|
|
"i18n:govoplan-tasks.cancel": "Abbrechen",
|
|
"i18n:govoplan-tasks.cancel_task": "Aufgabe abbrechen",
|
|
"i18n:govoplan-tasks.advance_task": "Aufgabenstatus fortschreiben",
|
|
"i18n:govoplan-tasks.resume_at": "Wieder vorlegen am",
|
|
"i18n:govoplan-tasks.title": "Titel",
|
|
"i18n:govoplan-tasks.summary": "Beschreibung",
|
|
"i18n:govoplan-tasks.priority": "Priorität",
|
|
"i18n:govoplan-tasks.due_at": "Fällig am",
|
|
"i18n:govoplan-tasks.required_action": "Erforderliche Aktion",
|
|
"i18n:govoplan-tasks.assigned_to_you": "Die Aufgabe wird Ihnen zugewiesen. Weitere Zuständigkeitsarten stehen über angebundene Verfahren und die API zur Verfügung.",
|
|
"i18n:govoplan-tasks.open_work": "Arbeit fortsetzen",
|
|
"i18n:govoplan-tasks.context": "Kontext und Zuständigkeit",
|
|
"i18n:govoplan-tasks.source_module": "Quellmodul",
|
|
"i18n:govoplan-tasks.provider": "Quelle des Arbeitsobjekts",
|
|
"i18n:govoplan-tasks.assigned_to": "Zugewiesen an",
|
|
"i18n:govoplan-tasks.updated": "Aktualisiert",
|
|
"i18n:govoplan-tasks.sources": "Verknüpfte Quellen",
|
|
"i18n:govoplan-tasks.not_set": "Nicht festgelegt",
|
|
"i18n:govoplan-tasks.no_due_date": "Ohne Frist",
|
|
"i18n:govoplan-tasks.request_failed": "Der Arbeitsvorrat konnte nicht verarbeitet werden.",
|
|
"i18n:govoplan-tasks.reason.refresh_required": "Die Aufgabe muss vor der Änderung aktualisiert werden.",
|
|
"i18n:govoplan-tasks.loading_summary": "Arbeitsübersicht wird geladen",
|
|
"i18n:govoplan-tasks.open": "Offen",
|
|
"i18n:govoplan-tasks.overdue": "Überfällig",
|
|
"i18n:govoplan-tasks.blocked": "Blockiert",
|
|
"i18n:govoplan-tasks.actionable_work": "Offen oder in Bearbeitung",
|
|
"i18n:govoplan-tasks.due_date_passed": "Frist ist überschritten",
|
|
"i18n:govoplan-tasks.needs_resolution": "Hindernis muss geklärt werden",
|
|
"i18n:govoplan-tasks.open_work_inbox": "Arbeitsvorrat öffnen",
|
|
"i18n:govoplan-tasks.status.open": "Offen",
|
|
"i18n:govoplan-tasks.status.in_progress": "In Bearbeitung",
|
|
"i18n:govoplan-tasks.status.deferred": "Zurückgestellt",
|
|
"i18n:govoplan-tasks.status.blocked": "Blockiert",
|
|
"i18n:govoplan-tasks.status.completed": "Abgeschlossen",
|
|
"i18n:govoplan-tasks.status.cancelled": "Abgebrochen",
|
|
"i18n:govoplan-tasks.priority.low": "Niedrig",
|
|
"i18n:govoplan-tasks.priority.normal": "Normal",
|
|
"i18n:govoplan-tasks.priority.high": "Hoch",
|
|
"i18n:govoplan-tasks.priority.urgent": "Dringend"
|
|
},
|
|
en: {
|
|
"i18n:govoplan-tasks.work": "Work",
|
|
"i18n:govoplan-tasks.quick_access_description": "Open and overdue work requiring your attention.",
|
|
"i18n:govoplan-tasks.work_inbox": "Work inbox",
|
|
"i18n:govoplan-tasks.work_details": "Work details",
|
|
"i18n:govoplan-tasks.work_items": "Work items",
|
|
"i18n:govoplan-tasks.work_category": "Work and procedures",
|
|
"i18n:govoplan-tasks.widget": "Open work widget",
|
|
"i18n:govoplan-tasks.widget_description": "Assigned, overdue, and blocked work from enabled modules.",
|
|
"i18n:govoplan-tasks.refresh": "Refresh work inbox",
|
|
"i18n:govoplan-tasks.create_task": "Create task",
|
|
"i18n:govoplan-tasks.create": "Create",
|
|
"i18n:govoplan-tasks.search": "Search work inbox",
|
|
"i18n:govoplan-tasks.search_placeholder": "Title, description, or required action",
|
|
"i18n:govoplan-tasks.status_filter": "Status filter",
|
|
"i18n:govoplan-tasks.active": "Active",
|
|
"i18n:govoplan-tasks.completed": "Completed",
|
|
"i18n:govoplan-tasks.all": "All",
|
|
"i18n:govoplan-tasks.loading": "Loading work.",
|
|
"i18n:govoplan-tasks.empty": "There is no work in this view.",
|
|
"i18n:govoplan-tasks.select_help": "Select a work item to inspect its context, responsibility, and next action.",
|
|
"i18n:govoplan-tasks.start": "Start",
|
|
"i18n:govoplan-tasks.complete": "Complete",
|
|
"i18n:govoplan-tasks.defer": "Defer",
|
|
"i18n:govoplan-tasks.defer_task": "Defer task",
|
|
"i18n:govoplan-tasks.reopen": "Reopen",
|
|
"i18n:govoplan-tasks.cancel": "Cancel",
|
|
"i18n:govoplan-tasks.cancel_task": "Cancel task",
|
|
"i18n:govoplan-tasks.advance_task": "Advance task state",
|
|
"i18n:govoplan-tasks.resume_at": "Resume at",
|
|
"i18n:govoplan-tasks.title": "Title",
|
|
"i18n:govoplan-tasks.summary": "Summary",
|
|
"i18n:govoplan-tasks.priority": "Priority",
|
|
"i18n:govoplan-tasks.due_at": "Due at",
|
|
"i18n:govoplan-tasks.required_action": "Required action",
|
|
"i18n:govoplan-tasks.assigned_to_you": "The task is assigned to you. Connected procedures and the API support further responsibility types.",
|
|
"i18n:govoplan-tasks.open_work": "Continue work",
|
|
"i18n:govoplan-tasks.context": "Context and responsibility",
|
|
"i18n:govoplan-tasks.source_module": "Source module",
|
|
"i18n:govoplan-tasks.provider": "Work source",
|
|
"i18n:govoplan-tasks.assigned_to": "Assigned to",
|
|
"i18n:govoplan-tasks.updated": "Updated",
|
|
"i18n:govoplan-tasks.sources": "Linked sources",
|
|
"i18n:govoplan-tasks.not_set": "Not set",
|
|
"i18n:govoplan-tasks.no_due_date": "No due date",
|
|
"i18n:govoplan-tasks.request_failed": "The work request failed.",
|
|
"i18n:govoplan-tasks.reason.refresh_required": "Refresh the task before changing it.",
|
|
"i18n:govoplan-tasks.loading_summary": "Loading work summary",
|
|
"i18n:govoplan-tasks.open": "Open",
|
|
"i18n:govoplan-tasks.overdue": "Overdue",
|
|
"i18n:govoplan-tasks.blocked": "Blocked",
|
|
"i18n:govoplan-tasks.actionable_work": "Open or in progress",
|
|
"i18n:govoplan-tasks.due_date_passed": "Due date has passed",
|
|
"i18n:govoplan-tasks.needs_resolution": "A blocker needs resolution",
|
|
"i18n:govoplan-tasks.open_work_inbox": "Open work inbox",
|
|
"i18n:govoplan-tasks.status.open": "Open",
|
|
"i18n:govoplan-tasks.status.in_progress": "In progress",
|
|
"i18n:govoplan-tasks.status.deferred": "Deferred",
|
|
"i18n:govoplan-tasks.status.blocked": "Blocked",
|
|
"i18n:govoplan-tasks.status.completed": "Completed",
|
|
"i18n:govoplan-tasks.status.cancelled": "Cancelled",
|
|
"i18n:govoplan-tasks.priority.low": "Low",
|
|
"i18n:govoplan-tasks.priority.normal": "Normal",
|
|
"i18n:govoplan-tasks.priority.high": "High",
|
|
"i18n:govoplan-tasks.priority.urgent": "Urgent"
|
|
}
|
|
};
|