mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 06:36:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     /*
 | |
|     |--------------------------------------------------------------------------
 | |
|     | Authentication Language Lines
 | |
|     |--------------------------------------------------------------------------
 | |
|     |
 | |
|     | The following language lines are used during authentication for various
 | |
|     | messages that we need to display to the user. You are free to modify
 | |
|     | these language lines according to your application's requirements.
 | |
|     |
 | |
|     */
 | |
| 
 | |
|     'failed' => 'Essas credenciais não correspondem aos nossos registros.',
 | |
|     'failed-two-factor' => 'Código de autenticação incorreto!',
 | |
|     'two-factor-code' => 'Código de Dois Fatores',
 | |
|     'two-factor-hint' => 'Você pode usar códigos de backup se você perder o acesso ao seu dispositivo.',
 | |
|     'password' => 'A senha inserida está incorreta.',
 | |
|     'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.',
 | |
|     '2fa_must_be_enabled' => 'O administrador exigiu que a Autenticação de 2 Fatores esteja habilitada para a sua conta para poder usar o Painel.',
 | |
| 
 | |
| ];
 | 
