diff --git a/addons/default/visiosoft/advs-module/resources/lang/vi/section.php b/addons/default/visiosoft/advs-module/resources/lang/vi/section.php new file mode 100644 index 000000000..a70d2a17a --- /dev/null +++ b/addons/default/visiosoft/advs-module/resources/lang/vi/section.php @@ -0,0 +1,43 @@ + [ + 'title' => 'Quảng cáo', + ], + 'categories' => [ + 'title' => 'Thể loại', + ], + 'countries' => [ + 'title' => 'Quốc gia', + ], + 'cities' => [ + 'title' => 'Các thành phố', + ], + 'districts' => [ + 'title' => 'Quận', + ], + 'neighborhoods' => [ + 'title' => 'Vùng lân cận', + ], + 'village' => [ + 'title' => 'Làng', + ], + 'custom_fields' => [ + 'title' => 'Trường tùy chỉnh', + ], + 'custom_field_advs' => [ + 'title' => 'Quảng cáo trường tùy chỉnh', + ], + 'cf_values' => [ + 'title' => 'Giá trị Cf', + ], + 'fields' => [ + 'title' => 'Trường tùy chỉnh' + ], + 'assets_clear' => [ + 'name' => 'Tài sản rõ ràng' + ], + 'general' => 'Chung', + 'ads' => 'Quảng cáo', + 'user' => 'Người dùng', +];