|
@@ -53,6 +53,7 @@ module.exports = {
|
|
systemNoReturnMessage: 'The system has no return message!',
|
|
systemNoReturnMessage: 'The system has no return message!',
|
|
failedGetReturnMessage: 'Failed to get the return message!',
|
|
failedGetReturnMessage: 'Failed to get the return message!',
|
|
notDevelopedYet: 'Not yet developed',
|
|
notDevelopedYet: 'Not yet developed',
|
|
|
|
+ search: 'Enter search',
|
|
keywords: 'Please enter a search keyword',
|
|
keywords: 'Please enter a search keyword',
|
|
chooseLang: 'Choose language',
|
|
chooseLang: 'Choose language',
|
|
perpetualLicence: 'Perpetual License',
|
|
perpetualLicence: 'Perpetual License',
|
|
@@ -87,6 +88,7 @@ module.exports = {
|
|
to: 'to',
|
|
to: 'to',
|
|
index: 'Serial number',
|
|
index: 'Serial number',
|
|
null: 'None',
|
|
null: 'None',
|
|
|
|
+ all: 'All',
|
|
choiceData: 'Choose date and time',
|
|
choiceData: 'Choose date and time',
|
|
startDate: 'Start date',
|
|
startDate: 'Start date',
|
|
endDate: 'End date',
|
|
endDate: 'End date',
|
|
@@ -136,12 +138,16 @@ module.exports = {
|
|
uploadVersionCodeMsg: 'Version information cannot be empty',
|
|
uploadVersionCodeMsg: 'Version information cannot be empty',
|
|
initialing: 'Initializing, please wait...',
|
|
initialing: 'Initializing, please wait...',
|
|
deviceFrame: 'Device space',
|
|
deviceFrame: 'Device space',
|
|
|
|
+ synchroDevice: 'Synchro device',
|
|
excelFile: 'Excel file will be exported. Continue?',
|
|
excelFile: 'Excel file will be exported. Continue?',
|
|
statisticalSubTable: 'statistical sub table',
|
|
statisticalSubTable: 'statistical sub table',
|
|
byPerson: 'By Person',
|
|
byPerson: 'By Person',
|
|
byEvent: 'By Event',
|
|
byEvent: 'By Event',
|
|
export: 'Export',
|
|
export: 'Export',
|
|
- icon: 'Icon'
|
|
|
|
|
|
+ icon: 'Icon',
|
|
|
|
+ play: 'Play',
|
|
|
|
+ pause: 'Pause',
|
|
|
|
+ noFile: 'File does not exist, cannot be played'
|
|
},
|
|
},
|
|
member: {
|
|
member: {
|
|
face: 'Avatar',
|
|
face: 'Avatar',
|
|
@@ -217,8 +223,11 @@ module.exports = {
|
|
sureDelete: 'Sure to delete',
|
|
sureDelete: 'Sure to delete',
|
|
allBad: 'And all the beds in it?',
|
|
allBad: 'And all the beds in it?',
|
|
sureDeleteBed: 'Make sure to delete the bed',
|
|
sureDeleteBed: 'Make sure to delete the bed',
|
|
|
|
+ part: 'Department',
|
|
room: 'Room',
|
|
room: 'Room',
|
|
|
|
+ room2: 'Room',
|
|
bed: 'Bed',
|
|
bed: 'Bed',
|
|
|
|
+ bed2: 'Bed',
|
|
newOrganization: 'New Organization',
|
|
newOrganization: 'New Organization',
|
|
partName: 'Department name',
|
|
partName: 'Department name',
|
|
inputPartName: 'Please enter the department name',
|
|
inputPartName: 'Please enter the department name',
|
|
@@ -227,7 +236,11 @@ module.exports = {
|
|
adminPassword: 'Admin Password',
|
|
adminPassword: 'Admin Password',
|
|
inputAdminPassword: 'Please enter the administrator password',
|
|
inputAdminPassword: 'Please enter the administrator password',
|
|
prefix: 'prefix',
|
|
prefix: 'prefix',
|
|
- prefixExample: 'One building, one unit'
|
|
|
|
|
|
+ prefixExample: 'One building, one unit',
|
|
|
|
+ skipRoomNo: 'TSkip-the-line room number',
|
|
|
|
+ skipBedNo: 'Skip-the-line bed number',
|
|
|
|
+ skipMsg1: 'Enter the numbers, separated by semicolons',
|
|
|
|
+ skipMsg2: '1,2,3'
|
|
},
|
|
},
|
|
deviceManage: {
|
|
deviceManage: {
|
|
deviceManage: 'Device Management',
|
|
deviceManage: 'Device Management',
|
|
@@ -314,7 +327,21 @@ module.exports = {
|
|
ledAddCustom: 'Add custom',
|
|
ledAddCustom: 'Add custom',
|
|
hostDeviceList: 'Nurse host list',
|
|
hostDeviceList: 'Nurse host list',
|
|
webSocketSuccess: 'WebSocket connection is successful',
|
|
webSocketSuccess: 'WebSocket connection is successful',
|
|
- webSocketError: 'An error occurred in the WebSocket connection'
|
|
|
|
|
|
+ webSocketError: 'An error occurred in the WebSocket connection',
|
|
|
|
+ deviceLocationLevel: 'Please select the device location level',
|
|
|
|
+ assignment: 'One-click assignment',
|
|
|
|
+ assignmentMsg: 'No spare allocated devices!',
|
|
|
|
+ assignmentMsg2: 'Rooms and beds have devices, and only department-level device can be automatically assigned!',
|
|
|
|
+ assignmentMsg3: 'Start auto-assigning!',
|
|
|
|
+ assignmentMsg4: 'The automatic assignment is complete, the full level of device needs to be manually assigned, after the assignment is completed, please click [Save]!',
|
|
|
|
+ reset: 'One-click reset',
|
|
|
|
+ resetMsg: 'Are you sure you want to reset all your devices?',
|
|
|
|
+ resetMsg2: 'Reset successfully!',
|
|
|
|
+ collapse: 'Collapse display',
|
|
|
|
+ card: 'Card display',
|
|
|
|
+ devices: ' devices',
|
|
|
|
+ roomNoDevice: 'The room was not equipped',
|
|
|
|
+ bedNoDevice: 'The bed was not equipped'
|
|
},
|
|
},
|
|
clerkManage: {
|
|
clerkManage: {
|
|
clerkEdit: 'Edit member information',
|
|
clerkEdit: 'Edit member information',
|
|
@@ -450,7 +477,12 @@ module.exports = {
|
|
channelAdd: 'Add channel',
|
|
channelAdd: 'Add channel',
|
|
channelName: 'Channel name',
|
|
channelName: 'Channel name',
|
|
inputChannelName: 'Please enter the channel name',
|
|
inputChannelName: 'Please enter the channel name',
|
|
- subscribeManage: 'Subscription Management'
|
|
|
|
|
|
+ subscribeManage: 'Management',
|
|
|
|
+ channelImHistory: 'History',
|
|
|
|
+ senderMemberName: 'Sender name',
|
|
|
|
+ senderTime: 'Send time',
|
|
|
|
+ audioPath: 'File address',
|
|
|
|
+ play: 'Play the message'
|
|
},
|
|
},
|
|
remark: {
|
|
remark: {
|
|
remarkAdd: 'New note',
|
|
remarkAdd: 'New note',
|
|
@@ -519,7 +551,8 @@ module.exports = {
|
|
MaxNum: 'Maximum response time',
|
|
MaxNum: 'Maximum response time',
|
|
MaxNum2: 'Maximum on time',
|
|
MaxNum2: 'Maximum on time',
|
|
SumNum: 'Total call time',
|
|
SumNum: 'Total call time',
|
|
- total: 'Total'
|
|
|
|
|
|
+ total: 'Total',
|
|
|
|
+ recordPlay: 'Play the audio recording'
|
|
},
|
|
},
|
|
frameGroup: {
|
|
frameGroup: {
|
|
frameGroupAdd: 'New area',
|
|
frameGroupAdd: 'New area',
|
|
@@ -787,8 +820,13 @@ module.exports = {
|
|
organizationAdd: 'New Organization',
|
|
organizationAdd: 'New Organization',
|
|
boardShowEmptyBed: 'The board shows empty beds',
|
|
boardShowEmptyBed: 'The board shows empty beds',
|
|
nursingColorRgb: 'Nursing door light color',
|
|
nursingColorRgb: 'Nursing door light color',
|
|
- twoColorDoorLightValid: 'Two-color door lights are supported or not',
|
|
|
|
- support: 'Support two-color door lights'
|
|
|
|
|
|
+ twoColorDoorLightValid: 'Two-color door lights are supported',
|
|
|
|
+ support: 'Support two-color door lights',
|
|
|
|
+ customerNameHidden: 'Turn on user name hide',
|
|
|
|
+ hidden: 'Turn on user name hide',
|
|
|
|
+ channelImHistoryStoreDays: 'The number of days that channel messages are retained',
|
|
|
|
+ recordEnabled: 'Turn on the audio and video recording function',
|
|
|
|
+ recordAble: 'Turn on the audio and video recording function'
|
|
},
|
|
},
|
|
role: {
|
|
role: {
|
|
roleName: 'Role name',
|
|
roleName: 'Role name',
|
|
@@ -815,6 +853,7 @@ module.exports = {
|
|
userLocationManage: 'User Location',
|
|
userLocationManage: 'User Location',
|
|
sosDeviceSettingManage: 'Alarm device',
|
|
sosDeviceSettingManage: 'Alarm device',
|
|
channelManage: 'Intercom channel',
|
|
channelManage: 'Intercom channel',
|
|
|
|
+ channelImHistory: 'Channel message history',
|
|
remarkManage: 'Note management',
|
|
remarkManage: 'Note management',
|
|
taskManage: 'Task management',
|
|
taskManage: 'Task management',
|
|
interactionHistory: 'Interaction History',
|
|
interactionHistory: 'Interaction History',
|