misc_pterodactyl-panel/resources/lang/ru/admin/user.php

19 lines
736 B
PHP
Raw Normal View History

2019-02-02 22:07:58 +00:00
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
*
* This software is licensed under the terms of the MIT license.
* https://opensource.org/licenses/MIT
*/
return [
'exceptions' => [
'user_has_servers' => 'Невозможно удалить пользователя с активными серверами, подключенными к его учетной записи. Пожалуйста, удалите их серверы, прежде чем продолжить.',
],
'notices' => [
'account_created' => 'Аккаунт успешно создан.',
'account_updated' => 'Аккаунт успешно обновлен.',
],
];