openclassify/addons/default/visiosoft/location-module/resources/lang/he/section.php
2020-09-23 18:46:12 +03:00

24 lines
440 B
PHP

<?php
return [
'countries' => [
'title' => 'מדינות',
],
'cities' => [
'title' => 'ערים',
],
'districts' => [
'title' => 'מחוזות',
],
'neighborhoods' => [
'title' => 'שכונות',
],
'village' => [
'title' => 'כפר',
],
'general' => 'כללי',
'map' => 'מפה',
'setting' => 'הגדרה',
'filter' => 'לְסַנֵן',
];