mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
71998918c1
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
24 lines
886 B
PHP
24 lines
886 B
PHP
<?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' => 'Enviamos seu link de redefinição de senha por e-mail!',
|
|
'password' => 'A senha e a confirmação devem combinar e possuir pelo menos seis caracteres.',
|
|
'throttled' => 'Aguarde antes de tentar novamente.',
|
|
'token' => 'Este token de redefinição de senha é inválido.',
|
|
'user' => 'Não encontramos um usuário com esse endereço de e-mail.',
|
|
|
|
];
|