homePage.js
856 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: 'Old notice board',
largeScreen: 'New notice board',
cameraNum: 'Number of cameras:',
configurationNum: 'Number of configurations:',
pleaseConfigurationname: 'Please enter the configuration name',
bulletionBoard: "Number of bulletin boards:",
largeScreenCount: "Large screen count:",
pleaseVisualBoard: 'Please enter the name of the board',
pleaselargeScreen: 'Please enter the name of the large screen',
}