mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 18:16:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			491 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			491 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'model_label' => 'Horario',
 | |
|     'model_label_plural' => 'Horario',
 | |
|     'import' => [
 | |
|         'file' => 'Archivo',
 | |
|         'url' => 'URL',
 | |
|         'schedule_help' => 'Este debería ser el archivo .json sin procesar (schedule-daily-restart.json)',
 | |
|         'url_help' => 'Las URLs deben apuntar directamente al archivo .json',
 | |
|         'add_url' => 'Nueva URL',
 | |
|         'import_failed' => 'Importación fallida',
 | |
|         'import_success' => 'Importación exitosa',
 | |
|     ],
 | |
| ];
 | 
