2018-08-07 00:15:03 +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' => [
|
2019-02-02 15:47:11 +00:00
|
|
|
'user_has_servers' => '无法删除已绑定活跃服务器的账户。请删除服务器后继续。',
|
2018-08-07 00:15:03 +00:00
|
|
|
],
|
|
|
|
'notices' => [
|
2019-02-02 15:47:11 +00:00
|
|
|
'account_created' => '已成功创建用户。',
|
|
|
|
'account_updated' => '已成功更新用户。',
|
2018-08-07 00:15:03 +00:00
|
|
|
],
|
|
|
|
];
|