updated translations
This commit is contained in:
23
resources/lang/de-DE/widgets.php
Normal file
23
resources/lang/de-DE/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Total Einnahmen',
|
||||
'receivables' => 'Forderungen',
|
||||
'open_invoices' => 'Offene Rechnungen (Einnahmen)',
|
||||
'overdue_invoices' => 'Überfällige Rechnungen (Einnahmen)',
|
||||
'total_expenses' => 'Total Ausgaben',
|
||||
'payables' => 'Verbindlichkeiten',
|
||||
'open_bills' => 'Offene Rechnungen (Ausgaben)',
|
||||
'overdue_bills' => 'Überfällige Rechnungen (Ausgaben)',
|
||||
'total_profit' => 'Total Gewinn',
|
||||
'open_profit' => 'Offener Gewinn',
|
||||
'overdue_profit' => 'Überfälliger Gewinn',
|
||||
'cash_flow' => 'Umlaufvermögen',
|
||||
'no_profit_loss' => 'Kein Gewinn-Verlust',
|
||||
'income_by_category' => 'Einnahmen nach Kategorie',
|
||||
'expenses_by_category' => 'Ausgaben nach Kategorie',
|
||||
'account_balance' => 'Kontostand',
|
||||
'latest_income' => 'Neueste Einnahmen',
|
||||
'latest_expenses' => 'Letzte Ausgaben',
|
||||
];
|
Reference in New Issue
Block a user