const userTrans = { createTitle: 'Create User', updateTitle: 'Update Milvus User', updateRoleTitle: 'Update User Roles', user: 'User', users: 'Users', deleteWarning: 'You are trying to drop user. This action cannot be undone.', oldPassword: 'Current Password', newPassword: 'New Password', confirmPassword: 'Confirm Password', update: 'Update password', isNotSame: 'Not same as new password', deleteTip: 'Please select at least one item to drop and the root user can not be dropped.', // role deleteEditRoleTip: 'root role is not editable.', role: 'Role', editRole: 'Edit Role', roles: 'Roles', createRoleTitle: 'Create Role', updateRoleSuccess: 'User Role', type: 'Type', // Privileges privileges: 'Privileges', objectCollection: 'Collection', objectGlobal: 'Global', objectUser: 'User', }; export default userTrans;