2018-08-06 10:25:41 +03:00

59 lines
2.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 Token',
'api_token' => 'Token',
'my_apps' => 'Моите приложения',
'top_paid' => 'Топ платени',
'new' => 'Нов',
'top_free' => 'Топ безплатни',
'free' => 'БЕЗПЛАТНО',
'search' => 'Търси',
'install' => 'Инсталирай',
'buy_now' => 'Купете сега',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Натиснете тук</a> за да получите Вашия API token.',
'no_apps' => 'Все още няма приложения в тази категория.',
'developer' => 'Вие сте разработчик? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Тук</a> можете да научите как да създадете приложение и да започнете да продавате днес!',
'about' => 'Относно',
'added' => 'Добавено',
'updated' => 'Обновено',
'compatibility' => 'Съвместимост',
'installed' => ':module инсталиран',
'uninstalled' => ':module деинсталиран',
//'updated' => ':module updated',
'enabled' => ':module включен',
'disabled' => ':module изключен',
'tab' => [
'installation' => 'Инсталация',
'faq' => 'ЧЗВ',
'changelog' => 'Списък на промените',
],
'installation' => [
'header' => 'Инсталиране на приложение',
'download' => 'Изтегляне :module файл.',
'unzip' => 'Извличане :module файлове.',
'install' => 'Инсталиране :module файлове.',
],
'badge' => [
'installed' => 'Инсталирано',
],
'button' => [
'uninstall' => 'Деинсталирай',
'disable' => 'Изключи',
'enable' => 'Активирай',
],
'my' => [
'purchased' => 'Закупени',
'installed' => 'Инсталирани',
],
];