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" : "Graj nutę [NOTE] przez [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" : "Klawisz [PORT] naciśnięty?" ,
2018-08-17 09:49:52 -04:00
"description" : "is a button on some port pressed?"
} ,
"ev3.getBrightness" : {
"message" : "Jasność" ,
"description" : "gets measured brightness"
} ,
"ev3.getDistance" : {
"message" : "odległość" ,
"description" : "gets measured distance"
} ,
"ev3.getMotorPosition" : {
2018-09-18 16:58:25 -04:00
"message" : "Pozycja silnika [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" : "Ustaw moc silnika [PORT] na [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" : "Obróć silnik [PORT] do ruchu wskazówek zegara na [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" : "Obróć silnik [PORT] do ruchu przeciwnego do wskazówek zegara na [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" : "Gdy jasność < [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" : "Gdy klawisz [PORT] naciśnięty" ,
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" : "Gdy dystans < [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" : {
"message" : "Dowolny" ,
"description" : "label for \"any\" element in button picker for micro:bit extension"
} ,
"microbit.clearDisplay" : {
2018-09-18 16:58:25 -04:00
"message" : "Wyczyść wyświetlacz" ,
2018-08-17 09:49:52 -04:00
"description" : "display nothing on the micro:bit display"
} ,
"microbit.defaultTextToDisplay" : {
"message" : "Cześć!" ,
"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" : "Wyświetl [MATRIX]" ,
2018-08-17 09:49:52 -04:00
"description" : "display a pattern on the micro:bit display"
} ,
"microbit.displayText" : {
2018-09-26 15:43:18 -04:00
"message" : "display text [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" : "Przeskoczył" ,
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" : "Poruszył się" ,
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" : "Potrząśnięty" ,
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" : "[BTN] przycisk wciśnięty" ,
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" : "W kierunku [DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "is the micro:bit is tilted in a direction?"
} ,
"microbit.pinStateMenu.off" : {
"message" : "wyłączony" ,
"description" : "label for off element in pin state picker for micro:bit extension"
} ,
"microbit.pinStateMenu.on" : {
"message" : "włączony" ,
"description" : "label for on element in pin state picker for micro:bit extension"
} ,
"microbit.tiltAngle" : {
2018-09-18 16:58:25 -04:00
"message" : "Obróć w kierunku [DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "how much the micro:bit is tilted in a direction"
} ,
"microbit.tiltDirectionMenu.any" : {
"message" : "Dowolny" ,
"description" : "label for any direction element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.back" : {
"message" : "Na spód" ,
"description" : "label for back element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.front" : {
"message" : "Na wierzch" ,
"description" : "label for front element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.left" : {
"message" : "lewo" ,
"description" : "label for left element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.right" : {
"message" : "prawo" ,
"description" : "label for right element in tilt direction picker for micro:bit extension"
} ,
"microbit.whenButtonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "Gdy [BTN]wciśnięty" ,
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" : "Gdy pokazuje gest [GESTURE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the selected gesture is detected by the micro:bit"
} ,
"microbit.whenPinConnected" : {
2018-09-26 15:43:18 -04:00
"message" : "when pin [PIN] connected" ,
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" : "Gdy obrócony w kierunku [DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the micro:bit is tilted in a direction"
} ,
"music.categoryName" : {
"message" : "Muzyka" ,
"description" : "Label for the Music extension category"
} ,
2018-08-10 09:25:02 -04:00
"music.changeTempo" : {
"message" : "zmień tempo na [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) Bęben wielki" ,
"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) Cabasa" ,
"description" : "Sound of a cabasa being shaken"
} ,
2018-08-10 09:25:02 -04:00
"music.drumClaves" : {
"message" : "(9) Klawesy" ,
"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) Zamknięty hi-hat" ,
"description" : "Sound of a drum stick hitting a hi-hat while closed"
} ,
"music.drumConga" : {
"message" : "(14) Kongi" ,
"description" : "Sound of a conga being struck"
} ,
"music.drumCowbell" : {
"message" : "(11) Krowi dzwonek" ,
"description" : "Sound of a cowbell being struck"
} ,
"music.drumCrashCymbal" : {
"message" : "(4) Crash" ,
"description" : "Sound of a drum stick hitting a crash cymbal"
} ,
"music.drumCuica" : {
"message" : "(18) Cuíca" ,
"description" : "Sound of a cuica being played"
} ,
"music.drumGuiro" : {
"message" : "(16) Güiro" ,
"description" : "Sound of a guiro being played"
} ,
"music.drumHandClap" : {
"message" : "(8) Klaśnięcie dłoni" ,
"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-07-19 09:35:23 -04:00
"message" : "(5) Otwarty 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" : {
"message" : "(3) Uderzenie o obręcz" ,
"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) Werbel" ,
"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) Tamburyn" ,
"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) Trójkąt" ,
"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) Drewniany klocek" ,
"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) Bas" ,
"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" : {
2018-07-19 09:35:23 -04:00
"message" : "(8) Wiolonczela" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a cello being played with a bow"
} ,
"music.instrumentChoir" : {
2018-07-19 09:35:23 -04:00
"message" : "(15) Chór" ,
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) Klarnet" ,
"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) Gitara elektryczna" ,
"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) Elektryczne pianino" ,
"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) Flet" ,
"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) Gitara" ,
"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) Pozytywka" ,
"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) Organy" ,
"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) Fortepian" ,
"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) Pizzicato" ,
"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) Saksofon" ,
"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) Steel pan" ,
"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" : "(26) Wiodący dźwięk syntezatora" ,
"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) Pad syntezatora" ,
"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-07-19 09:35:23 -04:00
"message" : "(9) Puzon" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a trombone being played"
} ,
"music.instrumentVibraphone" : {
2018-07-19 09:35:23 -04:00
"message" : "(16) Wibrafon" ,
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) Drewniany flet" ,
"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" : "ustaw instrument na [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" : "graj na [DRUM] bębnie do [BEATS] bitów" ,
"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" : "zagraj nutę [NOTE] do [BEATS] bitów" ,
"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" : "nie graj do [BEATS] bitów" ,
"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" : "ustaw instrument 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" : "ustaw 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" : "Pióro" ,
"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" : "Zmień pisak [COLOR_PARAM]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" : "Zmień kolor pisaka 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" : "Zmień odcień pisaka 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" : "Zmień rozmiar pisaka o [SIZE]" ,
"description" : "change the diameter of the trail left by a sprite"
} ,
2018-08-10 09:25:02 -04:00
"pen.clear" : {
"message" : "Wyczyść wszystko " ,
"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" : "Jasność" ,
"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" : "Kolor" ,
"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" : "Nasycenie" ,
"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" : "Przezroczystość" ,
"description" : "label for transparency element in color picker for pen extension"
} ,
2018-08-10 09:25:02 -04:00
"pen.penDown" : {
"message" : "Przyłóż pisak" ,
"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" : "Podnieś pisak " ,
"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" : "Ustaw kolor pisaka 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" : "Ustaw pisak 1 [COLOR_PARAM] na 2 [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" : "Ustaw kolor pisaka na [HUE]" ,
"description" : "legacy pen blocks - set pen color to number"
} ,
"pen.setShade" : {
"message" : "Ustaw odcień pisaka na [SHADE]" ,
"description" : "legacy pen blocks - set pen shade"
} ,
"pen.setSize" : {
"message" : "Ustaw rozmiar pisaka na [SIZE]" ,
"description" : "set the diameter of a trail left by a sprite"
} ,
"pen.stamp" : {
"message" : "Stempluj" ,
"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-10 09:25:02 -04:00
"message" : "chodźmy" ,
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" : "posłuchaj i czekaj" ,
"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" : "mowa" ,
"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" : "Kiedy wykryto [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" : "cześć" ,
"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" : {
"message" : "giant" ,
"description" : "Name for a funny voice with a low pitch."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.kitten" : {
"message" : "kociątko" ,
"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" : "Sam" ,
"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" : {
"message" : "set language to [LANGUAGE]" ,
"description" : "Set the language for speech synthesis."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.setVoiceBlock" : {
"message" : "Ustaw głos 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" : "Powiedz [WORDS]" ,
"description" : "Speak some words."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.squeak" : {
"message" : "pisk" ,
"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" : "Tłumacz" ,
"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" : "cześć" ,
"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" : "tłumacz [WORDS] na [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" : "język" ,
"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" : "Czujniki wideo" ,
"description" : "Label for the video sensing extension category"
2018-05-21 09:43:28 -04:00
} ,
"videoSensing.direction" : {
"message" : "Kierunek" ,
"description" : "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.motion" : {
"message" : "ruch" ,
"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" : "wyłączony" ,
"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" : "włączony" ,
"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 odwróconym" ,
"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" : "ustaw transparentność wideo 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" : "sprite" ,
"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" : "scena" ,
"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" : "nagranie wideo [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] nagranie wideo " ,
"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" : "podczas ruchu wideo > [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" : "odległość" ,
"description" : "the value returned by the distance sensor"
} ,
"wedo2.getTiltAngle" : {
2018-09-18 16:58:25 -04:00
"message" : "Obróć w kierunku [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" : "Obrócony [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" : "Wyłącz silnik [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" : "Włącz silnik [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" : "Włącz silnik [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" : "Graj nutę [NOTE] przez [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" : "Ustaw kolor światła 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" : "Ustaw kierunek silnika [MOTOR_ID] na [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" : "Ustaw moc silnika [MOTOR_ID] na [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" : "Gdy dystans [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" : "Gdy obrócony w kierunku [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
}
}