export default {
|
|
// 页面标题
|
|
pageTitle: 'Biological Sample Analysis Solution Preparation Table',
|
|
|
|
// 标签
|
|
baseInfo: 'Study Basic Information',
|
|
reagentInfo: 'Study Reagent Information',
|
|
wzInfo: 'Study Materials Information',
|
|
instrumentInfo: 'Instrument Usage',
|
|
storageCondition: 'Storage Conditions',
|
|
operationSteps: 'Operation Workflow',
|
|
bzgzypz: '标曲工作液配制',
|
|
remark: 'Comments',
|
|
step: 'Step',
|
|
bqdy: 'Label Print',
|
|
|
|
//平行配制,阶梯配制
|
|
xzpxpz:'新增平行配制',
|
|
pxpz:'平行配制',
|
|
xzjtpz:'新增阶梯配制',
|
|
jtpz:'阶梯配制',
|
|
|
|
// 字段标签
|
|
sjInfo:'Reagent Info',
|
|
gyzjInfo:'Formulation Info',
|
|
gspInfo:'Specimen Info',
|
|
gspsywzInfo:'试验物质信息',
|
|
mjyInfo:'Controlled Drug Info',
|
|
|
|
storageConditionLabel: 'Storage Condition',
|
|
testName: 'Study Name',
|
|
testNumber: 'Study Number',
|
|
methodCode: 'Method Number',
|
|
versionNumber: 'Version',
|
|
testConfigurationConditions: 'Work Condition',
|
|
processCondition: 'Process Condition',
|
|
preFill: 'Preset',
|
|
actualFill: 'Actual',
|
|
configurationTime: 'Work Time',
|
|
startTime: 'Start Time',
|
|
endTime: 'End Time',
|
|
targetSolutionName: 'Target Solution Name',
|
|
targetSolutionCode: 'Target Solution ID',
|
|
targetPreConcentration: 'Expected Concentration of Target Solution',
|
|
targetActConcentration: 'Actual Concentration of Target Solution',
|
|
targetPreVolume: 'Expected Volume of Target Solution',
|
|
targetActVolume: 'Actual Volume of Target Solution',
|
|
effectivePeriod: 'Validity Period',
|
|
expireDate: 'Expiration Date',
|
|
|
|
// 占位符
|
|
remarkPlaceholder: 'Please enter remarks',
|
|
xswsPlaceholder: 'Please enter the number of decimal places to retain',
|
|
|
|
// 按钮
|
|
saveBtn: 'Save',
|
|
addBtn: 'Add',
|
|
deleteBtn: 'Delete',
|
|
downloadTemplate: 'Download Template',
|
|
importTemplate: 'Import Template',
|
|
|
|
// 错误提示
|
|
addStepError: 'Please add steps',
|
|
|
|
// 试剂信息列
|
|
reagentName: 'Reagent Name',
|
|
reagentCode: 'Item Number',
|
|
reagentNo: 'Batch Number',
|
|
concentration: 'Concentration/Content/Purity',
|
|
source: 'Source',
|
|
reagentExpireDate: 'Expiration Date',
|
|
|
|
// 物资信息列
|
|
wzName: 'Name/Code',
|
|
wzCode: 'Item Number',
|
|
wzConcentration: 'Concentration',
|
|
wzSource: 'Source',
|
|
wzExpireDate: 'Expiration Date',
|
|
|
|
// 仪器使用信息列
|
|
instrumentName: 'Instrument Name',
|
|
instrumentModel: 'Instrument Model',
|
|
instrumentCode: 'Instrument ID',
|
|
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'
|
|
}
|