scratch-l10n/editor/extensions/am.json

562 lines
22 KiB
JSON
Raw Normal View History

2018-05-21 09:43:28 -04:00
{
"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"
2018-05-21 09:43:28 -04:00
},
"music.drumBass": {
"message": "(2) ትልቅ ታምቡር",
"description": "Sound of bass drum as used in a standard drum kit"
2018-05-21 09:43:28 -04:00
},
"music.drumBongo": {
"message": "(13) ቦንጎ",
"description": "Sound of a bongo being struck"
2018-05-21 09:43:28 -04:00
},
"music.drumCabasa": {
"message": "(13) ካባሳ",
2018-05-21 09:43:28 -04:00
"description": "Sound of a cabasa being shaken"
},
"music.drumClaves": {
"message": "(9) ክላቭ",
"description": "Sound of claves being struck together"
2018-05-21 09:43:28 -04:00
},
"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"
2018-05-21 09:43:28 -04:00
},
"music.drumCowbell": {
"message": "(11) የላም ቃጭል",
"description": "Sound of a cowbell being struck"
2018-05-21 09:43:28 -04:00
},
"music.drumCrashCymbal": {
"message": "(4) ጸናጽል",
"description": "Sound of a drum stick hitting a crash cymbal"
2018-05-21 09:43:28 -04:00
},
"music.drumCuica": {
"message": "(18) ኲካ",
"description": "Sound of a cuica being played"
2018-05-21 09:43:28 -04:00
},
"music.drumGuiro": {
"message": "(16) ጒሮ",
"description": "Sound of a guiro being played"
2018-05-21 09:43:28 -04:00
},
"music.drumHandClap": {
"message": "(8) ጭብጨባ",
"description": "Sound of two hands clapping together"
2018-08-03 12:42:20 -04:00
},
"music.drumOpenHiHat": {
"message": "(5) የተከፈተ ድምፀ ብረት",
"description": "Sound of a drum stick hitting a hi-hat while open"
2018-05-21 09:43:28 -04:00
},
"music.drumSideStick": {
"message": "(3) የጎን በትር",
"description": "Sound of a drum stick hitting the side of a drum (usually the snare)"
2018-05-21 09:43:28 -04:00
},
"music.drumSnare": {
"message": "(1) ነዛሪ ታምቡር",
"description": "Sound of snare drum as used in a standard drum kit"
2018-05-21 09:43:28 -04:00
},
"music.drumTambourine": {
"message": "(7) ታምቡሪን",
"description": "Sound of a tambourine being struck"
2018-05-21 09:43:28 -04:00
},
"music.drumTriangle": {
"message": "(12) ትራያንግል",
"description": "Sound of a triangle (instrument) being struck"
2018-05-21 09:43:28 -04:00
},
"music.drumVibraslap": {
"message": "(17) ቫይብራስላፕ",
2018-05-21 09:43:28 -04:00
"description": "Sound of a Vibraslap being played"
},
"music.drumWoodBlock": {
"message": "(10) የእንጨት ብሎኬት",
"description": "Sound of a wood block being struck"
2018-05-21 09:43:28 -04:00
},
"music.getTempo": {
"message": "ምት",
"description": "get the current tempo (speed) for notes, drums, and rests played"
2018-05-21 09:43:28 -04:00
},
"music.instrumentBass": {
"message": "(6) ባስ",
"description": "Sound of an accoustic upright bass"
2018-05-21 09:43:28 -04:00
},
"music.instrumentBassoon": {
"message": "(14) ባዙን",
"description": "Sound of a bassoon being played"
2018-05-21 09:43:28 -04:00
},
"music.instrumentCello": {
"message": "(8) ቼሎ",
"description": "Sound of a cello being played with a bow"
},
"music.instrumentChoir": {
"message": "(15) ሕብረ-ዝማሬ",
"description": "Sound of a choir singing"
2018-05-21 09:43:28 -04:00
},
"music.instrumentClarinet": {
"message": "(10) ክላርኔት",
"description": "Sound of a clarinet being played"
2018-05-21 09:43:28 -04:00
},
"music.instrumentElectricGuitar": {
"message": "(5) ኤሌክትሪክ ጊታር",
"description": "Sound of an electric guitar"
},
"music.instrumentElectricPiano": {
"message": "(2) ኤሌክትሪክ ፒያኖ",
"description": "Sound of an electric piano"
2018-05-21 09:43:28 -04:00
},
"music.instrumentFlute": {
"message": "(12) ፍሉት",
"description": "Sound of a flute being played"
2018-05-21 09:43:28 -04:00
},
"music.instrumentGuitar": {
"message": "(4) ጊታር",
"description": "Sound of an accoustic guitar"
2018-05-21 09:43:28 -04:00
},
"music.instrumentMarimba": {
"message": "(19) ማሪምባ",
"description": "Sound of a marimba being struck"
2018-08-03 12:42:20 -04:00
},
"music.instrumentMusicBox": {
"message": "(17) የሙዚቃ ሳጥን",
"description": "Sound of a music box playing"
2018-08-03 12:42:20 -04:00
},
"music.instrumentOrgan": {
"message": "(3) ኦርጋን",
"description": "Sound of an organ"
2018-05-21 09:43:28 -04:00
},
"music.instrumentPiano": {
"message": "(1) ፒያኖ",
"description": "Sound of a piano"
2018-08-03 12:42:20 -04:00
},
"music.instrumentPizzicato": {
"message": "(7) ፒዚካቶ",
"description": "Sound of a string instrument (e.g. violin) being plucked"
2018-05-21 09:43:28 -04:00
},
"music.instrumentSaxophone": {
"message": "(11) ሳክስፎን",
2018-05-21 09:43:28 -04:00
"description": "Sound of a saxophone being played"
},
"music.instrumentSteelDrum": {
"message": "(18) ብረት ታምቡር",
2018-05-21 09:43:28 -04:00
"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"
2018-05-21 09:43:28 -04:00
},
"music.instrumentTrombone": {
"message": "(9) ትሮምቦን",
"description": "Sound of a trombone being played"
2018-05-21 09:43:28 -04:00
},
"music.instrumentVibraphone": {
"message": "(16) ቫይብራፎን",
"description": "Sound of a vibraphone being struck"
2018-05-21 09:43:28 -04:00
},
"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"
2018-05-21 09:43:28 -04:00
},
"music.playNoteForBeats": {
"message": "[NOTE]ን ኖታ ለ[BEATS] ምት ተጫውት",
"description": "play a note for a number of beats"
2018-05-21 09:43:28 -04:00
},
"music.restForBeats": {
"message": "እረፍ ለ[BEATS] ምት",
"description": "rest (play no sound) for a number of beats"
2018-07-19 09:35:23 -04:00
},
"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"
2018-05-21 09:43:28 -04:00
},
"pen.changeColorParam": {
"message": "የእስክሪብቶን [COLOR_PARAM] ቀይር በ[VALUE]",
"description": "change the state of a pen color parameter"
2018-05-21 09:43:28 -04:00
},
"pen.changeHue": {
"message": "የእስክሪብቶን ቀልም ቀይር በ[HUE]",
"description": "legacy pen blocks - change pen color"
},
"pen.changeShade": {
2018-08-30 16:48:04 -04:00
"message": "የእስክሪብቶን ጥቁረት ቀይር በ[SHADE]",
"description": "legacy pen blocks - change pen shade"
2018-07-19 09:35:23 -04:00
},
2018-05-21 09:43:28 -04:00
"pen.changeSize": {
2018-08-30 16:48:04 -04:00
"message": "የእስክሪብቶን ልክ ቀይር በ[SIZE]",
2018-05-21 09:43:28 -04:00
"description": "change the diameter of the trail left by a sprite"
},
"pen.clear": {
2018-08-30 16:48:04 -04:00
"message": "ሁሉንም አስወግድ",
"description": "erase all pen trails and stamps"
2018-08-03 12:42:20 -04:00
},
"pen.colorMenu.brightness": {
"message": "የብርሀን መጠን",
"description": "label for brightness element in color picker for pen extension"
2018-05-21 09:43:28 -04:00
},
"pen.colorMenu.color": {
"message": "ቀለም",
"description": "label for color element in color picker for pen extension"
2018-05-21 09:43:28 -04:00
},
"pen.colorMenu.saturation": {
2018-08-30 16:48:04 -04:00
"message": "ርኬት",
"description": "label for saturation element in color picker for pen extension"
2018-08-03 12:42:20 -04:00
},
2018-05-21 09:43:28 -04:00
"pen.colorMenu.transparency": {
2018-08-30 16:48:04 -04:00
"message": "አሳይነት",
2018-05-21 09:43:28 -04:00
"description": "label for transparency element in color picker for pen extension"
},
"pen.penDown": {
"message": "ብእር አሳርፍ",
"description": "start leaving a trail when the sprite moves"
2018-05-21 09:43:28 -04:00
},
"pen.penUp": {
"message": "ብእር አንሳ",
"description": "stop leaving a trail behind the sprite"
2018-07-19 09:35:23 -04:00
},
"pen.setColor": {
2018-08-30 16:48:04 -04:00
"message": "የእስክሪብቶን ቀልም ወደ [COLOR] ለውጥ",
"description": "set the pen color to a particular (RGB) value"
2018-05-21 09:43:28 -04:00
},
"pen.setColorParam": {
2018-08-30 16:48:04 -04:00
"message": "የእስክሪብቶን [COLOR_PARAM] ወደ [VALUE] ለውጥ",
"description": "set the state for a pen color parameter e.g. saturation"
2018-05-21 09:43:28 -04:00
},
"pen.setHue": {
2018-08-30 16:48:04 -04:00
"message": "የእስክሪብቶን ቀለም ወደ ለውጥ",
"description": "legacy pen blocks - set pen color to number"
},
"pen.setShade": {
2018-08-30 16:48:04 -04:00
"message": "የእስክሪብቶን ጥቁረት ወደ [SHADE] ለውጥ",
"description": "legacy pen blocks - set pen shade"
},
"pen.setSize": {
2018-08-30 16:48:04 -04:00
"message": "የእስክሪብቶን ልክ ወደ [SIZE] ለውጥ",
"description": "set the diameter of a trail left by a sprite"
},
"pen.stamp": {
"message": "ምልክት",
"description": "render current costume on the background"
2018-05-21 09:43:28 -04:00
},
2018-07-19 09:35:23 -04:00
"speech.defaultWhenIHearValue": {
2018-08-30 16:48:04 -04:00
"message": "ዕንሂድ",
2018-07-19 09:35:23 -04:00
"description": "The default phrase/word that, when heard, triggers the event."
},
"speech.extensionName": {
2018-08-30 16:48:04 -04:00
"message": "የGoogle ንግግር",
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
2018-05-21 09:43:28 -04:00
},
"speech.listenAndWait": {
2018-08-30 16:48:04 -04:00
"message": "አዳምጥና ጠብቅ",
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
2018-05-21 09:43:28 -04:00
},
"speech.speechReporter": {
2018-08-30 16:48:04 -04:00
"message": "ንግግር",
"description": "Get the text of spoken words transcribed by the speech recognition system."
2018-05-21 09:43:28 -04:00
},
"speech.whenIHear": {
2018-08-30 16:48:04 -04:00
"message": "[PHRASE]ን ሣዳምጥ",
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
2018-05-21 09:43:28 -04:00
},
"text2speech.defaultTextToSpeak": {
2018-08-30 16:48:04 -04:00
"message": "ሰላም",
"description": "hello: the default text to speak"
2018-05-21 09:43:28 -04:00
},
"text2speech.kitten": {
2018-08-30 16:48:04 -04:00
"message": "የድመት ግልገል",
"description": "A baby cat."
2018-05-21 09:43:28 -04:00
},
"text2speech.max": {
2018-08-30 16:48:04 -04:00
"message": "ከፍተኛ",
2018-08-03 12:42:20 -04:00
"description": "Name for a voice with ambiguous gender."
},
"text2speech.monster": {
2018-08-30 16:48:04 -04:00
"message": "አረመኔ",
2018-08-03 12:42:20 -04:00
"description": "Name for a funny voice with a low pitch."
},
"text2speech.puppy": {
2018-08-30 16:48:04 -04:00
"message": "ቡችላ",
"description": "A baby dog."
2018-05-21 09:43:28 -04:00
},
"text2speech.quinn": {
2018-08-30 16:48:04 -04:00
"message": "ኲን",
"description": "Name for a voice with ambiguous gender."
2018-05-21 09:43:28 -04:00
},
"text2speech.setVoiceBlock": {
2018-08-30 16:48:04 -04:00
"message": "ድምጽ ወደ [VOICE] ለውጥ",
"description": "Set the voice for speech synthesis."
2018-05-21 09:43:28 -04:00
},
"text2speech.speakAndWaitBlock": {
2018-08-30 16:48:04 -04:00
"message": "[WORDS]ን ተናገር",
"description": "Speak some words."
2018-05-21 09:43:28 -04:00
},
"text2speech.squeak": {
2018-08-30 16:48:04 -04:00
"message": "ሲጢት ማለት",
"description": "Name for a funny voice with a high pitch."
2018-05-21 09:43:28 -04:00
},
"translate.categoryName": {
2018-08-30 16:48:04 -04:00
"message": "የGoogle ተርጓሚ",
"description": "Name of extension that adds translate blocks. Do Not translate Google"
2018-07-19 09:35:23 -04:00
},
"translate.defaultTextToTranslate": {
2018-08-30 16:48:04 -04:00
"message": "ሰላም",
"description": "hello: the default text to translate"
},
"translate.translateBlock": {
2018-08-30 16:48:04 -04:00
"message": "[WORDS]ን ተርጉም ወደ [LANGUAGE]",
"description": "translate some text to a different language"
},
"translate.viewerLanguage": {
2018-08-30 16:48:04 -04:00
"message": "ቋንቋ",
"description": "the languge of the project viewer"
},
"videoSensing.categoryName": {
2018-08-30 16:48:04 -04:00
"message": "የቪድዮ ህዋስ",
"description": "Label for the video sensing extension category"
2018-05-21 09:43:28 -04:00
},
"videoSensing.direction": {
"message": "አቅጣጫ",
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
},
"videoSensing.motion": {
"message": "እንቅስቃሴ",
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
2018-05-21 09:43:28 -04:00
},
"videoSensing.off": {
"message": "የጠፋ",
"description": "Option for the \"turn video [STATE]\" block"
2018-05-21 09:43:28 -04:00
},
"videoSensing.on": {
"message": "እየሰራ ያለ",
"description": "Option for the \"turn video [STATE]\" block"
2018-05-21 09:43:28 -04:00
},
"videoSensing.onFlipped": {
2018-08-30 16:48:04 -04:00
"message": "ሲገለብጥ",
"description": "Option for the \"turn video [STATE]\" block that causes the video to be flipped horizontally (reversed as in a mirror)"
2018-05-21 09:43:28 -04:00
},
"videoSensing.setVideoTransparency": {
2018-08-30 16:48:04 -04:00
"message": "የቪድዮ አሳይነት ወደ [TRANSPARENCY] ለውጥ",
"description": "Controls transparency of the video preview layer"
2018-05-21 09:43:28 -04:00
},
"videoSensing.sprite": {
2018-08-30 16:48:04 -04:00
"message": "ስፕራይት",
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
},
"videoSensing.stage": {
2018-08-30 16:48:04 -04:00
"message": "መድረክ",
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
2018-05-21 09:43:28 -04:00
},
"videoSensing.videoOn": {
2018-08-30 16:48:04 -04:00
"message": "ቪድዮ [ATTRIBUTE] ስለ [SUBJECT]",
"description": "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
2018-05-21 09:43:28 -04:00
},
"videoSensing.videoToggle": {
2018-08-30 16:48:04 -04:00
"message": "ቪድዮ ወደ [VIDEO_STATE] ቀይር",
"description": "Controls display of the video preview layer"
2018-05-21 09:43:28 -04:00
},
"videoSensing.whenMotionGreaterThan": {
2018-08-30 16:48:04 -04:00
"message": "የቪድዮ እንቅስቃሴ > [REFERENCE] ሲሆን",
"description": "Event that triggers when the amount of motion is greater than [REFERENCE]"
2018-05-21 09:43:28 -04:00
},
"wedo2.getDistance": {
"message": "ርቀት",
"description": "the value returned by the distance sensor"
},
"wedo2.getTiltAngle": {
2018-08-30 16:48:04 -04:00
"message": "የዝንባሌ ማዕዘን [TILT_DIRECTION]",
"description": "the angle returned by the tilt sensor"
},
"wedo2.isTilted": {
2018-08-30 16:48:04 -04:00
"message": "[TILT_DIRECTION_ANY]ተዘነብሏል? ",
"description": "whether the tilt sensor is tilted"
},
"wedo2.motorOff": {
2018-08-30 16:48:04 -04:00
"message": "[MOTOR_ID]ን ሞተር አጥፋ",
"description": "turn a motor off"
},
"wedo2.motorOn": {
2018-08-30 16:48:04 -04:00
"message": "[MOTOR_ID]ን ሞተር አብራ",
"description": "turn a motor on indefinitely"
},
"wedo2.motorOnFor": {
2018-08-30 16:48:04 -04:00
"message": "[MOTOR_ID]ን ሞተር አብራ ለ[DURATION] ሰከንድ ",
"description": "turn a motor on for some time"
},
"wedo2.playNoteFor": {
2018-08-30 16:48:04 -04:00
"message": "[NOTE]ን ኖታ ለ[DURATION] ተጫወት",
"description": "play a certain note for some time"
},
"wedo2.setLightHue": {
2018-08-30 16:48:04 -04:00
"message": "የመብራት ቀለም ወደ [HUE] ለውጥ",
"description": "set the LED color"
},
"wedo2.setMotorDirection": {
2018-08-30 16:48:04 -04:00
"message": "የ[MOTOR_ID]ን ሞተር አቅጣጫ ወደ [MOTOR_DIRECTION] ለውጥ",
"description": "set the motor's turn direction"
},
"wedo2.startMotorPower": {
2018-08-30 16:48:04 -04:00
"message": "የ[MOTOR_ID]ን ሞተር ኃይል ወደ [POWER] ለውጥ",
"description": "set the motor's power and turn it on"
},
"wedo2.whenDistance": {
2018-08-30 16:48:04 -04:00
"message": "ርቀት [OP] [REFERENCE] ሲሆን",
"description": "check for when distance is < or > than reference"
},
"wedo2.whenTilted": {
2018-08-30 16:48:04 -04:00
"message": "በ[TILT_DIRECTION_ANY] ሲዘነብል",
"description": "check when tilted in a certain direction"
2018-05-21 09:43:28 -04:00
}
}