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

44 lines
1.0 KiB
PHP

<?php
return [
'advs' => [
'title' => 'विज्ञापन',
],
'categories' => [
'title' => 'श्रेणियाँ',
],
'countries' => [
'title' => 'देश',
],
'cities' => [
'title' => 'शहरों',
],
'districts' => [
'title' => 'जिलों',
],
'neighborhoods' => [
'title' => 'पड़ोस',
],
'village' => [
'title' => 'गाँव',
],
'custom_fields' => [
'title' => 'कस्टम फील्ड्स',
],
'custom_field_advs' => [
'title' => 'कस्टम फ़ील्ड विज्ञापन',
],
'cf_values' => [
'title' => 'Cf मान',
],
'fields' => [
'title' => 'कस्टम फील्ड्स'
],
'assets_clear' => [
'name' => 'एसेट्स क्लियर'
],
'general' => 'सामान्य',
'ads' => 'विज्ञापन',
'user' => 'उपयोगकर्ता',
];