new crowdin translations
This commit is contained in:
18
resources/lang/sr-CS/currencies.php
Normal file
18
resources/lang/sr-CS/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Šifra',
|
||||
'rate' => 'Stopa',
|
||||
'default' => 'Podrazumevana valuta',
|
||||
'decimal_mark' => 'Decimalni znak',
|
||||
'thousands_separator' => 'Znak za razdvajanje hiljada',
|
||||
'precision' => 'Preciznost',
|
||||
'symbol' => [
|
||||
'symbol' => 'Simbol',
|
||||
'position' => 'Pozicija simbola',
|
||||
'before' => 'Pre iznosa',
|
||||
'after' => 'Nakon iznosa',
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user