mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
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:
committed by
Dane Everitt
parent
962416445e
commit
a8373ec726
16
resources/lang/cn/admin/pack.php
Normal file
16
resources/lang/cn/admin/pack.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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 [
|
||||
'notices' => [
|
||||
'pack_updated' => '整合包已经被更新。',
|
||||
'pack_deleted' => '成功删除整合包: ":name" 。',
|
||||
'pack_created' => '一个整合包已被成功创建,现在可以用它来部署服务器了。',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user