mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations message.php (French) * New translations button.php (French) * New translations button.php (Romanian)
47 lines
1.5 KiB
PHP
47 lines
1.5 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şə'
|
||
],
|
||
];
|