mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"title": "Settings & Help",
|
|
"appearance": {
|
|
"title": "Appearance",
|
|
"documentation": {
|
|
"label": "Documentation",
|
|
"help": "Enable to show the documentation and disable to hide the documentation."
|
|
},
|
|
"darkMode": {
|
|
"label": "Dark mode",
|
|
"help": "Enable to set theme to dark mode and disable to set theme to light mode."
|
|
},
|
|
"zoom": {
|
|
"help": "Use {in} and {out} to zoom."
|
|
}
|
|
},
|
|
"firmware": {
|
|
"title": "Firmware",
|
|
"flashPybricksButton": {
|
|
"label": "Install Pybricks Firmware"
|
|
},
|
|
"flashLegoButton": {
|
|
"label": "Restore Official LEGO® Firmware"
|
|
}
|
|
},
|
|
"help": {
|
|
"title": "Help",
|
|
"projects": {
|
|
"label": "Example Projects"
|
|
},
|
|
"support": {
|
|
"label": "Support"
|
|
},
|
|
"chat": {
|
|
"label": "Chat"
|
|
},
|
|
"bugs": {
|
|
"label": "Bug Reports"
|
|
}
|
|
},
|
|
"app": {
|
|
"title": "App",
|
|
"offlineUseHelp": "Ready for offline use.",
|
|
"install": {
|
|
"label": "Install as App"
|
|
},
|
|
"checkForUpdate": {
|
|
"label": "Check for Update"
|
|
},
|
|
"restart": {
|
|
"label": "Restart to Install Update"
|
|
},
|
|
"about": {
|
|
"label": "About"
|
|
}
|
|
}
|
|
}
|