generator-hcy-system
Version:
hcy system layout and pages
16 lines (15 loc) • 578 B
text/typescript
export default {
'role.columns.title.roleName': 'Role Name',
'role.columns.title.detail':'View Role Details',
'role.label.add': 'Add Role',
'role.label.edit': 'Edit Role',
'role.columns.title.status': 'Status',
'role.columns.title.remark':'Remark',
'role.columns.title.userNum':'User Number',
'role.handel.permission': 'Permission Configuration',
'role.handel.remove':'Remove',
'role.handel.addUser': 'Add User',
'role.info.text.repeatName': 'Duplicate role name',
'role.info.text.selectUser': 'Please Select User',
'role.text.viewPage':'View Page'
};