mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 16:36:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			1008 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1008 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'title' => 'Chaves API do Aplicativo',
 | 
						|
    'empty' => 'Nenhuma chave API',
 | 
						|
    'whitelist' => 'Endereços IPv4 com Permissão',
 | 
						|
    'whitelist_help' => 'As chaves API podem ser restritas a funcionarem apenas a partir de endereços IPv4 específicos. Insira cada endereço em uma nova linha.',
 | 
						|
    'whitelist_placeholder' => 'Exemplo: 127.0.0.1 ou 192.168.1.1',
 | 
						|
    'description' => 'Descrição',
 | 
						|
    'description_help' => 'Uma breve descrição para o que esta chave serve.',
 | 
						|
    'nav_title' => 'Chaves API',
 | 
						|
    'model_label' => 'Chave API do Aplicativo',
 | 
						|
    'model_label_plural' => 'Chaves API do Aplicativo',
 | 
						|
    'table' => [
 | 
						|
        'key' => 'Chave',
 | 
						|
        'description' => 'Descrição',
 | 
						|
        'last_used' => 'Último Uso',
 | 
						|
        'created' => 'Criado em',
 | 
						|
        'created_by' => 'Criado por',
 | 
						|
        'never_used' => 'Nunca usada',
 | 
						|
    ],
 | 
						|
    'permissions' => [
 | 
						|
        'none' => 'Nenhum',
 | 
						|
        'read' => 'Leitura',
 | 
						|
        'read_write' => 'Leitura & Escrita',
 | 
						|
    ],
 | 
						|
];
 |