From d01bc838a3f3380f337c73d919ae6230d0f7d8f0 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:10:41 +0300 Subject: [PATCH] New translations button.php (Korean) --- .../resources/lang/ko/button.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/ko/button.php diff --git a/addons/default/visiosoft/location-module/resources/lang/ko/button.php b/addons/default/visiosoft/location-module/resources/lang/ko/button.php new file mode 100644 index 000000000..8814e99ba --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/ko/button.php @@ -0,0 +1,17 @@ + '새로운 나라', + 'new_city' => '새로운 도시', + 'new_district' => '새로운 지구', + 'new_neighborhood' => '새로운 이웃', + 'new_village' => '뉴 빌리지', + 'sub_cities' => '하위 도시', + 'add_sub_cities' => '하위 도시 추가', + 'add_sub_districts' => '하위 지구 추가', + 'add_sub_neighborhoods' => '하위 이웃 추가', + 'add_sub_village' => '하위 마을 추가', + 'sub_districts' => '하위 지구', + 'sub_neighborhoods' => '하위 이웃', + 'sub_village' => '서브 빌리지', +];