updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@@ -7,11 +7,24 @@ return [
'this_quarter' => 'Detta kvartal',
'previous_quarter' => 'Föregående kvartal',
'last_12_months' => 'Senaste 12 månaderna',
'profit_loss' => 'Vinst & förlust',
'gross_profit' => 'Bruttovinst',
'net_profit' => 'Nettoförtjänst',
'total_expenses' => 'Summa kostnader',
'net' => 'Netto',
'summary' => [
'income' => 'Inkomst Sammanfattning',
'expense' => 'Utgiftsrapports Sammanfattning',
'income' => 'Inkomstrapport',
'expense' => 'Utgiftsrapports',
'income_expense' => 'Inkomst mot Utgifter',
'tax' => 'Skatt Sammanfattning',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Okt-Dec',
],
];