From 6d1d723df26ec31e3f0fe229ec05d08ad54bbf27 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 17:16:20 -0500 Subject: [PATCH] Create auth.php inTurkish --- resources/lang/tr/auth.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/tr/auth.php diff --git a/resources/lang/tr/auth.php b/resources/lang/tr/auth.php new file mode 100644 index 00000000..14bff8af --- /dev/null +++ b/resources/lang/tr/auth.php @@ -0,0 +1,15 @@ + 'Kimlik bilgileri doğru değil.', + 'throttle' => 'Çok fazla girişim. :seconds saniye sonra tekrar deneyin.', +];