mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-11 16:21:04 -05:00
38 lines
3.2 KiB
JSON
38 lines
3.2 KiB
JSON
{
|
||
"microbit.headerText": "{microbitLink} is a tiny circuit board designed to help kids learn to code and create with technology. It has many features including an LED display, buttons, and a motion sensor. You can connect it to Scratch and build creative projects that combine the magic of the digital and physical worlds.",
|
||
"microbit.gettingStarted": "Getting Started",
|
||
"microbit.installMicrobitHex": "Install Scratch micro:bit HEX",
|
||
"microbit.connectUSB": "Connect a micro:bit to your computer with a USB cable",
|
||
"microbit.downloadHex": "Download the Scratch micro:bit HEX file",
|
||
"microbit.dragDropHex": "Drag and drop the HEX file onto your micro:bit",
|
||
"microbit.connectingMicrobit": "Connecting micro:bit to Scratch",
|
||
"microbit.powerMicrobit": "Power your micro:bit with USB or a battery pack.",
|
||
"microbit.useScratch3": "Use the {scratch3Link} editor.",
|
||
"microbit.addExtension": "Add the micro:bit extension.",
|
||
"microbit.thingsToTry": "Things to Try",
|
||
"microbit.displayHelloTitle": "Display “Hello!”",
|
||
"microbit.displayHelloBlock": "Find the {displayHelloText} block and click on it.",
|
||
"microbit.displayHelloText": "“display hello”",
|
||
"microbit.helloScroll": "You should see {helloText} scroll across the micro:bit display",
|
||
"microbit.helloText": "“hello”",
|
||
"microbit.starterProjects": "Starter Projects",
|
||
"microbit.heartBeat": "Heart Beat",
|
||
"microbit.heartBeatDescription": "Press the buttons to animate the heart.",
|
||
"microbit.tiltGuitar": "Tilt Guitar",
|
||
"microbit.tiltGuitarDescription": "Make music by tilting your micro:bit.",
|
||
"microbit.oceanAdventure": "Ocean Adventure",
|
||
"microbit.oceanAdventureDescription": "Build your own controller and swim toward the saxophones.",
|
||
"microbit.troubleshootingTitle": "Troubleshooting",
|
||
"microbit.closeScratchCopiesTitle": "Close other copies of Scratch",
|
||
"microbit.closeScratchCopiesText": "Only one copy of Scratch can connect with the micro:bit at a time. If you have Scratch open in other browser tabs, close it and try again.",
|
||
"microbit.otherComputerConnectedTitle": "Make sure no other computer is connected to your micro:bit",
|
||
"microbit.otherComputerConnectedText": "Only one computer can be connected to an micro:bit at a time. If you have another computer connected to your micro:bit, disconnect the micro:bit or close Scratch on that computer and try again.",
|
||
"microbit.resetButtonTitle": "Make sure you aren’t hitting the “reset” button",
|
||
"microbit.resetButtonText": "Sometimes while using the micro:bit you can accidentally press the “reset” button on the back in-between the USB and power ports. Make sure you keep your fingers (and toes) away from it while using Scratch!",
|
||
"microbit.imgAltMicrobitIllustration": "Illustration of the micro:bit circuit board.",
|
||
"microbit.imgAltDragDropHex": "Drag and drop the HEX file from the folder you downloaded it to to the micro:bit.",
|
||
"microbit.imgAltDisplayH": "A micro:bit displaying an H.",
|
||
"microbit.imgAltHeartBeat" : "An example project with a heart.",
|
||
"microbit.imgAltTiltGuitar": "An example project with a guitar.",
|
||
"microbit.imgAltOceanAdventure": "An example project with a clown fish and a saxophone under water."
|
||
}
|