mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 04:06:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			440 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			440 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'model_label' => '计划',
 | |
|     'model_label_plural' => '计划',
 | |
|     'import' => [
 | |
|         'file' => '文件',
 | |
|         'url' => 'URL',
 | |
|         'schedule_help' => '这应该是原始.json 文件(schedule-daily-restart.json )',
 | |
|         'url_help' => 'URL必须直接指向原始.json 文件',
 | |
|         'add_url' => '新 URL',
 | |
|         'import_failed' => '导入失败',
 | |
|         'import_success' => '导入成功',
 | |
|     ],
 | |
| ];
 | 
