2018-10-15 14:40:34 +02:00
|
|
|
<?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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2020-09-06 11:38:10 +02:00
|
|
|
'password' => 'Senhas deve conter pelo menos seis caracteres e combinar com a confirmação.',
|
|
|
|
'user' => 'Usuário não encontrado.',
|
|
|
|
'token' => 'Token inválido.',
|
|
|
|
'sent' => 'Link para reset da senha enviado por email!',
|
|
|
|
'reset' => 'Senha resetada!',
|
2018-10-15 14:40:34 +02:00
|
|
|
|
|
|
|
];
|