华西海圻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.

95 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. //平行配制,阶梯配制
  16. xzpxpz:'新增平行配制',
  17. pxpz:'平行配制',
  18. xzjtpz:'新增阶梯配制',
  19. jtpz:'阶梯配制',
  20. // 字段标签
  21. sjInfo:'Reagent Info',
  22. gyzjInfo:'Formulation Info',
  23. gspInfo:'Specimen Info',
  24. gspsywzInfo:'试验物质信息',
  25. mjyInfo:'Controlled Drug Info',
  26. storageConditionLabel: 'Storage Condition',
  27. testName: 'Study Name',
  28. testNumber: 'Study Number',
  29. methodCode: 'Method Number',
  30. versionNumber: 'Version',
  31. testConfigurationConditions: 'Work Condition',
  32. processCondition: 'Process Condition',
  33. preFill: 'Preset',
  34. actualFill: 'Actual',
  35. configurationTime: 'Work Time',
  36. startTime: 'Start Time',
  37. endTime: 'End Time',
  38. targetSolutionName: 'Target Solution Name',
  39. targetSolutionCode: 'Target Solution ID',
  40. targetPreConcentration: 'Expected Concentration of Target Solution',
  41. targetActConcentration: 'Actual Concentration of Target Solution',
  42. targetPreVolume: 'Expected Volume of Target Solution',
  43. targetActVolume: 'Actual Volume of Target Solution',
  44. effectivePeriod: 'Validity Period',
  45. expireDate: 'Expiration Date',
  46. // 占位符
  47. remarkPlaceholder: 'Please enter remarks',
  48. xswsPlaceholder: 'Please enter the number of decimal places to retain',
  49. // 按钮
  50. saveBtn: 'Save',
  51. addBtn: 'Add',
  52. deleteBtn: 'Delete',
  53. downloadTemplate: 'Download Template',
  54. importTemplate: 'Import Template',
  55. // 错误提示
  56. addStepError: 'Please add steps',
  57. // 试剂信息列
  58. reagentName: 'Reagent Name',
  59. reagentCode: 'Item Number',
  60. reagentNo: 'Batch Number',
  61. concentration: 'Concentration/Content/Purity',
  62. source: 'Source',
  63. reagentExpireDate: 'Expiration Date',
  64. // 物资信息列
  65. wzName: 'Name/Code',
  66. wzCode: 'Item Number',
  67. wzConcentration: 'Concentration',
  68. wzSource: 'Source',
  69. wzExpireDate: 'Expiration Date',
  70. // 仪器使用信息列
  71. instrumentName: 'Instrument Name',
  72. instrumentModel: 'Instrument Model',
  73. instrumentCode: 'Instrument ID',
  74. nextTestDate: 'Next Test/Calibration/Verification Date',
  75. // 试验物质配制计划列
  76. administrationDoseOrGroup: 'Administration Dose or Group',
  77. preparationConcentration: 'Preparation Concentration',
  78. preparationVolume: 'Preparation Volume',
  79. other: 'Other',
  80. otherInfo: 'Other Information',
  81. unit: 'unit',
  82. pleaseFillIn: 'Please fill in',
  83. pleaseSelect: 'Please select'
  84. }