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