New translations section.php (Chinese Simplified)

This commit is contained in:
Fatih Alp 2020-05-12 19:26:33 +03:00
parent 2172e6ab3c
commit 30d579d237

View File

@ -2,42 +2,42 @@
return [ return [
'advs' => [ 'advs' => [
'title' => '告', 'title' => '广告',
], ],
'categories' => [ 'categories' => [
'title' => '分類目錄', 'title' => '分类目录',
], ],
'countries' => [ 'countries' => [
'title' => '國別', 'title' => '国别',
], ],
'cities' => [ 'cities' => [
'title' => '城市', 'title' => '城市',
], ],
'districts' => [ 'districts' => [
'title' => '地', 'title' => '地',
], ],
'neighborhoods' => [ 'neighborhoods' => [
'title' => '里', 'title' => '里',
], ],
'village' => [ 'village' => [
'title' => '村', 'title' => '村',
], ],
'custom_fields' => [ 'custom_fields' => [
'title' => '自訂欄位', 'title' => '自订栏位',
], ],
'custom_field_advs' => [ 'custom_field_advs' => [
'title' => '自定義字段廣告', 'title' => '自定义字段广告',
], ],
'cf_values' => [ 'cf_values' => [
'title' => 'CF值', 'title' => 'CF值',
], ],
'fields' => [ 'fields' => [
'title' => '自定字段' 'title' => '自定字段'
], ],
'assets_clear' => [ 'assets_clear' => [
'name' => '資產清除' 'name' => '资产清除'
], ],
'general' => '一般', 'general' => '一般',
'ads' => '告', 'ads' => '广告',
'user' => '用', 'user' => '用',
]; ];