123456789101112131415 |
- const userTrans = {
- createTitle: 'Create User',
- updateTitle: 'Update User',
- user: 'User',
- deleteWarning: 'You are trying to delete user. This action cannot be undone.',
- oldPassword: 'Current Password',
- newPassword: 'New Password',
- confirmPassword: 'Confirm Password',
- update: 'Update password',
- isNotSame: 'Confirm password is not same as new password',
- deleteTip:
- 'Please select at least one item to delete and root can not be deleted.',
- };
- export default userTrans;
|