updated translations

This commit is contained in:
denisdulici
2020-03-25 00:46:36 +03:00
parent e0bb2fd72d
commit cbe0470d35
30 changed files with 345 additions and 175 deletions

View File

@ -19,16 +19,16 @@ return [
],
'offline_payments' => [
'cash' => 'Cash',
'bank' => 'Bank Transfer',
'cash' => 'Contant geld',
'bank' => 'Bankoverschrijving',
],
'reports' => [
'income' => 'Monthly income summary by category.',
'expense' => 'Monthly expense summary by category.',
'income_expense' => 'Monthly income vs expense by category.',
'tax' => 'Quarterly tax summary.',
'profit_loss' => 'Quarterly profit & loss by category.',
'income' => 'Maandelijkse inkomsten per categorie',
'expense' => 'Maandelijkse uitgaven per categorie',
'income_expense' => 'Maandelijkse inkomsten/uitgaven per categorie',
'tax' => 'Kwartaal - BTW overzicht',
'profit_loss' => 'Kwartaal - Winst/Verlies per categorie',
],
];