new crowdin translations

This commit is contained in:
Crowdin Bot
2020-10-21 00:45:21 +00:00
parent fded803b72
commit 409ce4cfc1
60 changed files with 1418 additions and 195 deletions

View File

@ -0,0 +1,30 @@
<?php
return [
'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',
],
'charts' => [
'line' => 'Vrstica',
'bar' => 'Bar',
'pie' => 'Tortni',
],
];