openclassify/addons/default/visiosoft/location-module/resources/lang/ko/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

57 lines
1.3 KiB
PHP

<?php
return [
'home_page_location' => [
'name' => '홈페이지 위치 필드',
],
'list_page_location' => [
'name' => '목록 페이지 위치 필드',
],
'detail_page_location' => [
'name' => '세부 사항 페이지 위치 필드',
],
'show_search_location_btn' => [
'name' => '검색 위치 표시 버튼',
],
'default_country' => [
'name' => '기본 국가',
],
'create_ad_page_location' => [
'name' => '광고 페이지 위치 만들기',
],
'default_city' => [
'name' => '기본 도시',
],
'default_district' => [
'name' => '기본 지구',
],
'default_neighborhood' => [
'name' => '기본 이웃',
],
'google_map_key' => [
'name' => '구글 맵스 API 키',
],
'map_coordinates_long' => [
'name' => '기본 긴',
],
'map_coordinates_lat' => [
'name' => '기본 위도',
],
'hide_location_filter' => [
'name' => '위치 필터 숨기기',
],
'country_for_phone_field' => [
'name' => '전화 번호 등록 필드의 기본 국가'
],
'sorting_column' => [
'name' => '열 정렬',
],
'sorting_type' => [
'name' => '분류 유형',
],
];