mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
57 lines
1.7 KiB
PHP
57 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'होम पेज स्थान फ़ील्ड',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'सूची पृष्ठ स्थान फ़ील्ड',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'विस्तार पृष्ठ स्थान फ़ील्ड',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'खोज स्थान बटन दिखाएं',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'डिफ़ॉल्ट देश',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'विज्ञापन पृष्ठ स्थान बनाएँ',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'डिफ़ॉल्ट शहर',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'डिफ़ॉल्ट जिला',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'डिफ़ॉल्ट पड़ोस',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'Google मैप्स Api Key',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'डिफ़ॉल्ट लंबा',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'डिफ़ॉल्ट लैट',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'स्थान फ़िल्टर छिपाएँ',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'डिफ़ॉल्ट देश रजिस्टर फोन क्षेत्र के लिए'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'सॉर्टिंग कॉलम',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'सॉर्टिंग प्रकार',
|
|
],
|
|
];
|