From 88cf53c53d20ef433cdb187cd1fd3fc853e2b535 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Tue, 1 Sep 2020 21:01:37 +0100 Subject: [PATCH] New translations auth.php (Portuguese) --- resources/lang/pt/auth.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 resources/lang/pt/auth.php diff --git a/resources/lang/pt/auth.php b/resources/lang/pt/auth.php new file mode 100644 index 0000000..e5506df --- /dev/null +++ b/resources/lang/pt/auth.php @@ -0,0 +1,19 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +];