new crowdin translations
This commit is contained in:
23
resources/lang/sr-CS/widgets.php
Normal file
23
resources/lang/sr-CS/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Ukupni prihodi',
|
||||
'receivables' => 'Potraživanja',
|
||||
'open_invoices' => 'Otvorene fakture',
|
||||
'overdue_invoices' => 'Dospele fakture',
|
||||
'total_expenses' => 'Ukupni troškovi',
|
||||
'payables' => 'Dugovanja',
|
||||
'open_bills' => 'Otvoreni računi',
|
||||
'overdue_bills' => 'Dospeli računi',
|
||||
'total_profit' => 'Ukupna dobit',
|
||||
'open_profit' => 'Otvorena dobit',
|
||||
'overdue_profit' => 'Dospela dobit',
|
||||
'cash_flow' => 'Novčani tok',
|
||||
'no_profit_loss' => 'Nema gubitka dobita',
|
||||
'income_by_category' => 'Prihodi po kategoriji',
|
||||
'expenses_by_category' => 'Troškovi po kategoriji',
|
||||
'account_balance' => 'Stanje na računu',
|
||||
'latest_income' => 'Najnoviji prihodi',
|
||||
'latest_expenses' => 'Najnoviji troškovi',
|
||||
];
|
Reference in New Issue
Block a user