New translations field.php (Vietnamese)

This commit is contained in:
Fatih Alp 2020-07-07 19:34:48 +03:00
parent 0662d87c56
commit 979e6862ce

View File

@ -104,10 +104,6 @@ return [
'name' => 'Người dùng'
],
/*Menu Button*/
'profile' => [
'name' => 'Hồ sơ'
@ -198,7 +194,6 @@ return [
'name' => 'Bán hàng của tôi'
],
/* Right Dock*/
'right_secure_trading_subject' => [
'name' => 'Giao dịch an toàn'
@ -362,7 +357,6 @@ return [
'name' => 'Cài đặt tùy chọn',
],
'corporate_settings' => [
'name' => 'Cài đặt công ty',
],
@ -442,4 +436,11 @@ return [
'tax_number' => [
'name' => 'Tax Number'
],
// Profile page
'my_profile' => 'My Profile',
'edit_profile' => 'Edit Profile',
'edit_details' => 'Edit Details',
'update' => 'Update',
'change_password' => 'Change Password',
];