export default {
|
'header.confirm': 'Ok',
|
'header.cancel': 'Cancel',
|
'header.logout': 'Logout',
|
'header.logout.hint': 'Are you sure you want to log out?',
|
'header.password': 'Change the password',
|
'header.password.origin': 'Original Password',
|
'header.password.origin.required': 'Please input your original password!',
|
'header.password.new': 'Password',
|
'header.password.new.required': 'Please input your password!',
|
'header.password.confirm': 'Confirm Password',
|
'header.password.confirm.required': 'Please confirm your password!',
|
'header.password.minlen': 'The minimum password length is 6 digits!',
|
'header.password.maxlen': 'The maximum password length is 12 bits!',
|
'header.password.diff': 'Two passwords that you enter is inconsistent!',
|
'header.password.resetsuccess': 'Password modified successfully!'
|
}
|