update title

parent 3d032b75
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
}, },
emptyData: 'Không có dữ liệu', emptyData: 'Không có dữ liệu',
crudActions: { crudActions: {
add: 'Thêm mới', add: 'Thêm',
update: 'Cập nhật', update: 'Cập nhật',
delete: 'Xoá', delete: 'Xoá',
search: 'Tìm kiếm', search: 'Tìm kiếm',
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
requireGroupDescription: 'Vui lòng cung cấp mô tả nhóm người dùng', requireGroupDescription: 'Vui lòng cung cấp mô tả nhóm người dùng',
}, },
actionMessages: { actionMessages: {
addNewSuccess: 'Thêm mới nhóm người dùng thành công', addNewSuccess: 'Thêm nhóm người dùng thành công',
deleteSuccess: 'Xoá nhóm người dùng thành công', deleteSuccess: 'Xoá nhóm người dùng thành công',
updateSuccess: 'Cập nhật nhóm người dùng thành công', updateSuccess: 'Cập nhật nhóm người dùng thành công',
}, },
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
}, },
dialogLabel: { dialogLabel: {
title: { title: {
addUser: 'Thêm mới người dùng', addUser: 'Thêm người dùng',
updateUser: 'Cập nhật người dùng', updateUser: 'Cập nhật người dùng',
}, },
fieldLabels: { fieldLabels: {
...@@ -213,7 +213,7 @@ export default { ...@@ -213,7 +213,7 @@ export default {
}, },
dialogLabel: { dialogLabel: {
title: { title: {
addCustomer: 'Thêm mới khách hàng', addCustomer: 'Thêm khách hàng',
updateCustomer: 'Cập nhật khách hàng', updateCustomer: 'Cập nhật khách hàng',
}, },
fieldLabels: { fieldLabels: {
...@@ -283,7 +283,7 @@ export default { ...@@ -283,7 +283,7 @@ export default {
}, },
dialogLabel: { dialogLabel: {
title: { title: {
addArtist: 'Thêm mới nghệ sỹ', addArtist: 'Thêm nghệ sỹ',
updateArtist: 'Cập nhật nghệ sỹ', updateArtist: 'Cập nhật nghệ sỹ',
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment