king
2019-09-13 207e7ed3d871717df4a02f9b27792850beebe779
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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!'
}