mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
@@ -8,6 +8,6 @@
|
||||
"connect": { "tooltip": "Connect using Bluetooth" },
|
||||
"disconnect": { "tooltip": "Disconnect Bluetooth" }
|
||||
},
|
||||
"flash": { "tooltip": "Flash hub firmware" },
|
||||
"flash": { "tooltip": "Install Pybricks firmware" },
|
||||
"settings": { "tooltip": "Settings" }
|
||||
}
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
"title": "Appearance",
|
||||
"documentation": {
|
||||
"label": "Documentation",
|
||||
"tooltip": "Hides/shows the documentation pane in the app."
|
||||
"tooltip": "Show or hide the documentation pane."
|
||||
},
|
||||
"dark-mode": {
|
||||
"label": "Dark mode",
|
||||
"tooltip": "Disables/enables dark mode."
|
||||
"tooltip": "Enable or disable dark mode."
|
||||
},
|
||||
"zoom": {
|
||||
"help": "Use {in} and {out} to zoom."
|
||||
@@ -18,8 +18,8 @@
|
||||
"firmware": {
|
||||
"title": "Firmware",
|
||||
"flash-current-program": {
|
||||
"label": "Flash my program",
|
||||
"tooltip": "Selects including a default program or your program when flashing firmware on a hub."
|
||||
"label": "Include current program",
|
||||
"tooltip": "Select to include your program when installing the firmware."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user