New translations passwords.php (Portuguese)

This commit is contained in:
Miguel Nogueira 2020-09-01 23:13:17 +01:00
parent 86bf02bb42
commit 348b1a37d0
1 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ return [
|
*/
'reset' => 'Your password has been reset!',
'sent' => 'We have emailed your password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that email address.",
'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.',
'user' => "Não foi possível encontrar um utilizador com este e-mail.",
];