new crowdin translations
This commit is contained in:
18
resources/lang/et-EE/currencies.php
Normal file
18
resources/lang/et-EE/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kood',
|
||||
'rate' => 'Kurss',
|
||||
'default' => 'Vaikevaluuta',
|
||||
'decimal_mark' => 'Kümnendmärk',
|
||||
'thousands_separator' => 'Tuhandeliste eraldaja',
|
||||
'precision' => 'Täpsus',
|
||||
'symbol' => [
|
||||
'symbol' => 'Sümbol',
|
||||
'position' => 'Sümbol seisukoht',
|
||||
'before' => 'Enne summat',
|
||||
'after' => 'Pärast summat',
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user