Files
pybricks-code/src/components/settings-i18n.en.json
T
2021-01-15 12:51:52 -06:00

33 lines
904 B
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",
"about": {
"label": "About"
}
}
}
}