openclassify/addons/default/visiosoft/advs-module/resources/lang/hi/section.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

65 lines
1.7 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' => 'विन्यास',
],
'translations' => 'अनुवाद',
'status' => [
'title' => 'स्थिति',
],
'ads_detail' => 'विज्ञापन विस्तार',
];