export default { 'master.users.title': 'Users', 'master.users.table.pagination': 'users', 'master.users.register': 'Register', 'master.users.register.title': 'Register user', 'master.users.email.exists': 'The email is exists', 'master.users.email': 'Email', 'master.users.email.tip': 'The email is the unique key', 'master.users.email.required': 'The email is required', 'master.users.email.invalid': 'Invalid email address', 'master.users.role': 'Role', 'master.users.role.placeholder': 'Please select a role', 'master.users.role.tip': 'The role is the unique key', 'master.users.password.required': 'Password is required', 'master.users.password.minimum': 'Minimum password length is 8', 'master.users.password': 'Password', 'master.users.full_name': 'Full name', 'master.users.full_name.placeholder': 'Enter full name', 'master.users.full_name.required': 'Please enter full name', 'master.users.password.placeholder': 'Password', 'master.users.confirmPassword': 'Confirm Password', 'master.users.confirmPassword.placeholder': 'Enter Confirm Password', 'master.users.confirmPassword.required': 'Confirm password is required', 'master.users.confirmPassword.mismatch': 'Passwords do not match', 'master.users.email.placeholder': 'Email', 'master.users.phone_number': 'Phone number', 'master.users.phone_number.tip': 'The phone number is the unique key', 'master.users.phone_number.required': 'The phone number is required', 'master.users.phone_number.notvalid': 'Invalid phone number', 'master.users.groups': 'Groups', 'master.users.groups.required': 'Please select groups', 'master.users.role.sysadmin': 'System Administrator', 'master.users.role.admin': 'Unit Manager', 'master.users.role.user': 'Unit Supervisor', 'master.users.role.sgw.end_user': 'Ship Owner', 'master.users.create.error': 'User creation failed', 'master.users.create.success': 'User created successfully', 'master.users.change_role.title': 'Set Permissions', 'master.users.change_role.confirm.title': 'Confirm role change', 'master.users.change_role.admin.content': 'Are you sure you want to change the role to Unit Manager?', 'master.users.change_role.user.content': 'Are you sure you want to change the role to Unit Supervisor?', 'master.users.change_role.user.success': 'Role change successful', 'master.users.change_role.user.fail': 'Role change failed', 'master.users.group_assign.title': 'Assigned Groups', 'master.users.group_assign.button.title': 'Assign Groups', 'master.users.group_assign.select.title': 'Select Group', 'master.users.unassign.content': 'Are you sure you want to unassign this group?', 'master.users.unassign.success': 'Unassign successful', 'master.users.unassign.fail': 'Unassign failed', 'master.users.assign.success': 'Assign group successful', 'master.users.assign.fail': 'Assign group failed', 'master.users.delete.title': 'Are you sure to delete this selected items?', 'master.users.delete.success': 'User deleted successfully', 'master.users.delete.fail': 'User deletion failed', 'master.users.things.list': 'List of devices', 'master.users.things.relations.text': 'Relations', 'master.users.things.relation.write': 'Control', 'master.users.things.relation.read': 'View', 'master.users.things.relation.delete': 'Config', 'master.users.thing.unshare.confirm': 'Are you sure you want to stop sharing these devices?', 'master.users.thing.unshare.title': 'Stop Sharing', 'master.users.things.unsharing': 'Unsharing devices...', 'master.users.thing.unshare.success': 'Stop sharing successful', 'master.users.thing.unshare.fail': 'Stop sharing failed', 'master.users.thing.share.title': 'Share things', 'master.users.things.sharing': 'Sharing devices...', 'master.users.thing.share.success': 'Device sharing successful', 'master.users.thing.share.fail': 'Device sharing failed', 'master.users.resetPassword.title': 'Reset Password', 'master.users.resetPassword.modal.title': 'Reset Password For User', 'master.users.resetPassword.success': 'Password reset successful', 'master.users.resetPassword.error': 'Password reset failed', };