da-DK translation
This commit is contained in:
18
resources/lang/da-DK/currencies.php
Normal file
18
resources/lang/da-DK/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kode',
|
||||
'rate' => 'Sats',
|
||||
'default' => 'Standardvaluta',
|
||||
'decimal_mark' => 'Decimalseparator',
|
||||
'thousands_separator' => 'Tusinder Separator',
|
||||
'precision' => 'Præcision',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Før beløbet',
|
||||
'after' => 'Efter beløb',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user