2020-09-01 20:01:42 +00: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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2020-09-01 22:13:17 +00:00
|
|
|
'reset' => 'Sua palavra-passe foi redefinida!',
|
|
|
|
'sent' => 'Enviamos um e-mail com um link para redefinir a sua password!',
|
|
|
|
'throttled' => 'Por favor, aguarde antes de tentar novamente.',
|
|
|
|
'token' => 'Token para recuperação de senha inválido.',
|
2020-10-21 00:29:50 +00:00
|
|
|
'user' => "Não foi possível encontrar um utilizador com este e-mail.",
|
2020-09-01 20:01:42 +00:00
|
|
|
|
|
|
|
];
|