openclassify/addons/default/visiosoft/location-module/resources/lang/ko/section.php
2020-09-23 18:42:39 +03:00

24 lines
409 B
PHP

<?php
return [
'countries' => [
'title' => '국가',
],
'cities' => [
'title' => '도시들',
],
'districts' => [
'title' => '지구',
],
'neighborhoods' => [
'title' => '이웃',
],
'village' => [
'title' => '마을',
],
'general' => '일반',
'map' => '지도',
'setting' => '환경',
'filter' => '필터',
];