mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 16:36:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			473 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			473 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'model_label' => 'Agendamento',
 | 
						|
    'model_label_plural' => 'Agendamento',
 | 
						|
    'import' => [
 | 
						|
        'file' => 'Arquivo',
 | 
						|
        'url' => 'URL',
 | 
						|
        'schedule_help' => 'Este deve ser o arquivo JSON (schedule-daily-restart.json)',
 | 
						|
        'url_help' => 'URLs devem apontar diretamente para o arquivo JSON',
 | 
						|
        'add_url' => 'Nova URL',
 | 
						|
        'import_failed' => 'Falha ao Importar',
 | 
						|
        'import_success' => 'Sucesso ao Importar',
 | 
						|
    ],
 | 
						|
];
 |