sv-SE translation
This commit is contained in:
47
resources/lang/sv-SE/modules.php
Normal file
47
resources/lang/sv-SE/modules.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API-Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Bästa betal',
|
||||
'new' => 'Nytt',
|
||||
'top_free' => 'Bästa gratis',
|
||||
'free' => 'Fri',
|
||||
'install' => 'Installera',
|
||||
'buy_now' => 'Köp nu',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klicka här</a> att få din API-token.',
|
||||
'no_apps' => 'Det finns inga appar i den här kategorin ännu.',
|
||||
'developer' => 'Är du en utvecklare? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">här</a> du kan lära dig hur du skapar en app och börja sälja idag!',
|
||||
|
||||
'about' => 'Om',
|
||||
|
||||
'added' => 'Tillagd',
|
||||
'updated' => 'Uppdaterad',
|
||||
'compatibility' => 'Kompatibilitet',
|
||||
|
||||
'installed' => ':module installerad',
|
||||
'uninstalled' => ':module avinstallerad',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module aktiverad',
|
||||
'disabled' => ':module inaktiverad',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Installation',
|
||||
'faq' => 'Vanliga frågor',
|
||||
'changelog' => 'Ändringslog',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'App-Installation',
|
||||
'download' => 'Laddar ner :module fil.',
|
||||
'unzip' => 'Packar upp :module filer.',
|
||||
'install' => 'Installerar :module filer.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Avinstallera',
|
||||
'disable' => 'Inaktivera',
|
||||
'enable' => 'Aktivera',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user