Add Simplified Chinese translation for the panel (#1263)
* Add Simplified Chinese translation for the panel * Update passwords.php * The pterodactyl theme incomplete translation.Part 1. * Deleteing pterodactyl theme translation.
This commit is contained in:
parent
962416445e
commit
a8373ec726
15 changed files with 987 additions and 0 deletions
18
resources/lang/cn/admin/user.php
Normal file
18
resources/lang/cn/admin/user.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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' => '成功更新用户',
|
||||
],
|
||||
];
|
Reference in a new issue