nubomed-ui 2.0.159 → 2.0.160
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fonts/iconfont.js +1 -1
- package/lang/en-US.js +1 -201
- package/lang/zh-CN.js +1 -201
- package/nubomed-ui.common.js +175 -46
- package/nubomed-ui.umd.js +175 -46
- package/nubomed-ui.umd.min.js +2 -3
- package/package.json +1 -1
- package/nubomed-ui.common.js.map +0 -1
- package/nubomed-ui.umd.js.map +0 -1
- package/nubomed-ui.umd.min.js.map +0 -1
package/lang/en-US.js
CHANGED
@@ -1,201 +1 @@
|
|
1
|
-
|
2
|
-
* @Author: chenghuan.dong
|
3
|
-
* @Date: 2024-11-11 12:00:41
|
4
|
-
* @LastEditTime: 2024-12-09 13:37:18
|
5
|
-
* @LastEditors: chenghuan.dong
|
6
|
-
* @Description:
|
7
|
-
* @FilePath: \nubomed-ui\locale\lang\en-US.js
|
8
|
-
*/
|
9
|
-
export default {
|
10
|
-
nb: {
|
11
|
-
// 耗材信息相关
|
12
|
-
name: 'Item Name',
|
13
|
-
consumableInfo: 'Medical Supply Info',
|
14
|
-
spec: 'Spec',
|
15
|
-
model: 'Model',
|
16
|
-
barcode: 'Unique Code',
|
17
|
-
combineCode: '品规码',
|
18
|
-
batch: 'Batch No.',
|
19
|
-
expiry: 'Expiry',
|
20
|
-
count: 'Quantity',
|
21
|
-
totalCount: 'Total',
|
22
|
-
stockCount: 'Inventory',
|
23
|
-
coefficient: 'Coefficient',
|
24
|
-
position: 'Location',
|
25
|
-
curPosition: 'Current Location',
|
26
|
-
lastPosition: 'Last Known Location',
|
27
|
-
manufacturer: 'Manufacturer',
|
28
|
-
brand: 'Brand',
|
29
|
-
supplier: 'Supplier',
|
30
|
-
unit: 'Unit',
|
31
|
-
price: 'Amount',
|
32
|
-
unitPrice: 'Unit Price',
|
33
|
-
|
34
|
-
// 用户相关
|
35
|
-
currentUser: '当前用户',
|
36
|
-
operation: 'Operation',
|
37
|
-
operator: 'Operator',
|
38
|
-
operateTime: 'Operation Time',
|
39
|
-
operateType: 'Operation Type',
|
40
|
-
|
41
|
-
// 患者相关
|
42
|
-
female: 'Female',
|
43
|
-
male: 'Male',
|
44
|
-
sex: '性别',
|
45
|
-
age: '年龄',
|
46
|
-
inpatientNum: '住院号',
|
47
|
-
patientName: '患者姓名',
|
48
|
-
|
49
|
-
// 日期相关
|
50
|
-
yesterday: '昨天',
|
51
|
-
today: '今天',
|
52
|
-
tomorrow: '明天',
|
53
|
-
oneWeekAgo: '近一周',
|
54
|
-
oneMonthAgo: '近一月',
|
55
|
-
|
56
|
-
// 数据展示
|
57
|
-
status: '状态',
|
58
|
-
dept: '科室',
|
59
|
-
time: '时间',
|
60
|
-
type: '类型',
|
61
|
-
remark: '备注',
|
62
|
-
temperature: 'Temperature',
|
63
|
-
humidity: 'Humidity',
|
64
|
-
invSurplus: 'Inventory Surplus',
|
65
|
-
invLoss: 'Inventory Loss',
|
66
|
-
invAccount: 'System Count',
|
67
|
-
invActual: 'Auto Count',
|
68
|
-
invIng: 'Counting...',
|
69
|
-
upperStrata: 'Upper Level',
|
70
|
-
onlineVersion: 'Online Version',
|
71
|
-
offlineVersion: 'Offline Version',
|
72
|
-
middleground: 'Middleware',
|
73
|
-
middlegroundVersion: 'Middleware Version',
|
74
|
-
embedded: 'Embedded',
|
75
|
-
deviceNumber: 'Device Number',
|
76
|
-
plateType: 'Board Type',
|
77
|
-
version: 'Version Number',
|
78
|
-
handwareAdress: 'Hardware Address',
|
79
|
-
cabinetBoard: 'Cabinet Board',
|
80
|
-
tempHumBoard: 'Temperature and Humidity Display Board',
|
81
|
-
alarmBoard: 'Vibration Alarm Board',
|
82
|
-
|
83
|
-
// 状态相关
|
84
|
-
state: {
|
85
|
-
normal: '正常',
|
86
|
-
abnormal: '异常',
|
87
|
-
temporaryStop: 'Temporarily Disabled',
|
88
|
-
disabled: 'Disabled',
|
89
|
-
unopenedBottle: 'Unopened',
|
90
|
-
openedBottle: 'Opened'
|
91
|
-
},
|
92
|
-
|
93
|
-
// 按钮
|
94
|
-
button: {
|
95
|
-
back: 'Back',
|
96
|
-
backToMain: 'Main Menu',
|
97
|
-
logout: 'Exit',
|
98
|
-
close: 'Close',
|
99
|
-
add: 'Add',
|
100
|
-
search: 'Search',
|
101
|
-
detail: 'Details',
|
102
|
-
cancel: 'Cancel',
|
103
|
-
confirm: 'Confirm',
|
104
|
-
iKnown: 'I Understand',
|
105
|
-
known: 'Understood',
|
106
|
-
refresh: 'Refresh',
|
107
|
-
retest: 'Retesting',
|
108
|
-
copy: 'Copy',
|
109
|
-
clear: 'Clear',
|
110
|
-
ignore: 'Ignore',
|
111
|
-
ignoreSign: 'Ignore and Delete',
|
112
|
-
look: 'Go to View',
|
113
|
-
print: 'Print',
|
114
|
-
retry: 'Retry',
|
115
|
-
edit: 'Edit',
|
116
|
-
save: 'Save',
|
117
|
-
submit: 'Submit',
|
118
|
-
againSubmit: 'Resubmit',
|
119
|
-
continueSubmit: 'Continue Submitting',
|
120
|
-
replyDelete: 'Backspace',
|
121
|
-
retrospect: '追溯',
|
122
|
-
inventory: 'Inventory Count',
|
123
|
-
login: 'Login',
|
124
|
-
openLock: '开锁',
|
125
|
-
allOpenLock: '全部开锁',
|
126
|
-
openCabinet: `Open`,
|
127
|
-
openAllCabinet: `Open All Cabinets`,
|
128
|
-
hide: 'Collapse'
|
129
|
-
},
|
130
|
-
// 表单相关
|
131
|
-
form: {
|
132
|
-
all: '全部',
|
133
|
-
startTime: '开始时间',
|
134
|
-
endTime: '结束时间'
|
135
|
-
},
|
136
|
-
|
137
|
-
// 提示相关
|
138
|
-
msg: {
|
139
|
-
copySuccess: `Copy Successful!`,
|
140
|
-
deleteFail: '删除失败!',
|
141
|
-
deleteSuccess: '删除成功!',
|
142
|
-
submitFail: '提交失败!',
|
143
|
-
submitSuccess: '提交成功!',
|
144
|
-
saveFail: '保存失败!',
|
145
|
-
saveSuccess: '保存成功!',
|
146
|
-
noDataAndRefresh: '暂无数据,请刷新试试~',
|
147
|
-
noSearchRecord: '暂无搜索记录~',
|
148
|
-
noData: '暂无数据'
|
149
|
-
},
|
150
|
-
|
151
|
-
// 近效期
|
152
|
-
expriy: {
|
153
|
-
overdue: 'Expired',
|
154
|
-
oneMonth: 'EXP 1M',
|
155
|
-
threeMonth: 'EXP 3M',
|
156
|
-
sixMonth: 'EXP 6M'
|
157
|
-
},
|
158
|
-
// 柜子
|
159
|
-
cabinet: {
|
160
|
-
upCabinet: 'Top Section of Cabinet',
|
161
|
-
downCabinet: 'Bottom Section of Cabinet',
|
162
|
-
leftCabinet: 'Left Cabinet',
|
163
|
-
rightCabinet: 'Right Cabinet',
|
164
|
-
cabinetUnconnected: '{0} Not Connected',
|
165
|
-
cabinetUnlock: '{0} Not Locked',
|
166
|
-
cabinetLock: '{0} Locked',
|
167
|
-
cabinetUnclosed: '{0} Not Closed',
|
168
|
-
cabinetClosed: '{0} Closed'
|
169
|
-
},
|
170
|
-
// 试剂类型
|
171
|
-
reagentType: {
|
172
|
-
mediumPackage: 'Medium Pack',
|
173
|
-
singleMultiple: 'Single Dose Multiple Use',
|
174
|
-
singleOnce: 'Single Dose One Time Use',
|
175
|
-
opened: 'Opened',
|
176
|
-
unopened: 'Unopened'
|
177
|
-
},
|
178
|
-
// 紫外线消毒
|
179
|
-
uv: {
|
180
|
-
startTitle: '请离开终端',
|
181
|
-
startTips: '<strong>{0}</strong>秒后开始消毒',
|
182
|
-
cancelTask: '取消任务',
|
183
|
-
ingPopupTitle: '正在紫外线消毒',
|
184
|
-
ingPopupTips: '已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟',
|
185
|
-
endTask: '结束消毒',
|
186
|
-
endPopupTitle: '已消毒完毕',
|
187
|
-
endPopupTips1: '等待',
|
188
|
-
endPopupTips2: '秒后自动退出消毒模式',
|
189
|
-
logout: '立即退出',
|
190
|
-
pleaseLeaveCabinet: '正在紫外线消毒,请远离柜门'
|
191
|
-
},
|
192
|
-
// 其他
|
193
|
-
loading: 'Loading...',
|
194
|
-
release: 'Release Update',
|
195
|
-
pullRefresh: 'Pull to Refresh',
|
196
|
-
isEnd: 'Reached the End',
|
197
|
-
noMoreData: 'No More Available',
|
198
|
-
traceDetail: `Full Process Traceability Details`,
|
199
|
-
notConfiguredOffline: 'Offline service not configured!'
|
200
|
-
}
|
201
|
-
}
|
1
|
+
export default{nb:{name:"Item Name",consumableInfo:"Medical Supply Info",spec:"Spec",model:"Model",barcode:"Unique Code",combineCode:"品规码",batch:"Batch No.",expiry:"Expiry",count:"Quantity",totalCount:"Total",stockCount:"Inventory",coefficient:"Coefficient",position:"Location",curPosition:"Current Location",lastPosition:"Last Known Location",manufacturer:"Manufacturer",brand:"Brand",supplier:"Supplier",unit:"Unit",price:"Amount",unitPrice:"Unit Price",currentUser:"当前用户",operation:"Operation",operator:"Operator",operateTime:"Operation Time",operateType:"Operation Type",female:"Female",male:"Male",sex:"性别",age:"年龄",inpatientNum:"住院号",patientName:"患者姓名",yesterday:"昨天",today:"今天",tomorrow:"明天",oneWeekAgo:"近一周",oneMonthAgo:"近一月",status:"状态",dept:"科室",time:"时间",type:"类型",remark:"备注",temperature:"Temperature",humidity:"Humidity",invSurplus:"Inventory Surplus",invLoss:"Inventory Loss",invAccount:"System Count",invActual:"Auto Count",invIng:"Counting...",upperStrata:"Upper Level",onlineVersion:"Online Version",offlineVersion:"Offline Version",middleground:"Middleware",middlegroundVersion:"Middleware Version",embedded:"Embedded",deviceNumber:"Device Number",plateType:"Board Type",version:"Version Number",handwareAdress:"Hardware Address",cabinetBoard:"Cabinet Board",tempHumBoard:"Temperature and Humidity Display Board",alarmBoard:"Vibration Alarm Board",state:{normal:"正常",abnormal:"异常",temporaryStop:"Temporarily Disabled",disabled:"Disabled",unopenedBottle:"Unopened",openedBottle:"Opened"},button:{back:"Back",backToMain:"Main Menu",logout:"Exit",close:"Close",add:"Add",search:"Search",detail:"Details",cancel:"Cancel",confirm:"Confirm",iKnown:"I Understand",known:"Understood",refresh:"Refresh",retest:"Retesting",copy:"Copy",clear:"Clear",ignore:"Ignore",ignoreSign:"Ignore and Delete",look:"Go to View",print:"Print",retry:"Retry",edit:"Edit",save:"Save",submit:"Submit",againSubmit:"Resubmit",continueSubmit:"Continue Submitting",replyDelete:"Backspace",retrospect:"追溯",inventory:"Inventory Count",login:"Login",openLock:"开锁",allOpenLock:"全部开锁",openCabinet:"Open",openAllCabinet:"Open All Cabinets",hide:"Collapse"},form:{all:"全部",startTime:"开始时间",endTime:"结束时间"},msg:{copySuccess:"Copy Successful!",deleteFail:"删除失败!",deleteSuccess:"删除成功!",submitFail:"提交失败!",submitSuccess:"提交成功!",saveFail:"保存失败!",saveSuccess:"保存成功!",noDataAndRefresh:"暂无数据,请刷新试试~",noSearchRecord:"暂无搜索记录~",noData:"暂无数据"},expriy:{overdue:"Expired",oneMonth:"EXP 1M",threeMonth:"EXP 3M",sixMonth:"EXP 6M"},cabinet:{upCabinet:"Top Section of Cabinet",downCabinet:"Bottom Section of Cabinet",leftCabinet:"Left Cabinet",rightCabinet:"Right Cabinet",cabinetUnconnected:"{0} Not Connected",cabinetUnlock:"{0} Not Locked",cabinetLock:"{0} Locked",cabinetUnclosed:"{0} Not Closed",cabinetClosed:"{0} Closed"},reagentType:{mediumPackage:"Medium Pack",singleMultiple:"Single Dose Multiple Use",singleOnce:"Single Dose One Time Use",opened:"Opened",unopened:"Unopened"},uv:{startTitle:"请离开终端",startTips:"<strong>{0}</strong>秒后开始消毒",cancelTask:"取消任务",ingPopupTitle:"正在紫外线消毒",ingPopupTips:"已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟",endTask:"结束消毒",endPopupTitle:"已消毒完毕",endPopupTips1:"等待",endPopupTips2:"秒后自动退出消毒模式",logout:"立即退出",pleaseLeaveCabinet:"正在紫外线消毒,请远离柜门"},loading:"Loading...",release:"Release Update",pullRefresh:"Pull to Refresh",isEnd:"Reached the End",noMoreData:"No More Available",traceDetail:"Full Process Traceability Details",notConfiguredOffline:"Offline service not configured!"}};
|
package/lang/zh-CN.js
CHANGED
@@ -1,201 +1 @@
|
|
1
|
-
|
2
|
-
* @Author: chenghuan.dong
|
3
|
-
* @Date: 2024-11-11 11:59:27
|
4
|
-
* @LastEditTime: 2024-12-09 12:04:59
|
5
|
-
* @LastEditors: chenghuan.dong
|
6
|
-
* @Description:
|
7
|
-
* @FilePath: \nubomed-ui\locale\lang\zh-CN.js
|
8
|
-
*/
|
9
|
-
export default {
|
10
|
-
nb: {
|
11
|
-
// 耗材信息相关
|
12
|
-
name: '品名',
|
13
|
-
consumableInfo: '耗材信息',
|
14
|
-
spec: '规格',
|
15
|
-
model: '型号',
|
16
|
-
barcode: '唯一码',
|
17
|
-
combineCode: '品规码',
|
18
|
-
batch: '批号',
|
19
|
-
expiry: '效期',
|
20
|
-
count: '数量',
|
21
|
-
totalCount: '总数',
|
22
|
-
stockCount: '库存',
|
23
|
-
coefficient: '系数',
|
24
|
-
position: '位置',
|
25
|
-
curPosition: '当前位置',
|
26
|
-
lastPosition: '上次位置',
|
27
|
-
manufacturer: '生产厂家',
|
28
|
-
brand: '品牌',
|
29
|
-
supplier: '供应商',
|
30
|
-
unit: '单位',
|
31
|
-
price: '金额',
|
32
|
-
unitPrice: '单价',
|
33
|
-
|
34
|
-
// 用户相关
|
35
|
-
currentUser: '当前用户',
|
36
|
-
operation: '操作',
|
37
|
-
operator: '操作人',
|
38
|
-
operateTime: '操作时间',
|
39
|
-
operateType: '操作类型',
|
40
|
-
|
41
|
-
// 患者相关
|
42
|
-
female: '女',
|
43
|
-
male: '男',
|
44
|
-
sex: '性别',
|
45
|
-
age: '年龄',
|
46
|
-
inpatientNum: '住院号',
|
47
|
-
patientName: '患者姓名',
|
48
|
-
|
49
|
-
// 日期相关
|
50
|
-
yesterday: '昨天',
|
51
|
-
today: '今天',
|
52
|
-
tomorrow: '明天',
|
53
|
-
oneWeekAgo: '近一周',
|
54
|
-
oneMonthAgo: '近一月',
|
55
|
-
|
56
|
-
// 数据展示
|
57
|
-
status: '状态',
|
58
|
-
dept: '科室',
|
59
|
-
time: '时间',
|
60
|
-
type: '类型',
|
61
|
-
remark: '备注',
|
62
|
-
temperature: '温度',
|
63
|
-
humidity: '湿度',
|
64
|
-
invSurplus: '盘盈',
|
65
|
-
invLoss: '盘亏',
|
66
|
-
invAccount: '账盘',
|
67
|
-
invActual: '机盘',
|
68
|
-
invIng: '盘点中...',
|
69
|
-
upperStrata: '上层',
|
70
|
-
onlineVersion: '在线版本',
|
71
|
-
offlineVersion: '离线版本',
|
72
|
-
middleground: '中台',
|
73
|
-
middlegroundVersion: '中台版本',
|
74
|
-
embedded: '嵌入式',
|
75
|
-
deviceNumber: '设备号',
|
76
|
-
plateType: '板类型',
|
77
|
-
version: '版本号',
|
78
|
-
handwareAdress: '硬件地址',
|
79
|
-
cabinetBoard: '柜板',
|
80
|
-
tempHumBoard: '温湿度显示板',
|
81
|
-
alarmBoard: '震动报警器板',
|
82
|
-
|
83
|
-
// 状态相关
|
84
|
-
state: {
|
85
|
-
normal: '正常',
|
86
|
-
abnormal: '异常',
|
87
|
-
temporaryStop: '临时停用',
|
88
|
-
disabled: '已禁用',
|
89
|
-
unopenedBottle: '未开瓶',
|
90
|
-
openedBottle: '已开瓶'
|
91
|
-
},
|
92
|
-
|
93
|
-
// 按钮
|
94
|
-
button: {
|
95
|
-
back: '返回',
|
96
|
-
backToMain: '返回主页',
|
97
|
-
logout: '退出',
|
98
|
-
close: '关闭',
|
99
|
-
add: '添加',
|
100
|
-
search: '搜索',
|
101
|
-
detail: '详情',
|
102
|
-
cancel: '取消',
|
103
|
-
confirm: '确定',
|
104
|
-
iKnown: '我知道了',
|
105
|
-
known: '知道了',
|
106
|
-
refresh: '刷新',
|
107
|
-
retest: '重新检测',
|
108
|
-
inventory: '盘点',
|
109
|
-
copy: '复制',
|
110
|
-
clear: '清空',
|
111
|
-
ignore: '忽略',
|
112
|
-
ignoreSign: '忽略并删除',
|
113
|
-
look: '前往查看',
|
114
|
-
print: '打印',
|
115
|
-
retry: '重试',
|
116
|
-
edit: '编辑',
|
117
|
-
save: '保存',
|
118
|
-
submit: '提交',
|
119
|
-
againSubmit: '重新提交',
|
120
|
-
continueSubmit: '继续提交',
|
121
|
-
replyDelete: '回删',
|
122
|
-
retrospect: '追溯',
|
123
|
-
login: '登录',
|
124
|
-
openLock: '开锁',
|
125
|
-
allOpenLock: '全部开锁',
|
126
|
-
openCabinet: '开柜',
|
127
|
-
openAllCabinet: '全部<br>开柜',
|
128
|
-
hide: '收起'
|
129
|
-
},
|
130
|
-
// 表单相关
|
131
|
-
form: {
|
132
|
-
all: '全部',
|
133
|
-
startTime: '开始时间',
|
134
|
-
endTime: '结束时间'
|
135
|
-
},
|
136
|
-
|
137
|
-
// 提示相关
|
138
|
-
msg: {
|
139
|
-
copySuccess: '复制成功!',
|
140
|
-
deleteFail: '删除失败!',
|
141
|
-
deleteSuccess: '删除成功!',
|
142
|
-
submitFail: '提交失败!',
|
143
|
-
submitSuccess: '提交成功!',
|
144
|
-
saveFail: '保存失败!',
|
145
|
-
saveSuccess: '保存成功!',
|
146
|
-
noDataAndRefresh: '暂无数据,请刷新试试~',
|
147
|
-
noSearchRecord: '暂无搜索记录~',
|
148
|
-
noData: '暂无数据'
|
149
|
-
},
|
150
|
-
|
151
|
-
// 近效期
|
152
|
-
expriy: {
|
153
|
-
overdue: '过期',
|
154
|
-
oneMonth: '1个月',
|
155
|
-
threeMonth: '3个月',
|
156
|
-
sixMonth: '6个月'
|
157
|
-
},
|
158
|
-
// 柜子
|
159
|
-
cabinet: {
|
160
|
-
upCabinet: '上柜',
|
161
|
-
downCabinet: '下柜',
|
162
|
-
leftCabinet: '左柜',
|
163
|
-
rightCabinet: '右柜',
|
164
|
-
cabinetUnconnected: '{0}未连接',
|
165
|
-
cabinetUnlock: '{0}未锁',
|
166
|
-
cabinetLock: '{0}已锁',
|
167
|
-
cabinetUnclosed: '{0}未关',
|
168
|
-
cabinetClosed: '{0}已关'
|
169
|
-
},
|
170
|
-
// 试剂类型
|
171
|
-
reagentType: {
|
172
|
-
mediumPackage: '中包装',
|
173
|
-
singleMultiple: '单支多次',
|
174
|
-
singleOnce: '单支一次',
|
175
|
-
opened: '已开瓶',
|
176
|
-
unopened: '未开瓶'
|
177
|
-
},
|
178
|
-
// 紫外线消毒
|
179
|
-
uv: {
|
180
|
-
startTitle: '请离开终端',
|
181
|
-
startTips: '<strong>{0}</strong>秒后开始消毒',
|
182
|
-
cancelTask: '取消任务',
|
183
|
-
ingPopupTitle: '正在紫外线消毒',
|
184
|
-
ingPopupTips: '已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟',
|
185
|
-
endTask: '结束消毒',
|
186
|
-
endPopupTitle: '已消毒完毕',
|
187
|
-
endPopupTips1: '等待',
|
188
|
-
endPopupTips2: '秒后自动退出消毒模式',
|
189
|
-
logout: '立即退出',
|
190
|
-
pleaseLeaveCabinet: '正在紫外线消毒,请远离柜门'
|
191
|
-
},
|
192
|
-
// 其他
|
193
|
-
loading: '加载中...',
|
194
|
-
release: '释放更新',
|
195
|
-
pullRefresh: '下拉刷新',
|
196
|
-
isEnd: '已经到底了',
|
197
|
-
noMoreData: '没有更多了',
|
198
|
-
traceDetail: '全流程追溯详情',
|
199
|
-
notConfiguredOffline: '未配置离线服务,请联系工程师处理!'
|
200
|
-
}
|
201
|
-
}
|
1
|
+
export default{nb:{name:"品名",consumableInfo:"耗材信息",spec:"规格",model:"型号",barcode:"唯一码",combineCode:"品规码",batch:"批号",expiry:"效期",count:"数量",totalCount:"总数",stockCount:"库存",coefficient:"系数",position:"位置",curPosition:"当前位置",lastPosition:"上次位置",manufacturer:"生产厂家",brand:"品牌",supplier:"供应商",unit:"单位",price:"金额",unitPrice:"单价",currentUser:"当前用户",operation:"操作",operator:"操作人",operateTime:"操作时间",operateType:"操作类型",female:"女",male:"男",sex:"性别",age:"年龄",inpatientNum:"住院号",patientName:"患者姓名",yesterday:"昨天",today:"今天",tomorrow:"明天",oneWeekAgo:"近一周",oneMonthAgo:"近一月",status:"状态",dept:"科室",time:"时间",type:"类型",remark:"备注",temperature:"温度",humidity:"湿度",invSurplus:"盘盈",invLoss:"盘亏",invAccount:"账盘",invActual:"机盘",invIng:"盘点中...",upperStrata:"上层",onlineVersion:"在线版本",offlineVersion:"离线版本",middleground:"中台",middlegroundVersion:"中台版本",embedded:"嵌入式",deviceNumber:"设备号",plateType:"板类型",version:"版本号",handwareAdress:"硬件地址",cabinetBoard:"柜板",tempHumBoard:"温湿度显示板",alarmBoard:"震动报警器板",state:{normal:"正常",abnormal:"异常",temporaryStop:"临时停用",disabled:"已禁用",unopenedBottle:"未开瓶",openedBottle:"已开瓶"},button:{back:"返回",backToMain:"返回主页",logout:"退出",close:"关闭",add:"添加",search:"搜索",detail:"详情",cancel:"取消",confirm:"确定",iKnown:"我知道了",known:"知道了",refresh:"刷新",retest:"重新检测",inventory:"盘点",copy:"复制",clear:"清空",ignore:"忽略",ignoreSign:"忽略并删除",look:"前往查看",print:"打印",retry:"重试",edit:"编辑",save:"保存",submit:"提交",againSubmit:"重新提交",continueSubmit:"继续提交",replyDelete:"回删",retrospect:"追溯",login:"登录",openLock:"开锁",allOpenLock:"全部开锁",openCabinet:"开柜",openAllCabinet:"全部<br>开柜",hide:"收起"},form:{all:"全部",startTime:"开始时间",endTime:"结束时间"},msg:{copySuccess:"复制成功!",deleteFail:"删除失败!",deleteSuccess:"删除成功!",submitFail:"提交失败!",submitSuccess:"提交成功!",saveFail:"保存失败!",saveSuccess:"保存成功!",noDataAndRefresh:"暂无数据,请刷新试试~",noSearchRecord:"暂无搜索记录~",noData:"暂无数据"},expriy:{overdue:"过期",oneMonth:"1个月",threeMonth:"3个月",sixMonth:"6个月"},cabinet:{upCabinet:"上柜",downCabinet:"下柜",leftCabinet:"左柜",rightCabinet:"右柜",cabinetUnconnected:"{0}未连接",cabinetUnlock:"{0}未锁",cabinetLock:"{0}已锁",cabinetUnclosed:"{0}未关",cabinetClosed:"{0}已关"},reagentType:{mediumPackage:"中包装",singleMultiple:"单支多次",singleOnce:"单支一次",opened:"已开瓶",unopened:"未开瓶"},uv:{startTitle:"请离开终端",startTips:"<strong>{0}</strong>秒后开始消毒",cancelTask:"取消任务",ingPopupTitle:"正在紫外线消毒",ingPopupTips:"已消毒<i>{0}</i>分钟,剩余<strong>{1}</strong>小时<strong>{2}</strong>分钟",endTask:"结束消毒",endPopupTitle:"已消毒完毕",endPopupTips1:"等待",endPopupTips2:"秒后自动退出消毒模式",logout:"立即退出",pleaseLeaveCabinet:"正在紫外线消毒,请远离柜门"},loading:"加载中...",release:"释放更新",pullRefresh:"下拉刷新",isEnd:"已经到底了",noMoreData:"没有更多了",traceDetail:"全流程追溯详情",notConfiguredOffline:"未配置离线服务,请联系工程师处理!"}};
|