From 995fd0cfb94d2ce33fb937a04c1bcb239f374433 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 3 Oct 2017 12:30:31 +0200 Subject: [PATCH] New translations auth.php (Indonesian) --- resources/lang/id_ID/auth.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 resources/lang/id_ID/auth.php diff --git a/resources/lang/id_ID/auth.php b/resources/lang/id_ID/auth.php new file mode 100644 index 0000000000..2bc0df9611 --- /dev/null +++ b/resources/lang/id_ID/auth.php @@ -0,0 +1,30 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +];