menu.js 848 Bytes
export default {
  homePage: 'Home page',
  device: 'Device',
  alarm: 'Alarm',
  userCenter: 'Personal Center',
  viewCamera: 'View camera',
  viewConfiguration: 'View configuration',
  configurationDetail: 'Configuration details',
  organizationScreening: 'Organizational screening',
  viewBoard: 'View bulletin board',
  viewLargeScreen: 'View large screen',
  boardDetail: 'Bulletin board detail',
  languageSettings: 'Language settings',
  alarmDetail: 'Alarm details',
  deviceDetail: 'Device detail',
  commandDetail: 'Command detail',
  deviceLocation: 'Geographical location of equipment',
  systemNot: 'System notification',
  notDetails: 'Notification Details',
  feedback: 'Feedback',
  login: 'Login',
  personalData: 'Personal data',
  phoneLogin: 'Mobile verification code login',
  forgotPassword: 'Forgot password',
  my: 'mine'
}