Initial translation to pt_BR
Translated to brazilian portuguese
This commit is contained in:
parent
b7666bdb05
commit
e831c75f4c
7 changed files with 278 additions and 0 deletions
22
resources/lang/pt/auth.php
Normal file
22
resources/lang/pt/auth.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?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' => 'Estas credenciais não estão de acordo com os nossos registros.',
|
||||
'throttle' => 'Muitas tentativas de login. Por favor tente novamente em :seconds segundos.',
|
||||
'errorencountered' => 'Ocorreu um erro durante a tentativa de processar esse pedido.',
|
||||
'resetpassword' => 'Trocar senha',
|
||||
'confirmpassword' => 'Confirmar senha',
|
||||
'sendlink' => 'Enviar link de troca de senha',
|
||||
'emailsent' => 'O seu email para trocar de senha está a caminho.',
|
||||
'remeberme' => 'Lembre-me',
|
||||
'totp_failed' => 'O token TOTP dado é inválido. Por favor tenha certeza que o token gerado pelo seu dispositivo era correto.'
|
||||
];
|
Reference in a new issue