openclassify/addons/default/visiosoft/advs-module/resources/lang/hi/section.php
Fatih Alp 30889a89f4
New Crowdin updates (#793)
* New translations field.php (German)

* New translations field.php (Greek)

* New translations field.php (Turkish)

* New translations field.php (Swedish)

* New translations field.php (Turkish)

* New translations field.php (Ukrainian)

* New translations field.php (Albanian)
2020-11-16 17:48:33 +03:00

59 lines
1.5 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' => 'उपयोगकर्ता',
'filter' => 'फ़िल्टर',
'create_ad' => 'विज्ञापन बनाना',
'options' => [
'title' => 'विकल्प',
],
'ads_image' => 'विज्ञापन छवि',
'product_options' => [
'title' => 'विकल्प',
],
'productoptions_value' => [
'title' => 'विकल्प मान',
],
'option_configuration' => [
'title' => 'विन्यास',
],
];