openclassify/addons/default/visiosoft/location-module/resources/lang/zh/setting.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

57 lines
1.2 KiB
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' => '默认纬度',
],
'hide_location_filter' => [
'name' => '隐藏位置过滤器',
],
'country_for_phone_field' => [
'name' => '注册电话字段的默认国家/地区'
],
'sorting_column' => [
'name' => '排序栏',
],
'sorting_type' => [
'name' => '分选类型',
],
];