Files
pybricks-code/src/components/settings-i18n.en.json
T
2021-01-15 10:51:35 +01:00

27 lines
769 B
JSON

{
"settings": {
"title": "Settings",
"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."
}
}
}
}