akaunting 3.0 (the last dance)
This commit is contained in:
@ -2,30 +2,27 @@
|
||||
|
||||
return [
|
||||
|
||||
'years' => 'Leto|Letih',
|
||||
'this_year' => 'Tekoče leto',
|
||||
'previous_year' => 'Prejšnje leto',
|
||||
'this_quarter' => 'To četrtletje',
|
||||
'previous_quarter' => 'Prejšnje četrtletje',
|
||||
'last_12_months' => 'Zadnjih 12 mesecev',
|
||||
'profit_loss' => 'Dobiček & Izguba',
|
||||
'gross_profit' => 'Bruto dobiček',
|
||||
'net_profit' => 'Čisti dobiček',
|
||||
'total_expenses' => 'Skupni stroški',
|
||||
'net' => 'Neto',
|
||||
'income_expense' => 'Prihodki & stroški',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Prikaz prihodkov',
|
||||
'expense' => 'Prikaz stroškov',
|
||||
'income_expense' => 'Prihodki & stroški',
|
||||
'tax' => 'Pregled obdavčitev',
|
||||
],
|
||||
'years' => 'Leto|Letih',
|
||||
'this_year' => 'Tekoče leto',
|
||||
'previous_year' => 'Prejšnje leto',
|
||||
'this_quarter' => 'To četrtletje',
|
||||
'previous_quarter' => 'Prejšnje četrtletje',
|
||||
'last_12_months' => 'Zadnjih 12 mesecev',
|
||||
'profit_loss' => 'Dobiček & Izguba',
|
||||
'gross_profit' => 'Bruto dobiček',
|
||||
'net_profit' => 'Čisti dobiček',
|
||||
'total_expenses' => 'Skupni stroški',
|
||||
'net' => 'Neto',
|
||||
'income_expense' => 'Prihodki & stroški',
|
||||
'income_summary' => 'Prikaz prihodkov',
|
||||
'expense_summary' => 'Prikaz stroškov',
|
||||
'income_expense_summary' => 'Prihodki & stroški',
|
||||
'tax_summary' => 'Pregled obdavčitev',
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Vrstica',
|
||||
'bar' => 'Bar',
|
||||
'pie' => 'Tortni',
|
||||
'line' => 'Vrstica',
|
||||
'bar' => 'Bar',
|
||||
'pie' => 'Tortni',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user