2018-11-08 12:11:42 +03:00

81 lines
3.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' => 'Маркер',
'my_apps' => 'My Apps',
'top_paid' => 'Топ 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' => 'Сумiснiсть',
'installed' => ':module встановлено',
'uninstalled' => ':module видалено',
//'updated' => ':module updated',
'enabled' => ':module увімкнено',
'disabled' => ':module вимкнено',
'tab' => [
'installation' => 'Встановлення',
'faq' => 'Поширені запитання',
'changelog' => 'Історія змін',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Встановлення додатку',
'download' => 'Завантаження: файл модуля.',
'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' => 'Installed',
],
'button' => [
'uninstall' => 'Видалити',
'disable' => 'Вимкнути',
'enable' => 'Увімкнути',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];