added nl-NL

This commit is contained in:
denisdulici
2017-11-30 12:27:54 +03:00
parent 5c09e8f023
commit eace5c6c29
26 changed files with 752 additions and 1 deletions

View File

@ -0,0 +1,24 @@
<?php
return [
'total_incomes' => 'Totaal inkomsten',
'receivables' => 'Vorderingen',
'open_invoices' => 'Openstaande facturen',
'overdue_invoices' => 'Vervallen facturen',
'total_expenses' => 'Totale uitgaven',
'payables' => 'Schulden',
'open_bills' => 'Open rekeningen',
'overdue_bills' => 'Openstaande fakturen',
'total_profit' => 'Totale winst',
'open_profit' => 'Open winst',
'overdue_profit' => 'Achterstallige winst',
'cash_flow' => 'Cash-Flow',
'no_profit_loss' => 'Geen winst-verlies',
'incomes_by_category' => 'Inkomsten per categorie',
'expenses_by_category' => 'Kosten per categorie',
'account_balance' => 'Betalingsbalans',
'latest_incomes' => 'Nieuwste inkomens',
'latest_expenses' => 'Nieuwste uitgaven',
];