New translations section.php (Chinese Traditional)

This commit is contained in:
Fatih Alp 2020-05-12 19:24:29 +03:00
parent 6aee0db06e
commit e5b8a58bd8

View File

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