sr-RS translation
This commit is contained in:
16
resources/lang/sr-RS/demo.php
Normal file
16
resources/lang/sr-RS/demo.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Готовина',
|
||||
'categories_deposit' => 'Депозит',
|
||||
'categories_sales' => 'Продаја',
|
||||
'currencies_usd' => 'Амерички долар',
|
||||
'currencies_eur' => 'Евро',
|
||||
'currencies_gbp' => 'Британска Фута',
|
||||
'currencies_try' => 'Турска лира',
|
||||
'taxes_exempt' => 'Изузето од пореза',
|
||||
'taxes_normal' => 'Нормалан порез',
|
||||
'taxes_sales' => 'Порез од продаје',
|
||||
|
||||
];
|
Reference in New Issue
Block a user