Files
pybricks-code/src/components/settings-i18n.en.json
T
2021-01-28 20:21:20 -06:00

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"
}
}
}
}