updated translations
This commit is contained in:
23
resources/lang/da-DK/widgets.php
Normal file
23
resources/lang/da-DK/widgets.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Total Indkomst',
|
||||
'receivables' => 'Receivables',
|
||||
'open_invoices' => 'Åbne fakturaer',
|
||||
'overdue_invoices' => 'Overskredne fakturaer',
|
||||
'total_expenses' => 'Total Udgifter',
|
||||
'payables' => 'Betalingsparate',
|
||||
'open_bills' => 'Åbne Regninger',
|
||||
'overdue_bills' => 'Overskredne Regninger',
|
||||
'total_profit' => 'Total Indtjening',
|
||||
'open_profit' => 'Open Profit',
|
||||
'overdue_profit' => 'Overdue Profit',
|
||||
'cash_flow' => 'Cash Flow',
|
||||
'no_profit_loss' => 'No Profit Loss',
|
||||
'income_by_category' => 'Indkomst efter Kategori',
|
||||
'expenses_by_category' => 'Udgifter efter Kategori',
|
||||
'account_balance' => 'Konto Balance',
|
||||
'latest_income' => 'Senest Indtægt',
|
||||
'latest_expenses' => 'Seneste Udgifter',
|
||||
];
|
Reference in New Issue
Block a user