2017-09-14 22:21:00 +03:00

31 lines
1.1 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' => 'Current 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!'
],
'failed' => 'Bu kullanıcı bilgileri, bizim verilerimizle eşleşmiyor.',
'throttle' => 'Çok fazla oturum açma girişimi. Lütfen :seconds saniye içinde tekrar deneyin.',
];