85 lines
3.0 KiB
PHP
Raw Normal View History

2018-03-12 21:36:46 +03:00
<?php
return [
2019-12-25 14:32:47 +03:00
'api_key' => 'API nyckel',
2018-11-08 12:11:42 +03:00
'my_apps' => 'Mina appar',
2019-12-25 14:32:47 +03:00
'pre_sale' => 'Pre-Sale',
2018-03-12 21:36:46 +03:00
'top_paid' => 'Bästa betal',
'new' => 'Nytt',
'top_free' => 'Bästa gratis',
'free' => 'Fri',
2018-05-03 12:16:18 +03:00
'search' => 'Sök',
2018-03-12 21:36:46 +03:00
'install' => 'Installera',
'buy_now' => 'Köp nu',
2019-12-25 14:32:47 +03:00
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Klicka här</a> för att få din API-nyckel.',
2018-03-12 21:36:46 +03:00
'no_apps' => 'Det finns inga appar i den här kategorin ännu.',
2019-12-25 14:32:47 +03:00
'developer' => 'Är du utvecklare? <a href="https://akaunting.com/developers" target="_blank">Här</a> kan du lära dig att skapa en app och börja sälja idag!',
2018-03-12 21:36:46 +03:00
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Rekommenderade appar',
2018-03-12 21:36:46 +03:00
'about' => 'Om',
'added' => 'Tillagd',
'updated' => 'Uppdaterad',
'compatibility' => 'Kompatibilitet',
2019-12-25 14:32:47 +03:00
'documentation' => 'Dokumentation',
'view' => 'Visa',
'back' => 'Tillbaka',
2018-03-12 21:36:46 +03:00
'installed' => ':module installerad',
'uninstalled' => ':module avinstallerad',
//'updated' => ':module updated',
'enabled' => ':module aktiverad',
'disabled' => ':module inaktiverad',
'tab' => [
'installation' => 'Installation',
'faq' => 'Vanliga frågor',
'changelog' => 'Ändringslog',
2019-12-25 14:32:47 +03:00
'reviews' => 'Recensioner',
2018-03-12 21:36:46 +03:00
],
'installation' => [
'header' => 'App-Installation',
2019-12-25 14:32:47 +03:00
'download' => 'Laddar ner :module',
'unzip' => 'Extraherar :module filer',
'file_copy' => 'Kopierar :module filer',
'finish' => 'Slutför :module installation',
'redirect' => ':module installerad, omdirigerar till uppdateringssidan',
'install' => 'Installerar :module',
2018-03-12 21:36:46 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2019-12-25 14:32:47 +03:00
'download' => 'Kan inte ladda ner :module',
'zip' => 'Kan inte skapa :module zip-fil',
'unzip' => 'Kan inte packa upp :module',
'file_copy' => 'Kan inte kopiera :module filer',
'finish' => 'Kan inte slutföra :module installation',
2018-11-08 12:11:42 +03:00
],
'badge' => [
2019-12-25 14:32:47 +03:00
'installed' => 'Installerad',
'pre_sale' => 'Pre-Sale',
2018-11-08 12:11:42 +03:00
],
2018-03-12 21:36:46 +03:00
'button' => [
'uninstall' => 'Avinstallera',
'disable' => 'Inaktivera',
'enable' => 'Aktivera',
],
2018-11-08 12:11:42 +03:00
'my' => [
2019-12-25 14:32:47 +03:00
'purchased' => 'Köpt',
'installed' => 'Installerad',
2018-11-08 12:11:42 +03:00
],
'reviews' => [
'button' => [
2019-12-25 14:32:47 +03:00
'add' => 'Lägg till en recension'
2018-11-08 12:11:42 +03:00
],
2019-12-25 14:32:47 +03:00
'na' => 'Det finns inga recensioner.'
2018-11-08 12:11:42 +03:00
]
2018-03-12 21:36:46 +03:00
];