From f91ed06866d3af6db3dbf575ce1365bee45faa96 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:12:34 +0300 Subject: [PATCH] New translations section.php (Hebrew) --- .../resources/lang/he/section.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/he/section.php 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' => 'הגדרה', +];