nb-NO
This commit is contained in:
18
resources/lang/nb-NO/currencies.php
Normal file
18
resources/lang/nb-NO/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kode',
|
||||
'rate' => 'Kurs',
|
||||
'default' => 'Standard valuta',
|
||||
'decimal_mark' => 'Desimaltegn',
|
||||
'thousands_separator' => 'Tusenskille',
|
||||
'precision' => 'Presisjon',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbolplassering',
|
||||
'before' => 'Foran beløp',
|
||||
'after' => 'Etter beløp',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user