From 348b1a37d0054bf93b00a3df49519320157808e2 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Tue, 1 Sep 2020 23:13:17 +0100 Subject: [PATCH] New translations passwords.php (Portuguese) --- resources/lang/pt/passwords.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/pt/passwords.php b/resources/lang/pt/passwords.php index 2345a56..178ca4f 100644 --- a/resources/lang/pt/passwords.php +++ b/resources/lang/pt/passwords.php @@ -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.", ];