export default { // 页面标题 pageTitle: 'Biological Sample Analysis Solution Preparation Table', // 标签 baseInfo: 'Test Basic Information', reagentInfo: 'Test Reagent Information', instrumentInfo: 'Instrument Usage Information', storageCondition: 'Storage Conditions', operationSteps: 'Operation Steps', remark: 'Remarks', // 字段标签 storageConditionLabel: 'Storage Conditions', testName: 'Test Name', testNumber: 'Test Number', methodCode: 'Method Code', versionNumber: 'Version Number', testConfigurationConditions: 'Test Configuration Conditions', preFill: 'Pre-Fill', actualFill: 'Actual', configurationTime: 'Configuration Time', startTime: 'Start Time', endTime: 'End Time', targetSolutionName: 'Target Solution Name', targetSolutionCode: 'Target Solution Code', targetPreConcentration: 'Target Solution Expected Concentration', targetActConcentration: 'Target Solution Actual Concentration', targetPreVolume: 'Target Solution Expected Volume', targetActVolume: 'Target Solution Actual Volume', effectivePeriod: 'Effective Period', expireDate: 'Expiry Date', // 占位符 remarkPlaceholder: 'Please enter remarks', // 按钮 saveBtn: 'Save', // 错误提示 addStepError: 'Please add steps', // 试剂信息列 reagentName: 'Reagent Name', reagentCode: 'Code', reagentNo: 'Batch Number', concentration: 'Concentration/Content/Purity', source: 'Source', reagentExpireDate: 'Expiry Date', // 仪器使用信息列 instrumentName: 'Instrument Name', instrumentModel: 'Instrument Model', instrumentCode: 'Instrument Number', nextTestDate: 'Next Test/Calibration/Verification Date', // 试验物质配制计划列 administrationDoseOrGroup: 'Administration Dose or Group', preparationConcentration: 'Preparation Concentration', preparationVolume: 'Preparation Volume', other: 'Other', otherInfo: 'Other Information', unit: 'unit', pleaseFillIn: 'Please fill in', pleaseSelect: 'Please select' }