Make dashboard configurable.

This commit is contained in:
2025-02-06 11:08:30 +01:00
parent a545e253d3
commit 4c43bf2193
19 changed files with 535 additions and 159 deletions

View File

@@ -13,10 +13,18 @@ return [
*/
'Dashboard' => 'Dashboard',
'Customers without address' => 'Kunden ohne Rechnungsadresse',
'Invoices not sent' => 'Nicht versendete Rechnungen',
'Invoices not paid' => 'Nicht bezahlte Rechnungen',
'Incoming not paid' => 'Nicht bezahlte Eingangsrechnungen',
'Incoming paid' => 'Bezahlte Eingangsrechnungen',
'title_dashboard_graph_month' => 'Monatliche Entwicklung',
'title_dashboard_graph_year' => 'Jährliche Entwicklung',
'title_dashboard_not_paid' => 'Nicht bezahlte Rechnungen',
'title_dashboard_not_sent' => 'Nicht versendete Rechnungen',
'title_dashboard_incoming' => 'Nicht bezahlte Eingangsrechnungen',
'title_dashboard_no_address' => 'Kunden ohne Rechnungsadresse',
'Available' => 'Verfügbare Dashboard Kacheln',
'Configuration' => 'Konfiguration',
'Tile type' => 'Kachel Typ',
'Tile width' => 'Kachel Breite',
'Tile height' => 'Kachel Höhe',
'Tile year' => 'Jahr der Daten',
'No data' => 'Keine Daten gefunden.',
];