snipe-it/resources/lang/tr/auth/message.php
snipe 1854d7d668 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2021-12-13 11:28:01 -08:00

46 lines
1.8 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 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ş.',
'account_banned' => 'Hesabınız engellenmiş.',
'throttle' => 'Çok fazla başarısız oturum açma girişimi. Lütfen :dakika dakika sonra tekrar deneyin.',
'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.',
),
'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ı.',
),
);