2019-03-07 16:37:05 +03:00

86 lines
3.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'title' => 'API ключ',
'api_token' => 'Ключ',
'my_apps' => 'Мои приложения',
'pre_sale' => 'Pre-Sale',
'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' => 'Совместимость',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module установлен',
'uninstalled' => ':module удалён',
//'updated' => ':module updated',
'enabled' => ':module включен',
'disabled' => ':module отключен',
'tab' => [
'installation' => 'Установка',
'faq' => 'ЧаВо',
'changelog' => 'История изменений',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Установка приложения',
'download' => 'Скачивание :module модуля.',
'unzip' => 'Распаковка :module модуля.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Установка :module модуля.',
],
'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' => 'Установлено',
'pre_sale' => 'Pre-Sale',
],
'button' => [
'uninstall' => 'Деинсталляция',
'disable' => 'Отключить',
'enable' => 'Включить',
],
'my' => [
'purchased' => 'Куплено',
'installed' => 'Установлено',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];