2016-03-25 01:18:05 -07:00
|
|
|
|
<?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ş.',
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
|
|
|
|
|
|
|
|
|
'two_factor' => array(
|
|
|
|
|
'already_enrolled' => 'Your device is already enrolled.',
|
|
|
|
|
'success' => 'You have successfully logged in.',
|
|
|
|
|
'code_required' => 'Two-factor code is required.',
|
|
|
|
|
'invalid_code' => 'Two-factor code is invalid.',
|
|
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
|
|
'signin' => array(
|
|
|
|
|
'error' => 'Bir problem ile karşılaştık, lütfen tekrar deneyin.',
|
|
|
|
|
'success' => 'Başarıyla giriş yaptınız.',
|
|
|
|
|
),
|
|
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'logout' => array(
|
|
|
|
|
'error' => 'There was a problem while trying to log you out, please try again.',
|
|
|
|
|
'success' => 'You have successfully logged out.',
|
|
|
|
|
),
|
|
|
|
|
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'signup' => array(
|
2017-01-10 17:53:06 -08:00
|
|
|
|
'error' => 'Hesabınızı oluştururken bir hata oluştu, lütfen tekrar deneyiniz.',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'success' => 'Hesap başarılı bir şekilde oluşturuldu.',
|
|
|
|
|
),
|
|
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'forgot-password' => array(
|
|
|
|
|
'error' => 'Şifre resetleme kodu oluştururken bir hata oluştu, lütfen tekrar deneyiniz.',
|
|
|
|
|
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
|
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'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ı.',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
),
|
|
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
|
|
2016-03-25 01:18:05 -07:00
|
|
|
|
);
|