New translations setup.php (Russian)

This commit is contained in:
James Brooks
2017-05-06 10:06:40 +01:00
parent f95f68eda6
commit 351d7b699c

View File

@@ -0,0 +1,23 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'setup' => 'Установка',
'title' => 'Установка Cachet',
'service_details' => 'Параметры сервиса',
'env_setup' => 'Настройка окружения',
'status_page_setup' => 'Настройки статусной страницы',
'show_support' => 'Показывать, что статусная страница создана на Cachet?',
'admin_account' => 'Учетная запись администратора',
'complete_setup' => 'Завершить установку',
'completed' => 'Вы успешно настроили Cachet!',
'finish_setup' => 'Перейти в панель управления',
];