From 87ac7ad8c5e4990c7bfd67800e80ed95a6293432 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:32 +0300 Subject: [PATCH] New translations field.php (Vietnamese) --- .../profile-module/resources/lang/vi/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php index 18e050858..abfa8dbbb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Sinh nhật' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Giáo dục' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Người dùng' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Mật khẩu', ], + 'old_password' => [ + 'name' => 'Mật khẩu cũ', + ], 'new_password' => [ 'name' => 'Mật khẩu mới', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Cá nhân' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ];