2018-05-21 09:43:28 -04:00
{
2018-08-17 09:49:52 -04:00
"ev3.beepNote" : {
"message" : "soita nuottia [NOTE] [TIME] sekuntia" ,
"description" : "play some note on EV3 for some time"
} ,
"ev3.buttonPressed" : {
2018-08-24 09:33:13 -04:00
"message" : "onko nappia painettu portissa [PORT]?" ,
2018-08-17 09:49:52 -04:00
"description" : "is a button on some port pressed?"
} ,
"ev3.getBrightness" : {
"message" : "kirkkaus" ,
"description" : "gets measured brightness"
} ,
"ev3.getDistance" : {
"message" : "etäisyys" ,
"description" : "gets measured distance"
} ,
"ev3.getMotorPosition" : {
"message" : "moottorin [PORT] asento" ,
"description" : "get the measured degrees a motor has turned"
} ,
"ev3.motorSetPower" : {
"message" : "aseta moottorin [PORT] tehoksi [POWER] %" ,
"description" : "set a motor's power to some value"
} ,
"ev3.motorTurnClockwise" : {
"message" : "käännä moottoria [PORT] myötäpäivään [TIME] sekuntia" ,
"description" : "turn a motor clockwise for some time"
} ,
"ev3.motorTurnCounterClockwise" : {
"message" : "käännä moottoria [PORT] vastapäivään [TIME] sekuntia" ,
"description" : "turn a motor counter-clockwise for some time"
} ,
"ev3.whenBrightnessLessThan" : {
"message" : "kun kirkkaus < [DISTANCE]" ,
"description" : "when value measured by brightness sensor is less than some value"
} ,
"ev3.whenButtonPressed" : {
2018-08-24 09:33:13 -04:00
"message" : "kun nappia painetaan portissa [PORT]" ,
2018-08-17 09:49:52 -04:00
"description" : "when a button connected to a port is pressed"
} ,
"ev3.whenDistanceLessThan" : {
"message" : "kun etäisyys < [DISTANCE]" ,
"description" : "when the value measured by the distance sensor is less than some value"
} ,
"microbit.buttonsMenu.any" : {
"message" : "mikä tahansa" ,
"description" : "label for \"any\" element in button picker for micro:bit extension"
} ,
"microbit.clearDisplay" : {
"message" : "tyhjennä näyttö" ,
"description" : "display nothing on the micro:bit display"
} ,
"microbit.defaultTextToDisplay" : {
"message" : "Hei!" ,
"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" : "näytä [MATRIX]" ,
"description" : "display a pattern on the micro:bit display"
} ,
"microbit.displayText" : {
2018-10-04 09:32:22 -04:00
"message" : "näytä teksti [TEXT]" ,
2018-08-17 09:49:52 -04:00
"description" : "display text on the micro:bit display"
} ,
"microbit.gesturesMenu.jumped" : {
2018-08-24 09:33:13 -04:00
"message" : "hypätty" ,
2018-08-17 09:49:52 -04:00
"description" : "label for jumped gesture in gesture picker for micro:bit extension"
} ,
"microbit.gesturesMenu.moved" : {
2018-08-24 09:33:13 -04:00
"message" : "siirretty" ,
2018-08-17 09:49:52 -04:00
"description" : "label for moved gesture in gesture picker for micro:bit extension"
} ,
"microbit.gesturesMenu.shaken" : {
2018-08-24 09:33:13 -04:00
"message" : "ravistettu" ,
2018-08-17 09:49:52 -04:00
"description" : "label for shaken gesture in gesture picker for micro:bit extension"
} ,
"microbit.isButtonPressed" : {
"message" : "onko nappia [BTN] painettu?" ,
"description" : "is the selected button on the micro:bit pressed?"
} ,
"microbit.isTilted" : {
"message" : "onko kallistus suuntaan [DIRECTION]?" ,
"description" : "is the micro:bit is tilted in a direction?"
} ,
"microbit.pinStateMenu.off" : {
"message" : "pois" ,
"description" : "label for off element in pin state picker for micro:bit extension"
} ,
"microbit.pinStateMenu.on" : {
"message" : "päälle" ,
"description" : "label for on element in pin state picker for micro:bit extension"
} ,
"microbit.tiltAngle" : {
"message" : "kallista suuntaan [DIRECTION]" ,
"description" : "how much the micro:bit is tilted in a direction"
} ,
"microbit.tiltDirectionMenu.any" : {
"message" : "mikä tahansa" ,
"description" : "label for any direction element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.back" : {
"message" : "taka" ,
"description" : "label for back element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.front" : {
"message" : "etu" ,
"description" : "label for front element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.left" : {
"message" : "vasen" ,
"description" : "label for left element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.right" : {
"message" : "oikea" ,
"description" : "label for right element in tilt direction picker for micro:bit extension"
} ,
"microbit.whenButtonPressed" : {
"message" : "kun nappia [BTN] painetaan" ,
"description" : "when the selected button on the micro:bit is pressed"
} ,
"microbit.whenGesture" : {
2018-08-24 09:33:13 -04:00
"message" : "kun on [GESTURE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the selected gesture is detected by the micro:bit"
} ,
"microbit.whenPinConnected" : {
2018-10-04 09:32:22 -04:00
"message" : "kun nasta [PIN] yhdistetty" ,
2018-08-17 09:49:52 -04:00
"description" : "when the pin detects a connection to Earth/Ground"
} ,
"microbit.whenTilted" : {
"message" : "kun kallistettu suuntaan [DIRECTION]" ,
"description" : "when the micro:bit is tilted in a direction"
} ,
"music.categoryName" : {
"message" : "Musiikki" ,
"description" : "Label for the Music extension category"
} ,
2018-08-10 09:25:02 -04:00
"music.changeTempo" : {
"message" : "lisää tempoa arvolla [TEMPO]" ,
"description" : "change tempo (speed) for notes, drums, and rests played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumBass" : {
"message" : "(2) Bassorumpu" ,
"description" : "Sound of bass drum as used in a standard drum kit"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumBongo" : {
2018-08-24 09:33:13 -04:00
"message" : "(13) Bongo-rumpu" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a bongo being struck"
2018-05-21 09:43:28 -04:00
} ,
"music.drumCabasa" : {
"message" : "(15) Cabasa" ,
"description" : "Sound of a cabasa being shaken"
} ,
2018-08-10 09:25:02 -04:00
"music.drumClaves" : {
"message" : "(9) Rytmikapulat" ,
"description" : "Sound of claves being struck together"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumClosedHiHat" : {
"message" : "(6) Suljettu hi-hat" ,
"description" : "Sound of a drum stick hitting a hi-hat while closed"
} ,
"music.drumConga" : {
2018-08-24 09:33:13 -04:00
"message" : "(14) Conga-rumpu" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a conga being struck"
} ,
"music.drumCowbell" : {
"message" : "(11) Lehmänkello" ,
"description" : "Sound of a cowbell being struck"
} ,
"music.drumCrashCymbal" : {
"message" : "(4) Crash-lautanen" ,
"description" : "Sound of a drum stick hitting a crash cymbal"
} ,
"music.drumCuica" : {
2018-08-24 09:33:13 -04:00
"message" : "(18) Cuica-rumpu" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a cuica being played"
} ,
"music.drumGuiro" : {
"message" : "(16) Guiro" ,
"description" : "Sound of a guiro being played"
} ,
"music.drumHandClap" : {
"message" : "(8) Taputus" ,
"description" : "Sound of two hands clapping together"
2018-06-19 16:59:37 -04:00
} ,
2018-05-21 09:43:28 -04:00
"music.drumOpenHiHat" : {
2018-06-11 10:58:43 -04:00
"message" : "(5) Avoin hi-hat" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a drum stick hitting a hi-hat while open"
} ,
2018-08-10 09:25:02 -04:00
"music.drumSideStick" : {
2018-08-24 09:33:13 -04:00
"message" : "(3) Sivuisku rumpuun" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a drum stick hitting the side of a drum (usually the snare)"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumSnare" : {
"message" : "(1) Virvelirumpu" ,
"description" : "Sound of snare drum as used in a standard drum kit"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumTambourine" : {
"message" : "(7) Tamburiini" ,
"description" : "Sound of a tambourine being struck"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumTriangle" : {
"message" : "(12) Triangeli" ,
"description" : "Sound of a triangle (instrument) being struck"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumVibraslap" : {
"message" : "(17) Vibraslap" ,
"description" : "Sound of a Vibraslap being played"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumWoodBlock" : {
2018-08-24 09:33:13 -04:00
"message" : "(10) Puupalikka" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a wood block being struck"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.getTempo" : {
"message" : "tempo" ,
"description" : "get the current tempo (speed) for notes, drums, and rests played"
} ,
"music.instrumentBass" : {
"message" : "(6) Basso" ,
"description" : "Sound of an accoustic upright bass"
} ,
"music.instrumentBassoon" : {
"message" : "(14) Fagotti" ,
"description" : "Sound of a bassoon being played"
2018-05-21 09:43:28 -04:00
} ,
"music.instrumentCello" : {
2018-06-11 10:58:43 -04:00
"message" : "(8) Sello" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a cello being played with a bow"
} ,
"music.instrumentChoir" : {
2018-06-11 10:58:43 -04:00
"message" : "(15) Kuoro" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a choir singing"
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentClarinet" : {
"message" : "(10) Klarinetti" ,
"description" : "Sound of a clarinet being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentElectricGuitar" : {
"message" : "(5) Sähkökitara" ,
"description" : "Sound of an electric guitar"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentElectricPiano" : {
"message" : "(2) Sähköpiano" ,
"description" : "Sound of an electric piano"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentFlute" : {
"message" : "(12) Huilu" ,
"description" : "Sound of a flute being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentGuitar" : {
"message" : "(4) Kitara" ,
"description" : "Sound of an accoustic guitar"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentMarimba" : {
"message" : "(19) Marimba" ,
"description" : "Sound of a marimba being struck"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentMusicBox" : {
"message" : "(17) Soittorasia" ,
"description" : "Sound of a music box playing"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentOrgan" : {
"message" : "(3) Urut" ,
"description" : "Sound of an organ"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentPiano" : {
"message" : "(1) Piano" ,
"description" : "Sound of a piano"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentPizzicato" : {
"message" : "(7) Näppäily" ,
"description" : "Sound of a string instrument (e.g. violin) being plucked"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentSaxophone" : {
"message" : "(11) Saksofoni" ,
"description" : "Sound of a saxophone being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentSteelDrum" : {
"message" : "(18) Tynnyrirumpu" ,
"description" : "Sound of a steel drum being struck"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentSynthLead" : {
2018-08-24 09:33:13 -04:00
"message" : "(20) Syntetisaattori (lead-efekti)" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a \"lead\" synthesizer being played"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentSynthPad" : {
2018-08-24 09:33:13 -04:00
"message" : "(21) Syntetisaattori (pad-efekti)" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a \"pad\" synthesizer being played"
2018-08-03 12:42:20 -04:00
} ,
2018-05-21 09:43:28 -04:00
"music.instrumentTrombone" : {
2018-06-11 10:58:43 -04:00
"message" : "(9) Pasuuna" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a trombone being played"
} ,
"music.instrumentVibraphone" : {
2018-06-11 10:58:43 -04:00
"message" : "(16) Vibrafoni" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a vibraphone being struck"
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentWoodenFlute" : {
"message" : "(13) Puuhuilu" ,
"description" : "Sound of a wooden flute being played"
2018-05-21 09:43:28 -04:00
} ,
2018-09-26 15:43:18 -04:00
"music.midiSetInstrument" : {
"message" : "aseta soittimeksi [INSTRUMENT]" ,
"description" : "set the instrument for notes played according to a mapping of MIDI codes"
} ,
2018-08-10 09:25:02 -04:00
"music.playDrumForBeats" : {
"message" : "soita rumpua [DRUM] [BEATS] iskun ajan" ,
"description" : "play drum sample for a number of beats"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.playNoteForBeats" : {
"message" : "soita nuottia [NOTE] [BEATS] iskun ajan" ,
"description" : "play a note for a number of beats"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.restForBeats" : {
"message" : "tauko [BEATS] iskun ajan" ,
"description" : "rest (play no sound) for a number of beats"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.setInstrument" : {
"message" : "aseta soittimeksi [INSTRUMENT]" ,
"description" : "set the instrument (e.g. piano, guitar, trombone) for notes played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.setTempo" : {
"message" : "aseta tempoksi [TEMPO]" ,
"description" : "set tempo (speed) for notes, drums, and rests played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.categoryName" : {
"message" : "Kynä" ,
"description" : "Label for the pen extension category"
2018-07-19 09:35:23 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.changeColorParam" : {
"message" : "lisää kynän väriä [COLOR_PARAM] arvolla [VALUE]" ,
"description" : "change the state of a pen color parameter"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.changeHue" : {
"message" : "lisää kynän väriä arvolla [HUE]" ,
"description" : "legacy pen blocks - change pen color"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.changeShade" : {
"message" : "lisää kynän tummuutta arvolla [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-06-11 10:58:43 -04:00
"message" : "lisää kynän kokoa arvolla [SIZE]" ,
2018-05-21 09:43:28 -04:00
"description" : "change the diameter of the trail left by a sprite"
} ,
2018-08-10 09:25:02 -04:00
"pen.clear" : {
"message" : "pyyhi kaikki" ,
"description" : "erase all pen trails and stamps"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.colorMenu.brightness" : {
"message" : "kirkkaus" ,
"description" : "label for brightness element in color picker for pen extension"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.colorMenu.color" : {
"message" : "väri" ,
"description" : "label for color element in color picker for pen extension"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.colorMenu.saturation" : {
"message" : "värikylläisyys" ,
"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-06-11 10:58:43 -04:00
"message" : "läpinäkyvyys" ,
2018-05-21 09:43:28 -04:00
"description" : "label for transparency element in color picker for pen extension"
} ,
2018-08-10 09:25:02 -04:00
"pen.penDown" : {
"message" : "kynä alas" ,
"description" : "start leaving a trail when the sprite moves"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.penUp" : {
"message" : "kynä ylös" ,
"description" : "stop leaving a trail behind the sprite"
2018-07-19 09:35:23 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.setColor" : {
"message" : "aseta kynän väriksi [COLOR]" ,
"description" : "set the pen color to a particular (RGB) value"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.setColorParam" : {
"message" : "aseta kynän värin [COLOR_PARAM] arvoksi [VALUE]" ,
"description" : "set the state for a pen color parameter e.g. saturation"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"pen.setHue" : {
"message" : "aseta kynän väriksi [HUE]" ,
"description" : "legacy pen blocks - set pen color to number"
} ,
"pen.setShade" : {
"message" : "aseta kynän tummuudeksi [SHADE]" ,
"description" : "legacy pen blocks - set pen shade"
} ,
"pen.setSize" : {
"message" : "aseta kynän kooksi [SIZE]" ,
"description" : "set the diameter of a trail left by a sprite"
} ,
"pen.stamp" : {
"message" : "leimaa" ,
"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-03 09:10:47 -04:00
"message" : "mennään" ,
2018-07-19 09:35:23 -04:00
"description" : "The default phrase/word that, when heard, triggers the event."
} ,
2018-08-10 09:25:02 -04:00
"speech.extensionName" : {
2018-09-26 15:43:18 -04:00
"message" : "Puhe tekstiksi" ,
2018-08-10 09:25:02 -04:00
"description" : "Name of extension that adds speech recognition blocks. Do Not translate Google."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"speech.listenAndWait" : {
"message" : "kuuntele ja odota" ,
"description" : "Start listening to the microphone and wait for a result from the speech recognition system."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"speech.speechReporter" : {
"message" : "puhe" ,
"description" : "Get the text of spoken words transcribed by the speech recognition system."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"speech.whenIHear" : {
"message" : "kun kuulen [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
} ,
2018-08-10 09:25:02 -04:00
"text2speech.defaultTextToSpeak" : {
"message" : "hei" ,
"description" : "hello: the default text to speak"
2018-05-21 09:43:28 -04:00
} ,
2018-09-26 15:43:18 -04:00
"text2speech.giant" : {
2018-10-04 09:32:22 -04:00
"message" : "jätti" ,
2018-09-26 15:43:18 -04:00
"description" : "Name for a funny voice with a low pitch."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.kitten" : {
"message" : "kissanpentu" ,
"description" : "A baby cat."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.max" : {
"message" : "Max" ,
2018-08-03 12:42:20 -04:00
"description" : "Name for a voice with ambiguous gender."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.quinn" : {
"message" : "Quinn" ,
"description" : "Name for a voice with ambiguous gender."
2018-05-21 09:43:28 -04:00
} ,
2018-09-26 15:43:18 -04:00
"text2speech.setLanguageBlock" : {
2018-10-04 09:32:22 -04:00
"message" : "aseta kieleksi [LANGUAGE]" ,
2018-09-26 15:43:18 -04:00
"description" : "Set the language for speech synthesis."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.setVoiceBlock" : {
"message" : "aseta ääneksi [VOICE]" ,
"description" : "Set the voice for speech synthesis."
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.speakAndWaitBlock" : {
"message" : "puhu [WORDS]" ,
"description" : "Speak some words."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.squeak" : {
"message" : "vingahdus" ,
"description" : "Name for a funny voice with a high pitch."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"translate.categoryName" : {
2018-09-18 16:58:25 -04:00
"message" : "Käännä" ,
"description" : "Name of extension that adds translate blocks"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"translate.defaultTextToTranslate" : {
"message" : "hei" ,
"description" : "hello: the default text to translate"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"translate.translateBlock" : {
"message" : "käännä [WORDS] kielelle [LANGUAGE]" ,
"description" : "translate some text to a different language"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"translate.viewerLanguage" : {
"message" : "kieli" ,
"description" : "the languge of the project viewer"
2018-07-19 09:35:23 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.categoryName" : {
"message" : "Videohavainnointi" ,
"description" : "Label for the video sensing extension category"
2018-05-21 09:43:28 -04:00
} ,
"videoSensing.direction" : {
"message" : "suunta" ,
"description" : "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.motion" : {
"message" : "liike" ,
"description" : "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.off" : {
"message" : "pois" ,
"description" : "Option for the \"turn video [STATE]\" block"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.on" : {
"message" : "päälle" ,
"description" : "Option for the \"turn video [STATE]\" block"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.onFlipped" : {
"message" : "käännettäessä" ,
"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
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.setVideoTransparency" : {
"message" : "aseta videon läpinäkyvyys arvoon [TRANSPARENCY]" ,
"description" : "Controls transparency of the video preview layer"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.sprite" : {
"message" : "hahmo" ,
"description" : "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.stage" : {
"message" : "esiintymislava" ,
"description" : "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.videoOn" : {
2018-08-24 09:33:13 -04:00
"message" : "[SUBJECT]n [ATTRIBUTE] videolla" ,
2018-08-10 09:25:02 -04:00
"description" : "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.videoToggle" : {
"message" : "kytke video [VIDEO_STATE]" ,
"description" : "Controls display of the video preview layer"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.whenMotionGreaterThan" : {
"message" : "kun videon liike > [REFERENCE]" ,
"description" : "Event that triggers when the amount of motion is greater than [REFERENCE]"
2018-05-21 09:43:28 -04:00
} ,
2018-08-17 09:49:52 -04:00
"wedo2.getDistance" : {
"message" : "etäisyys" ,
"description" : "the value returned by the distance sensor"
} ,
"wedo2.getTiltAngle" : {
2018-08-24 09:33:13 -04:00
"message" : "kallista suuntaan [TILT_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "the angle returned by the tilt sensor"
} ,
"wedo2.isTilted" : {
2018-08-24 09:33:13 -04:00
"message" : "onko kallistettu suuntaan [TILT_DIRECTION_ANY]?" ,
2018-08-17 09:49:52 -04:00
"description" : "whether the tilt sensor is tilted"
} ,
2018-10-10 17:53:06 -04:00
"wedo2.motorDirection.backward" : {
"message" : "tuohon suuntaan" ,
"description" : "label for backward element in motor direction menu for LEGO WeDo 2 extension"
} ,
"wedo2.motorDirection.forward" : {
"message" : "tähän suuntaan" ,
"description" : "label for forward element in motor direction menu for LEGO WeDo 2 extension"
} ,
"wedo2.motorDirection.reverse" : {
"message" : "vaihda suuntaa" ,
"description" : "label for reverse element in motor direction menu for LEGO WeDo 2 extension"
} ,
"wedo2.motorId.a" : {
"message" : "motor A" ,
"description" : "label for motor A element in motor menu for LEGO WeDo 2 extension"
} ,
"wedo2.motorId.all" : {
"message" : "all motors" ,
"description" : "label for all motors element in motor menu for LEGO WeDo 2 extension"
} ,
"wedo2.motorId.b" : {
"message" : "motor B" ,
"description" : "label for motor B element in motor menu for LEGO WeDo 2 extension"
} ,
"wedo2.motorId.default" : {
"message" : "motor" ,
"description" : "label for motor element in motor menu for LEGO WeDo 2 extension"
} ,
2018-08-17 09:49:52 -04:00
"wedo2.motorOff" : {
2018-08-24 09:33:13 -04:00
"message" : "laita [MOTOR_ID] pois päältä" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor off"
} ,
"wedo2.motorOn" : {
2018-08-24 09:33:13 -04:00
"message" : "laita [MOTOR_ID] päälle" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on indefinitely"
} ,
"wedo2.motorOnFor" : {
2018-08-24 09:33:13 -04:00
"message" : "laita [MOTOR_ID] päälle [DURATION] sekunniksi" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on for some time"
} ,
"wedo2.playNoteFor" : {
2018-08-24 09:33:13 -04:00
"message" : "soita nuottia [NOTE] [DURATION] sekuntia" ,
2018-08-17 09:49:52 -04:00
"description" : "play a certain note for some time"
} ,
"wedo2.setLightHue" : {
2018-08-24 09:33:13 -04:00
"message" : "aseta valon väriksi [HUE]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the LED color"
} ,
"wedo2.setMotorDirection" : {
2018-08-24 09:33:13 -04:00
"message" : "aseta moottorin [MOTOR_ID] suunnaksi [MOTOR_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's turn direction"
} ,
"wedo2.startMotorPower" : {
2018-08-24 09:33:13 -04:00
"message" : "aseta moottorin [MOTOR_ID] teho arvoon [POWER]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's power and turn it on"
} ,
2018-10-10 17:53:06 -04:00
"wedo2.tiltDirection.any" : {
"message" : "mikä tahansa" ,
"description" : "label for any element in tilt direction menu for LEGO WeDo 2 extension"
} ,
"wedo2.tiltDirection.down" : {
"message" : "alas" ,
"description" : "label for down element in tilt direction menu for LEGO WeDo 2 extension"
} ,
"wedo2.tiltDirection.left" : {
"message" : "vasen" ,
"description" : "label for left element in tilt direction menu for LEGO WeDo 2 extension"
} ,
"wedo2.tiltDirection.right" : {
"message" : "oikea" ,
"description" : "label for right element in tilt direction menu for LEGO WeDo 2 extension"
} ,
"wedo2.tiltDirection.up" : {
"message" : "ylös" ,
"description" : "label for up element in tilt direction menu for LEGO WeDo 2 extension"
} ,
2018-08-17 09:49:52 -04:00
"wedo2.whenDistance" : {
2018-08-24 09:33:13 -04:00
"message" : "kun etäisyys [OP] [REFERENCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "check for when distance is < or > than reference"
} ,
"wedo2.whenTilted" : {
2018-08-24 09:33:13 -04:00
"message" : "kun kallistettu suuntaan [TILT_DIRECTION_ANY]" ,
2018-08-17 09:49:52 -04:00
"description" : "check when tilted in a certain direction"
2018-05-21 09:43:28 -04:00
}
}