homePage.js 709 Bytes
export default {
  basicstatistics: 'Basic statistics',
  deviceStatistics: 'Device statistics',
  deviceLabel: {
    onLine: 'Online',
    offLine: 'Offline',
    beActivated: 'Inactive',
  },
  alarmStatistics: 'Alarm statistics',
  alarmLabel: {
    untreated: 'Untreated',
    processed: 'Processed',
    falseAlarm: 'False alarm',
  },
  cameraManagement: 'Camera management',
  configuration: 'Configuration',
  bulletinBoard: 'Bulletin board',
  cameraNum: 'Number of cameras:',
  configurationNum: 'Number of configurations:',
  pleaseConfigurationname: 'Please enter the configuration name',
  bulletionBoard: "Number of bulletin boards:",
  pleaseVisualBoard: 'Please enter the name of the board'
}