83 lines
3.3 KiB
PHP
Raw Normal View History

2018-10-10 17:40:26 +03:00
<?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> можете да научите како да програмирање и да заработите уште денес!
',
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps',
2018-10-10 17:40:26 +03:00
'about' => 'За апликацијата',
'added' => 'Додадено',
'updated' => 'Ажурирано',
'compatibility' => 'Компатибилност',
'installed' => ':module инсталирано',
'uninstalled' => ':module деинсталирано',
//'updated' => ':module updated',
'enabled' => ':module овозможено',
'disabled' => ':module оневозможено',
'tab' => [
'installation' => 'Инсталација',
'faq' => 'ЧПП',
'changelog' => 'Лог на промени',
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews',
2018-10-10 17:40:26 +03:00
],
'installation' => [
'header' => 'Инсталација',
'download' => 'Превземање :module file.',
'unzip' => 'Отпакување :module files.',
2018-11-08 12:11:42 +03:00
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
2018-10-10 17:40:26 +03:00
'install' => 'Инсталирање :module files.',
],
2018-11-08 12:11:42 +03:00
'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.',
],
2018-10-10 17:40:26 +03:00
'badge' => [
'installed' => 'Инсталирано',
],
'button' => [
'uninstall' => 'Деинсталирај',
'disable' => 'Исклучи',
'enable' => 'Овозможи',
],
'my' => [
'purchased' => 'Купено',
'installed' => 'Инсталирано',
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2018-10-10 17:40:26 +03:00
];