2018-04-27 17:48:21 +03:00

48 lines
2.2 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' => 'Маркер',
'top_paid' => 'Топ оплат',
'new' => 'Нове',
'top_free' => 'Топ безкоштовних',
'free' => 'БЕЗКОШТОВНО',
'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> ви можете дізнатися, як створити додаток і почати продажі сьогодні!',
'about' => 'Про',
'added' => 'Додано',
'updated' => 'Оновлено',
'compatibility' => 'Сумiснiсть',
'installed' => ': модуль встановлено',
'uninstalled' => ': модуль видалено',
//'updated' => ':module updated',
'enabled' => ': модуль увімкнено',
'disabled' => ': модуль вимкнено',
'tab' => [
'installation' => 'Встановлення',
'faq' => 'Поширені запитання',
'changelog' => 'Історія змін',
],
'installation' => [
'header' => 'Встановлення додатку',
'download' => 'Завантаження: файл модуля.',
'unzip' => 'Вилучення: файли модуля.',
'install' => 'Установка: файли модуля.',
],
'button' => [
'uninstall' => 'Видалити',
'disable' => 'Вимкнути',
'enable' => 'Увімкнути',
],
];