snipe-it/resources/lang/tr/auth/message.php

46 lines
1.7 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' => '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.',
),
'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' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'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' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'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ı.',
),
);