From e0e3d79ee52e72a09d313f81187ac5d0241e57cf Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 5 Oct 2017 10:20:16 +0200 Subject: [PATCH] New translations auth.php (Indonesian) --- resources/lang/id_ID/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/id_ID/auth.php b/resources/lang/id_ID/auth.php index 2bc0df9611..60b117dad9 100644 --- a/resources/lang/id_ID/auth.php +++ b/resources/lang/id_ID/auth.php @@ -24,7 +24,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Kredensial ini tidak sesuai dengan catatan kami.', + 'throttle' => 'Terlalu banyak upaya login. Silakan coba lagi dalam :seconds detik.', ];