freescout-support/resources/lang/tr/auth.php
2024-02-20 03:12:36 -08:00

19 lines
666 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Kimlik Doğrulama Dil Satırları
|--------------------------------------------------------------------------
|
| Kimlik doğrulama sırasında kullanıcıya görüntülememiz gereken çeşitli
| mesajlar için aşağıdaki dil satırları kullanılır. Bu dil satırlarını
| uygulamanızın gereksinimlerine göre, kolayca, değiştirebilirsiniz.
|
*/
'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.',
'throttle' => 'Çok fazla giriş denemesi. :seconds saniye sonra lütfen tekrar deneyin.',
];