From dee7b55fcf85fcbab91a89ca21d4a21fe6dbbfeb Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 24 Sep 2020 12:39:14 +0300 Subject: [PATCH] New translations message.php (Vietnamese) --- .../visiosoft/advs-module/resources/lang/vi/message.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/vi/message.php b/addons/default/visiosoft/advs-module/resources/lang/vi/message.php index 024572185..32bbc062e 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/vi/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/vi/message.php @@ -22,5 +22,7 @@ return [ 'currency_converted' => 'Chuyển đổi tiền tệ thành công.', 'choose_user' => 'Chọn người dùng', 'owner_updated_successfully' => 'Chủ sở hữu đã được cập nhật thành công!', - 'no_add_found' => 'No Ad Found!', + 'no_add_found' => 'Không tìm thấy quảng cáo!', + 'replicated_success' => 'Quảng cáo đã được nhân rộng thành công!', + 'ad_doesnt_exist' => "Quảng cáo này không tồn tại!", ];