akaunting/resources/lang/da-DK/currencies.php
2021-01-15 01:06:27 +00:00

20 lines
601 B
PHP

<?php
return [
'code' => 'Kode',
'rate' => 'Sats',
'default' => 'Standardvaluta',
'decimal_mark' => 'Decimaltegn',
'thousands_separator' => 'Tusindetalsseparator',
'precision' => 'Præcision',
'conversion' => 'Valutakonvertering: :price (:currency_code) til :currency_rate',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol position',
'before' => 'Før beløbet',
'after' => 'Efter beløb',
]
];