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' => 'Rede',
 | 
						|
    'add' => 'Adicionar Alocação',
 | 
						|
    'limit' => 'Limite de alocação atingido',
 | 
						|
    'address' => 'Endereço',
 | 
						|
    'port' => 'Porta',
 | 
						|
    'notes' => 'Anotações',
 | 
						|
    'no_notes' => 'Sem anotações',
 | 
						|
    'make_primary' => 'Tornar Primário',
 | 
						|
    'primary' => 'Primário',
 | 
						|
    'make' => 'Fazer',
 | 
						|
    'delete' => 'Excluir',
 | 
						|
];
 |