openclassify/addons/default/visiosoft/location-module/resources/lang/hi/section.php
2020-09-24 12:41:19 +03:00

24 lines
496 B
PHP

<?php
return [
'countries' => [
'title' => 'देश',
],
'cities' => [
'title' => 'शहरों',
],
'districts' => [
'title' => 'जिलों',
],
'neighborhoods' => [
'title' => 'पड़ोस',
],
'village' => [
'title' => 'गाँव',
],
'general' => 'सामान्य',
'map' => 'नक्शा',
'setting' => 'स्थापना',
'filter' => 'फ़िल्टर',
];