Files
Paymenter-Version-Tracks/lang/tr/auth.php
Muhammad Tamir b3933b9960 v1.4.0
2025-11-14 10:59:24 +07:00

56 lines
1.9 KiB
PHP
Raw 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 [
/*
|--------------------------------------------------------------------------
| 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' => 'Girilen bilgiler kayıtlarımızla eşleşmiyor.',
'password' => 'Şifre yanlış.',
'throttle' => 'Çok fazla giriş denemesi yaptınız. Lütfen :seconds saniye sonra yeniden deneyin.',
'sign_in' => 'Giriş yap',
'sign_in_title' => 'Hesabınıza giriş yapın',
'or_sign_in_with' => 'Ya da şununla giriş yap',
'forgot_password' => 'Şifrenizi mi unuttunuz?',
'dont_have_account' => 'Hesabınız yok mu?',
'already_have_account' => 'Zaten hesabınız var mı?',
'sign_up' => 'Kayıt ol',
'sign_up_title' => 'Hesap oluştur',
'logout' => ıkış yap',
'input' => [
'email' => 'E-posta',
'email_label' => 'E-Posta Adresi',
'password' => 'Şifre',
],
'oauth' => [
'unverified_discord_account' => 'Discord hesabınız doğrulanmamış.',
'account_not_registered' => 'Bu siteye kayıtlı değilsiniz.',
],
'reset_password' => 'Şifreyi sıfırla',
'verify_2fa' => 'Doğrula (2FA)',
'verify' => 'Doğrula',
'verification' => [
'notice' => 'E-posta adresinizi doğrulayın',
'sent' => 'E-posta adresinize yeni bir doğrulama bağlantısı gönderildi.',
'check_your_email' => 'Devam etmeden önce lütfen doğrulama bağlantısı için e-posta kutunuzu kontrol edin.',
'not_received' => 'Doğrulama e-postasını almadıysanız yeniden gönderilmesini talep edebilirsiniz.',
'request_another' => 'Doğrulama e-postasını yeniden gönder',
],
];