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