akaunting/resources/lang/nl-NL/dashboard.php

25 lines
1023 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
2018-08-06 10:25:41 +03:00
'total_incomes' => 'Totale inkomsten',
'receivables' => 'Debiteuren',
2017-11-30 12:27:54 +03:00
'open_invoices' => 'Openstaande facturen',
'overdue_invoices' => 'Vervallen facturen',
'total_expenses' => 'Totale uitgaven',
'payables' => 'Schulden',
2018-08-06 10:25:41 +03:00
'open_bills' => 'Openstaande rekeningen',
2018-08-06 17:44:49 +03:00
'overdue_bills' => 'Achterstallige facturen',
2017-11-30 12:27:54 +03:00
'total_profit' => 'Totale winst',
2018-08-06 10:25:41 +03:00
'open_profit' => 'Openstaande winst',
2017-11-30 12:27:54 +03:00
'overdue_profit' => 'Achterstallige winst',
2018-08-06 10:25:41 +03:00
'cash_flow' => 'Geldstroom',
'no_profit_loss' => 'Geen winstderving',
2017-11-30 12:27:54 +03:00
'incomes_by_category' => 'Inkomsten per categorie',
2018-08-06 10:25:41 +03:00
'expenses_by_category' => 'Uitgaves per categorie',
'account_balance' => 'Rekeningsaldo',
'latest_incomes' => 'Laatste inkomsten',
2017-11-30 12:27:54 +03:00
'latest_expenses' => 'Nieuwste uitgaven',
];