new crowdin translations
This commit is contained in:
18
resources/lang/sl-SI/currencies.php
Normal file
18
resources/lang/sl-SI/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Oznaka',
|
||||
'rate' => 'Tečaj',
|
||||
'default' => 'Privzeta valuta',
|
||||
'decimal_mark' => 'Decimalno ločilo',
|
||||
'thousands_separator' => 'Ločilo tisočic',
|
||||
'precision' => 'Natančnost',
|
||||
'symbol' => [
|
||||
'symbol' => 'Simbol',
|
||||
'position' => 'Mesto simbola',
|
||||
'before' => 'Pred zneskom',
|
||||
'after' => 'Za zneskom',
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user