openclassify/addons/default/visiosoft/profile-module/resources/lang/tr/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

41 lines
1.3 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 [
'show_my_ads' => [
'name' => 'İlanlarım Sekmesi Görünümü',
],
'upload_avatar' => [
'name' => 'Profil Fotoğrafı',
],
'show_tax_office' => [
'name' => 'Vergi Dairesi Alanını Göster',
],
'show_checkbox_terms_on_register' => [
'name' => 'Kayıtta Onay Kutusu Koşullarını Göster',
'instructions' => 'Kayıt formunda "Şartları kabul et", "koruma yasası", "gizlilik şartı", "sms ve e-postalar" ı gösterin'
],
'show_education_profession' => [
'name' => 'Eğitim ve Meslek Alanlarını Göster',
'instructions' => 'Profil düzenleme sayfasında "Eğitim", "Eğitim Durumu" ve "Meslek" bilgilerini gösterin'
],
'google_captcha_site_key' => [
'name' => 'Google Captcha Site Anahtarı',
],
'google_captcha_secret_key' => [
'name' => 'Google Captcha Gizli Anahtarı',
],
'score_threshold' => [
'name' => 'Puan Eşiği',
'instructions' => '0 ile 1 arasında bir değer. Eşik ne kadar yüksekse, ReCaptcha bir kullanıcının bot olup olmadığını belirlemeye çalışırken o kadar katı olur.',
],
'education' => [
'name' => 'Eğitim'
],
'state_of_education' => [
'name' => 'Eğitim Durumu'
],
'profession' => [
'name' => 'Meslek'
],
];