2017-10-28 09:15:09 +03:00
< ? php
return [
'title' => 'API ключ' ,
'api_token' => 'Ключ' ,
'top_paid' => 'Топ оплаченных' ,
'new' => 'Новый' ,
'top_free' => 'Топ бесплатных' ,
'free' => 'БЕСПЛАТНО' ,
'install' => 'Установить' ,
'buy_now' => 'Купить сейчас' ,
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Нажмите здесь</a> чтобы получить Ваш API ключ.' ,
2018-03-06 17:05:58 +03:00
'no_apps' => 'There are no apps in this category, yet.' ,
'developer' => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!' ,
2017-10-28 09:15:09 +03:00
2018-03-06 17:05:58 +03:00
'about' => 'About' ,
'added' => 'Added' ,
'updated' => 'Updated' ,
'compatibility' => 'Compatibility' ,
'installed' => ':module installed' ,
'uninstalled' => ':module uninstalled' ,
//'updated' => ':module updated',
'enabled' => ':module enabled' ,
'disabled' => ':module disabled' ,
'tab' => [
'installation' => 'Installation' ,
'faq' => 'FAQ' ,
'changelog' => 'Changelog' ,
],
2017-10-28 09:15:09 +03:00
'installation' => [
2018-03-06 17:05:58 +03:00
'header' => 'App Installation' ,
2017-10-28 09:15:09 +03:00
'download' => 'Скачивание :module модуля.' ,
'unzip' => 'Распаковка :module модуля.' ,
2018-03-06 17:05:58 +03:00
'install' => 'Installing :module files.' ,
2017-10-28 09:15:09 +03:00
],
'button' => [
'uninstall' => 'Деинсталляция' ,
'disable' => 'Отключить' ,
'enable' => 'Включить' ,
],
];