mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 06:36:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'title' => 'Red',
 | 
						|
    'add' => 'Añadir Asignación',
 | 
						|
    'limit' => 'Límite de asignaciones alcanzado',
 | 
						|
    'address' => 'Dirección',
 | 
						|
    'port' => 'Puerto',
 | 
						|
    'notes' => 'Notas',
 | 
						|
    'no_notes' => 'Sin notas',
 | 
						|
    'make_primary' => 'Convertir en prinicipal',
 | 
						|
    'primary' => 'Principal',
 | 
						|
    'make' => 'Crear',
 | 
						|
    'delete' => 'Eliminar',
 | 
						|
];
 |