nubomed-ui 2.0.73 → 2.0.74

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.

Potentially problematic release.


This version of nubomed-ui might be problematic. Click here for more details.

package/lang/en-US.js CHANGED
@@ -1,180 +1 @@
1
- /*
2
- * @Author: chenghuan.dong
3
- * @Date: 2024-11-11 12:00:41
4
- * @LastEditTime: 2024-11-21 13:40:24
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: '女',
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: '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
- },
90
-
91
- // 按钮
92
- button: {
93
- back: 'Back',
94
- backToMain: 'Main Menu',
95
- logout: 'Exit',
96
- close: 'Close',
97
- add: 'Add',
98
- search: 'Search',
99
- detail: 'Details',
100
- cancel: 'Cancel',
101
- confirm: 'Confirm',
102
- iKnown: 'I Understand',
103
- known: 'Understood',
104
- refresh: 'Refresh',
105
- retest: 'Retesting',
106
- copy: 'Copy',
107
- clear: 'Clear',
108
- ignore: 'Ignore',
109
- ignoreSign: 'Ignore and Delete',
110
- look: 'Go to View',
111
- print: 'Print',
112
- retry: 'Retry',
113
- edit: 'Edit',
114
- save: 'Save',
115
- submit: 'Submit',
116
- againSubmit: 'Resubmit',
117
- continueSubmit: 'Continue Submitting',
118
- replyDelete: 'Backspace',
119
- retrospect: '追溯',
120
- inventory: 'Inventory Count',
121
- login: 'Login',
122
- openLock: '开锁',
123
- allOpenLock: '全部开锁'
124
- },
125
- // 表单相关
126
- form: {
127
- all: '全部',
128
- startTime: '开始时间',
129
- endTime: '结束时间'
130
- },
131
-
132
- // 提示相关
133
- msg: {
134
- copySuccess: `Copy Successful!`,
135
- deleteFail: '删除失败!',
136
- deleteSuccess: '删除成功!',
137
- submitFail: '提交失败!',
138
- submitSuccess: '提交成功!',
139
- saveFail: '保存失败!',
140
- saveSuccess: '保存成功!',
141
- noDataAndRefresh: '暂无数据,请刷新试试~',
142
- noSearchRecord: '暂无搜索记录~',
143
- noData: '暂无数据'
144
- },
145
-
146
- // 近效期
147
- expriy: {
148
- overdue: 'Expired',
149
- oneMonth: '1 months',
150
- threeMonth: '3 months',
151
- sixMonth: '6 months'
152
- },
153
- // 柜子
154
- cabinet: {
155
- upCabinet: '上柜',
156
- downCabinet: '下柜',
157
- leftCabinet: '左柜',
158
- rightCabinet: '右柜',
159
- cabinetUnconnected: '未连接',
160
- cabinetUnlock: '柜未锁',
161
- cabinetLock: '柜已锁',
162
- cabinetUnclosed: '柜未关',
163
- cabinetClosed: '柜已关'
164
- },
165
- // 试剂类型
166
- reagentType: {
167
- mediumPackage: 'Medium Pack',
168
- singleMultiple: 'Single Dose Multiple Use',
169
- singleOnce: 'Single Dose One Time Use',
170
- opened: 'Opened',
171
- unopened: 'Unopened'
172
- },
173
- // 其他
174
- loading: '加载中...',
175
- release: '释放更新',
176
- pullRefresh: '下拉刷新',
177
- isEnd: '已经到底了',
178
- traceDetail: `Full Process Traceability Details`
179
- }
180
- }
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:"女",male:"男",sex:"性别",age:"年龄",inpatientNum:"住院号",patientName:"患者姓名",yesterday:"昨天",today:"今天",tomorrow:"明天",oneWeekAgo:"近一周",oneMonthAgo:"近一月",status:"状态",dept:"科室",time:"时间",type:"类型",remark:"备注",temperature:"温度",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"},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:"全部开锁"},form:{all:"全部",startTime:"开始时间",endTime:"结束时间"},msg:{copySuccess:"Copy Successful!",deleteFail:"删除失败!",deleteSuccess:"删除成功!",submitFail:"提交失败!",submitSuccess:"提交成功!",saveFail:"保存失败!",saveSuccess:"保存成功!",noDataAndRefresh:"暂无数据,请刷新试试~",noSearchRecord:"暂无搜索记录~",noData:"暂无数据"},expriy:{overdue:"Expired",oneMonth:"1 months",threeMonth:"3 months",sixMonth:"6 months"},cabinet:{upCabinet:"上柜",downCabinet:"下柜",leftCabinet:"左柜",rightCabinet:"右柜",cabinetUnconnected:"未连接",cabinetUnlock:"柜未锁",cabinetLock:"柜已锁",cabinetUnclosed:"柜未关",cabinetClosed:"柜已关"},reagentType:{mediumPackage:"Medium Pack",singleMultiple:"Single Dose Multiple Use",singleOnce:"Single Dose One Time Use",opened:"Opened",unopened:"Unopened"},loading:"加载中...",release:"释放更新",pullRefresh:"下拉刷新",isEnd:"已经到底了",traceDetail:"Full Process Traceability Details"}};
package/lang/zh-CN.js CHANGED
@@ -1,180 +1 @@
1
- /*
2
- * @Author: chenghuan.dong
3
- * @Date: 2024-11-11 11:59:27
4
- * @LastEditTime: 2024-11-21 15:08:00
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
- },
90
-
91
- // 按钮
92
- button: {
93
- back: '返回',
94
- backToMain: '返回主页',
95
- logout: '退出',
96
- close: '关闭',
97
- add: '添加',
98
- search: '搜索',
99
- detail: '详情',
100
- cancel: '取消',
101
- confirm: '确定',
102
- iKnown: '我知道了',
103
- known: '知道了',
104
- refresh: '刷新',
105
- retest: '重新检测',
106
- inventory: '盘点',
107
- copy: '复制',
108
- clear: '清空',
109
- ignore: '忽略',
110
- ignoreSign: '忽略并删除',
111
- look: '前往查看',
112
- print: '打印',
113
- retry: '重试',
114
- edit: '编辑',
115
- save: '保存',
116
- submit: '提交',
117
- againSubmit: '重新提交',
118
- continueSubmit: '继续提交',
119
- replyDelete: '回删',
120
- retrospect: '追溯',
121
- login: '登录',
122
- openLock: '开锁',
123
- allOpenLock: '全部开锁'
124
- },
125
- // 表单相关
126
- form: {
127
- all: '全部',
128
- startTime: '开始时间',
129
- endTime: '结束时间'
130
- },
131
-
132
- // 提示相关
133
- msg: {
134
- copySuccess: '复制成功!',
135
- deleteFail: '删除失败!',
136
- deleteSuccess: '删除成功!',
137
- submitFail: '提交失败!',
138
- submitSuccess: '提交成功!',
139
- saveFail: '保存失败!',
140
- saveSuccess: '保存成功!',
141
- noDataAndRefresh: '暂无数据,请刷新试试~',
142
- noSearchRecord: '暂无搜索记录~',
143
- noData: '暂无数据'
144
- },
145
-
146
- // 近效期
147
- expriy: {
148
- overdue: '过期',
149
- oneMonth: '1个月',
150
- threeMonth: '3个月',
151
- sixMonth: '6个月'
152
- },
153
- // 柜子
154
- cabinet: {
155
- upCabinet: '上柜',
156
- downCabinet: '下柜',
157
- leftCabinet: '左柜',
158
- rightCabinet: '右柜',
159
- cabinetUnconnected: '未连接',
160
- cabinetUnlock: '柜未锁',
161
- cabinetLock: '柜已锁',
162
- cabinetUnclosed: '柜未关',
163
- cabinetClosed: '柜已关'
164
- },
165
- // 试剂类型
166
- reagentType: {
167
- mediumPackage: '中包装',
168
- singleMultiple: '单支多次',
169
- singleOnce: '单支一次',
170
- opened: '已开瓶',
171
- unopened: '未开瓶'
172
- },
173
- // 其他
174
- loading: '加载中...',
175
- release: '释放更新',
176
- pullRefresh: '下拉刷新',
177
- isEnd: '已经到底了',
178
- traceDetail: '全流程追溯详情'
179
- }
180
- }
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:"已禁用"},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:"全部开锁"},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:"未连接",cabinetUnlock:"柜未锁",cabinetLock:"柜已锁",cabinetUnclosed:"柜未关",cabinetClosed:"柜已关"},reagentType:{mediumPackage:"中包装",singleMultiple:"单支多次",singleOnce:"单支一次",opened:"已开瓶",unopened:"未开瓶"},loading:"加载中...",release:"释放更新",pullRefresh:"下拉刷新",isEnd:"已经到底了",traceDetail:"全流程追溯详情"}};