mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
44 lines
1.1 KiB
PHP
44 lines
1.1 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 Maps Api Key',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'بلند پیش فرض',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'پیش فرض Lat',
|
|
],
|
|
];
|