|
@@ -5,7 +5,7 @@ module.exports = {
|
|
|
home: 'Home',
|
|
|
add: 'Add',
|
|
|
edit: 'Edit',
|
|
|
- more: 'Saber mais',
|
|
|
+ more: 'More',
|
|
|
view: 'View',
|
|
|
delete: 'Delete',
|
|
|
enabled: 'Enable',
|
|
@@ -66,7 +66,7 @@ module.exports = {
|
|
|
FontSize: 'Font size',
|
|
|
chooseLang: 'Choose language',
|
|
|
SynchronizeHISInformation: 'Synchronize HIS information',
|
|
|
- perpetualLicence: 'Licença Perpétua',
|
|
|
+ perpetualLicence: 'Perpetual License',
|
|
|
licenseValidity: 'The license is valid until: ',
|
|
|
licenseRemainsValid: 'The remaining validity period of the license:',
|
|
|
getLicense: 'days, please contact after-sales to obtain authorization',
|
|
@@ -280,10 +280,10 @@ module.exports = {
|
|
|
passNo: 'Employee No'
|
|
|
},
|
|
|
home: {
|
|
|
- todayTask: 'A tarefa de hoje',
|
|
|
- recentNote: 'Notas recentes',
|
|
|
- recentInteract: 'Interação recente',
|
|
|
- recentRemarks: 'Notas de utilizador recentes'
|
|
|
+ todayTask: 'Today\'s Tasks',
|
|
|
+ recentNote: 'Recent Notes',
|
|
|
+ recentInteract: 'Recent Interactions',
|
|
|
+ recentRemarks: 'Recent User Remarks'
|
|
|
},
|
|
|
frameManage: {
|
|
|
frameManage: 'Space position',
|
|
@@ -489,15 +489,15 @@ module.exports = {
|
|
|
choosePartClerk: 'Please select relevant important members'
|
|
|
},
|
|
|
clerkManage: {
|
|
|
- clerkEdit: 'Edit member information',
|
|
|
- choiceClerk: 'Please select an employee',
|
|
|
+ clerkEdit: 'Edit Member Information',
|
|
|
+ choiceClerk: 'Select Employee',
|
|
|
role: 'Role',
|
|
|
- choiceRole: 'Please choose a role',
|
|
|
- clerkList: 'Team members',
|
|
|
- admin: 'Organization Manager',
|
|
|
- shop: 'Responsible organizator',
|
|
|
- choiceShop: 'Choose organizator',
|
|
|
- shopMsg: 'Please select an organizator'
|
|
|
+ choiceRole: 'Select Role',
|
|
|
+ clerkList: 'Team Members',
|
|
|
+ admin: 'Organization Administrator',
|
|
|
+ shop: 'Responsible Organization',
|
|
|
+ choiceShop: 'Select Organization',
|
|
|
+ shopMsg: 'Select an organization'
|
|
|
},
|
|
|
customerManage: {
|
|
|
customerAdd: 'Check-in',
|
|
@@ -656,10 +656,10 @@ module.exports = {
|
|
|
play: 'Play the message'
|
|
|
},
|
|
|
remark: {
|
|
|
- remarkAdd: 'New note',
|
|
|
- remarkContent: 'Note content:',
|
|
|
- remarkCreateTime: 'Tempo de criação:',
|
|
|
- remarkCreateName: 'Criado por:'
|
|
|
+ remarkAdd: 'Create Note',
|
|
|
+ remarkContent: 'Note Content: ',
|
|
|
+ remarkCreateTime: 'Creation Time: ',
|
|
|
+ remarkCreateName: 'Created By: '
|
|
|
},
|
|
|
task: {
|
|
|
all: 'All',
|
|
@@ -682,52 +682,52 @@ module.exports = {
|
|
|
choiceTaskToTime: 'Please choose the actual task time'
|
|
|
},
|
|
|
interaction: {
|
|
|
- interactionKeywords: 'Please enter the initiator or receiver',
|
|
|
- fromMemberName: 'Originador',
|
|
|
- toMemberName: 'Recetor',
|
|
|
- actionType: 'Tipo de interação',
|
|
|
- actionEnd: 'Resultado da interação',
|
|
|
- actionTime: 'Number of interactions',
|
|
|
- actionTime2: 'Number of calls',
|
|
|
+ interactionKeywords: 'Enter the initiator or recipient',
|
|
|
+ fromMemberName: 'Initiator',
|
|
|
+ toMemberName: 'Recipient',
|
|
|
+ actionType: 'Interaction Type',
|
|
|
+ actionEnd: 'Interaction Result',
|
|
|
+ actionTime: 'Interaction Count',
|
|
|
+ actionTime2: 'Call Count',
|
|
|
success: 'Success',
|
|
|
- excelFileMsg: 'Excel file will be exported. Continue?',
|
|
|
- successInteraction: 'Response to interaction',
|
|
|
- successInteraction2: 'The call has been connected',
|
|
|
- unSuccessInteraction: 'Unfinished interaction',
|
|
|
- unSuccessInteraction2: 'Unconnected call',
|
|
|
- unSuccessTime: 'Uncompleted times',
|
|
|
- unSuccessTime2: 'Unconnected times',
|
|
|
- failedInteraction: 'Failed to hang up the interaction normally',
|
|
|
- failedInteraction2: 'The call did not hang up normally',
|
|
|
- notOperated: 'Não está respondendo',
|
|
|
- data: 'Interaction data',
|
|
|
- createDate: 'Tempo de interação',
|
|
|
- responseTime: 'Response time',
|
|
|
- fromDevice: 'Initiating device',
|
|
|
- toDevice: 'Receive device',
|
|
|
- interactionRecord: 'Interaction record',
|
|
|
- interactionRecord2: 'Call record',
|
|
|
+ excelFileMsg: 'This will export an Excel file, continue?',
|
|
|
+ successInteraction: 'Interaction Responded',
|
|
|
+ successInteraction2: 'Call Connected',
|
|
|
+ unSuccessInteraction: 'Interaction Not Completed',
|
|
|
+ unSuccessInteraction2: 'Call Not Connected',
|
|
|
+ unSuccessTime: 'Uncompleted Count',
|
|
|
+ unSuccessTime2: 'Unconnected Count',
|
|
|
+ failedInteraction: 'Interaction Not Properly Ended',
|
|
|
+ failedInteraction2: 'Call Not Properly Ended',
|
|
|
+ notOperated: 'Not Responded',
|
|
|
+ data: 'Interaction Data',
|
|
|
+ createDate: 'Interaction Time',
|
|
|
+ responseTime: 'Response Time',
|
|
|
+ fromDevice: 'Initiating Device',
|
|
|
+ toDevice: 'Receiving Device',
|
|
|
+ interactionRecord: 'Interaction Record',
|
|
|
+ interactionRecord2: 'Call Record',
|
|
|
all: 'All',
|
|
|
- customerAndClerk: 'Customer and employee',
|
|
|
- clerkAndClerk: 'Colleague and Colleague',
|
|
|
- selectData: 'Check periord:',
|
|
|
- customerCensus: 'User interaction statistics',
|
|
|
- clerkCensus: 'Employee interaction statistics',
|
|
|
- dataCensus: 'Time period interaction statistics',
|
|
|
- unSuccessCensus: 'Uncompleted interaction statistics',
|
|
|
- interactionCensus: 'Interaction record statistics',
|
|
|
- quantityCensus: 'Quantity statistics',
|
|
|
- avgResponseNum: 'Average response time',
|
|
|
- avgResponseNum2: 'Average On Time',
|
|
|
- MinNum: 'Minimum response time',
|
|
|
- MinNum2: 'Minimum on time',
|
|
|
- MaxNum: 'Maximum response time',
|
|
|
- MaxNum2: 'Maximum on time',
|
|
|
- SumNum: 'Total call time',
|
|
|
+ customerAndClerk: 'Customer and Staff',
|
|
|
+ clerkAndClerk: 'Staff and Staff',
|
|
|
+ selectData: 'Query Period: ',
|
|
|
+ customerCensus: 'Customer Interaction Statistics',
|
|
|
+ clerkCensus: 'Staff Interaction Statistics',
|
|
|
+ dataCensus: 'Time Period Interaction Statistics',
|
|
|
+ unSuccessCensus: 'Uncompleted Interaction Statistics',
|
|
|
+ interactionCensus: 'Interaction Record Statistics',
|
|
|
+ quantityCensus: 'Quantity Statistics',
|
|
|
+ avgResponseNum: 'Average Response Time',
|
|
|
+ avgResponseNum2: 'Average Connection Time',
|
|
|
+ MinNum: 'Minimum Response Time',
|
|
|
+ MinNum2: 'Shortest Connection Time',
|
|
|
+ MaxNum: 'Maximum Response Time',
|
|
|
+ MaxNum2: 'Maximum Connection Time',
|
|
|
+ SumNum: 'Total Call Time',
|
|
|
total: 'Total',
|
|
|
- recordPlay: 'Play the audio recording',
|
|
|
+ recordPlay: 'Play Recording',
|
|
|
eventStatistics: 'Event Statistics',
|
|
|
- statisticalTable: 'Statistical table'
|
|
|
+ statisticalTable: 'Statistical Table'
|
|
|
},
|
|
|
frameGroup: {
|
|
|
frameGroupAdd: 'New area',
|
|
@@ -826,7 +826,7 @@ module.exports = {
|
|
|
screenSecond: 'The second screen',
|
|
|
screenSecondSet: 'The duration of the second screen stay',
|
|
|
screenFirstItemCount: 'First screen bed quantity display',
|
|
|
- otherSetting: 'Other settting',
|
|
|
+ otherSetting: 'Other setting',
|
|
|
screenFixedSet: 'Set the fixed screen display',
|
|
|
noFixed: 'Not fixed',
|
|
|
name: 'Alias',
|
|
@@ -967,20 +967,20 @@ module.exports = {
|
|
|
networkCall: 'Internet call',
|
|
|
mobileCall: 'Mobile call',
|
|
|
fixedCall: 'Fixed call',
|
|
|
- customizeRoleCallFirst: 'Customerize call role 1',
|
|
|
- customizeRoleCallSecond: 'Customize call role 2',
|
|
|
- customizeRoleCallThird: 'Customize call role 3',
|
|
|
- customizeRoleCallFourth: 'Customize call role 4',
|
|
|
- customizeRoleCallFifth: 'Customize call role 5',
|
|
|
- customizeHospitalCallFirst: 'Customize call device 1',
|
|
|
- customizeHospitalCallFirstName: 'Customize the name of the calling device 1',
|
|
|
- inputCustomizeHospitalCallFirstName: 'Input device 1 name',
|
|
|
- customizeHospitalCallSecond: 'Customize call device 2',
|
|
|
- customizeHospitalCallSecondName: 'Customize the name of the call device 2',
|
|
|
- inputCustomizeHospitalCallSecondName: 'Input device 2 name',
|
|
|
- customizeHospitalCallThird: 'Customize call device 3',
|
|
|
- customizeHospitalCallThirdName: 'Customize the name of the call device 3',
|
|
|
- inputCustomizeHospitalCallThirdName: 'Input device 3 name',
|
|
|
+ customizeRoleCallFirst: 'Custom Call Role 1',
|
|
|
+ customizeRoleCallSecond: 'Custom Call Role 2',
|
|
|
+ customizeRoleCallThird: 'Custom Call Role 3',
|
|
|
+ customizeRoleCallFourth: 'Custom Call Role 4',
|
|
|
+ customizeRoleCallFifth: 'Custom Call Role 5',
|
|
|
+ customizeHospitalCallFirst: 'Custom Call Device 1',
|
|
|
+ customizeHospitalCallFirstName: 'Custom Call Device 1 Name',
|
|
|
+ inputCustomizeHospitalCallFirstName: 'Enter Device 1 Name',
|
|
|
+ customizeHospitalCallSecond: 'Custom Call Device 2',
|
|
|
+ customizeHospitalCallSecondName: 'Custom Call Device 2 Name',
|
|
|
+ inputCustomizeHospitalCallSecondName: 'Enter Device 2 Name',
|
|
|
+ customizeHospitalCallThird: 'Custom Call Device 3',
|
|
|
+ customizeHospitalCallThirdName: 'Custom Call Device 3 Name',
|
|
|
+ inputCustomizeHospitalCallThirdName: 'Enter Device 3 Name',
|
|
|
inputName: 'Please enter a name',
|
|
|
doctorTitle: 'Analog extension doctor title',
|
|
|
nurseTitle: 'Analog extension nurse title',
|
|
@@ -1076,12 +1076,12 @@ module.exports = {
|
|
|
hisNurseOptionsKeyval: 'Nursing item classification his PK'
|
|
|
},
|
|
|
tab: {
|
|
|
- home: 'Casa',
|
|
|
- frameManage: 'Localização espacial',
|
|
|
- deviceManage: 'Todos os dispositivos',
|
|
|
- clerkManage: 'Gestão de colaboradores',
|
|
|
+ home: 'Home',
|
|
|
+ frameManage: 'Space position',
|
|
|
+ deviceManage: 'All devices',
|
|
|
+ clerkManage: 'Employee management',
|
|
|
clerkCalendar: 'Employee clock in calendar',
|
|
|
- patientManage: 'Gestão de doentes',
|
|
|
+ patientManage: 'Patient management',
|
|
|
customerManage: 'User Management',
|
|
|
customerQrCode: 'User QR code',
|
|
|
customerAdvice: 'Doctor\'s advice',
|
|
@@ -1090,21 +1090,21 @@ module.exports = {
|
|
|
sosDeviceSettingManage: 'Alarm device',
|
|
|
channelManage: 'Intercom channel',
|
|
|
channelImHistory: 'Channel message history',
|
|
|
- remarkManage: 'Gestão de notas',
|
|
|
- taskManage: 'Gestão de tarefas',
|
|
|
- interaction: 'Interação',
|
|
|
+ remarkManage: 'Note management',
|
|
|
+ taskManage: 'Task management',
|
|
|
+ interaction: 'Interaction',
|
|
|
interactionHistory: 'Interaction History',
|
|
|
frameGroupManage: 'Region management',
|
|
|
frameGroupEdit: 'Edit area information',
|
|
|
watchFrameManage: 'Mobile device space',
|
|
|
- broadcastManage: 'Configurações de transmissão',
|
|
|
+ broadcastManage: 'Broadcast settings',
|
|
|
broadcastEdit: 'Edit broadcast information',
|
|
|
nurseConfig: 'Nursing parameters',
|
|
|
boardManage: 'Information board settings',
|
|
|
eventManage: 'Button event management',
|
|
|
hisManage: 'His query',
|
|
|
interactionChars: 'Interaction statistics',
|
|
|
- settings: 'Configurações',
|
|
|
+ settings: 'settings',
|
|
|
partSettings: 'Organization settings',
|
|
|
functionRoleMapping: 'Component Permissions',
|
|
|
countdownConfig: 'Countdown Component Configuration',
|
|
@@ -1125,7 +1125,7 @@ module.exports = {
|
|
|
deviceFrame: 'Device space',
|
|
|
ledDeviceManager: 'LED dot matrix screen management',
|
|
|
ledDevice: 'LED dot matrix screen control',
|
|
|
- entraceguardUser: 'Configurações de acesso',
|
|
|
+ entraceguardUser: 'Passage setting',
|
|
|
customBoardManage: 'Custom Board Screen',
|
|
|
customBoardDesigner: 'Designer Board Screen',
|
|
|
staffManageFrames: 'Staff Serve Structure',
|
|
@@ -1209,13 +1209,13 @@ module.exports = {
|
|
|
CALLBACK: 'TCP Feedback',
|
|
|
VOICE: 'Voice',
|
|
|
VIDEO: 'Video',
|
|
|
- SOS: 'Chamadas de emergência',
|
|
|
+ SOS: 'Emergency Call',
|
|
|
REINFORCE: 'Reinforcements',
|
|
|
IM: 'Message',
|
|
|
DEVICE: 'Device',
|
|
|
DATA: 'Data',
|
|
|
EVENT: 'Event',
|
|
|
- SIDE: 'nursing',
|
|
|
+ SIDE: 'Nursing',
|
|
|
BROADCAST: 'Broadcast',
|
|
|
TIME: 'Time',
|
|
|
ENTRACEGUARD: 'Access Control',
|
|
@@ -1236,8 +1236,8 @@ module.exports = {
|
|
|
FRIEND: 'Friend'
|
|
|
},
|
|
|
childbirthType: {
|
|
|
- SPONTANEOUS_LABOR: 'Natrual Birth',
|
|
|
- CAESAREAN_BIRTH: 'Caesarean Birth'
|
|
|
+ SPONTANEOUS_LABOR: 'Spontaneous Labor',
|
|
|
+ CAESAREAN_BIRTH: 'Cesarean Birth'
|
|
|
},
|
|
|
sleepData: {
|
|
|
Awake: 'Awake',
|
|
@@ -1347,7 +1347,7 @@ module.exports = {
|
|
|
USER_DISABLE: 'The current account has been disabled. Please contact the administrator',
|
|
|
PASSWORD_ERROR: 'Account password error!',
|
|
|
LOGIN_FAILED: 'Your current identity is not allowed to log in to the system!',
|
|
|
- LOGOUT: 'El usuario ha dejado de iniciar sesión',
|
|
|
+ LOGOUT: 'User has already logged out',
|
|
|
MEMBER_NULL: 'The current user does not exist!',
|
|
|
MEMBER_ADD_FAILED: 'Failed to add member, non-existent user ID',
|
|
|
MEMBER_FAILED: 'User ID error, non-existent user',
|
|
@@ -1402,7 +1402,7 @@ module.exports = {
|
|
|
expire: 'Expiration date',
|
|
|
face: 'Face recognition photo',
|
|
|
chooseImage: 'Choose image',
|
|
|
- syncToDevice: 'Synchronize to device',
|
|
|
+ syncToDevice: 'Synchronize to device'
|
|
|
},
|
|
|
boardTitle: {
|
|
|
add: 'Add information board screen',
|
|
@@ -1604,10 +1604,6 @@ module.exports = {
|
|
|
customerAgeHidden: 'Extension user age hidden',
|
|
|
customerAgeHiddenOnDoor: 'Door machine user age hidden'
|
|
|
},
|
|
|
- wnn20240126: {
|
|
|
- MULTIFUNCTIONAL_BUTTON: 'Multi function button',
|
|
|
- S433_BJMD: 'Alarm door light'
|
|
|
- },
|
|
|
zy20240205: {
|
|
|
linuxPortraitDoor: 'Linux vertical screen doorstep machine',
|
|
|
ENABLE: 'Not turned on',
|
|
@@ -1644,13 +1640,12 @@ module.exports = {
|
|
|
inputFileAddress: 'Please enter a file storage address',
|
|
|
inputMysqlAddress: 'Please enter the address of the MySQL server',
|
|
|
deleteSqlMsg: 'The data is not recoverable after the deletion operation, are you sure you want to delete this data?'
|
|
|
-
|
|
|
},
|
|
|
wu20240322: {
|
|
|
- fileManager: 'Gestor de ficheiros'
|
|
|
+ fileManager: 'File manager'
|
|
|
},
|
|
|
zy20240530: {
|
|
|
- customerAffair: 'user event',
|
|
|
+ customerAffair: 'User event',
|
|
|
customerAffairAdd: 'Add new event',
|
|
|
customerAffairConTent: 'Event content',
|
|
|
timeMsg: 'Please select a time',
|
|
@@ -1671,9 +1666,8 @@ module.exports = {
|
|
|
},
|
|
|
clear_icon: 'Clear Icon'
|
|
|
},
|
|
|
- wnn20240322: {
|
|
|
- SOS_VOICE_BUTTON: 'SOS voice button',
|
|
|
- PTT: 'ptt'
|
|
|
+ wu20240604: {
|
|
|
+ textDisplayHospitalModuleTitle: 'Hospital Level Statistical Information'
|
|
|
},
|
|
|
zy20240611: {
|
|
|
boolTransfer: 'Enable managed interface',
|
|
@@ -1715,9 +1709,6 @@ module.exports = {
|
|
|
incorrectFormat: 'Not an image format file',
|
|
|
fileSizeLimit: 'Please upload an image less than {size}M'
|
|
|
},
|
|
|
- wnn20241108: {
|
|
|
- WATCH_BSJ: 'Smart Watch - BSJ'
|
|
|
- },
|
|
|
zy20241209: {
|
|
|
addType: 'Add Type',
|
|
|
isDevice: '(Is device)',
|