updated translations

This commit is contained in:
Denis Duliçi
2020-06-04 14:09:57 +03:00
parent fd5d1398f1
commit 83359e84bd
64 changed files with 530 additions and 402 deletions

View File

@@ -12,7 +12,7 @@ return [
'net_profit' => 'Nettowinst',
'total_expenses' => 'Totale uitgaven',
'net' => 'NET',
'income_expense' => 'Income & Expense',
'income_expense' => 'Inkomsten & Uitgaven',
'summary' => [
'income' => 'Samenvatting inkomsten',
@@ -22,9 +22,9 @@ return [
],
'charts' => [
'line' => 'Line',
'bar' => 'Bar',
'pie' => 'Pie',
'line' => 'Lijn',
'bar' => 'Balk',
'pie' => 'Cirkel',
],
];