2018-05-21 09:43:28 -04:00
{
2018-08-17 09:49:52 -04:00
"ev3.beepNote" : {
2018-09-18 16:58:25 -04:00
"message" : "hraj notu [NOTE] příštích [TIME] sekund" ,
2018-08-17 09:49:52 -04:00
"description" : "play some note on EV3 for some time"
} ,
"ev3.buttonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "je tlačítko [PORT] stisknuto?" ,
2018-08-17 09:49:52 -04:00
"description" : "is a button on some port pressed?"
} ,
"ev3.getBrightness" : {
"message" : "jas" ,
"description" : "gets measured brightness"
} ,
"ev3.getDistance" : {
"message" : "vzdálenost" ,
"description" : "gets measured distance"
} ,
"ev3.getMotorPosition" : {
2018-09-18 16:58:25 -04:00
"message" : "pozice motoru [PORT]" ,
2018-08-17 09:49:52 -04:00
"description" : "get the measured degrees a motor has turned"
} ,
"ev3.motorSetPower" : {
2018-09-18 16:58:25 -04:00
"message" : "nastav motoru [PORT] napájení [POWER] %" ,
2018-08-17 09:49:52 -04:00
"description" : "set a motor's power to some value"
} ,
"ev3.motorTurnClockwise" : {
2018-09-18 16:58:25 -04:00
"message" : "toč motorem [PORT] ve směru hodin [TIME] sekund" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor clockwise for some time"
} ,
"ev3.motorTurnCounterClockwise" : {
2018-09-18 16:58:25 -04:00
"message" : "toč motorem [PORT] proti směru hodin [TIME] sekund" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor counter-clockwise for some time"
} ,
"ev3.whenBrightnessLessThan" : {
2018-09-18 16:58:25 -04:00
"message" : "když je jas < [DISTANCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when value measured by brightness sensor is less than some value"
} ,
"ev3.whenButtonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "po stisku tlačítka [PORT]" ,
2018-08-17 09:49:52 -04:00
"description" : "when a button connected to a port is pressed"
} ,
"ev3.whenDistanceLessThan" : {
2018-09-18 16:58:25 -04:00
"message" : "když vzdálenost < [DISTANCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the value measured by the distance sensor is less than some value"
} ,
"microbit.buttonsMenu.any" : {
2018-09-18 16:58:25 -04:00
"message" : "libovolný" ,
2018-08-17 09:49:52 -04:00
"description" : "label for \"any\" element in button picker for micro:bit extension"
} ,
"microbit.clearDisplay" : {
2018-09-18 16:58:25 -04:00
"message" : "smaž displej" ,
2018-08-17 09:49:52 -04:00
"description" : "display nothing on the micro:bit display"
} ,
"microbit.defaultTextToDisplay" : {
"message" : "Ahoj!" ,
"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" : {
2018-09-18 16:58:25 -04:00
"message" : "displej [MATRIX]" ,
2018-08-17 09:49:52 -04:00
"description" : "display a pattern on the micro:bit display"
} ,
"microbit.displayText" : {
2018-09-18 16:58:25 -04:00
"message" : "displej [TEXT]" ,
2018-08-17 09:49:52 -04:00
"description" : "display text on the micro:bit display"
} ,
"microbit.gesturesMenu.jumped" : {
2018-09-18 16:58:25 -04:00
"message" : "skáče" ,
2018-08-17 09:49:52 -04:00
"description" : "label for jumped gesture in gesture picker for micro:bit extension"
} ,
"microbit.gesturesMenu.moved" : {
2018-09-18 16:58:25 -04:00
"message" : "jede" ,
2018-08-17 09:49:52 -04:00
"description" : "label for moved gesture in gesture picker for micro:bit extension"
} ,
"microbit.gesturesMenu.shaken" : {
2018-09-18 16:58:25 -04:00
"message" : "se třese" ,
2018-08-17 09:49:52 -04:00
"description" : "label for shaken gesture in gesture picker for micro:bit extension"
} ,
"microbit.isButtonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "tlačítko [BTN] stisknuto?" ,
2018-08-17 09:49:52 -04:00
"description" : "is the selected button on the micro:bit pressed?"
} ,
"microbit.isTilted" : {
2018-09-18 16:58:25 -04:00
"message" : "nakloněné [DIRECTION]?" ,
2018-08-17 09:49:52 -04:00
"description" : "is the micro:bit is tilted in a direction?"
} ,
"microbit.pinStateMenu.off" : {
"message" : "vypnuto" ,
"description" : "label for off element in pin state picker for micro:bit extension"
} ,
"microbit.pinStateMenu.on" : {
"message" : "zapnuto" ,
"description" : "label for on element in pin state picker for micro:bit extension"
} ,
"microbit.tiltAngle" : {
2018-09-18 16:58:25 -04:00
"message" : "úhel náklonu [DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "how much the micro:bit is tilted in a direction"
} ,
"microbit.tiltDirectionMenu.any" : {
2018-09-18 16:58:25 -04:00
"message" : "libovolný" ,
2018-08-17 09:49:52 -04:00
"description" : "label for any direction element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.back" : {
2018-09-18 16:58:25 -04:00
"message" : "dozadu" ,
2018-08-17 09:49:52 -04:00
"description" : "label for back element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.front" : {
2018-09-18 16:58:25 -04:00
"message" : "dopředu" ,
2018-08-17 09:49:52 -04:00
"description" : "label for front element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.left" : {
"message" : "vlevo" ,
"description" : "label for left element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.right" : {
"message" : "vpravo" ,
"description" : "label for right element in tilt direction picker for micro:bit extension"
} ,
"microbit.whenButtonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "po stisku tlačítka [BTN]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the selected button on the micro:bit is pressed"
} ,
"microbit.whenGesture" : {
2018-09-18 16:58:25 -04:00
"message" : "když [GESTURE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the selected gesture is detected by the micro:bit"
} ,
"microbit.whenPinConnected" : {
2018-09-18 16:58:25 -04:00
"message" : "když je pin [PIN] propojený" ,
2018-08-17 09:49:52 -04:00
"description" : "when the pin detects a connection to Earth/Ground"
} ,
"microbit.whenTilted" : {
2018-09-18 16:58:25 -04:00
"message" : "když nakloněný [DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the micro:bit is tilted in a direction"
} ,
"music.categoryName" : {
"message" : "Hudba" ,
"description" : "Label for the Music extension category"
} ,
2018-08-10 09:25:02 -04:00
"music.changeTempo" : {
"message" : "změň tempo o [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) Velký buben" ,
"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" : {
"message" : "(13) Bongo" ,
"description" : "Sound of a bongo being struck"
2018-05-21 09:43:28 -04:00
} ,
"music.drumCabasa" : {
"message" : "(15) Kabasa" ,
"description" : "Sound of a cabasa being shaken"
} ,
2018-08-10 09:25:02 -04:00
"music.drumClaves" : {
"message" : "(9) Claves" ,
"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) Uzavřený hi-hat" ,
"description" : "Sound of a drum stick hitting a hi-hat while closed"
} ,
"music.drumConga" : {
"message" : "(14) Konga" ,
"description" : "Sound of a conga being struck"
} ,
"music.drumCowbell" : {
"message" : "(11) Kravský zvonec" ,
"description" : "Sound of a cowbell being struck"
} ,
"music.drumCrashCymbal" : {
"message" : "(4) Crash činel" ,
"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) Tlesknutí" ,
"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" : {
"message" : "(5) Otevřený hi-hat" ,
"description" : "Sound of a drum stick hitting a hi-hat while open"
} ,
2018-08-10 09:25:02 -04:00
"music.drumSideStick" : {
"message" : "(3) Okraj bubínku" ,
"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) Malý bubínek virbl" ,
"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) Tamburína" ,
"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) Triangl" ,
"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" : {
"message" : "(10) Dřevěný blok" ,
"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) Kontrabas" ,
"description" : "Sound of an accoustic upright bass"
} ,
"music.instrumentBassoon" : {
"message" : "(14) Fagot" ,
"description" : "Sound of a bassoon being played"
2018-05-21 09:43:28 -04:00
} ,
"music.instrumentCello" : {
"message" : "(8) Violoncello" ,
"description" : "Sound of a cello being played with a bow"
} ,
"music.instrumentChoir" : {
"message" : "(15) Sbor" ,
"description" : "Sound of a choir singing"
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentClarinet" : {
"message" : "(10) Klarinet" ,
"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) Elektronická kytara" ,
"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) Elektronické piáno" ,
"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) Flétna" ,
"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) Kytara" ,
"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) Hrací skříňka" ,
"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) Varhany" ,
"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) Piáno" ,
"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) Drnkání prstem" ,
"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) Saxofon" ,
"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) Ocelový buben" ,
"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" : {
"message" : "(20) Syntetizátor sólo" ,
"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" : {
"message" : "(21) Syntetizátor pozadí" ,
"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" : {
"message" : "(9) Trombón" ,
"description" : "Sound of a trombone being played"
} ,
"music.instrumentVibraphone" : {
"message" : "(16) Vibrafon" ,
"description" : "Sound of a vibraphone being struck"
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentWoodenFlute" : {
"message" : "(13) Dřevěná flétna" ,
"description" : "Sound of a wooden flute being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.playDrumForBeats" : {
"message" : "bubnuj [DRUM] příštích [BEATS] taktů" ,
"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" : "hraj notu [NOTE] příštích [BEATS] taktů" ,
"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" : "pauza [BEATS] taktů" ,
"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" : "nastav nástroj na [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" : "nastav tempo na [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" : "Pero" ,
"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" : "změň [COLOR_PARAM] pera o [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" : "změň barvu pera o [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" : "změň odstín pera o [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" : {
"message" : "změň tloušťku pera o [SIZE]" ,
"description" : "change the diameter of the trail left by a sprite"
} ,
2018-08-10 09:25:02 -04:00
"pen.clear" : {
"message" : "smaž" ,
"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" : "jas" ,
"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" : "barva" ,
"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" : "sytost" ,
"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" : {
"message" : "průhlednost" ,
"description" : "label for transparency element in color picker for pen extension"
} ,
2018-08-10 09:25:02 -04:00
"pen.penDown" : {
"message" : "pero zapni" ,
"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" : "pero vypni" ,
"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" : "nastav barvu pera na [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" : "nastav [COLOR_PARAM] pera na [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" : "nastav barvu pera na [HUE]" ,
"description" : "legacy pen blocks - set pen color to number"
} ,
"pen.setShade" : {
"message" : "nastav odstín pera na [SHADE]" ,
"description" : "legacy pen blocks - set pen shade"
} ,
"pen.setSize" : {
"message" : "nastav tloušťku pera na [SIZE]" ,
"description" : "set the diameter of a trail left by a sprite"
} ,
"pen.stamp" : {
"message" : "otiskni se" ,
"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" : "do toho" ,
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-18 16:58:25 -04:00
"message" : "Speech to Text" ,
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" : "poslouchej a čekej" ,
"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" : "řeč" ,
"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" : "když slyším [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" : "ahoj" ,
"description" : "hello: the default text to speak"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.kitten" : {
"message" : "kotě" ,
"description" : "A baby cat."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.max" : {
"message" : "Vlasta" ,
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.monster" : {
"message" : "netvor" ,
"description" : "Name for a funny voice with a low pitch."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.quinn" : {
"message" : "Alex" ,
"description" : "Name for a voice with ambiguous gender."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.setVoiceBlock" : {
"message" : "nastav hlas na [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" : "řekni [WORDS]" ,
"description" : "Speak some words."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.squeak" : {
"message" : "kvik" ,
"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" : "Překlad" ,
"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" : "ahoj" ,
"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" : "přelož [WORDS] do [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" : "jazyk" ,
"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" : "Vnímání videa" ,
"description" : "Label for the video sensing extension category"
2018-05-21 09:43:28 -04:00
} ,
"videoSensing.direction" : {
"message" : "směr" ,
"description" : "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.motion" : {
"message" : "pohyb" ,
"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" : "vypnuto" ,
"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" : "zapnuto" ,
"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" : "na převrácené straně" ,
"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" : "nastav průhlednost videa na [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" : "postava" ,
"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" : "scéna" ,
"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" : {
"message" : "video [ATTRIBUTE] na [SUBJECT]" ,
"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" : "[VIDEO_STATE] video" ,
"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" : "při pohybu na videu > [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" : "vzdálenost" ,
"description" : "the value returned by the distance sensor"
} ,
"wedo2.getTiltAngle" : {
2018-09-18 16:58:25 -04:00
"message" : "úhel náklonu [TILT_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "the angle returned by the tilt sensor"
} ,
"wedo2.isTilted" : {
2018-09-18 16:58:25 -04:00
"message" : "nakloněné [TILT_DIRECTION_ANY]?" ,
2018-08-17 09:49:52 -04:00
"description" : "whether the tilt sensor is tilted"
} ,
"wedo2.motorOff" : {
2018-09-18 16:58:25 -04:00
"message" : "vypni [MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor off"
} ,
"wedo2.motorOn" : {
2018-09-18 16:58:25 -04:00
"message" : "zapni [MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on indefinitely"
} ,
"wedo2.motorOnFor" : {
2018-09-18 16:58:25 -04:00
"message" : "zapni [MOTOR_ID] na [DURATION] sekund" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on for some time"
} ,
"wedo2.playNoteFor" : {
2018-09-18 16:58:25 -04:00
"message" : "hraj notu [NOTE] příštích [DURATION] sekund" ,
2018-08-17 09:49:52 -04:00
"description" : "play a certain note for some time"
} ,
"wedo2.setLightHue" : {
2018-09-18 16:58:25 -04:00
"message" : "nastav barvu světla na [HUE]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the LED color"
} ,
"wedo2.setMotorDirection" : {
2018-09-18 16:58:25 -04:00
"message" : "nastav [MOTOR_ID] směrem [MOTOR_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's turn direction"
} ,
"wedo2.startMotorPower" : {
2018-09-18 16:58:25 -04:00
"message" : "nastav [MOTOR_ID] napájení [POWER]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's power and turn it on"
} ,
"wedo2.whenDistance" : {
2018-09-18 16:58:25 -04:00
"message" : "když vzdálenost [OP] [REFERENCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "check for when distance is < or > than reference"
} ,
"wedo2.whenTilted" : {
2018-09-18 16:58:25 -04:00
"message" : "když nakloněný [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
}
}