mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
20 lines
669 B
JSON
20 lines
669 B
JSON
{
|
|
"open": { "tooltip": "Open file" },
|
|
"saveAs": { "tooltip": "Download file" },
|
|
"stop": { "tooltip": "Stop everything" },
|
|
"run": {
|
|
"action": { "tooltip": "Download and run this program" },
|
|
"progress": { "tooltip": "Downloading… {percent}" }
|
|
},
|
|
"repl": { "tooltip": "Start REPL in terminal" },
|
|
"bluetooth": {
|
|
"connect": { "tooltip": "Connect using Bluetooth" },
|
|
"disconnect": { "tooltip": "Disconnect Bluetooth" }
|
|
},
|
|
"flash": {
|
|
"action": { "tooltip": "Install Pybricks firmware" },
|
|
"progress": { "tooltip": "Flashing… {percent}" }
|
|
},
|
|
"settings": { "tooltip": "Settings" }
|
|
}
|