snipe_it/resources/lang/tr-TR/auth/message.php
snipe ffbab554be Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2025-04-15 19:30:19 +01:00

45 lines
1.8 KiB
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 array(
'account_already_exists' => 'Bu email adresi ile tanımlanmış bir hesap var.',
'account_not_found' => 'Kullanıcı adı veya şifresi yanlış.',
'account_not_activated' => 'Hesabınız aktif edilmemiş.',
'account_suspended' => 'Hesabınız durdurulmuş.',
'two_factor' => array(
'already_enrolled' => 'Cihazınız zaten kayıtlı.',
'success' => 'Başarıyla giriş yaptınız.',
'code_required' => 'İki faktörlü kod gereklidir.',
'invalid_code' => 'İki faktörlü kod geçersiz.',
'enter_two_factor_code' => 'Please enter your two-factor authentication code.',
'please_enroll' => 'Please enroll a device in two-factor authentication.',
),
'signin' => array(
'error' => 'Bir problem ile karşılaştık, lütfen tekrar deneyin.',
'success' => 'Başarıyla giriş yaptınız.',
),
'logout' => array(
'error' => 'Oturumunuzu kapatmaya çalışırken bir sorun oluştu, lütfen tekrar deneyin.',
'success' => 'Başarıyla çıkış yaptınız.',
),
'signup' => array(
'error' => 'Hesabınızı oluştururken bir hata oluştu, lütfen tekrar deneyiniz.',
'success' => 'Hesap başarılı bir şekilde oluşturuldu.',
),
'forgot-password' => array(
'error' => 'Şifre resetleme kodu oluştururken bir hata oluştu, lütfen tekrar deneyiniz.',
'success' => 'Bu e-posta adresi sistemimizde mevcutsa, bir şifre kurtarma e-postası gönderilmiştir.',
),
'forgot-password-confirm' => array(
'error' => 'Şifrenizi sıfırlarken bir hata oluştu, lütfen tekrar deneyiniz.',
'success' => 'Şifreniz başarı ile sıfırlandı.',
),
);