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
18
resources/lang/pt/passwords.php
Normal file
18
resources/lang/pt/passwords.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
'password' => 'Senhas precisam ter ao menos 6 caracteres e combinar com a confirmação.',
|
||||
'reset' => 'Sua senha foi resetada!',
|
||||
'sent' => 'Nós te enviamos um email com o link para resetar sua senha!',
|
||||
'token' => 'O token para resetar esta senha é inválido.',
|
||||
'user' => "Nós não pudemos achar um usuário com este endereço de email.",
|
||||
];
|
Reference in a new issue