sv-SE translation
This commit is contained in:
19
resources/lang/sv-SE/currencies.php
Normal file
19
resources/lang/sv-SE/currencies.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kod',
|
||||
'rate' => 'Kurs',
|
||||
'default' => 'Huvudsaklig valuta',
|
||||
'decimal_mark' => 'Decimalkomma',
|
||||
'thousands_separator' => 'Tusentals avgränsare',
|
||||
'precision' => 'Noggrannhet
|
||||
',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Innan beloppet',
|
||||
'after' => 'Efter belopp',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user