openclassify/addons/default/visiosoft/location-module/resources/lang/zh/setting.php

44 lines
934 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' => 'Google Maps Api密钥',
],
'map_coordinates_long' => [
'name' => '默认长',
],
'map_coordinates_lat' => [
'name' => '默认纬度',
],
];