Cachet/resources/lang/ru/setup.php

24 lines
985 B
PHP
Raw Normal View History

2015-06-22 17:56:41 +03:00
<?php
/*
* This file is part of Cachet.
*
2015-07-06 17:37:01 +01:00
* (c) Alt Three Services Limited
2015-06-22 17:56:41 +03:00
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'setup' => 'Установка',
'title' => 'Установка Cachet',
2016-03-20 16:26:21 +00:00
'service_details' => 'Параметры сервиса',
2015-06-22 17:56:41 +03:00
'env_setup' => 'Настройка окружения',
2015-06-22 23:29:27 +03:00
'status_page_setup' => 'Настройки статусной страницы',
2015-06-22 17:56:41 +03:00
'show_support' => 'Показывать, что статусная страница создана на Cachet?',
'admin_account' => 'Учетная запись администратора',
'complete_setup' => 'Завершить установку',
2016-03-20 16:26:21 +00:00
'completed' => 'Вы успешно настроили Cachet!',
2015-06-22 17:56:41 +03:00
'finish_setup' => 'Перейти в панель управления',
];