From 26dcb340619c148d11314f49507e5010e4f4aeb2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 24 Sep 2020 12:38:50 +0300 Subject: [PATCH] New translations field.php (Vietnamese) --- .../visiosoft/advs-module/resources/lang/vi/field.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/vi/field.php b/addons/default/visiosoft/advs-module/resources/lang/vi/field.php index f449ae31f..e77c22b82 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/vi/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/vi/field.php @@ -20,7 +20,7 @@ return [ 'name' => 'Giá bán' ], 'standard_price' => [ - 'name' => 'Standard Price' + 'name' => 'Giá chuẩn' ], 'date' => [ 'name' => 'Ngày' @@ -266,8 +266,8 @@ return [ "no_location" => "Không có địa điểm được chọn.", "continue" => 'Tiếp tục', "gallery" => 'Bộ sưu tập', - "ads" => 'Ads', - "were_found" => 'were found.', + "ads" => 'Quảng cáo', + "were_found" => 'đã được tìm thấy.', // Pending screen 'pending_message_1' => 'Quảng cáo đang trong quá trình phê duyệt', @@ -295,5 +295,5 @@ return [ 'select_category_step_by_step' => 'Chọn danh mục từng bước', // New create page - 'options' => 'Options', + 'options' => 'Tùy chọn', ];