diff --git a/addons/default/visiosoft/location-module/resources/lang/zh/setting.php b/addons/default/visiosoft/location-module/resources/lang/zh/setting.php new file mode 100644 index 000000000..db6a2dd5c --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/zh/setting.php @@ -0,0 +1,43 @@ + [ + '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' => '默認緯度', + ], +];