updated translations
This commit is contained in:
@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user