2022-05-31 00:25:33 +00:00

96 lines
4.6 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 [
'api_key' => 'API клуч',
'my_apps' => 'Мои апликации',
'pre_sale' => 'Пред-продажба',
'top_paid' => 'Топ платени',
'new' => 'Ново',
'top_free' => 'Топ бесплатни',
'free' => 'Бесплатно',
'monthly' => 'Месечно',
'yearly' => 'Годишно',
'yearly_pricing' => 'Годишна цена',
'monthly_price' => 'од :price',
'per_month' => 'месечно',
'billed_yearly' => 'Фактурирано годишно',
'billed_monthly' => 'Фактурирано месечно',
'save_year' => 'Заштедувате <strong>:price</strong> годишно!',
'if_paid_year' => 'Или <strong>:price/месечно</strong> ако се плаќа годишно',
'information_monthly' => 'Оваа опција е достапна само за <strong>Cloud Service</strong>',
'install' => 'Инсталирај',
'buy_now' => 'Купи сега',
'get_api_key' => '<a href=":url" target="_blank">Кликни тука</a> да го добиете вашиот API клуч.',
'no_apps' => 'Нема апликации во оваа категориај сеуште.',
'become_developer' => 'Дали сте програмер? <a href=":url" target="_blank">Тука</a> можете да научите како да направите апликација и да почнете да продавате уште денес!',
'recommended_apps' => 'Препорачани апликации',
'can_not_install' => 'Месечни претплати се достапни само на Cloud сервисот. <a href="https://akaunting.com/upgrade-to-yearly" target="_blank">Дознај повеќе.</a>',
'about' => 'За апликацијата',
'added' => 'Додадено',
'updated' => 'Ажурирано',
'compatibility' => 'Компатибилност',
'documentation' => 'Документација',
'view' => 'Поглед',
'back' => 'Назад',
'installed' => ':module инсталирано',
'uninstalled' => ':module деинсталирано',
'updated_2' => ':module ажурирано',
'enabled' => ':module овозможено',
'disabled' => ':module оневозможено',
'tab' => [
'installation' => 'Инсталација',
'faq' => 'ЧПП',
'changelog' => 'Лог на промени',
'reviews' => 'Оценка',
],
'installation' => [
'header' => 'Инсталација',
'download' => 'Превземање :module file.',
'unzip' => 'Отпакување :module files.',
'file_copy' => 'Copying :module files.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'redirect' => ':module инсталирано, пренасочување кон страната за ажурирање.',
'install' => 'Инсталирање :module files.',
],
'errors' => [
'purchase' => 'Купите/обновите :module!',
'download' => ':module can not download!',
'zip' => 'Не може да се креира :module zip датотека',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'finish' => 'Не може да заврши :module инсталацијата',
],
'badge' => [
'installed' => 'Инсталирано',
'pre_sale' => 'Пред-продажба',
],
'button' => [
'uninstall' => 'Деинсталирај',
'disable' => 'Исклучи',
'enable' => 'Овозможи',
],
'my' => [
'purchased' => 'Купено',
'installed' => 'Инсталирано',
],
'reviews' => [
'button' => [
'add' => 'Додај рецензија'
],
'na' => 'Нема рецензии.'
],
];