Browse Source

formatting

pull/20/head
aptalca 7 years ago
committed by GitHub
parent
commit
9c5cf150e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      resources/lang/tr/auth.php

4
resources/lang/tr/auth.php

@ -1,5 +1,7 @@
<?php <?php
return [ return [
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Authentication Language Lines | Authentication Language Lines
@ -10,6 +12,8 @@ return [
| these language lines according to your application's requirements. | these language lines according to your application's requirements.
| |
*/ */
'failed' => 'Kimlik bilgileri doğru değil.', 'failed' => 'Kimlik bilgileri doğru değil.',
'throttle' => 'Çok fazla girişim. :seconds saniye sonra tekrar deneyin.', 'throttle' => 'Çok fazla girişim. :seconds saniye sonra tekrar deneyin.',
]; ];

Loading…
Cancel
Save