Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a548bc

Browse files
committed
Merge pull request Laravel-Lang#396 from lcdss/master
Update pt-BR lang
2 parents d5c3d9a + a72cc4e commit 2a548bc

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

pt-BR/auth.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
return [
3+
34
/*
45
|--------------------------------------------------------------------------
56
| Authentication Language Lines
@@ -10,6 +11,8 @@
1011
| these language lines according to your application's requirements.
1112
|
1213
*/
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+
1518
];

pt-BR/pagination.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*/
1515

1616
'previous' => '&laquo; Anterior',
17-
1817
'next' => 'Próxima &raquo;',
1918

2019
];

pt-BR/passwords.php

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
|
1414
*/
1515
"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.",
2420

2521
];

pt-BR/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"string" => "O campo :attribute deverá conter :size caracteres.",
7171
"array" => "O campo :attribute deve ter :size itens.",
7272
],
73-
"string" => "The :attribute must be a string.",
73+
"string" => "O campo :attribute deve ser uma string.",
7474
"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.",
7676
"url" => "O formato do URL indicado para o campo :attribute é inválido.",
7777

7878
/*

0 commit comments

Comments
 (0)