added cs-CZ
This commit is contained in:
18
resources/lang/cs-CZ/currencies.php
Normal file
18
resources/lang/cs-CZ/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kód',
|
||||
'rate' => 'Kurz',
|
||||
'default' => 'Výchozí měna',
|
||||
'decimal_mark' => 'Desetinná značka',
|
||||
'thousands_separator' => 'Oddělovač tisíců',
|
||||
'precision' => 'Přesnost',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Pozice symbolu',
|
||||
'before' => 'Před částkou',
|
||||
'after' => 'Za částkou',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user