openclassify/addons/default/visiosoft/location-module/resources/lang/he/button.php
2020-05-12 19:12:40 +03:00

18 lines
630 B
PHP

<?php
return [
'new_country' => 'מדינה חדשה',
'new_city' => 'עיר חדשה',
'new_district' => 'מחוז חדש',
'new_neighborhood' => 'שכונה חדשה',
'new_village' => 'הכפר החדש',
'sub_cities' => 'ערי משנה',
'add_sub_cities' => 'הוסף תת עיר',
'add_sub_districts' => 'הוסף מחוז מחוז',
'add_sub_neighborhoods' => 'הוסף שכונת משנה',
'add_sub_village' => 'הוסף כפר משנה',
'sub_districts' => 'מחוזות משנה',
'sub_neighborhoods' => 'שכונות משנה',
'sub_village' => 'סוב כפר',
];