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!', 'reset' => 'Sua palavra-passe foi redefinida!',
'sent' => 'We have emailed your password reset link!', 'sent' => 'Enviamos um e-mail com um link para redefinir a sua password!',
'throttled' => 'Please wait before retrying.', 'throttled' => 'Por favor, aguarde antes de tentar novamente.',
'token' => 'This password reset token is invalid.', 'token' => 'Token para recuperação de senha inválido.',
'user' => "We can't find a user with that email address.", 'user' => "Não foi possível encontrar um utilizador com este e-mail.",
]; ];