da-DK translation

This commit is contained in:
denisdulici
2018-04-14 14:16:03 +03:00
parent 47826e15f4
commit 2baed1e322
26 changed files with 780 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<?php
return [
'accounts_cash' => 'Kontant',
'categories_uncat' => 'Ikke kategoriseret',
'categories_deposit' => 'Indsæt',
'categories_sales' => 'Salg',
'currencies_usd' => 'Amerikanske Dollar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britiske pund',
'currencies_try' => 'Tyrkiske Lira',
'taxes_exempt' => 'Fritaget for moms',
'taxes_normal' => 'Normal moms',
'taxes_sales' => 'Salgs moms',
];