Rename cn to zh for language

This commit is contained in:
Dane Everitt 2018-09-03 15:14:19 -07:00
parent 4d62e4c7b9
commit 368b9892e1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
16 changed files with 1 additions and 0 deletions

View 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' => '一个整合包已被成功创建,现在可以用它来部署服务器了。',
],
];