updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -4,17 +4,20 @@ return [
'title' => 'API ключ',
'api_token' => 'Ключ',
'my_apps' => 'Мои приложения',
'top_paid' => 'Топ оплаченных',
'new' => 'Новый',
'top_free' => 'Топ бесплатных',
'free' => 'БЕСПЛАТНО',
'search' => 'Search',
'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' => 'Добавлено',
@ -31,18 +34,47 @@ return [
'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' => 'Установлено',
],
'button' => [
'uninstall' => 'Деинсталляция',
'disable' => 'Отключить',
'enable' => 'Включить',
],
'my' => [
'purchased' => 'Куплено',
'installed' => 'Установлено',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];