da-DK translation
This commit is contained in:
47
resources/lang/da-DK/modules.php
Normal file
47
resources/lang/da-DK/modules.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Top betalt',
|
||||
'new' => 'Ny',
|
||||
'top_free' => 'Top gratis',
|
||||
'free' => 'GRATIS',
|
||||
'install' => 'Installer',
|
||||
'buy_now' => 'Køb nu',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik her</a> for at få din API-token.',
|
||||
'no_apps' => 'Der er ingen apps i denne kategori endnu.',
|
||||
'developer' => 'Er du udvikler? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">her</a> kan du lære hvordan du opretter en app og begynde at sælge i dag!',
|
||||
|
||||
'about' => 'Om',
|
||||
|
||||
'added' => 'Tilføjet',
|
||||
'updated' => 'Opdateret',
|
||||
'compatibility' => 'Kompatibilitet',
|
||||
|
||||
'installed' => ':module installeret',
|
||||
'uninstalled' => ':module afinstalleret',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module aktiveret',
|
||||
'disabled' => ':module deaktiveret',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Installation',
|
||||
'faq' => 'FAQ',
|
||||
'changelog' => 'Ændringslog',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'App installation',
|
||||
'download' => 'Downloading :modul filen.',
|
||||
'unzip' => 'Udpakker :module filer.',
|
||||
'install' => 'Installere :module filer.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Afinstaller',
|
||||
'disable' => 'Deaktiver',
|
||||
'enable' => 'Aktivér',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user