2018-03-12 21:36:46 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'change_language' => 'Ändra språk',
|
|
|
|
'last_login' => 'Senaste inloggningen :time',
|
2021-06-27 15:31:40 +00:00
|
|
|
|
2018-03-12 21:36:46 +03:00
|
|
|
'notifications' => [
|
|
|
|
'counter' => '{0} Du har inga notifikationer|{1} Du har :count notifikationer|[2,*] Du har :count notifikationer',
|
2021-06-27 15:31:40 +00:00
|
|
|
'new_apps' => '{1} :count ny app är publicerad<unk> [2,*] :count nya appar publicerade',
|
2018-03-12 21:36:46 +03:00
|
|
|
'overdue_invoices' => '{1} :count förfallna fakturor|[2,*] :count förfallna fakturor',
|
|
|
|
'upcoming_bills' => '{1} :count kommande räkning|[2,*] :count kommande räkningar',
|
2021-06-27 15:31:40 +00:00
|
|
|
'view_all' => 'Visa alla',
|
|
|
|
|
|
|
|
'exports' => [
|
|
|
|
'completed' => '{1} :count färdig export<unk> [2,*] :count färdiga exporter',
|
|
|
|
'failed' => '{1} :count misslyckad export<unk> [2,*] :count misslyckade exporter',
|
|
|
|
],
|
|
|
|
'imports' => [
|
|
|
|
'completed' => '{1} :count färdig import<unk> [2,*] :count färdiga importer',
|
|
|
|
'failed' => '{1} :count misslyckad import<unk> [2,*] :count misslyckade importer',
|
|
|
|
],
|
2018-03-12 21:36:46 +03:00
|
|
|
],
|
2021-06-27 15:31:40 +00:00
|
|
|
|
2018-11-08 12:11:42 +03:00
|
|
|
'docs_link' => 'https://akaunting.com/docs',
|
2019-12-25 14:32:47 +03:00
|
|
|
'support_link' => 'https://akaunting.com/support',
|
2018-03-12 21:36:46 +03:00
|
|
|
|
2022-11-28 14:31:01 +00:00
|
|
|
'favorite' => [
|
|
|
|
'added_favorite' => 'Lades till i favoriter',
|
|
|
|
'add_favorite' => 'Lägg till i favoriter',
|
|
|
|
],
|
|
|
|
|
2018-03-12 21:36:46 +03:00
|
|
|
];
|