mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
44 lines
982 B
PHP
44 lines
982 B
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' => '구글 맵스 API 키',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => '기본 긴',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => '기본 위도',
|
|
],
|
|
];
|