File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
return [
3
+
3
4
/*
4
5
|--------------------------------------------------------------------------
5
6
| Authentication Language Lines
10
11
| these language lines according to your application's requirements.
11
12
|
12
13
*/
13
- 'failed ' => 'These credentials do not match our records. ' ,
14
- 'throttle ' => 'Too many login attempts. Please try again in :seconds seconds. ' ,
14
+
15
+ 'failed ' => 'Estas credenciais não correspondem com nossos registros. ' ,
16
+ 'throttle ' => 'Você realizou muitas tentativas de login. Favor tentar novamente em :seconds segundos. ' ,
17
+
15
18
];
Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
'previous ' => '« Anterior ' ,
17
-
18
17
'next ' => 'Próxima » ' ,
19
18
20
19
];
Original file line number Diff line number Diff line change 13
13
|
14
14
*/
15
15
"password " => "A senha deverá conter pelo menos seis carateres e ser igual à confirmação. " ,
16
-
17
- "user " => "Não conseguimos encontrar nenhum usuário com o endereço de email indicado. " ,
18
-
19
- "token " => "Este código de recuperação da senha é inválido. " ,
20
-
21
- "sent " => "O lembrete da senha foi enviado! " ,
22
-
23
- "reset " => "A senha foi redefinida! " ,
16
+ "reset " => "Sua senha foi redefinida! " ,
17
+ "sent " => "Nós enviamos um link de recuperação de senha por e-mail. " ,
18
+ "token " => "Este código de recuperação de senha é inválido. " ,
19
+ "user " => "Não conseguimos encontrar nenhum usuário com o endereço de e-mail especificado. " ,
24
20
25
21
];
Original file line number Diff line number Diff line change 70
70
"string " => "O campo :attribute deverá conter :size caracteres. " ,
71
71
"array " => "O campo :attribute deve ter :size itens. " ,
72
72
],
73
- "string " => "The :attribute must be a string. " ,
73
+ "string " => "O campo :attribute deve ser uma string. " ,
74
74
"timezone " => "O campo :attribute deverá ter um fuso horário válido. " ,
75
- "unique " => "O valor indicado para o campo :attribute já se encontra registrado . " ,
75
+ "unique " => "O valor indicado para o campo :attribute já se encontra utilizado . " ,
76
76
"url " => "O formato do URL indicado para o campo :attribute é inválido. " ,
77
77
78
78
/*
You can’t perform that action at this time.
0 commit comments