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

66 lines
2.0 KiB

  1. export default {
  2. // 页面标题
  3. pageTitle: 'Biological Sample Analysis Solution Preparation Table',
  4. // 标签
  5. baseInfo: 'Test Basic Information',
  6. reagentInfo: 'Test Reagent Information',
  7. instrumentInfo: 'Instrument Usage Information',
  8. storageCondition: 'Storage Conditions',
  9. operationSteps: 'Operation Steps',
  10. remark: 'Remarks',
  11. // 字段标签
  12. storageConditionLabel: 'Storage Conditions',
  13. testName: 'Test Name',
  14. testNumber: 'Test Number',
  15. methodCode: 'Method Code',
  16. versionNumber: 'Version Number',
  17. testConfigurationConditions: 'Test Configuration Conditions',
  18. preFill: 'Pre-Fill',
  19. actualFill: 'Actual',
  20. configurationTime: 'Configuration Time',
  21. startTime: 'Start Time',
  22. endTime: 'End Time',
  23. targetSolutionName: 'Target Solution Name',
  24. targetSolutionCode: 'Target Solution Code',
  25. targetPreConcentration: 'Target Solution Expected Concentration',
  26. targetActConcentration: 'Target Solution Actual Concentration',
  27. targetPreVolume: 'Target Solution Expected Volume',
  28. targetActVolume: 'Target Solution Actual Volume',
  29. effectivePeriod: 'Effective Period',
  30. expireDate: 'Expiry Date',
  31. // 占位符
  32. remarkPlaceholder: 'Please enter remarks',
  33. // 按钮
  34. saveBtn: 'Save',
  35. // 错误提示
  36. addStepError: 'Please add steps',
  37. // 试剂信息列
  38. reagentName: 'Reagent Name',
  39. reagentCode: 'Code',
  40. reagentNo: 'Batch Number',
  41. concentration: 'Concentration/Content/Purity',
  42. source: 'Source',
  43. reagentExpireDate: 'Expiry Date',
  44. // 仪器使用信息列
  45. instrumentName: 'Instrument Name',
  46. instrumentModel: 'Instrument Model',
  47. instrumentCode: 'Instrument Number',
  48. nextTestDate: 'Next Test/Calibration/Verification Date',
  49. // 试验物质配制计划列
  50. administrationDoseOrGroup: 'Administration Dose or Group',
  51. preparationConcentration: 'Preparation Concentration',
  52. preparationVolume: 'Preparation Volume',
  53. other: 'Other',
  54. otherInfo: 'Other Information',
  55. unit: 'unit',
  56. pleaseFillIn: 'Please fill in',
  57. pleaseSelect: 'Please select'
  58. }