Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(protocol-designer): create StepSummary component #16484

Merged
merged 9 commits into from
Oct 16, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,53 @@
"engage_height": "Engage height",
"final_deck_state": "Final deck state",
"from": "from",
"heater_shaker": {
"active": {
"latch": "<text>Latch</text><tag/>",
"shake": "<text>Shaking at</text><tag/>",
"temperature": "<semiBoldText>{{module}}</semiBoldText><text>set to</text><tag/>",
"time": "<text>Deactivating after</text><tag/>"
},
"deactivated": "<semiBoldText>{{module}}</semiBoldText><text>deactivated</text>",
"latch": {
"closed": "closed",
"open": "open"
}
},
"heater_shaker_settings": "Heater-shaker settings",
"in": "in",
"into": "into",
"magnetic_module": {
"disengage": "<semiBoldText>{{module}}</semiBoldText><text>disengaged</text>",
"engage": "<semiBoldText>{{module}}</semiBoldText><text>engaged to</text><tag/>"
},
"mix": "Mix",
"mix_step": "<text>Mixing</text><tag/><text>{{times}} times in</text><semiBoldText>{{labware}}</semiBoldText>",
"module": "Module",
"move_labware": {
"gripper": "<text>Move</text><semiBoldText>{{labware}}</semiBoldText><text>to</text><tag/><text>using gripper</text>",
"no_gripper": "<text>Move</text><semiBoldText>{{labware}}</semiBoldText><text>to</text><tag/>"
},
"move_liquid": {
"consolidate": "<text>Consolidating</text><tag/><text>from</text><semiBoldText>{{source}}</semiBoldText><text>to</text><semiBoldText>{{destination}}</semiBoldText>",
"distribute": "<text>Distributing</text><tag/><text>from</text><semiBoldText>{{source}}</semiBoldText><text>to</text><semiBoldText>{{destination}}</semiBoldText>",
"transfer": "<text>Transferring</text><tag/><text>from</text><semiBoldText>{{source}}</semiBoldText><text>to</text><semiBoldText>{{destination}}</semiBoldText>"
},
"multiAspirate": "Consolidate path",
"multiDispense": "Distribute path",
"new_location": "New location",
"pause": {
"untilResume": "Pausing until manually told to resume",
"untilTemperature": "<text>Pausing until</text><semiBoldText>{{module}}</semiBoldText><text>reaches</text><tag/>",
"untilTime": "<text>Pausing for</text><tag/>"
},
"protocol_steps": "Protocol steps",
"protocol_timeline": "Protocol timeline",
"rename": "Rename",
"save_errors": "{{stepType}} has been saved with {{numErrors}} error(s)",
"save_no_errors": "{{stepType}} has been saved",
"save_warnings_and_errors": "{{stepType}} has been saved with {{numErrors}} error(s) and {{numWarnings}} warning(s)",
"save_warnings": "{{stepType}} has been saved with {{numWarnings}} warning(s)",
"save_warnings_and_errors": "{{stepType}} has been saved with {{numErrors}} error(s) and {{numWarnings}} warning(s)",
"select_aspirate_labware": "Select a source labware",
"select_aspirate_wells": "Select source wells using a {{displayName}}",
"select_dispense_labware": "Select a destination labware",
Expand All @@ -47,6 +79,29 @@
"starting_deck_state": "Starting deck state",
"step_substeps": "{{stepType}} details",
"temperature": "Temperature",
"temperature_module": {
"active": "<semiBoldText>{{module}}</semiBoldText><text>set to</text><tag/>",
"deactivated": "<semiBoldText>{{module}}</semiBoldText><text>deactivated</text>"
},
"thermocycler_module": {
"lid_position": {
"closed": "closed",
"open": "open"
},
"thermocycler_profile": {
"end_hold": {
"block": "<text>End at thermocycler block</text><tag/>",
"lid_position": "<text>Thermocycler lid</text><tag/>"
},
"lid_temperature": "<text>and lid temperature at</text><tag/>",
"volume": "<text>Run thermocycler profile with</text><tag/>"
},
"thermocycler_state": {
"block": "<text>Set thermocycler block to</text><tag/>",
"lid_position": "<text>Lid position</text><tag/>",
"lid_temperature": "<text>Set thermocycler lid to</text><tag/>"
}
},
"time": "Time",
"view_details": "View details",
"well_name": "Well {{wellName}}"
Expand Down
Loading
Loading