34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'change_language' => 'Skift sprog',
|
|
'last_login' => 'Sidste login :time',
|
|
|
|
'notifications' => [
|
|
'counter' => '{0} Du har ingen notifikationer|{1} Du har :count notifikation|[2, *] Du har :count notifikationer',
|
|
'new_apps' => '{1} :count ny app er publiceret|[2,*] :count nye apps publiceret',
|
|
'overdue_invoices' => '{1} :count forfalden regning|[2,*] :count forfaldne regninger',
|
|
'upcoming_bills' => '{1} :count kommende regning|[2,*] :count kommende regninger',
|
|
'view_all' => 'Vis alle',
|
|
|
|
'exports' => [
|
|
'completed' => '{1} :count færdig eksport|[2,*] :count færdige eksporter',
|
|
'failed' => '{1} :count eksport med fejl|[2,*] :count eksporter med fejl',
|
|
],
|
|
'imports' => [
|
|
'completed' => '{1} :count færdig import|[2,*] :count færdige importer',
|
|
'failed' => '{1} :count import med fejl|[2,*] :count importer med fejl',
|
|
],
|
|
],
|
|
|
|
'docs_link' => 'https://akaunting.com/docs',
|
|
'support_link' => 'https://akaunting.com/support',
|
|
|
|
'favorite' => [
|
|
'added_favorite' => 'Tilføjet til favoritter',
|
|
'add_favorite' => 'Tilføj til favoritter',
|
|
],
|
|
|
|
];
|