From 481648d61e0cc09a1098ec30d670e1722c12116a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:23:15 +0300 Subject: [PATCH] New translations setting.php (Vietnamese) --- .../resources/lang/vi/setting.php | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/vi/setting.php 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', + ], +];