| 12345678910111213141516171819202122 |
- <?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
- | outcome such as failure due to an invalid password / reset token.
- |
- */
- 'reset' => 'A sua senha foi redefinida!',
- 'sent' => 'Nos enviamos um email com o link para redefinir a sua senha!',
- 'throttled' => 'Por favor aguarde antes de tentar novamente.',
- 'token' => 'Esse token de redefinição de senha é inválido.',
- 'user' => "Não conseguimos encontrar um usuário com esse endereço de email.",
- ];
|