83 lines
3.3 KiB
PHP
Raw Normal View History

2018-10-10 17:40:26 +03:00
<?php
return [
2022-06-01 10:15:55 +03:00
'title' => 'АПИ Токен',
'api_token' => 'Токен',
2018-10-10 17:40:26 +03:00
'my_apps' => 'Мои апликации',
'top_paid' => 'Топ платени',
'new' => 'Ново',
'top_free' => 'Топ бесплатни',
'free' => 'Бесплатно',
2022-06-01 10:15:55 +03:00
'search' => 'Пребарување',
2018-10-10 17:40:26 +03:00
'install' => 'Инсталирај',
'buy_now' => 'Купи сега',
2022-06-01 10:15:55 +03:00
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Кликнете овде</a>за превземање на вашиот API токен.',
2018-10-10 17:40:26 +03:00
'no_apps' => 'Нема апликации во оваа категориај сеуште.',
2022-06-01 10:15:55 +03:00
'developer' => 'Дали сте програмер?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Овде</a> можете да научите како да програмирање и да заработите уште денес!
',
'recommended_apps' => 'Recommended Apps',
2018-11-08 12:11:42 +03:00
2018-10-10 17:40:26 +03:00
'about' => 'За апликацијата',
'added' => 'Додадено',
'updated' => 'Ажурирано',
'compatibility' => 'Компатибилност',
'installed' => ':module инсталирано',
'uninstalled' => ':module деинсталирано',
2022-06-01 10:15:55 +03:00
//'updated' => ':module updated',
2018-10-10 17:40:26 +03:00
'enabled' => ':module овозможено',
'disabled' => ':module оневозможено',
'tab' => [
'installation' => 'Инсталација',
'faq' => 'ЧПП',
'changelog' => 'Лог на промени',
2022-06-01 10:15:55 +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.',
2022-06-01 10:15:55 +03:00
'migrate' => 'Applying :module updates.',
2018-11-08 12:11:42 +03:00
'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' => [
2022-06-01 10:15:55 +03:00
'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-11-08 12:11:42 +03:00
],
2018-10-10 17:40:26 +03:00
'badge' => [
2022-06-01 10:15:55 +03:00
'installed' => 'Инсталирано',
2018-10-10 17:40:26 +03:00
],
'button' => [
'uninstall' => 'Деинсталирај',
'disable' => 'Исклучи',
'enable' => 'Овозможи',
],
'my' => [
2022-06-01 10:15:55 +03:00
'purchased' => 'Купено',
'installed' => 'Инсталирано',
2018-10-10 17:40:26 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2022-06-01 10:15:55 +03:00
'add' => 'Add a Review'
2018-11-08 12:11:42 +03:00
],
2022-06-01 10:15:55 +03:00
'na' => 'There are no reviews.'
]
2018-10-10 17:40:26 +03:00
];