25 lines
1.0 KiB
PHP
Raw Normal View History

2020-03-25 00:46:36 +03:00
<?php
return [
2021-10-07 08:40:37 +00:00
'currencies' => 'Valuta\'s',
2020-06-04 14:09:57 +03:00
'total_income' => 'Totale inkomsten',
'receivables' => 'Debiteuren',
'open_invoices' => 'Openstaande facturen',
'overdue_invoices' => 'Vervallen facturen',
'total_expenses' => 'Totale uitgaven',
'payables' => 'Schulden',
'open_bills' => 'Openstaande rekeningen',
'overdue_bills' => 'Achterstallige rekeningen',
'total_profit' => 'Totale winst',
'open_profit' => 'Openstaande winst',
'overdue_profit' => 'Achterstallige winst',
'cash_flow' => 'Geldstroom',
'no_profit_loss' => 'Geen winstderving',
'income_by_category' => 'Inkomsten per categorie',
'expenses_by_category' => 'Uitgaves per categorie',
'account_balance' => 'Rekeningsaldo',
'latest_income' => 'Laatste inkomsten',
'latest_expenses' => 'Laatste uitgaven',
2020-03-25 00:46:36 +03:00
];