24 lines
1002 B
PHP
24 lines
1002 B
PHP
<?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',
|
|
];
|