mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
24 lines
985 B
PHP
24 lines
985 B
PHP
<?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' => 'Перейти в панель управления',
|
|
];
|