mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations section.php (Chinese Traditional)
This commit is contained in:
parent
6aee0db06e
commit
e5b8a58bd8
@ -0,0 +1,43 @@
|
|||||||
|
<?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' => '用戶',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user