aptalca
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
resources/lang/tr/auth.php
|
|
@ -1,5 +1,7 @@ |
|
|
|
<?php |
|
|
|
|
|
|
|
return [ |
|
|
|
|
|
|
|
/* |
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
| Authentication Language Lines |
|
|
@ -10,6 +12,8 @@ return [ |
|
|
|
| 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.', |
|
|
|
|
|
|
|
]; |
|
|
|