New translations setting.php (Chinese Traditional)

This commit is contained in:
Fatih Alp 2020-05-12 19:23:49 +03:00
parent 6ffdc35a87
commit 3d1721d9ee

View File

@ -0,0 +1,43 @@
<?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' => '默認緯度',
],
];