king
2019-10-24 a0d5241e8b7ec3d11e5e029187c48920c3834f8c
src/locales/en-US/header.js
@@ -1,6 +1,7 @@
export default {
  'header.confirm': 'Ok',
  'header.cancel': 'Cancel',
  'header.return': 'Back',
  'header.logout': 'Logout',
  'header.logout.hint': 'Are you sure you want to log out?',
  'header.password': 'Change the password',
@@ -13,5 +14,12 @@
  '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!'
  'header.password.resetsuccess': 'Password modified successfully!',
  'header.menu.close': 'Are you sure to delete the menu <<@M>> ?',
  'header.menu.presave': 'Menu order has been adjusted, Please save!',
  'header.menu.addtitle': 'The new menu',
  'header.menu.edittitle': 'The edit menu',
  'header.menu.menuID': 'Menu ID',
  'header.menu.menuName': 'Menu Name',
  'form.required.input': 'Please enter the '
}