From 910863bdea383c8f2a0cbef43680833f512cfc30 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Tue, 1 Sep 2020 23:13:13 +0100 Subject: [PATCH] New translations auth.php (Portuguese) --- resources/lang/pt/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt/auth.php b/resources/lang/pt/auth.php index e5506df..fffd887 100644 --- a/resources/lang/pt/auth.php +++ b/resources/lang/pt/auth.php @@ -13,7 +13,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Estas credenciais não coincidem com os nossos registos.', + 'throttle' => 'Demasiadas tentativas de acesso. Tente novamente em :seconds segundos.', ];