updated translations

This commit is contained in:
denisdulici
2018-05-21 20:12:12 +03:00
parent f3414ddbd8
commit 0bcb5e606f
28 changed files with 106 additions and 110 deletions

View File

@ -7,24 +7,24 @@ return [
'this_quarter' => 'Dette kvartal',
'previous_quarter' => 'Foregående kvartal',
'last_12_months' => 'Seneste 12 måneder',
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
'profit_loss' => 'Resultatopgørelse',
'gross_profit' => 'Bruttofortjeneste',
'net_profit' => 'Nettoresultat',
'total_expenses' => 'Udgifter i alt',
'net' => 'Netto',
'summary' => [
'income' => 'Indkomst Resumé',
'expense' => 'Udgift Resumé',
'income_expense' => 'Indkomst vs udgift',
'tax' => 'Tax Summary',
'tax' => 'Moms oversigt',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
'4' => 'Okt-Dec',
],
];