modules.php 1.8 KB
<?php

return [

    'title'                 => 'API-Token',
    'api_token'             => 'Token',
    'top_paid'              => 'Bästa betal',
    'new'                   => 'Nytt',
    'top_free'              => 'Bästa gratis',
    'free'                  => 'Fri',
    'search'                => 'Sök',
    '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',
    ],
];