mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"settings": {
|
|
"title": "Settings & Help",
|
|
"appearance": {
|
|
"title": "Appearance",
|
|
"documentation": {
|
|
"label": "Documentation",
|
|
"tooltip": "Show or hide the documentation pane."
|
|
},
|
|
"dark-mode": {
|
|
"label": "Dark mode",
|
|
"tooltip": "Enable or disable dark mode."
|
|
},
|
|
"zoom": {
|
|
"help": "Use {in} and {out} to zoom."
|
|
}
|
|
},
|
|
"firmware": {
|
|
"title": "Firmware",
|
|
"flash-current-program": {
|
|
"label": "Include current program",
|
|
"tooltip": "Select to include your program when installing the firmware."
|
|
}
|
|
},
|
|
"help": {
|
|
"title": "Help",
|
|
"projects": {
|
|
"label": "Example Projects"
|
|
},
|
|
"support": {
|
|
"label": "Support"
|
|
},
|
|
"chat": {
|
|
"label": "Chat"
|
|
},
|
|
"bugs": {
|
|
"label": "Bug Reports"
|
|
}
|
|
},
|
|
"app": {
|
|
"title": "App",
|
|
"install": {
|
|
"label": "Install as App"
|
|
},
|
|
"checkForUpdate": {
|
|
"label": "Check for Update"
|
|
},
|
|
"restart": {
|
|
"label": "Restart to Install Update"
|
|
},
|
|
"about": {
|
|
"label": "About"
|
|
}
|
|
}
|
|
}
|
|
}
|