diff --git a/addons/default/visiosoft/location-module/resources/lang/he/section.php b/addons/default/visiosoft/location-module/resources/lang/he/section.php new file mode 100644 index 000000000..41f5618b0 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/he/section.php @@ -0,0 +1,22 @@ + [ + 'title' => 'מדינות', + ], + 'cities' => [ + 'title' => 'ערים', + ], + 'districts' => [ + 'title' => 'מחוזות', + ], + 'neighborhoods' => [ + 'title' => 'שכונות', + ], + 'village' => [ + 'title' => 'כפר', + ], + 'general' => 'כללי', + 'map' => 'מפה', + 'setting' => 'הגדרה', +];