mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 21:52:35 -05:00
610 lines
No EOL
23 KiB
JSON
610 lines
No EOL
23 KiB
JSON
{
|
||
"ev3.beepNote": {
|
||
"message": "Inothi beep [NOTE] isikhathi [TIME] imizuzwana",
|
||
"description": "play some note on EV3 for some time"
|
||
},
|
||
"ev3.buttonPressed": {
|
||
"message": "inkinobho [PORT] ecindezeliwe?",
|
||
"description": "is a button on some port pressed?"
|
||
},
|
||
"ev3.getBrightness": {
|
||
"message": "ukukhanya",
|
||
"description": "gets measured brightness"
|
||
},
|
||
"ev3.getDistance": {
|
||
"message": "ibanga",
|
||
"description": "gets measured distance"
|
||
},
|
||
"ev3.getMotorPosition": {
|
||
"message": "indawo yemotho [PORT]",
|
||
"description": "get the measured degrees a motor has turned"
|
||
},
|
||
"ev3.motorSetPower": {
|
||
"message": "hlela amandla [POWER]% eMotho [PORT]",
|
||
"description": "set a motor's power to some value"
|
||
},
|
||
"ev3.motorTurnClockwise": {
|
||
"message": "Imotho [PORT] ayijike ngalendlela isikhathi [TIME]Imizuzwana ",
|
||
"description": "turn a motor clockwise for some time"
|
||
},
|
||
"ev3.motorTurnCounterClockwise": {
|
||
"message": "motor [PORT] turn that way for [TIME] seconds",
|
||
"description": "turn a motor counter-clockwise for some time"
|
||
},
|
||
"ev3.whenBrightnessLessThan": {
|
||
"message": "uma ukukhanya <[DISTANCE]",
|
||
"description": "when value measured by brightness sensor is less than some value"
|
||
},
|
||
"ev3.whenButtonPressed": {
|
||
"message": "Inkinobho [PORT] mayicindezeliwe",
|
||
"description": "when a button connected to a port is pressed"
|
||
},
|
||
"ev3.whenDistanceLessThan": {
|
||
"message": "uma ibanga < [DISTANCE]",
|
||
"description": "when the value measured by the distance sensor is less than some value"
|
||
},
|
||
"microbit.buttonsMenu.any": {
|
||
"message": "noma ikuphi",
|
||
"description": "label for \"any\" element in button picker for micro:bit extension"
|
||
},
|
||
"microbit.clearDisplay": {
|
||
"message": "isiboniso esicacile",
|
||
"description": "display nothing on the micro:bit display"
|
||
},
|
||
"microbit.defaultTextToDisplay": {
|
||
"message": "Sawubona!",
|
||
"description": "default text to display.\n IMPORTANT - the micro:bit only supports letters a-z, A-Z.\n Please substitute a default word in your language\n that can be written with those characters,\n substitute non-accented characters or leave it as \"Hello!\".\n Check the micro:bit site documentation for details"
|
||
},
|
||
"microbit.displaySymbol": {
|
||
"message": "Isibonisi [MATRIX]",
|
||
"description": "display a pattern on the micro:bit display"
|
||
},
|
||
"microbit.displayText": {
|
||
"message": "Isibonisi samagama abhaliwe [TEXT]",
|
||
"description": "display text on the micro:bit display"
|
||
},
|
||
"microbit.gesturesMenu.jumped": {
|
||
"message": "gxumile",
|
||
"description": "label for jumped gesture in gesture picker for micro:bit extension"
|
||
},
|
||
"microbit.gesturesMenu.moved": {
|
||
"message": "nyakazile",
|
||
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
||
},
|
||
"microbit.gesturesMenu.shaken": {
|
||
"message": "ukunyakaziswa ",
|
||
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
||
},
|
||
"microbit.isButtonPressed": {
|
||
"message": "[BTN] inkinobho icindezelwe?",
|
||
"description": "is the selected button on the micro:bit pressed?"
|
||
},
|
||
"microbit.isTilted": {
|
||
"message": "Itshekile [DIRECTION]?",
|
||
"description": "is the micro:bit is tilted in a direction?"
|
||
},
|
||
"microbit.pinStateMenu.off": {
|
||
"message": "cisha",
|
||
"description": "label for off element in pin state picker for micro:bit extension"
|
||
},
|
||
"microbit.pinStateMenu.on": {
|
||
"message": "khanyile",
|
||
"description": "label for on element in pin state picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltAngle": {
|
||
"message": "tshekisa engeli [DIRECTION]",
|
||
"description": "how much the micro:bit is tilted in a direction"
|
||
},
|
||
"microbit.tiltDirectionMenu.any": {
|
||
"message": "noma ikuphi",
|
||
"description": "label for any direction element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.back": {
|
||
"message": "emuva",
|
||
"description": "label for back element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.front": {
|
||
"message": "iphambili",
|
||
"description": "label for front element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.left": {
|
||
"message": "inxele",
|
||
"description": "label for left element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.right": {
|
||
"message": "sokudla",
|
||
"description": "label for right element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.whenButtonPressed": {
|
||
"message": "Inkinobho [BTN] mayicindezeliwe ",
|
||
"description": "when the selected button on the micro:bit is pressed"
|
||
},
|
||
"microbit.whenGesture": {
|
||
"message": "uma [GESTURE]",
|
||
"description": "when the selected gesture is detected by the micro:bit"
|
||
},
|
||
"microbit.whenPinConnected": {
|
||
"message": "uma uphini [PIN] uxhunyiwe ",
|
||
"description": "when the pin detects a connection to Earth/Ground"
|
||
},
|
||
"microbit.whenTilted": {
|
||
"message": "uma kutshesiwe [DIRECTION]",
|
||
"description": "when the micro:bit is tilted in a direction"
|
||
},
|
||
"music.categoryName": {
|
||
"message": "uMculo",
|
||
"description": "Label for the Music extension category"
|
||
},
|
||
"music.changeTempo": {
|
||
"message": "shintsha iThempo nge [TEMPO]",
|
||
"description": "change tempo (speed) for notes, drums, and rests played"
|
||
},
|
||
"music.drumBass": {
|
||
"message": "(2) Isigubhu esi nebhesi",
|
||
"description": "Sound of bass drum as used in a standard drum kit"
|
||
},
|
||
"music.drumBongo": {
|
||
"message": "(13) Bhongo",
|
||
"description": "Sound of a bongo being struck"
|
||
},
|
||
"music.drumCabasa": {
|
||
"message": "(15) Cabasa",
|
||
"description": "Sound of a cabasa being shaken"
|
||
},
|
||
"music.drumClaves": {
|
||
"message": "(9) Zinduku",
|
||
"description": "Sound of claves being struck together"
|
||
},
|
||
"music.drumClosedHiHat": {
|
||
"message": "(6) Ihi-Hat Evaliwe",
|
||
"description": "Sound of a drum stick hitting a hi-hat while closed"
|
||
},
|
||
"music.drumConga": {
|
||
"message": "(14) Ikhonga",
|
||
"description": "Sound of a conga being struck"
|
||
},
|
||
"music.drumCowbell": {
|
||
"message": "(11) Insimbi yenkomo",
|
||
"description": "Sound of a cowbell being struck"
|
||
},
|
||
"music.drumCrashCymbal": {
|
||
"message": "(4) Crash Cymbal",
|
||
"description": "Sound of a drum stick hitting a crash cymbal"
|
||
},
|
||
"music.drumCuica": {
|
||
"message": "(18) Cuica",
|
||
"description": "Sound of a cuica being played"
|
||
},
|
||
"music.drumGuiro": {
|
||
"message": "(16) Guiro",
|
||
"description": "Sound of a guiro being played"
|
||
},
|
||
"music.drumHandClap": {
|
||
"message": "(8) Ihlombe",
|
||
"description": "Sound of two hands clapping together"
|
||
},
|
||
"music.drumOpenHiHat": {
|
||
"message": "(5) Vula Hi-Hat",
|
||
"description": "Sound of a drum stick hitting a hi-hat while open"
|
||
},
|
||
"music.drumSideStick": {
|
||
"message": "(3) Induku eseceleni",
|
||
"description": "Sound of a drum stick hitting the side of a drum (usually the snare)"
|
||
},
|
||
"music.drumSnare": {
|
||
"message": "(1) Idilamu Snare",
|
||
"description": "Sound of snare drum as used in a standard drum kit"
|
||
},
|
||
"music.drumTambourine": {
|
||
"message": "(7) Tambourine",
|
||
"description": "Sound of a tambourine being struck"
|
||
},
|
||
"music.drumTriangle": {
|
||
"message": "(12) Nxantathu",
|
||
"description": "Sound of a triangle (instrument) being struck"
|
||
},
|
||
"music.drumVibraslap": {
|
||
"message": "(17) Vibraslap",
|
||
"description": "Sound of a Vibraslap being played"
|
||
},
|
||
"music.drumWoodBlock": {
|
||
"message": "(10) Ikhuni amabhulokisi",
|
||
"description": "Sound of a wood block being struck"
|
||
},
|
||
"music.getTempo": {
|
||
"message": "izinsimbi",
|
||
"description": "get the current tempo (speed) for notes, drums, and rests played"
|
||
},
|
||
"music.instrumentBass": {
|
||
"message": "(6) Bhesi",
|
||
"description": "Sound of an accoustic upright bass"
|
||
},
|
||
"music.instrumentBassoon": {
|
||
"message": "(14) Icilongo",
|
||
"description": "Sound of a bassoon being played"
|
||
},
|
||
"music.instrumentCello": {
|
||
"message": "(8) Cello",
|
||
"description": "Sound of a cello being played with a bow"
|
||
},
|
||
"music.instrumentChoir": {
|
||
"message": "(15) Ikwaya",
|
||
"description": "Sound of a choir singing"
|
||
},
|
||
"music.instrumentClarinet": {
|
||
"message": "(10) Clarinet",
|
||
"description": "Sound of a clarinet being played"
|
||
},
|
||
"music.instrumentElectricGuitar": {
|
||
"message": "(5) Isigingci sagesi",
|
||
"description": "Sound of an electric guitar"
|
||
},
|
||
"music.instrumentElectricPiano": {
|
||
"message": "(2) Upiyano wagesi",
|
||
"description": "Sound of an electric piano"
|
||
},
|
||
"music.instrumentFlute": {
|
||
"message": "(12) Flute",
|
||
"description": "Sound of a flute being played"
|
||
},
|
||
"music.instrumentGuitar": {
|
||
"message": "(4) Isiginci",
|
||
"description": "Sound of an accoustic guitar"
|
||
},
|
||
"music.instrumentMarimba": {
|
||
"message": "(19) Marimba",
|
||
"description": "Sound of a marimba being struck"
|
||
},
|
||
"music.instrumentMusicBox": {
|
||
"message": "(17) Ibhokisi lomculo",
|
||
"description": "Sound of a music box playing"
|
||
},
|
||
"music.instrumentOrgan": {
|
||
"message": "(3) Organ",
|
||
"description": "Sound of an organ"
|
||
},
|
||
"music.instrumentPiano": {
|
||
"message": "(1) Upiyano",
|
||
"description": "Sound of a piano"
|
||
},
|
||
"music.instrumentPizzicato": {
|
||
"message": "(7) Umculo osheshayo",
|
||
"description": "Sound of a string instrument (e.g. violin) being plucked"
|
||
},
|
||
"music.instrumentSaxophone": {
|
||
"message": "(11) Saxophone",
|
||
"description": "Sound of a saxophone being played"
|
||
},
|
||
"music.instrumentSteelDrum": {
|
||
"message": "(18) Isigubhu Sensimbi",
|
||
"description": "Sound of a steel drum being struck"
|
||
},
|
||
"music.instrumentSynthLead": {
|
||
"message": "(20) Synth Lead",
|
||
"description": "Sound of a \"lead\" synthesizer being played"
|
||
},
|
||
"music.instrumentSynthPad": {
|
||
"message": "(21) Synth Pad",
|
||
"description": "Sound of a \"pad\" synthesizer being played"
|
||
},
|
||
"music.instrumentTrombone": {
|
||
"message": "(9) Trombone",
|
||
"description": "Sound of a trombone being played"
|
||
},
|
||
"music.instrumentVibraphone": {
|
||
"message": "(16) Vibraphone",
|
||
"description": "Sound of a vibraphone being struck"
|
||
},
|
||
"music.instrumentWoodenFlute": {
|
||
"message": "(13) Ikhwela Flute",
|
||
"description": "Sound of a wooden flute being played"
|
||
},
|
||
"music.midiSetInstrument": {
|
||
"message": "hlela isikhali sokusebenza [INSTRUMENT]",
|
||
"description": "set the instrument for notes played according to a mapping of MIDI codes"
|
||
},
|
||
"music.playDrumForBeats": {
|
||
"message": "dlala idilamu [DRUM] le [BEATS] ibhithi",
|
||
"description": "play drum sample for a number of beats"
|
||
},
|
||
"music.playNoteForBeats": {
|
||
"message": "dlala inothi [NOTE] le [BEATS] bhithi",
|
||
"description": "play a note for a number of beats"
|
||
},
|
||
"music.restForBeats": {
|
||
"message": "okuseleyo nge [BEATS] bhithi ",
|
||
"description": "rest (play no sound) for a number of beats"
|
||
},
|
||
"music.setInstrument": {
|
||
"message": "hlela isikhali sokusebenza [INSTRUMENT]",
|
||
"description": "set the instrument (e.g. piano, guitar, trombone) for notes played"
|
||
},
|
||
"music.setTempo": {
|
||
"message": "hlela ithempo ku [TEMPO]",
|
||
"description": "set tempo (speed) for notes, drums, and rests played"
|
||
},
|
||
"pen.categoryName": {
|
||
"message": "Ipeni",
|
||
"description": "Label for the pen extension category"
|
||
},
|
||
"pen.changeColorParam": {
|
||
"message": "shintsha ipeni [COLOR_PARAM] nge [VALUE]",
|
||
"description": "change the state of a pen color parameter"
|
||
},
|
||
"pen.changeHue": {
|
||
"message": "shintsha umbala wepeni nge [HUE]",
|
||
"description": "legacy pen blocks - change pen color"
|
||
},
|
||
"pen.changeShade": {
|
||
"message": "shintsha ipeni usithe nge [SHADE]",
|
||
"description": "legacy pen blocks - change pen shade"
|
||
},
|
||
"pen.changeSize": {
|
||
"message": "shintsha usayizi wepeni ngo [SIZE]",
|
||
"description": "change the diameter of the trail left by a sprite"
|
||
},
|
||
"pen.clear": {
|
||
"message": "kususe konke ",
|
||
"description": "erase all pen trails and stamps"
|
||
},
|
||
"pen.colorMenu.brightness": {
|
||
"message": "ukukhanya",
|
||
"description": "label for brightness element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.color": {
|
||
"message": "umbala",
|
||
"description": "label for color element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.saturation": {
|
||
"message": "ukukhanya kombala ",
|
||
"description": "label for saturation element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.transparency": {
|
||
"message": "obala",
|
||
"description": "label for transparency element in color picker for pen extension"
|
||
},
|
||
"pen.penDown": {
|
||
"message": "ipeni phansi",
|
||
"description": "start leaving a trail when the sprite moves"
|
||
},
|
||
"pen.penUp": {
|
||
"message": "ipeni phezulu",
|
||
"description": "stop leaving a trail behind the sprite"
|
||
},
|
||
"pen.setColor": {
|
||
"message": "hlela umbala wepeni [COLOR]",
|
||
"description": "set the pen color to a particular (RGB) value"
|
||
},
|
||
"pen.setColorParam": {
|
||
"message": "hlela ipeni [COLOR_PARAM] uliyise kwi [VALUE]",
|
||
"description": "set the state for a pen color parameter e.g. saturation"
|
||
},
|
||
"pen.setHue": {
|
||
"message": "hlela umbala wepeni uwuyise [HUE]",
|
||
"description": "legacy pen blocks - set pen color to number"
|
||
},
|
||
"pen.setShade": {
|
||
"message": "hlela ukusitha ngepeni ukuyise [SHADE]",
|
||
"description": "legacy pen blocks - set pen shade"
|
||
},
|
||
"pen.setSize": {
|
||
"message": "hlela ubukhulu bepeni ubuyise [SIZE]",
|
||
"description": "set the diameter of a trail left by a sprite"
|
||
},
|
||
"pen.stamp": {
|
||
"message": "isitembu",
|
||
"description": "render current costume on the background"
|
||
},
|
||
"speech.defaultWhenIHearValue": {
|
||
"message": "asambe ",
|
||
"description": "The default phrase/word that, when heard, triggers the event."
|
||
},
|
||
"speech.extensionName": {
|
||
"message": "Inkulumo eyiswa emagameni abhalwayo",
|
||
"description": "Name of extension that adds speech recognition blocks."
|
||
},
|
||
"speech.listenAndWait": {
|
||
"message": "lalela ulinde ",
|
||
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
|
||
},
|
||
"speech.speechReporter": {
|
||
"message": "inkulumo",
|
||
"description": "Get the text of spoken words transcribed by the speech recognition system."
|
||
},
|
||
"speech.whenIHear": {
|
||
"message": "when I hear [PHRASE]",
|
||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||
},
|
||
"text2speech.alto": {
|
||
"message": "alto",
|
||
"description": "Name for a voice with ambiguous gender."
|
||
},
|
||
"text2speech.giant": {
|
||
"message": "isiqhwaga ",
|
||
"description": "Name for a funny voice with a low pitch."
|
||
},
|
||
"text2speech.kitten": {
|
||
"message": "Ingane yekati",
|
||
"description": "A baby cat."
|
||
},
|
||
"text2speech.setLanguageBlock": {
|
||
"message": "hlela ulimi uliyise [LANGUAGE]",
|
||
"description": "Set the language for speech synthesis."
|
||
},
|
||
"text2speech.setVoiceBlock": {
|
||
"message": "hlela izwi uliyise [VOICE]",
|
||
"description": "Set the voice for speech synthesis."
|
||
},
|
||
"text2speech.speakAndWaitBlock": {
|
||
"message": "khuluma [WORDS]",
|
||
"description": "Speak some words."
|
||
},
|
||
"text2speech.squeak": {
|
||
"message": "Tswininiza",
|
||
"description": "Name for a funny voice with a high pitch."
|
||
},
|
||
"text2speech.tenor": {
|
||
"message": "tenor",
|
||
"description": "Name for a voice with ambiguous gender."
|
||
},
|
||
"translate.categoryName": {
|
||
"message": "Humusha ",
|
||
"description": "Name of extension that adds translate blocks"
|
||
},
|
||
"translate.defaultTextToTranslate": {
|
||
"message": "sawubona",
|
||
"description": "hello: the default text to translate"
|
||
},
|
||
"translate.translateBlock": {
|
||
"message": "humusha [WORDS] uyise [LANGUAGE]",
|
||
"description": "translate some text to a different language"
|
||
},
|
||
"translate.viewerLanguage": {
|
||
"message": "ulimi",
|
||
"description": "the languge of the project viewer"
|
||
},
|
||
"videoSensing.categoryName": {
|
||
"message": "Ukubona ividiyo",
|
||
"description": "Label for the video sensing extension category"
|
||
},
|
||
"videoSensing.direction": {
|
||
"message": "indlela",
|
||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.motion": {
|
||
"message": "ukunyakaza",
|
||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.off": {
|
||
"message": "cisha",
|
||
"description": "Option for the \"turn video [STATE]\" block"
|
||
},
|
||
"videoSensing.on": {
|
||
"message": "ivulekile",
|
||
"description": "Option for the \"turn video [STATE]\" block"
|
||
},
|
||
"videoSensing.onFlipped": {
|
||
"message": "kuphenyiwe ",
|
||
"description": "Option for the \"turn video [STATE]\" block that causes the video to be flipped horizontally (reversed as in a mirror)"
|
||
},
|
||
"videoSensing.setVideoTransparency": {
|
||
"message": "hlela ukubonakala kweVidiyo ukuyise [TRANSPARENCY]",
|
||
"description": "Controls transparency of the video preview layer"
|
||
},
|
||
"videoSensing.sprite": {
|
||
"message": "umlingisi",
|
||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.stage": {
|
||
"message": "isigaba",
|
||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.videoOn": {
|
||
"message": "vidiyo [ATTRIBUTE] ku [SUBJECT]",
|
||
"description": "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
|
||
},
|
||
"videoSensing.videoToggle": {
|
||
"message": "phendula ividiyo [VIDEO_STATE]",
|
||
"description": "Controls display of the video preview layer"
|
||
},
|
||
"videoSensing.whenMotionGreaterThan": {
|
||
"message": "umakunyakaza ividiyo > [REFERENCE]",
|
||
"description": "Event that triggers when the amount of motion is greater than [REFERENCE]"
|
||
},
|
||
"wedo2.getDistance": {
|
||
"message": "ibanga",
|
||
"description": "the value returned by the distance sensor"
|
||
},
|
||
"wedo2.getTiltAngle": {
|
||
"message": "tshekisa engeli [TILT_DIRECTION]",
|
||
"description": "the angle returned by the tilt sensor"
|
||
},
|
||
"wedo2.isTilted": {
|
||
"message": "itshekile [TILT_DIRECTION_ANY]?",
|
||
"description": "whether the tilt sensor is tilted"
|
||
},
|
||
"wedo2.motorDirection.backward": {
|
||
"message": "leyandlela",
|
||
"description": "label for backward element in motor direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.motorDirection.forward": {
|
||
"message": "lendlela",
|
||
"description": "label for forward element in motor direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.motorDirection.reverse": {
|
||
"message": "buyelemunva",
|
||
"description": "label for reverse element in motor direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.motorId.a": {
|
||
"message": "imotho A ",
|
||
"description": "label for motor A element in motor menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.motorId.all": {
|
||
"message": "wonke amamotho ",
|
||
"description": "label for all motors element in motor menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.motorId.b": {
|
||
"message": "imotho B",
|
||
"description": "label for motor B element in motor menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.motorId.default": {
|
||
"message": "imotho",
|
||
"description": "label for motor element in motor menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.motorOff": {
|
||
"message": "yicishe [MOTOR_ID]",
|
||
"description": "turn a motor off"
|
||
},
|
||
"wedo2.motorOn": {
|
||
"message": "yivule [MOTOR_ID]",
|
||
"description": "turn a motor on indefinitely"
|
||
},
|
||
"wedo2.motorOnFor": {
|
||
"message": "yivule [MOTOR_ID] isikhathi [DURATION] imizuzwana",
|
||
"description": "turn a motor on for some time"
|
||
},
|
||
"wedo2.playNoteFor": {
|
||
"message": "dlala inothi [NOTE] isikathi [DURATION] imizuzwana ",
|
||
"description": "play a certain note for some time"
|
||
},
|
||
"wedo2.setLightHue": {
|
||
"message": "hlela ukhanya kombala ukuyise [HUE]",
|
||
"description": "set the LED color"
|
||
},
|
||
"wedo2.setMotorDirection": {
|
||
"message": "hlela indlela ye [MOTOR_ID] ukuyise [MOTOR_DIRECTION] ",
|
||
"description": "set the motor's turn direction"
|
||
},
|
||
"wedo2.startMotorPower": {
|
||
"message": "hlela [MOTOR_ID] amandla uwayise [POWER]",
|
||
"description": "set the motor's power and turn it on"
|
||
},
|
||
"wedo2.tiltDirection.any": {
|
||
"message": "noma ikuphi",
|
||
"description": "label for any element in tilt direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.tiltDirection.down": {
|
||
"message": "ngezansi",
|
||
"description": "label for down element in tilt direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.tiltDirection.left": {
|
||
"message": "inxele",
|
||
"description": "label for left element in tilt direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.tiltDirection.right": {
|
||
"message": "sokudla",
|
||
"description": "label for right element in tilt direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.tiltDirection.up": {
|
||
"message": "phezulu",
|
||
"description": "label for up element in tilt direction menu for LEGO WeDo 2 extension"
|
||
},
|
||
"wedo2.whenDistance": {
|
||
"message": "uma ibanga [OP] [REFERENCE]",
|
||
"description": "check for when distance is < or > than reference"
|
||
},
|
||
"wedo2.whenTilted": {
|
||
"message": "Umakutshekisiwe [TILT_DIRECTION_ANY]",
|
||
"description": "check when tilted in a certain direction"
|
||
}
|
||
} |