2019-12-25 14:32:47 +03:00

41 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 [
'profile' => 'Profil',
'logout' => ıkış',
'login' => 'Giriş',
'login_to' => 'Oturum açmak için giriş yapınız',
'remember_me' => 'Beni Hatırla',
'forgot_password' => 'Şifremi unuttum',
'reset_password' => 'Şifremi Sıfırla',
'enter_email' => 'Email Adresinizi Giriniz',
'current_email' => 'Geçerli Email',
'reset' => 'Sıfırla',
'never' => 'hiçbir zaman',
'password' => [
'current' => 'Şifre',
'current_confirm' => 'Şifre Onayı',
'new' => 'Yeni Şifre',
'new_confirm' => 'Yeni Şifre Onayı',
],
'error' => [
'self_delete' => 'Hata: Kendinizi silemezsiniz!',
'self_disable' => 'Hata: Kendinizi devre dışı bırakamazsınız!',
'no_company' => 'Hata: Hesabınıza atanmış herhangi bir şirket yok. Lütfen, sistem yöneticisi ile iletişime geçin.',
],
'failed' => 'Bu kullanıcı bilgileri, bizim verilerimizle eşleşmiyor.',
'disabled' => 'Bu hesap devre dışı bırakılmıştır. Lütfen, sistem yöneticisi ile iletişime geçin.',
'throttle' => 'Çok fazla oturum açma girişimi. Lütfen :seconds saniye içinde tekrar deneyin.',
'notification' => [
'message_1' => 'Şifre sıfırlama talebiniz doğrultusunda bu e-postayı alıyorsunuz.',
'message_2' => 'Şifre sıfırlama talebinde bulunmadısyanız herhangi bir şey yapmayın.',
'button' => 'Şifre Sıfırlama',
],
];