mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
33 lines
1.5 KiB
PHP
33 lines
1.5 KiB
PHP
<?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.',
|
||
]; |