X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/05ef23d34e6346a1e4c05bc38eb7e5777180c514..refs/pull/3246/head:/resources/lang/tr/auth.php diff --git a/resources/lang/tr/auth.php b/resources/lang/tr/auth.php index 8d863fdea..8a5d25a2a 100644 --- a/resources/lang/tr/auth.php +++ b/resources/lang/tr/auth.php @@ -21,7 +21,7 @@ return [ 'email' => 'E-posta', 'password' => 'Şifre', 'password_confirm' => 'Şifreyi Onaylayın', - 'password_hint' => 'En az 8 karakter olmalı', + 'password_hint' => 'Must be at least 8 characters', 'forgot_password' => 'Şifrenizi mi unuttunuz?', 'remember_me' => 'Beni Hatırla', 'ldap_email_hint' => 'Bu hesap için kullanmak istediğiniz e-posta adresini giriniz.', @@ -76,12 +76,12 @@ return [ // Multi-factor Authentication 'mfa_setup' => 'Setup Multi-Factor Authentication', 'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', - 'mfa_setup_configured' => 'Already configured', - 'mfa_setup_reconfigure' => 'Reconfigure', - 'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?', + 'mfa_setup_configured' => 'Zaten yapılandırıldı', + 'mfa_setup_reconfigure' => 'Yeniden yapılandır', + 'mfa_setup_remove_confirmation' => '2 adımlı doğrulamayı kaldırmak istediğinize emin misiniz?', 'mfa_setup_action' => 'Setup', 'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.', - 'mfa_option_totp_title' => 'Mobile App', + 'mfa_option_totp_title' => 'Mobil Uygulama', 'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Backup Codes', 'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.', @@ -106,5 +106,5 @@ return [ 'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:', 'mfa_verify_backup_code_enter_here' => 'Enter backup code here', 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:', - 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.', + 'mfa_setup_login_notification' => '2 adımlı doğrulama ayarlandı, Lütfen 2 adımlı doğrulama kullanarak yeniden giriş yapınız.', ];