akaunting 3.0 (the last dance)
This commit is contained in:
@@ -2,29 +2,26 @@
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Tento rok',
|
||||
'previous_year' => 'Predchádzajúci rok',
|
||||
'this_quarter' => 'Tento štvrťrok',
|
||||
'previous_quarter' => 'Predchádzajúci štvrťrok',
|
||||
'last_12_months' => 'Posledných 12 mesiacov',
|
||||
'profit_loss' => 'Zisky & straty',
|
||||
'gross_profit' => 'Zisk brutto',
|
||||
'net_profit' => 'Čistý zisk',
|
||||
'total_expenses' => 'Celkové výdavky',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Príjem Zhrnutie',
|
||||
'expense' => 'Náklad Zhrnutie',
|
||||
'income_expense' => 'Príjmy vs náklady',
|
||||
'tax' => 'Súhrnné dane',
|
||||
],
|
||||
'this_year' => 'Tento rok',
|
||||
'previous_year' => 'Predchádzajúci rok',
|
||||
'this_quarter' => 'Tento štvrťrok',
|
||||
'previous_quarter' => 'Predchádzajúci štvrťrok',
|
||||
'last_12_months' => 'Posledných 12 mesiacov',
|
||||
'profit_loss' => 'Zisky & straty',
|
||||
'gross_profit' => 'Zisk brutto',
|
||||
'net_profit' => 'Čistý zisk',
|
||||
'total_expenses' => 'Celkové výdavky',
|
||||
'net' => 'NET',
|
||||
'income_summary' => 'Príjem Zhrnutie',
|
||||
'expense_summary' => 'Náklad Zhrnutie',
|
||||
'income_expense_summary' => 'Príjmy vs náklady',
|
||||
'tax_summary' => 'Súhrnné dane',
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apríl-Jún',
|
||||
'3' => 'Júl-September',
|
||||
'4' => 'Október-December',
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apríl-Jún',
|
||||
'3' => 'Júl-September',
|
||||
'4' => 'Október-December',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user