mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
44 lines
819 B
PHP
44 lines
819 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => '廣告',
|
|
],
|
|
'categories' => [
|
|
'title' => '分類目錄',
|
|
],
|
|
'countries' => [
|
|
'title' => '國別',
|
|
],
|
|
'cities' => [
|
|
'title' => '城市',
|
|
],
|
|
'districts' => [
|
|
'title' => '地區',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => '鄰里',
|
|
],
|
|
'village' => [
|
|
'title' => '村',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => '自訂欄位',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => '自定義字段廣告',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'CF值',
|
|
],
|
|
'fields' => [
|
|
'title' => '自定義字段'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => '資產清除'
|
|
],
|
|
'general' => '一般',
|
|
'ads' => '廣告',
|
|
'user' => '用戶',
|
|
];
|