new crowdin translations
This commit is contained in:
18
resources/lang/fi-FI/currencies.php
Normal file
18
resources/lang/fi-FI/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Koodi',
|
||||
'rate' => 'Arvioi',
|
||||
'default' => 'Oletusvaluutta',
|
||||
'decimal_mark' => 'Desimaali Merkki',
|
||||
'thousands_separator' => 'Tuhaterotin',
|
||||
'precision' => 'Tarkkuus',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symboli',
|
||||
'position' => 'Valuuttasymbolin paikka',
|
||||
'before' => 'Määrä Ennen',
|
||||
'after' => 'Määrä Jälkeen',
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user