openclassify/addons/default/visiosoft/base-theme/resources/lang/tr/field.php
2020-02-07 13:11:44 +03:00

33 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 [
'latest_ads' => 'Son Eklenenler',
'show_all' => 'Tümünü Göster',
'login' => [
'name' => 'Oturum aç',
],
'logout' => [
'name' => ıkış Yap',
],
'profile' => 'Profil',
'email' => 'Email Adresiniz',
'reset_code' => 'Sıfırlama Kodu',
'password_confirmation' => 'Şifrenizi Onaylayın',
'password' => 'Şifreniz',
'first_name' => 'Adınız',
'last_name' => 'Soyadınız',
'remember_me' => 'Beni Hatırla',
'not_a_member_yet' => 'Henüz Üye Değil Misiniz',
'not_a_member_yet_message' => 'Üyelerimize özel hizmetlerimizden faydalanabilmek için üye olun',
'forgot_password' => 'Şifremi Unuttum',
'email_or_phone_number' => 'E-Posta Adresiniz veya Telefon Numaranız',
'phone_number' => 'Telefon Numarası',
// Registration instructions
'personal_registration_header' => 'What Are Individual Membership Advantages?',
'personal_registration_body' => 'Sell and rent your home, car, sell your unused items, get new ones.',
'personal_registration_list_1' => 'Post a free ad,',
'personal_registration_list_2' => 'Add the ads you are interested in, follow the price changes after adding them to your favorites, create favorite searches that meet your criteria,',
'personal_registration_list_3' => 'Send messages to the ad owners on the site.',
'register_information_note' => 'The information on this page is taken for ' . env('APPLICATION_DOMAIN') . ' membership. You can find detailed information about the protection of personal data here.',
];