Browse Source

Create auth.php inTurkish

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

15
resources/lang/tr/auth.php

@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Kimlik bilgileri doğru değil.',
'throttle' => 'Çok fazla girişim. :seconds saniye sonra tekrar deneyin.',
];
Loading…
Cancel
Save