mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 15:26:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			457 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			457 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'model_label' => 'Schedule',
 | 
						|
    'model_label_plural' => 'Schedule',
 | 
						|
    'import' => [
 | 
						|
        'file' => 'File',
 | 
						|
        'url' => 'URL',
 | 
						|
        'schedule_help' => 'This should be the raw .json file ( schedule-daily-restart.json )',
 | 
						|
        'url_help' => 'URLs must point directly to the raw .json file',
 | 
						|
        'add_url' => 'New URL',
 | 
						|
        'import_failed' => 'Import Failed',
 | 
						|
        'import_success' => 'Import Success',
 | 
						|
    ],
 | 
						|
];
 |