updated translations

This commit is contained in:
Denis Duliçi
2020-06-29 17:11:50 +03:00
parent 42f558833a
commit 2576fd118c
85 changed files with 933 additions and 733 deletions

View File

@ -2,22 +2,22 @@
return [
'total_income' => 'Total Indkomst',
'receivables' => 'Receivables',
'total_income' => 'Samlet indtægt',
'receivables' => 'Tilgodehavender',
'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',
'overdue_invoices' => 'Forfaldne fakturaer',
'total_expenses' => 'Samlede udgifter',
'payables' => 'Udeståender til betaling',
'open_bills' => 'Åbne regninger',
'overdue_bills' => 'Forfaldne regninger',
'total_profit' => 'Samlet resultat',
'open_profit' => 'Åbne indtægter',
'overdue_profit' => 'Forfaldne indtægter',
'cash_flow' => 'Pengestrøm',
'no_profit_loss' => 'Intet resultat',
'income_by_category' => 'Indkomst efter kategori',
'expenses_by_category' => 'Udgifter efter kategori',
'account_balance' => 'Kontobalance',
'latest_income' => 'Seneste indtægter',
'latest_expenses' => 'Seneste udgifter',
];