|
@@ -300,6 +300,14 @@ module.exports = {
|
|
|
ledVoice: 'Voice playback',
|
|
|
ledVoiceStatus: 'Enable voice',
|
|
|
ledFontSize: 'Font size',
|
|
|
+ ledTiming: 'Dot matrix screen timing',
|
|
|
+ ledPowerOn: 'On dot matrix screen',
|
|
|
+ ledPowerOff: 'Off dot matrix screen',
|
|
|
+ ledRestart: 'Restart dot matrix screen',
|
|
|
+ ledRemoveAllProgram: 'Delete all programs',
|
|
|
+ ledUpdateDefaultProgram: 'Send default program',
|
|
|
+ ledOnlyTime: 'Time and date only',
|
|
|
+ ledAddCustom: 'Add custom',
|
|
|
hostDeviceList: 'Nurse host list',
|
|
|
webSocketSuccess: 'WebSocket connection is successful',
|
|
|
webSocketError: 'An error occurred in the WebSocket connection'
|
|
@@ -820,7 +828,8 @@ module.exports = {
|
|
|
organization: 'Organization',
|
|
|
roleManage: 'Role management',
|
|
|
debugging485: '485 debugging',
|
|
|
- deviceFrame: 'Device space'
|
|
|
+ deviceFrame: 'Device space',
|
|
|
+ ledDevice: 'LED devices'
|
|
|
},
|
|
|
deviceType: {
|
|
|
NURSE_HOST: 'Nurse Host',
|