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

18 lines
733 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' => 'उप ग्राम',
];