openclassify/addons/default/visiosoft/advs-module/resources/lang/he/button.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

49 lines
1.9 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 [
'new_adv' => 'עו"ד חדש',
'new_classified' => 'מסווג חדש',
'new_category' => 'קטגוריה חדשה',
'new_country' => 'מדינה חדשה',
'new_city' => 'עיר חדשה',
'new_district' => 'מחוז חדש',
'new_neighborhood' => 'שכונה חדשה',
'new_village' => 'הכפר החדש',
'edit' => "ערוך",
'approve' => "אשר",
'decline' => 'דחה',
'extend' => 'הרחיבו',
'extend_all' => 'הרחב את הכל',
'convert_currency' => 'המרת מטבע',
'categories' => 'קטגוריות',
'sub_category' => 'תת קטגוריות',
'add_sub_category' => 'הוסף קטגוריית משנה',
'sub_cities' => 'ערי משנה',
'add_sub_cities' => 'הוסף תת עיר',
'add_sub_districts' => 'הוסף מחוז מחוז',
'add_sub_neighborhoods' => 'הוסף שכונת משנה',
'add_sub_village' => 'הוסף כפר משנה',
'sub_districts' => 'מחוזות משנה',
'sub_neighborhoods' => 'שכונות משנה',
'sub_village' => 'סוב כפר',
'general_settings' => 'הגדרות כלליות',
'save_category' => 'שמור קטגוריה',
'change_owner' => 'לשנות בעלים',
'update_category' => [
'name' => 'עדכן קטגוריה'
],
'new_option' => 'אפשרות חדשה',
'export' => 'יְצוּא',
'new_productoption' => 'מוצר חדש',
'new_productoptions_value' => 'ערך אפשרות מוצר חדש',
'new_options_configuration' => 'תצורת אפשרות חדשה',
'new_option_configuration' => 'תצורת אפשרות חדשה',
'create_configurations' => 'צור תצורות',
'replicate' => 'העתק',
'fast_create' => 'ליצור מהיר',
'publish' => 'לְפַרְסֵם',
'import' => 'יְבוּא',
'new_status' => 'סטטוס חדש',
'fast_edit' => 'עריכה מהירה',
];