new crowdin translations
This commit is contained in:
18
resources/lang/hu-HU/currencies.php
Normal file
18
resources/lang/hu-HU/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kód',
|
||||
'rate' => 'Mérték/kulcs',
|
||||
'default' => 'Alapértelmezett pénznem',
|
||||
'decimal_mark' => 'Tizedesvessző',
|
||||
'thousands_separator' => 'Ezres tagoló',
|
||||
'precision' => 'Pontosság',
|
||||
'symbol' => [
|
||||
'symbol' => 'Szimbólum',
|
||||
'position' => 'Szimbólum helye',
|
||||
'before' => 'Összeg előtt',
|
||||
'after' => 'Összeg után',
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user