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' => '用户',
|
|
];
|