mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (Chinese Traditional)
This commit is contained in:
parent
6ffdc35a87
commit
3d1721d9ee
@ -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' => '默認緯度',
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user