From f7439ed14d4e154eb307c913df59e640a3b709d7 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 24 Sep 2020 12:35:32 +0300 Subject: [PATCH] New translations button.php (Vietnamese) --- .../visiosoft/profile-module/resources/lang/vi/button.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/button.php b/addons/default/visiosoft/profile-module/resources/lang/vi/button.php index 897d05062..ce6aacf5c 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/button.php @@ -12,6 +12,7 @@ return [ 'edit' => 'Biên tập', 'go_profile' => 'Đi đến chi tiết hồ sơ', 'go_user' => 'Đi đến chi tiết người dùng', - 'personal' => 'Personal', - 'corporate' => 'Corporate', + 'personal' => 'Cá nhân', + 'corporate' => 'Công ty', + 'export' => 'Xuất khẩu', ];