mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations addon.php (Hebrew) * New translations field.php (Catalan) * New translations addon.php (Afrikaans) * New translations addon.php (Romanian) * New translations field.php (Romanian)
59 lines
2.1 KiB
PHP
59 lines
2.1 KiB
PHP
<?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'
|
||
],
|
||
'register_protection_url' => [
|
||
'name' => 'Koruma URL\'sini Kaydet',
|
||
],
|
||
'register_privacy_url' => [
|
||
'name' => 'Gizlilik URL\'sini Kaydet',
|
||
],
|
||
'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'
|
||
],
|
||
'hide_register_type_profile' => [
|
||
'name' => 'Profil Sayfasındaki Kayıt Türünü Gizle',
|
||
'instructions' => 'Profil düzenleme sayfasındaki kayıt türü alanını gizler.',
|
||
],
|
||
'required_district' => [
|
||
'name' => 'İlçe Zorunluluğu',
|
||
'instructions' => 'Adres kayıtta ilçe zorunluluğunu temsil eder.',
|
||
],
|
||
'show_extends_actions' => [
|
||
'name' => 'Süre Uzatma Seçeneklerini Göster',
|
||
'instructions' => 'Profilim İlanlar sayfasında bulunan Süre uzatma seçeneklerini temsil eder.',
|
||
],
|
||
];
|