mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations section.php (Chinese Simplified)
This commit is contained in:
parent
2172e6ab3c
commit
30d579d237
@ -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' => '用户',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user