L2 Aufträge & Backoffice: Backoffice-UI (Liste, Detail, Konflikte, Dashboard, Suche, Einstellungen) + Texte de/en

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-14 12:30:32 +02:00
co-authored by Claude Opus 5
parent a962fa8be9
commit b96016d593
23 changed files with 3545 additions and 34 deletions
+30 -3
View File
@@ -2,7 +2,34 @@
"title": "Dashboard",
"crumb": "Overview",
"subtitle": "Welcome, {name} — {tenant}",
"placeholderTitle": "Dashboard under construction",
"placeholder": "Open work orders, today's jobs, reports awaiting approval and emergency calls will appear here.",
"moduleDisabled": "The requested module is not enabled for your company."
"moduleDisabled": "The requested module is not enabled for your company.",
"workOrdersDisabled": "The work orders module is not enabled – there are no figures.",
"filterTitle": "Narrow down figures",
"tiles": {
"open": "Open work orders",
"today": "Today's jobs",
"running": "Running jobs",
"not_accepted": "Not accepted",
"overdue": "Overdue",
"reports_in_review": "Reports to review",
"completed": "Completed",
"billing": "Ready for billing",
"emergency_new": "New emergencies",
"missing_signatures": "Missing signatures",
"sync_conflicts": "Sync conflicts"
},
"hints": {
"open": "Not yet billed or cancelled",
"today": "Planned for today",
"running": "En route, in progress, paused",
"not_accepted": "Assigned, not yet accepted",
"overdue": "Planned end exceeded",
"reports_in_review": "Submitted, not yet approved",
"completed": "Technically completed or beyond",
"billing": "Ready to invoice",
"emergency_new": "New or in review",
"missing_signatures": "Signature pending",
"sync_conflicts": "Review offline changes"
},
"open": "Show"
}