openclassify/addons/default/visiosoft/location-module/resources/lang/vi/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.4 KiB
PHP

<?php
return [
'home_page_location' => [
'name' => 'Trang chủ Vị trí trường',
],
'list_page_location' => [
'name' => 'Danh sách trang Vị trí trường',
],
'detail_page_location' => [
'name' => 'Chi tiết trang Vị trí trường',
],
'show_search_location_btn' => [
'name' => 'Hiển thị nút vị trí tìm kiếm',
],
'default_country' => [
'name' => 'Quốc gia mặc định',
],
'create_ad_page_location' => [
'name' => 'Tạo vị trí trang quảng cáo',
],
'default_city' => [
'name' => 'Thành phố mặc định',
],
'default_district' => [
'name' => 'Quận mặc định',
],
'default_neighborhood' => [
'name' => 'Vùng lân cận mặc định',
],
'google_map_key' => [
'name' => 'Khóa Api của Google Maps',
],
'map_coordinates_long' => [
'name' => 'Mặc định dài',
],
'map_coordinates_lat' => [
'name' => 'Lat mặc định',
],
'hide_location_filter' => [
'name' => 'Ẩn Bộ lọc Vị trí',
],
'country_for_phone_field' => [
'name' => 'Quốc gia mặc định để đăng ký trường điện thoại'
],
'sorting_column' => [
'name' => 'Sắp xếp cột',
],
'sorting_type' => [
'name' => 'Loại sắp xếp',
],
];