2017-09-21 09:55:58 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Password Reset 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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'reset' => 'Sua senha foi redefinida!',
|
|
|
|
'sent' => 'O link para redefinição de senha foi enviado para o seu e-mail!',
|
2021-07-16 00:17:27 +00:00
|
|
|
'throttled' => 'Por favor, aguarde antes de tentar novamente.',
|
2017-09-21 09:55:58 +03:00
|
|
|
'token' => 'Token para recuperação de senha inválido.',
|
|
|
|
'user' => "Não encontramos nenhum usuário com esse endereço de e-mail.",
|
|
|
|
|
|
|
|
];
|