diff --git a/addons/default/visiosoft/location-module/resources/lang/vi/setting.php b/addons/default/visiosoft/location-module/resources/lang/vi/setting.php new file mode 100644 index 000000000..eb11405eb --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/vi/setting.php @@ -0,0 +1,43 @@ + [ + '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', + ], +];