mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* 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)
65 lines
1.3 KiB
PHP
65 lines
1.3 KiB
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' => '用户',
|
|
'filter' => '筛选',
|
|
'create_ad' => '制作广告',
|
|
'options' => [
|
|
'title' => '选项',
|
|
],
|
|
'ads_image' => '广告图片',
|
|
'product_options' => [
|
|
'title' => '选项',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => '期权价值',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => '配置',
|
|
],
|
|
'translations' => '笔译',
|
|
'status' => [
|
|
'title' => '状态',
|
|
],
|
|
'ads_detail' => '广告详情',
|
|
|
|
];
|