mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 22:46:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			480 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			480 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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' => '一个整合包已被成功创建,现在可以用它来部署服务器了。',
 | |
|     ],
 | |
| ];
 | 
