-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): add desktop and ODD droptip wizard loading/confirmation/er…
…rors on app (#13815) Add loading, error, and confirmation states for all droptip wizard steps. Style tiles and add content for ODD and desktop. closes RAUT-796
- Loading branch information
Showing
9 changed files
with
638 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
{ | ||
"before_you_begin_do_you_want_to_blowout": "Before you begin, do you need to preserve aspirated liquid?", | ||
"blowout_complete": "blowout complete", | ||
"blowout_liquid": "Blow out liquid", | ||
"choose_blowout_location": "choose blowout location", | ||
"choose_drop_tip_location": "choose tip-drop location", | ||
"confirm_blowout_location": "Is the pipette positioned where the liquids should be blown out?", | ||
"confirm_drop_tip_location": "Is the pipette positioned where the tips should be dropped?", | ||
"drop_tips": "drop tips", | ||
"drop_tip_complete": "tip drop complete", | ||
"drop_tip_failed": "The drop tip could not be completed. Contact customer support for assistance.", | ||
"error_dropping_tips": "Error dropping tips", | ||
"exit_screen_title": "Exit before completing drop tip?", | ||
"go_back": "go back", | ||
"move_to_slot": "move to slot", | ||
"no_proceed_to_drop_tip": "No, proceed to tip removal", | ||
"position_and_blowout": "Ensure that the pipette tip is centered above and level with where you want the liquid to be blown out. If it isn't, use the controls below or your keyboard to jog the pipette until it is properly aligned.", | ||
"position_and_drop_tip": "Ensure that the pipette tip is centered above and level with where you want to drop the tips. If it isn't, use the controls below or your keyboard to jog the pipette until it is properly aligned.", | ||
"position_the_pipette": "position the pipette", | ||
"select_blowout_slot": "<block>You can blow out liquid into a labware or dispose of it.</block><block>Select the slot where you want to blow out the liquid on the deck map to the right. Once confirmed, the gantry will move to the chosen slot.</block>", | ||
"select_blowout_slot_odd": "<block>You can blow out liquid into a labware or dispose of it.</block><block>After the gantry moves to the chosen slot, use the jog controls to move the pipette to the exact position for blowing out.</block>", | ||
"select_drop_tip_slot": "<block>You can return tips to a tip rack or dispose of them.</block><block>Select the slot where you want to drop the tips on the deck map to the right. Once confirmed, the gantry will move to the chosen slot.</block>", | ||
"select_drop_tip_slot_odd": "<block>You can blow out liquid into a labware or dispose of it.</block><block>After the gantry moves to the chosen slot, use the jog controls to move the pipette to the exact position for dropping tips.</block>", | ||
"stand_back_blowing_out": "Stand back, robot is blowing out", | ||
"stand_back_dropping_tips": "Stand back, robot is dropping tips", | ||
"stand_back_exiting": "Stand back, robot is in motion", | ||
"yes_blow_out_liquid": "Yes, blow out liquid in labware" | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.