From 86ea1af913b89fc6695d5589e22e2d27268d3fc8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:23:34 +0300 Subject: [PATCH] New translations section.php (Chinese Traditional) --- .../resources/lang/zh/section.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/zh/section.php diff --git a/addons/default/visiosoft/location-module/resources/lang/zh/section.php b/addons/default/visiosoft/location-module/resources/lang/zh/section.php new file mode 100644 index 000000000..a9f44c79a --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/zh/section.php @@ -0,0 +1,22 @@ + [ + 'title' => '國別', + ], + 'cities' => [ + 'title' => '城市', + ], + 'districts' => [ + 'title' => '地區', + ], + 'neighborhoods' => [ + 'title' => '鄰里', + ], + 'village' => [ + 'title' => '村', + ], + 'general' => '一般', + 'map' => '地圖', + 'setting' => '設置', +];