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' => 'Reklamlar Nişanımı göstər',
|
||
],
|
||
'upload_avatar' => [
|
||
'name' => 'Avatar yüklə',
|
||
],
|
||
'show_tax_office' => [
|
||
'name' => 'Vergi Dairəsi Sahəsini göstərin',
|
||
],
|
||
'show_checkbox_terms_on_register' => [
|
||
'name' => 'Qeyd qutusundakı onay qutusunun şərtlərini göstərin',
|
||
'instructions' => 'Qeyd formasında "Qəbul müddəti", "qoruma qanunu", "məxfilik müddəti", "sms və e-poçtlar" göstər'
|
||
],
|
||
'register_protection_url' => [
|
||
'name' => 'Qoruma URL\'sini qeyd edin',
|
||
],
|
||
'register_privacy_url' => [
|
||
'name' => 'Məxfilik URL-ni qeydiyyatdan keçirin',
|
||
],
|
||
'show_education_profession' => [
|
||
'name' => 'Təhsil və Peşə Sahələrini göstərin',
|
||
'instructions' => 'Profili düzəltmə səhifəsində "Təhsil", "Təhsil Vəziyyəti" və "Peşə" ni göstərin'
|
||
],
|
||
'google_captcha_site_key' => [
|
||
'name' => 'Google Captcha Sayt Açarı',
|
||
],
|
||
'google_captcha_secret_key' => [
|
||
'name' => 'Google Captcha Gizli Açar',
|
||
],
|
||
'score_threshold' => [
|
||
'name' => 'Hesab ərəfəsi',
|
||
'instructions' => '0 ilə 1 arasındakı dəyər. Eşik nə qədər yüksək olsa, ReCaptcha istifadəçinin bot olub olmadığını müəyyənləşdirməyə çalışır.',
|
||
],
|
||
'education' => [
|
||
'name' => 'Təhsil'
|
||
],
|
||
'state_of_education' => [
|
||
'name' => 'Təhsil vəziyyəti'
|
||
],
|
||
'profession' => [
|
||
'name' => 'Peşə'
|
||
],
|
||
'hide_register_type_profile' => [
|
||
'name' => 'Profil səhifəsində qeyd növünü gizlədin',
|
||
'instructions' => 'Profil redaktə səhifəsində qeyd növü sahəsini gizlədir.',
|
||
],
|
||
'required_district' => [
|
||
'name' => 'Zəruri rayon',
|
||
'instructions' => 'Ünvan əlavə etmək rayon öhdəliyini əks etdirir.',
|
||
],
|
||
'show_extends_actions' => [
|
||
'name' => 'Şou Əməliyyatları Genişləndirir',
|
||
'instructions' => 'Profil reklam səhifəmdə mövcud olan Genişləndirmə seçimlərini təmsil edir.',
|
||
],
|
||
];
|