Make dashboard configurable.
This commit is contained in:
@@ -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.',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user