Files
pybricks-code/src/settings/translations/en.json
T

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