<?php

return [

    'title'                 => 'АПИ Токен',
    'api_token'             => 'Токен',
    'my_apps'               => 'Мои апликации',
    'top_paid'              => 'Топ платени',
    'new'                   => 'Ново',
    'top_free'              => 'Топ бесплатни',
    'free'                  => 'Бесплатно',
    'search'                => 'Пребарување',
    'install'               => 'Инсталирај',
    'buy_now'               => 'Купи сега',
    'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Кликнете овде</a>за превземање на вашиот API токен.',
    'no_apps'               => 'Нема апликации во оваа категориај сеуште.',
    'developer'             => 'Дали сте програмер?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Овде</a> можете да научите како да програмирање и да заработите уште денес!
 
',

    'recommended_apps'      => 'Recommended Apps',

    'about'                 => 'За апликацијата',

    'added'                 => 'Додадено',
    'updated'               => 'Ажурирано',
    'compatibility'         => 'Компатибилност',

    'installed'             => ':module инсталирано',
    'uninstalled'           => ':module деинсталирано',
    //'updated'               => ':module updated',
    'enabled'               => ':module овозможено',
    'disabled'              => ':module оневозможено',

    'tab' => [
        'installation'      => 'Инсталација',
        'faq'               => 'ЧПП',
        'changelog'         => 'Лог на промени',
        'reviews'            => 'Reviews',
    ],

    'installation' => [
        'header'            => 'Инсталација',
        'download'          => 'Превземање :module file.',
        'unzip'             => 'Отпакување :module files.',
        'file_copy'         => 'Copying :module files.',
        'migrate'           => 'Applying :module updates.',
        'finish'            => 'The update was successfully installed. You will be redirect Update Center.',
        'install'           => 'Инсталирање :module files.',
    ],

    'errors' => [
        'download' => ':module can not download!',
        'upload' => 'Downloaded :module can not saved!',
        'unzip' => ':module can not unzip!',
        'file_copy' => ':module files can not copy!',
        'migrate' => ':module migrate broken!',
        'migrate core' => ':module already latest version so then yon can not update.',
    ],

    'badge' => [
        'installed' => 'Инсталирано',
    ],

    'button' => [
        'uninstall'         => 'Деинсталирај',
        'disable'           => 'Исклучи',
        'enable'            => 'Овозможи',
    ],

    'my' => [
        'purchased' => 'Купено',
        'installed' => 'Инсталирано',
    ],

    'reviews' => [
        'button' => [
            'add' => 'Add a Review'
        ],
        'na' => 'There are no reviews.'
    ]
];