华西海圻ELN前端工程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.8 KiB

  1. export default {
  2. // 页面标题
  3. pageTitle: 'Biological Sample Analysis Solution Preparation Table',
  4. // 标签
  5. baseInfo: 'Study Basic Information',
  6. reagentInfo: 'Study Reagent Information',
  7. wzInfo: 'Study Materials Information',
  8. instrumentInfo: 'Instrument Usage',
  9. storageCondition: 'Storage Conditions',
  10. operationSteps: 'Operation Workflow',
  11. bzgzypz: '标曲工作液配制',
  12. remark: 'Comments',
  13. step: 'Step',
  14. bqdy: 'Label Print',
  15. dayji: 'Printer',
  16. label: 'Label',
  17. //平行配制,阶梯配制
  18. xzpxpz:'新增平行配制',
  19. pxpz:'平行配制',
  20. xzjtpz:'新增阶梯配制',
  21. jtpz:'阶梯配制',
  22. // 字段标签
  23. sjInfo:'Reagent Info',
  24. gyzjInfo:'Formulation Info',
  25. gspInfo:'Specimen Info',
  26. gspsywzInfo:'试验物质信息',
  27. mjyInfo:'Controlled Drug Info',
  28. storageConditionLabel: 'Storage Condition',
  29. testName: 'Study Name',
  30. testNumber: 'Study Number',
  31. methodCode: 'Method Number',
  32. versionNumber: 'Version',
  33. testConfigurationConditions: 'Work Condition',
  34. processCondition: 'Process Condition',
  35. preFill: 'Preset',
  36. actualFill: 'Actual',
  37. configurationTime: 'Work Time',
  38. startTime: 'Start Time',
  39. endTime: 'End Time',
  40. targetSolutionName: 'Target Solution Name',
  41. targetSolutionCode: 'Target Solution ID',
  42. targetPreConcentration: 'Expected Concentration of Target Solution',
  43. targetActConcentration: 'Actual Concentration of Target Solution',
  44. targetPreVolume: 'Expected Volume of Target Solution',
  45. targetActVolume: 'Actual Volume of Target Solution',
  46. effectivePeriod: 'Validity Period',
  47. expireDate: 'Expiration Date',
  48. // 占位符
  49. remarkPlaceholder: 'Please enter remarks',
  50. xswsPlaceholder: 'Please enter the number of decimal places to retain',
  51. // 按钮
  52. saveBtn: 'Save',
  53. addBtn: 'Add',
  54. deleteBtn: 'Delete',
  55. downloadTemplate: 'Download Template',
  56. downloadTableData: 'Download Table',
  57. importTemplate: 'Import Template',
  58. // 错误提示
  59. addStepError: 'Please add steps',
  60. // 试剂信息列
  61. reagentName: 'Reagent Name',
  62. reagentCode: 'Item Number',
  63. reagentNo: 'Batch Number',
  64. concentration: 'Concentration/Content/Purity',
  65. source: 'Source',
  66. reagentExpireDate: 'Expiration Date',
  67. // 物资信息列
  68. wzName: 'Name/Code',
  69. wzCode: 'Item Number',
  70. wzConcentration: 'Concentration',
  71. wzSource: 'Source',
  72. wzExpireDate: 'Expiration Date',
  73. // 仪器使用信息列
  74. instrumentName: 'Instrument Name',
  75. instrumentModel: 'Instrument Model',
  76. instrumentCode: 'Instrument ID',
  77. nextTestDate: 'Next Test/Calibration/Verification Date',
  78. // 试验物质配制计划列
  79. administrationDoseOrGroup: 'Administration Dose or Group',
  80. preparationConcentration: 'Preparation Concentration',
  81. preparationVolume: 'Preparation Volume',
  82. other: 'Other',
  83. otherInfo: 'Other Information',
  84. unit: 'unit',
  85. pleaseFillIn: 'Please fill in',
  86. pleaseSelect: 'Please select'
  87. }