mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations section.php (Hindi)
This commit is contained in:
parent
562a02e03c
commit
f97b0c4282
@ -0,0 +1,43 @@
|
|||||||
|
<?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' => 'उपयोगकर्ता',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user