snipe-it/resources/lang/tr/auth/message.php
2017-08-25 07:32:57 -07:00

38 lines
1.5 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 giriş denemesi. Lütfen :minutes dakika içinde tekrar deneyin.',
'signin' => array(
'error' => 'Bir problem ile karşılaştık, lütfen tekrar deneyin.',
'success' => 'Başarıyla giriş 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' => 'Şifre kurtarma emaili başarı ile gönderildi.',
),
'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ı.',
),
'activate' => array(
'error' => 'Hesabınızı aktif ederken bir hata oluştu, lütfen tekrar deneyiniz.',
'success' => 'Hesabınız başarı ile aktif edilmiştir.',
),
);