mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations section.php (Chinese Traditional)
This commit is contained in:
parent
354aa3922c
commit
86ea1af913
@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'countries' => [
|
||||||
|
'title' => '國別',
|
||||||
|
],
|
||||||
|
'cities' => [
|
||||||
|
'title' => '城市',
|
||||||
|
],
|
||||||
|
'districts' => [
|
||||||
|
'title' => '地區',
|
||||||
|
],
|
||||||
|
'neighborhoods' => [
|
||||||
|
'title' => '鄰里',
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'title' => '村',
|
||||||
|
],
|
||||||
|
'general' => '一般',
|
||||||
|
'map' => '地圖',
|
||||||
|
'setting' => '設置',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user