openclassify/addons/default/visiosoft/profile-module/resources/lang/he/setting.php
Fatih Alp ef3de70c3f
New Crowdin updates (#1077)
* 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)
2021-06-02 17:12:01 +03:00

59 lines
2.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' => 'הצג את הכרטיסייה מודעות שלי',
],
'upload_avatar' => [
'name' => 'העלאת אווטאר',
],
'show_tax_office' => [
'name' => 'הצג שדה משרד מס',
],
'show_checkbox_terms_on_register' => [
'name' => 'הצג תנאי תיבת סימון בהרשמה',
'instructions' => 'הראה את "קבל מונח", "חוק הגנה", "מונח פרטיות", "הודעות SMS ודואר אלקטרוני" בטופס ההרשמה'
],
'register_protection_url' => [
'name' => 'רשום כתובת URL להגנה',
],
'register_privacy_url' => [
'name' => 'רשום כתובת אתר פרטיות',
],
'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' => 'מִקצוֹעַ'
],
'hide_register_type_profile' => [
'name' => 'הסתר את סוג הרישום בדף הפרופיל',
'instructions' => 'מסתיר את שדה סוג הרישום בדף עריכת הפרופיל.',
],
'required_district' => [
'name' => 'מחוז חובה',
'instructions' => 'הוספת כתובת מייצגת את החובה המחוזית.',
],
'show_extends_actions' => [
'name' => 'הצג מאריך פעולות',
'instructions' => 'מייצג את אפשרויות הרחבות הזמינות בדף מודעות הפרופיל שלי.',
],
];