48 lines
1.9 KiB
PHP
48 lines
1.9 KiB
PHP
<?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 ключ.',
|
|
'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!',
|
|
|
|
'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',
|
|
],
|
|
|
|
'installation' => [
|
|
'header' => 'App Installation',
|
|
'download' => 'Скачивание :module модуля.',
|
|
'unzip' => 'Распаковка :module модуля.',
|
|
'install' => 'Installing :module files.',
|
|
],
|
|
|
|
'button' => [
|
|
'uninstall' => 'Деинсталляция',
|
|
'disable' => 'Отключить',
|
|
'enable' => 'Включить',
|
|
],
|
|
];
|