updated translations

This commit is contained in:
denisdulici
2018-08-06 10:25:41 +03:00
parent 7b206fb2aa
commit c0eb6c3f44
100 changed files with 624 additions and 357 deletions

View File

@@ -2,29 +2,29 @@
return [
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'this_year' => 'Dit jaar',
'previous_year' => 'Vorig jaar',
'this_quarter' => 'Dit kwartaal',
'previous_quarter' => 'Vorige kwartaal',
'last_12_months' => 'Afgelopen 12 maanden',
'profit_loss' => 'Winst & verlies',
'gross_profit' => 'Bruto winst',
'net_profit' => 'Nettowinst',
'total_expenses' => 'Totale uitgaven',
'net' => 'NET',
'summary' => [
'income' => 'Inkomsten Samenvatting',
'income' => 'Samenvatting inkomsten',
'expense' => 'Kosten overzicht',
'income_expense' => 'Inkomen vs kosten',
'tax' => 'Tax Summary',
'income_expense' => 'Inkomen vs uitgaven',
'tax' => 'Belasting overzicht',
],
'quarter' => [
'1' => 'Jan-Mar',
'1' => 'Jan-Mrt',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
'4' => 'Okt-Dec',
],
];