Browse Source

为任务清单列表添加中文和英文资源

sw 1 week ago
parent
commit
879100a751
2 changed files with 70 additions and 0 deletions
  1. 35 0
      src/assets/i18n/messages/en.js
  2. 35 0
      src/assets/i18n/messages/zh.js

+ 35 - 0
src/assets/i18n/messages/en.js

@@ -164,4 +164,39 @@ export default {
   'register.studyType.placeholder': 'Enter study type',
   'register.studyType.placeholder': 'Enter study type',
   'register.comment': 'Comment',
   'register.comment': 'Comment',
   'register.comment.placeholder': 'Enter comment',
   'register.comment.placeholder': 'Enter comment',
+  'worklistTable.StudyInstanceUID': 'Study Instance UID',
+  'worklistTable.StudyID': 'Study ID',
+  'worklistTable.SpecificCharacterSet': 'Specific Character Set',
+  'worklistTable.AccessionNumber': 'Accession Number',
+  'worklistTable.PatientID': 'Patient ID',
+  'worklistTable.PatientName': 'Patient Name',
+  'worklistTable.DisplayPatientName': 'Display Patient Name',
+  'worklistTable.PatientSize': 'Patient Size',
+  'worklistTable.PatientAge': 'Patient Age',
+  'worklistTable.PatientSex': 'Patient Sex',
+  'worklistTable.AdmittingTime': 'Admitting Time',
+  'worklistTable.RegSource': 'Registration Source',
+  'worklistTable.StudyStatus': 'Study Status',
+  'worklistTable.RequestedProcedureID': 'Requested Procedure ID',
+  'worklistTable.PerformedProtocolCodeValue': 'Performed Protocol Code Value',
+  'worklistTable.PerformedProtocolCodeMeaning': 'Performed Protocol Code Meaning',
+  'worklistTable.PerformedProcedureStepID': 'Performed Procedure Step ID',
+  'worklistTable.StudyDescription': 'Study Description',
+  'worklistTable.StudyStartDatetime': 'Study Start DateTime',
+  'worklistTable.ScheduledProcedureStepStartDate': 'Scheduled Procedure Step Start Date',
+  'worklistTable.StudyLock': 'Study Lock',
+  'worklistTable.OperatorID': 'Operator ID',
+  'worklistTable.Modality': 'Modality',
+  'worklistTable.Views': 'Views',
+  'worklistTable.Thickness': 'Thickness',
+  'worklistTable.PatientType': 'Patient Type',
+  'worklistTable.StudyType': 'Study Type',
+  'worklistTable.QRCode': 'QR Code',
+  'worklistTable.IsExported': 'Is Exported',
+  'worklistTable.IsEdited': 'Is Edited',
+  'worklistTable.WorkRef': 'Work Reference',
+  'worklistTable.IsAppended': 'Is Appended',
+  'worklistTable.CreationTime': 'Creation Time',
+  'worklistTable.MappedStatus': 'Mapped Status',
+  'worklistTable.IsDelete': 'Is Deleted',
 };
 };

+ 35 - 0
src/assets/i18n/messages/zh.js

@@ -164,4 +164,39 @@ export default {
   'register.studyType.placeholder': '请输入检查类型',
   'register.studyType.placeholder': '请输入检查类型',
   'register.comment': '备注',
   'register.comment': '备注',
   'register.comment.placeholder': '请输入备注',
   'register.comment.placeholder': '请输入备注',
+  'worklistTable.StudyInstanceUID': '检查实例UID',
+  'worklistTable.StudyID': '检查ID',
+  'worklistTable.SpecificCharacterSet': '特定字符集',
+  'worklistTable.AccessionNumber': '登记号',
+  'worklistTable.PatientID': '患者ID',
+  'worklistTable.PatientName': '患者姓名',
+  'worklistTable.DisplayPatientName': '显示患者姓名',
+  'worklistTable.PatientSize': '患者体型',
+  'worklistTable.PatientAge': '患者年龄',
+  'worklistTable.PatientSex': '患者性别',
+  'worklistTable.AdmittingTime': '入院时间',
+  'worklistTable.RegSource': '登记来源',
+  'worklistTable.StudyStatus': '检查状态',
+  'worklistTable.RequestedProcedureID': '请求的程序ID',
+  'worklistTable.PerformedProtocolCodeValue': '执行的协议代码值',
+  'worklistTable.PerformedProtocolCodeMeaning': '执行的协议代码含义',
+  'worklistTable.PerformedProcedureStepID': '执行的程序步骤ID',
+  'worklistTable.StudyDescription': '检查描述',
+  'worklistTable.StudyStartDatetime': '检查开始日期时间',
+  'worklistTable.ScheduledProcedureStepStartDate': '计划的程序步骤开始日期',
+  'worklistTable.StudyLock': '检查锁定',
+  'worklistTable.OperatorID': '操作员ID',
+  'worklistTable.Modality': '模态',
+  'worklistTable.Views': '视图',
+  'worklistTable.Thickness': '厚度',
+  'worklistTable.PatientType': '患者类型',
+  'worklistTable.StudyType': '检查类型',
+  'worklistTable.QRCode': '二维码',
+  'worklistTable.IsExported': '是否已导出',
+  'worklistTable.IsEdited': '是否已编辑',
+  'worklistTable.WorkRef': '工作参考',
+  'worklistTable.IsAppended': '是否已附加',
+  'worklistTable.CreationTime': '创建时间',
+  'worklistTable.MappedStatus': '映射状态',
+  'worklistTable.IsDelete': '是否已删除',
 };
 };