German Translation
Adds German Translation.
This commit is contained in:
24
resources/lang/de-DE/dashboard.php
Normal file
24
resources/lang/de-DE/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Gesamteinnahmen',
|
||||
'receivables' => 'Forderungen',
|
||||
'open_invoices' => 'Offene Rechnungen',
|
||||
'overdue_invoices' => 'Überfällige Rechnungen',
|
||||
'total_expenses' => 'Gesamtausgaben',
|
||||
'payables' => 'Verbindlichkeiten',
|
||||
'open_bills' => 'Offene Rechnungen',
|
||||
'overdue_bills' => 'Überfällige Rechnungen',
|
||||
'total_profit' => 'Gesamtgewinn',
|
||||
'open_profit' => 'Offener Gewinn',
|
||||
'overdue_profit' => 'Überfälliger Gewinn',
|
||||
'cash_flow' => 'Cash Flow',
|
||||
'no_profit_loss' => 'Kein Gewinn-Verlust',
|
||||
'incomes_by_category' => 'Einkommen nach Kategorie',
|
||||
'expenses_by_category' => 'Ausgaben nach Kategorie',
|
||||
'account_balance' => 'Kontostand',
|
||||
'latest_incomes' => 'Neustes Einkommen',
|
||||
'latest_expenses' => 'Letzte Ausgaben',
|
||||
|
||||
];
|
Reference in New Issue
Block a user