openclassify/addons/default/visiosoft/profile-module/resources/lang/he/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.5 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' => 'הצג את הכרטיסייה מודעות שלי',
],
'upload_avatar' => [
'name' => 'העלאת אווטאר',
],
'show_tax_office' => [
'name' => 'הצג שדה משרד מס',
],
'show_checkbox_terms_on_register' => [
'name' => 'הצג תנאי תיבת סימון בהרשמה',
'instructions' => 'הראה את "קבל מונח", "חוק הגנה", "מונח פרטיות", "הודעות SMS ודואר אלקטרוני" בטופס ההרשמה'
],
'show_education_profession' => [
'name' => 'הראה תחומי חינוך ומקצוע',
'instructions' => 'הראה את "חינוך", "מצב חינוך" ו"מקצוע "בדף העריכה של הפרופיל'
],
'google_captcha_site_key' => [
'name' => 'מפתח אתר Google Captcha',
],
'google_captcha_secret_key' => [
'name' => 'מפתח סודי של קפטצ\'ה של גוגל',
],
'score_threshold' => [
'name' => 'סף ציון',
'instructions' => 'ערך בין 0 ל -1. ככל שהסף גבוה יותר כך ReCaptcha מחמיר יותר בניסיון לקבוע אם משתמש הוא בוט או לא.',
],
'education' => [
'name' => 'חינוך'
],
'state_of_education' => [
'name' => 'מצב החינוך'
],
'profession' => [
'name' => 'מִקצוֹעַ'
],
];