mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-25 07:02:30 -05:00
558 lines
No EOL
22 KiB
JSON
558 lines
No EOL
22 KiB
JSON
{
|
|
"ev3.beepNote": {
|
|
"message": "በ[NOTE] ኖታ ጲጵ በል ለ[TIME] ሰከንድ",
|
|
"description": "play some note on EV3 for some time"
|
|
},
|
|
"ev3.buttonPressed": {
|
|
"message": "[PORT]ን ቁልፍ ተጭኗል?",
|
|
"description": "is a button on some port pressed?"
|
|
},
|
|
"ev3.getBrightness": {
|
|
"message": "የብርሀን መጠን",
|
|
"description": "gets measured brightness"
|
|
},
|
|
"ev3.getDistance": {
|
|
"message": "ርቀት",
|
|
"description": "gets measured distance"
|
|
},
|
|
"ev3.getMotorPosition": {
|
|
"message": "[PORT]ን ሞተር አኳኋን",
|
|
"description": "get the measured degrees a motor has turned"
|
|
},
|
|
"ev3.motorSetPower": {
|
|
"message": "የ [PORT]ን ሞተር ሃይል ወደ [POWER]% ለውጥ",
|
|
"description": "set a motor's power to some value"
|
|
},
|
|
"ev3.motorTurnClockwise": {
|
|
"message": "የ[PORT] ሞተር በዚህ አቅጣጫ አዙር ለ[TIME] ሰከንድ",
|
|
"description": "turn a motor clockwise for some time"
|
|
},
|
|
"ev3.motorTurnCounterClockwise": {
|
|
"message": "የ[PORT] ሞተር በዚያ አቅጣጫ አዙር ለ[TIME] ሰከንድ",
|
|
"description": "turn a motor counter-clockwise for some time"
|
|
},
|
|
"ev3.whenBrightnessLessThan": {
|
|
"message": "ብሩህነት < [DISTANCE] ሲሆን",
|
|
"description": "when value measured by brightness sensor is less than some value"
|
|
},
|
|
"ev3.whenButtonPressed": {
|
|
"message": "[PORT]ን ቁልፍ ሲጫን",
|
|
"description": "when a button connected to a port is pressed"
|
|
},
|
|
"ev3.whenDistanceLessThan": {
|
|
"message": "ርቀት < [DISTANCE] ሲሆን",
|
|
"description": "when the value measured by the distance sensor is less than some value"
|
|
},
|
|
"microbit.buttonsMenu.any": {
|
|
"message": "የቱም",
|
|
"description": "label for \"any\" element in button picker for micro:bit extension"
|
|
},
|
|
"microbit.clearDisplay": {
|
|
"message": "ማሳያ አጽዳ",
|
|
"description": "display nothing on the micro:bit display"
|
|
},
|
|
"microbit.defaultTextToDisplay": {
|
|
"message": "ሰላም!",
|
|
"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": "[MATRIX]ን አሳይ",
|
|
"description": "display a pattern on the micro:bit display"
|
|
},
|
|
"microbit.displayText": {
|
|
"message": "[TEXT]ን አሳይ",
|
|
"description": "display text on the micro:bit display"
|
|
},
|
|
"microbit.gesturesMenu.jumped": {
|
|
"message": "ዘልሏል",
|
|
"description": "label for jumped gesture in gesture picker for micro:bit extension"
|
|
},
|
|
"microbit.gesturesMenu.moved": {
|
|
"message": "ተንቀሳቅሷል",
|
|
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
|
},
|
|
"microbit.gesturesMenu.shaken": {
|
|
"message": "አራድቷል",
|
|
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
|
},
|
|
"microbit.isButtonPressed": {
|
|
"message": "[BTN]ን ቁልፍ ተጭኗል?",
|
|
"description": "is the selected button on the micro:bit pressed?"
|
|
},
|
|
"microbit.isTilted": {
|
|
"message": "በ[DIRECTION] አቅጣጫ ተዘነብሏል?",
|
|
"description": "is the micro:bit is tilted in a direction?"
|
|
},
|
|
"microbit.pinStateMenu.off": {
|
|
"message": "የጠፋ",
|
|
"description": "label for off element in pin state picker for micro:bit extension"
|
|
},
|
|
"microbit.pinStateMenu.on": {
|
|
"message": "እየሰራ ያለ",
|
|
"description": "label for on element in pin state picker for micro:bit extension"
|
|
},
|
|
"microbit.tiltAngle": {
|
|
"message": "ማዕዘን በ[DIRECTION] አቅጣጫ አዘንብል",
|
|
"description": "how much the micro:bit is tilted in a direction"
|
|
},
|
|
"microbit.tiltDirectionMenu.any": {
|
|
"message": "የቱም",
|
|
"description": "label for any direction element in tilt direction picker for micro:bit extension"
|
|
},
|
|
"microbit.tiltDirectionMenu.back": {
|
|
"message": "ኋላ",
|
|
"description": "label for back element in tilt direction picker for micro:bit extension"
|
|
},
|
|
"microbit.tiltDirectionMenu.front": {
|
|
"message": "ፊት",
|
|
"description": "label for front element in tilt direction picker for micro:bit extension"
|
|
},
|
|
"microbit.tiltDirectionMenu.left": {
|
|
"message": "ግራ",
|
|
"description": "label for left element in tilt direction picker for micro:bit extension"
|
|
},
|
|
"microbit.tiltDirectionMenu.right": {
|
|
"message": "ቀኝ",
|
|
"description": "label for right element in tilt direction picker for micro:bit extension"
|
|
},
|
|
"microbit.whenButtonPressed": {
|
|
"message": "[BTN]ን ቁልፍ ሲጫን",
|
|
"description": "when the selected button on the micro:bit is pressed"
|
|
},
|
|
"microbit.whenGesture": {
|
|
"message": "[GESTURE]ን ሲሰጥ",
|
|
"description": "when the selected gesture is detected by the micro:bit"
|
|
},
|
|
"microbit.whenPinConnected": {
|
|
"message": "[PIN]ን ዕስፒል ሲገናኝ፣ ሞክር",
|
|
"description": "when the pin detects a connection to Earth/Ground"
|
|
},
|
|
"microbit.whenTilted": {
|
|
"message": "በ[DIRECTION] አቅጣጫ ሲዘነብል",
|
|
"description": "when the micro:bit is tilted in a direction"
|
|
},
|
|
"music.categoryName": {
|
|
"message": "ሙዚቃ",
|
|
"description": "Label for the Music extension category"
|
|
},
|
|
"music.changeTempo": {
|
|
"message": "ሰልት ቀይር በ[TEMPO]",
|
|
"description": "change tempo (speed) for notes, drums, and rests played"
|
|
},
|
|
"music.drumBass": {
|
|
"message": "(2) ትልቅ ታምቡር",
|
|
"description": "Sound of bass drum as used in a standard drum kit"
|
|
},
|
|
"music.drumBongo": {
|
|
"message": "(13) ቦንጎ",
|
|
"description": "Sound of a bongo being struck"
|
|
},
|
|
"music.drumCabasa": {
|
|
"message": "(13) ካባሳ",
|
|
"description": "Sound of a cabasa being shaken"
|
|
},
|
|
"music.drumClaves": {
|
|
"message": "(9) ክላቭ",
|
|
"description": "Sound of claves being struck together"
|
|
},
|
|
"music.drumClosedHiHat": {
|
|
"message": "(6) የተዘጋ ድምፀ ብረት",
|
|
"description": "Sound of a drum stick hitting a hi-hat while closed"
|
|
},
|
|
"music.drumConga": {
|
|
"message": "(14) ኮንጋ",
|
|
"description": "Sound of a conga being struck"
|
|
},
|
|
"music.drumCowbell": {
|
|
"message": "(11) የላም ቃጭል",
|
|
"description": "Sound of a cowbell being struck"
|
|
},
|
|
"music.drumCrashCymbal": {
|
|
"message": "(4) ጸናጽል",
|
|
"description": "Sound of a drum stick hitting a crash cymbal"
|
|
},
|
|
"music.drumCuica": {
|
|
"message": "(18) ኲካ",
|
|
"description": "Sound of a cuica being played"
|
|
},
|
|
"music.drumGuiro": {
|
|
"message": "(16) ጒሮ",
|
|
"description": "Sound of a guiro being played"
|
|
},
|
|
"music.drumHandClap": {
|
|
"message": "(8) ጭብጨባ",
|
|
"description": "Sound of two hands clapping together"
|
|
},
|
|
"music.drumOpenHiHat": {
|
|
"message": "(5) የተከፈተ ድምፀ ብረት",
|
|
"description": "Sound of a drum stick hitting a hi-hat while open"
|
|
},
|
|
"music.drumSideStick": {
|
|
"message": "(3) የጎን በትር",
|
|
"description": "Sound of a drum stick hitting the side of a drum (usually the snare)"
|
|
},
|
|
"music.drumSnare": {
|
|
"message": "(1) ነዛሪ ታምቡር",
|
|
"description": "Sound of snare drum as used in a standard drum kit"
|
|
},
|
|
"music.drumTambourine": {
|
|
"message": "(7) ታምቡሪን",
|
|
"description": "Sound of a tambourine being struck"
|
|
},
|
|
"music.drumTriangle": {
|
|
"message": "(12) ትራያንግል",
|
|
"description": "Sound of a triangle (instrument) being struck"
|
|
},
|
|
"music.drumVibraslap": {
|
|
"message": "(17) ቫይብራስላፕ",
|
|
"description": "Sound of a Vibraslap being played"
|
|
},
|
|
"music.drumWoodBlock": {
|
|
"message": "(10) የእንጨት ብሎኬት",
|
|
"description": "Sound of a wood block being struck"
|
|
},
|
|
"music.getTempo": {
|
|
"message": "ምት",
|
|
"description": "get the current tempo (speed) for notes, drums, and rests played"
|
|
},
|
|
"music.instrumentBass": {
|
|
"message": "(6) ባስ",
|
|
"description": "Sound of an accoustic upright bass"
|
|
},
|
|
"music.instrumentBassoon": {
|
|
"message": "(14) ባዙን",
|
|
"description": "Sound of a bassoon being played"
|
|
},
|
|
"music.instrumentCello": {
|
|
"message": "(8) ቼሎ",
|
|
"description": "Sound of a cello being played with a bow"
|
|
},
|
|
"music.instrumentChoir": {
|
|
"message": "(15) ሕብረ-ዝማሬ",
|
|
"description": "Sound of a choir singing"
|
|
},
|
|
"music.instrumentClarinet": {
|
|
"message": "(10) ክላርኔት",
|
|
"description": "Sound of a clarinet being played"
|
|
},
|
|
"music.instrumentElectricGuitar": {
|
|
"message": "(5) ኤሌክትሪክ ጊታር",
|
|
"description": "Sound of an electric guitar"
|
|
},
|
|
"music.instrumentElectricPiano": {
|
|
"message": "(2) ኤሌክትሪክ ፒያኖ",
|
|
"description": "Sound of an electric piano"
|
|
},
|
|
"music.instrumentFlute": {
|
|
"message": "(12) ፍሉት",
|
|
"description": "Sound of a flute being played"
|
|
},
|
|
"music.instrumentGuitar": {
|
|
"message": "(4) ጊታር",
|
|
"description": "Sound of an accoustic guitar"
|
|
},
|
|
"music.instrumentMarimba": {
|
|
"message": "(19) ማሪምባ",
|
|
"description": "Sound of a marimba being struck"
|
|
},
|
|
"music.instrumentMusicBox": {
|
|
"message": "(17) የሙዚቃ ሳጥን",
|
|
"description": "Sound of a music box playing"
|
|
},
|
|
"music.instrumentOrgan": {
|
|
"message": "(3) ኦርጋን",
|
|
"description": "Sound of an organ"
|
|
},
|
|
"music.instrumentPiano": {
|
|
"message": "(1) ፒያኖ",
|
|
"description": "Sound of a piano"
|
|
},
|
|
"music.instrumentPizzicato": {
|
|
"message": "(7) ፒዚካቶ",
|
|
"description": "Sound of a string instrument (e.g. violin) being plucked"
|
|
},
|
|
"music.instrumentSaxophone": {
|
|
"message": "(11) ሳክስፎን",
|
|
"description": "Sound of a saxophone being played"
|
|
},
|
|
"music.instrumentSteelDrum": {
|
|
"message": "(18) ብረት ታምቡር",
|
|
"description": "Sound of a steel drum being struck"
|
|
},
|
|
"music.instrumentSynthLead": {
|
|
"message": "(20) የመራሄ ድምፅ መምሪያ",
|
|
"description": "Sound of a \"lead\" synthesizer being played"
|
|
},
|
|
"music.instrumentSynthPad": {
|
|
"message": "(21) የመራሄ ድምፅ ደረብ",
|
|
"description": "Sound of a \"pad\" synthesizer being played"
|
|
},
|
|
"music.instrumentTrombone": {
|
|
"message": "(9) ትሮምቦን",
|
|
"description": "Sound of a trombone being played"
|
|
},
|
|
"music.instrumentVibraphone": {
|
|
"message": "(16) ቫይብራፎን",
|
|
"description": "Sound of a vibraphone being struck"
|
|
},
|
|
"music.instrumentWoodenFlute": {
|
|
"message": "(13) የእንጨት ፍሉት",
|
|
"description": "Sound of a wooden flute being played"
|
|
},
|
|
"music.playDrumForBeats": {
|
|
"message": "[DRUM]ን ታምቡር ለ[BEATS] ምት ተጫውት",
|
|
"description": "play drum sample for a number of beats"
|
|
},
|
|
"music.playNoteForBeats": {
|
|
"message": "[NOTE]ን ኖታ ለ[BEATS] ምት ተጫውት",
|
|
"description": "play a note for a number of beats"
|
|
},
|
|
"music.restForBeats": {
|
|
"message": "እረፍ ለ[BEATS] ምት",
|
|
"description": "rest (play no sound) for a number of beats"
|
|
},
|
|
"music.setInstrument": {
|
|
"message": "መሳሪያ ለውጥ ወደ [INSTRUMENT]",
|
|
"description": "set the instrument (e.g. piano, guitar, trombone) for notes played"
|
|
},
|
|
"music.setTempo": {
|
|
"message": "ስልት ለውጥ ወደ [TEMPO]",
|
|
"description": "set tempo (speed) for notes, drums, and rests played"
|
|
},
|
|
"pen.categoryName": {
|
|
"message": "ብዕር",
|
|
"description": "Label for the pen extension category"
|
|
},
|
|
"pen.changeColorParam": {
|
|
"message": "የእስክሪብቶን [COLOR_PARAM] ቀይር በ[VALUE]",
|
|
"description": "change the state of a pen color parameter"
|
|
},
|
|
"pen.changeHue": {
|
|
"message": "የእስክሪብቶን ቀልም ቀይር በ[HUE]",
|
|
"description": "legacy pen blocks - change pen color"
|
|
},
|
|
"pen.changeShade": {
|
|
"message": "የእስክሪብቶን ጥቁረት ቀይር በ[SHADE]",
|
|
"description": "legacy pen blocks - change pen shade"
|
|
},
|
|
"pen.changeSize": {
|
|
"message": "የእስክሪብቶን ልክ ቀይር በ[SIZE]",
|
|
"description": "change the diameter of the trail left by a sprite"
|
|
},
|
|
"pen.clear": {
|
|
"message": "ሁሉንም አስወግድ",
|
|
"description": "erase all pen trails and stamps"
|
|
},
|
|
"pen.colorMenu.brightness": {
|
|
"message": "የብርሀን መጠን",
|
|
"description": "label for brightness element in color picker for pen extension"
|
|
},
|
|
"pen.colorMenu.color": {
|
|
"message": "ቀለም",
|
|
"description": "label for color element in color picker for pen extension"
|
|
},
|
|
"pen.colorMenu.saturation": {
|
|
"message": "ርኬት",
|
|
"description": "label for saturation element in color picker for pen extension"
|
|
},
|
|
"pen.colorMenu.transparency": {
|
|
"message": "አሳይነት",
|
|
"description": "label for transparency element in color picker for pen extension"
|
|
},
|
|
"pen.penDown": {
|
|
"message": "ብእር አሳርፍ",
|
|
"description": "start leaving a trail when the sprite moves"
|
|
},
|
|
"pen.penUp": {
|
|
"message": "ብእር አንሳ",
|
|
"description": "stop leaving a trail behind the sprite"
|
|
},
|
|
"pen.setColor": {
|
|
"message": "የእስክሪብቶን ቀልም ወደ [COLOR] ለውጥ",
|
|
"description": "set the pen color to a particular (RGB) value"
|
|
},
|
|
"pen.setColorParam": {
|
|
"message": "የእስክሪብቶን [COLOR_PARAM] ወደ [VALUE] ለውጥ",
|
|
"description": "set the state for a pen color parameter e.g. saturation"
|
|
},
|
|
"pen.setHue": {
|
|
"message": "የእስክሪብቶን ቀለም ወደ ለውጥ",
|
|
"description": "legacy pen blocks - set pen color to number"
|
|
},
|
|
"pen.setShade": {
|
|
"message": "የእስክሪብቶን ጥቁረት ወደ [SHADE] ለውጥ",
|
|
"description": "legacy pen blocks - set pen shade"
|
|
},
|
|
"pen.setSize": {
|
|
"message": "የእስክሪብቶን ልክ ወደ [SIZE] ለውጥ",
|
|
"description": "set the diameter of a trail left by a sprite"
|
|
},
|
|
"pen.stamp": {
|
|
"message": "ምልክት",
|
|
"description": "render current costume on the background"
|
|
},
|
|
"speech.defaultWhenIHearValue": {
|
|
"message": "ዕንሂድ",
|
|
"description": "The default phrase/word that, when heard, triggers the event."
|
|
},
|
|
"speech.extensionName": {
|
|
"message": "Speech to Text",
|
|
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
|
},
|
|
"speech.listenAndWait": {
|
|
"message": "አዳምጥና ጠብቅ",
|
|
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
|
|
},
|
|
"speech.speechReporter": {
|
|
"message": "ንግግር",
|
|
"description": "Get the text of spoken words transcribed by the speech recognition system."
|
|
},
|
|
"speech.whenIHear": {
|
|
"message": "[PHRASE]ን ሣዳምጥ",
|
|
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
|
},
|
|
"text2speech.defaultTextToSpeak": {
|
|
"message": "ሰላም",
|
|
"description": "hello: the default text to speak"
|
|
},
|
|
"text2speech.kitten": {
|
|
"message": "የድመት ግልገል",
|
|
"description": "A baby cat."
|
|
},
|
|
"text2speech.max": {
|
|
"message": "ከፍተኛ",
|
|
"description": "Name for a voice with ambiguous gender."
|
|
},
|
|
"text2speech.monster": {
|
|
"message": "አረመኔ",
|
|
"description": "Name for a funny voice with a low pitch."
|
|
},
|
|
"text2speech.quinn": {
|
|
"message": "ኲን",
|
|
"description": "Name for a voice with ambiguous gender."
|
|
},
|
|
"text2speech.setVoiceBlock": {
|
|
"message": "ድምጽ ወደ [VOICE] ለውጥ",
|
|
"description": "Set the voice for speech synthesis."
|
|
},
|
|
"text2speech.speakAndWaitBlock": {
|
|
"message": "[WORDS]ን ተናገር",
|
|
"description": "Speak some words."
|
|
},
|
|
"text2speech.squeak": {
|
|
"message": "ሲጢት ማለት",
|
|
"description": "Name for a funny voice with a high pitch."
|
|
},
|
|
"translate.categoryName": {
|
|
"message": "Translate",
|
|
"description": "Name of extension that adds translate blocks"
|
|
},
|
|
"translate.defaultTextToTranslate": {
|
|
"message": "ሰላም",
|
|
"description": "hello: the default text to translate"
|
|
},
|
|
"translate.translateBlock": {
|
|
"message": "[WORDS]ን ተርጉም ወደ [LANGUAGE]",
|
|
"description": "translate some text to a different language"
|
|
},
|
|
"translate.viewerLanguage": {
|
|
"message": "ቋንቋ",
|
|
"description": "the languge of the project viewer"
|
|
},
|
|
"videoSensing.categoryName": {
|
|
"message": "የቪድዮ ህዋስ",
|
|
"description": "Label for the video sensing extension category"
|
|
},
|
|
"videoSensing.direction": {
|
|
"message": "አቅጣጫ",
|
|
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
|
},
|
|
"videoSensing.motion": {
|
|
"message": "እንቅስቃሴ",
|
|
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
|
},
|
|
"videoSensing.off": {
|
|
"message": "የጠፋ",
|
|
"description": "Option for the \"turn video [STATE]\" block"
|
|
},
|
|
"videoSensing.on": {
|
|
"message": "እየሰራ ያለ",
|
|
"description": "Option for the \"turn video [STATE]\" block"
|
|
},
|
|
"videoSensing.onFlipped": {
|
|
"message": "ሲገለብጥ",
|
|
"description": "Option for the \"turn video [STATE]\" block that causes the video to be flipped horizontally (reversed as in a mirror)"
|
|
},
|
|
"videoSensing.setVideoTransparency": {
|
|
"message": "የቪድዮ አሳይነት ወደ [TRANSPARENCY] ለውጥ",
|
|
"description": "Controls transparency of the video preview layer"
|
|
},
|
|
"videoSensing.sprite": {
|
|
"message": "ስፕራይት",
|
|
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
|
},
|
|
"videoSensing.stage": {
|
|
"message": "መድረክ",
|
|
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
|
},
|
|
"videoSensing.videoOn": {
|
|
"message": "ቪድዮ [ATTRIBUTE] ስለ [SUBJECT]",
|
|
"description": "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
|
|
},
|
|
"videoSensing.videoToggle": {
|
|
"message": "ቪድዮ ወደ [VIDEO_STATE] ቀይር",
|
|
"description": "Controls display of the video preview layer"
|
|
},
|
|
"videoSensing.whenMotionGreaterThan": {
|
|
"message": "የቪድዮ እንቅስቃሴ > [REFERENCE] ሲሆን",
|
|
"description": "Event that triggers when the amount of motion is greater than [REFERENCE]"
|
|
},
|
|
"wedo2.getDistance": {
|
|
"message": "ርቀት",
|
|
"description": "the value returned by the distance sensor"
|
|
},
|
|
"wedo2.getTiltAngle": {
|
|
"message": "የዝንባሌ ማዕዘን [TILT_DIRECTION]",
|
|
"description": "the angle returned by the tilt sensor"
|
|
},
|
|
"wedo2.isTilted": {
|
|
"message": "[TILT_DIRECTION_ANY]ተዘነብሏል? ",
|
|
"description": "whether the tilt sensor is tilted"
|
|
},
|
|
"wedo2.motorOff": {
|
|
"message": "[MOTOR_ID]ን ሞተር አጥፋ",
|
|
"description": "turn a motor off"
|
|
},
|
|
"wedo2.motorOn": {
|
|
"message": "[MOTOR_ID]ን ሞተር አብራ",
|
|
"description": "turn a motor on indefinitely"
|
|
},
|
|
"wedo2.motorOnFor": {
|
|
"message": "[MOTOR_ID]ን ሞተር አብራ ለ[DURATION] ሰከንድ ",
|
|
"description": "turn a motor on for some time"
|
|
},
|
|
"wedo2.playNoteFor": {
|
|
"message": "[NOTE]ን ኖታ ለ[DURATION] ተጫወት",
|
|
"description": "play a certain note for some time"
|
|
},
|
|
"wedo2.setLightHue": {
|
|
"message": "የመብራት ቀለም ወደ [HUE] ለውጥ",
|
|
"description": "set the LED color"
|
|
},
|
|
"wedo2.setMotorDirection": {
|
|
"message": "የ[MOTOR_ID]ን ሞተር አቅጣጫ ወደ [MOTOR_DIRECTION] ለውጥ",
|
|
"description": "set the motor's turn direction"
|
|
},
|
|
"wedo2.startMotorPower": {
|
|
"message": "የ[MOTOR_ID]ን ሞተር ኃይል ወደ [POWER] ለውጥ",
|
|
"description": "set the motor's power and turn it on"
|
|
},
|
|
"wedo2.whenDistance": {
|
|
"message": "ርቀት [OP] [REFERENCE] ሲሆን",
|
|
"description": "check for when distance is < or > than reference"
|
|
},
|
|
"wedo2.whenTilted": {
|
|
"message": "በ[TILT_DIRECTION_ANY] ሲዘነብል",
|
|
"description": "check when tilted in a certain direction"
|
|
}
|
|
} |