Files
craftvia/messages/en/dashboard.json
msolarczekandClaude Opus 5 b76c1bdbfd L14 Abrechnungsübersicht: Backoffice-Übersicht, Detail, Druckansicht, Meilensteine im Auftrag und mobil, API
/billing mit Tabs Offen/Abgerechnet/Storniert, Filtern und Mehrfachdruck; /billing/[id] mit Abrechnungsblatt und Aktionen (abgerechnet mit Rechnungsnummer, PDF, Rechnungsnummer ändern, stornieren); /billing/print; Auftrags-Tab „Meilensteine & Abrechnung“; mobiler Abschnitt „Erreicht melden“ (offline); Dashboard-Kachel „Bereit zur Abrechnung“; /api/v1/billing*, Meilenstein-Endpunkte und OpenAPI.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-15 10:35:56 +02:00

40 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "Dashboard",
"crumb": "Overview",
"subtitle": "Welcome, {name} — {tenant}",
"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",
"time_approvals": "Time approvals",
"billing_ready": "Ready for billing"
},
"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",
"time_approvals": "Review added time and corrections",
"billing_ready": "Open entries of the billing overview"
},
"open": "Show"
}