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

@ -12,6 +12,7 @@ return [
'net_profit' => 'Nettowinst',
'total_expenses' => 'Totale uitgaven',
'net' => 'NET',
'income_expense' => 'Income & Expense',
'summary' => [
'income' => 'Samenvatting inkomsten',
@ -20,11 +21,10 @@ return [
'tax' => 'Belasting overzicht',
],
'quarter' => [
'1' => 'Jan-Mrt',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Okt-Dec',
'charts' => [
'line' => 'Line',
'bar' => 'Bar',
'pie' => 'Pie',
],
];