sk-SK translation
This commit is contained in:
18
resources/lang/sk-SK/currencies.php
Normal file
18
resources/lang/sk-SK/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kód',
|
||||
'rate' => 'Sadzba',
|
||||
'default' => 'Predvolená mena',
|
||||
'decimal_mark' => 'Desatinná čiarka',
|
||||
'thousands_separator' => 'Oddeľovač tisícov',
|
||||
'precision' => 'Presnosť',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Pozícia symbolu',
|
||||
'before' => 'Pred sumou',
|
||||
'after' => 'Po sume',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user