2018-05-21 09:43:28 -04:00
{
2018-08-17 09:49:52 -04:00
"ev3.beepNote" : {
2018-08-30 16:48:04 -04:00
"message" : "играть ноту [NOTE] [TIME] секунд" ,
2018-08-17 09:49:52 -04:00
"description" : "play some note on EV3 for some time"
} ,
"ev3.buttonPressed" : {
2018-08-30 16:48:04 -04:00
"message" : "кнопка [PORT] нажата?" ,
2018-08-17 09:49:52 -04:00
"description" : "is a button on some port pressed?"
} ,
"ev3.getBrightness" : {
"message" : "яркость" ,
"description" : "gets measured brightness"
} ,
"ev3.getDistance" : {
"message" : "расстояние" ,
"description" : "gets measured distance"
} ,
"ev3.getMotorPosition" : {
2018-08-30 16:48:04 -04:00
"message" : "позиция мотора[PORT]" ,
2018-08-17 09:49:52 -04:00
"description" : "get the measured degrees a motor has turned"
} ,
"ev3.motorSetPower" : {
2018-08-30 16:48:04 -04:00
"message" : "мотор [PORT] установить мощность [POWER] %" ,
2018-08-17 09:49:52 -04:00
"description" : "set a motor's power to some value"
} ,
"ev3.motorTurnClockwise" : {
2018-08-30 16:48:04 -04:00
"message" : "мотор [PORT] повернуть сюда на [TIME] секунд" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor clockwise for some time"
} ,
"ev3.motorTurnCounterClockwise" : {
2018-08-30 16:48:04 -04:00
"message" : "мотор [PORT] повернуть туда на [TIME] секунд" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor counter-clockwise for some time"
} ,
"ev3.whenBrightnessLessThan" : {
2018-08-30 16:48:04 -04:00
"message" : "когда яркость < [DISTANCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when value measured by brightness sensor is less than some value"
} ,
"ev3.whenButtonPressed" : {
2018-08-30 16:48:04 -04:00
"message" : "когда кнопка [PORT] нажата" ,
2018-08-17 09:49:52 -04:00
"description" : "when a button connected to a port is pressed"
} ,
"ev3.whenDistanceLessThan" : {
2018-08-30 16:48:04 -04:00
"message" : "когда расстояние < [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" : "любой из" ,
"description" : "label for \"any\" element in button picker for micro:bit extension"
} ,
"microbit.clearDisplay" : {
2018-08-30 16:48:04 -04:00
"message" : "Очистить дисплей" ,
2018-08-17 09:49:52 -04:00
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "отобразить [MATRIX]" ,
2018-08-17 09:49:52 -04:00
"description" : "display a pattern on the micro:bit display"
} ,
"microbit.displayText" : {
2018-08-30 16:48:04 -04:00
"message" : "отобразить текст [TEXT]" ,
2018-08-17 09:49:52 -04:00
"description" : "display text on the micro:bit display"
} ,
"microbit.gesturesMenu.jumped" : {
2018-08-30 16:48:04 -04:00
"message" : "подпрыгнули" ,
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-30 16:48:04 -04:00
"message" : "передвинулись" ,
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-30 16:48:04 -04:00
"message" : "встряхнули" ,
2018-08-17 09:49:52 -04:00
"description" : "label for shaken gesture in gesture picker for micro:bit extension"
} ,
"microbit.isButtonPressed" : {
2018-08-30 16:48:04 -04:00
"message" : "[BTN] кнопка нажата?" ,
2018-08-17 09:49:52 -04:00
"description" : "is the selected button on the micro:bit pressed?"
} ,
"microbit.isTilted" : {
2018-08-30 16:48:04 -04:00
"message" : "наклонён[DIRECTION]?" ,
2018-08-17 09:49:52 -04:00
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "угл наклона [DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "вперёд" ,
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" : "влево" ,
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "когда [BTN] кнопка нажата" ,
2018-08-17 09:49:52 -04:00
"description" : "when the selected button on the micro:bit is pressed"
} ,
"microbit.whenGesture" : {
2018-08-30 16:48:04 -04:00
"message" : "когда [GESTURE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the selected gesture is detected by the micro:bit"
} ,
"microbit.whenPinConnected" : {
2018-08-30 16:48:04 -04:00
"message" : "когда пин-код [PIN] подключён тестово" ,
2018-08-17 09:49:52 -04:00
"description" : "when the pin detects a connection to Earth/Ground"
} ,
"microbit.whenTilted" : {
2018-08-30 16:48:04 -04:00
"message" : "когда наклонён [DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the micro:bit is tilted in a direction"
} ,
"music.categoryName" : {
"message" : "Музыка" ,
"description" : "Label for the Music extension category"
} ,
2018-08-10 09:25:02 -04:00
"music.changeTempo" : {
"message" : "изменить темп на [TEMP]" ,
"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) Большой барабан" ,
"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) Бонго" ,
"description" : "Sound of a bongo being struck"
2018-05-21 09:43:28 -04:00
} ,
"music.drumCabasa" : {
2018-07-19 09:35:23 -04:00
"message" : "(15) К а б а с а " ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a cabasa being shaken"
} ,
2018-08-10 09:25:02 -04:00
"music.drumClaves" : {
"message" : "(9) Клаве" ,
"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" : "(16) Закрытый Хай-Хэт" ,
"description" : "Sound of a drum stick hitting a hi-hat while closed"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumConga" : {
"message" : "(14) Конга" ,
"description" : "Sound of a conga being struck"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumCowbell" : {
"message" : "(11) Ковбелл" ,
"description" : "Sound of a cowbell being struck"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumCrashCymbal" : {
"message" : "(4) Крэш-тарелка" ,
"description" : "Sound of a drum stick hitting a crash cymbal"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumCuica" : {
"message" : "(18) Куика" ,
"description" : "Sound of a cuica being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumGuiro" : {
"message" : "(16) Гуиро" ,
"description" : "Sound of a guiro being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.drumHandClap" : {
"message" : "(8) Хлопок" ,
"description" : "Sound of two hands clapping together"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -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
} ,
2018-08-10 09:25:02 -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
} ,
2018-08-10 09:25:02 -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
} ,
2018-08-10 09:25:02 -04:00
"music.drumTambourine" : {
"message" : "(7) Бубен" ,
"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) Треугольник\n" ,
"description" : "Sound of a triangle (instrument) being struck"
2018-05-21 09:43:28 -04:00
} ,
"music.drumVibraslap" : {
2018-07-19 09:35:23 -04:00
"message" : "(17) Вибраслэп" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a Vibraslap being played"
} ,
2018-08-10 09:25:02 -04:00
"music.drumWoodBlock" : {
"message" : "(10) Коробочка" ,
"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" : "темп" ,
"description" : "get the current 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.instrumentBass" : {
"message" : "(6) Бас" ,
"description" : "Sound of an accoustic upright bass"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentBassoon" : {
"message" : "(14) Фагот" ,
"description" : "Sound of a bassoon being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentCello" : {
"message" : "(8) Виолончель" ,
"description" : "Sound of a cello being played with a bow"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentChoir" : {
"message" : "(15) Х о р " ,
"description" : "Sound of a choir singing"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentClarinet" : {
"message" : "(10) Кларнет" ,
"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) Электрогитара" ,
"description" : "Sound of an electric guitar"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentElectricPiano" : {
"message" : "(2) Электрическое пианино" ,
"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) Флейта" ,
"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) Гитара" ,
"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) Маримба" ,
"description" : "Sound of a marimba being struck"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentMusicBox" : {
"message" : "(17) Музыкальная шкатулка" ,
"description" : "Sound of a music box playing"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentOrgan" : {
"message" : "(3) Орган" ,
"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) Фортепиано" ,
"description" : "Sound of a piano"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -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" : {
2018-07-19 09:35:23 -04:00
"message" : "(11) Саксофон" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a saxophone being played"
} ,
"music.instrumentSteelDrum" : {
2018-07-19 09:35:23 -04:00
"message" : "(18) Стальной барабан" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a steel drum being struck"
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentSynthLead" : {
"message" : "(20) Ведущий синтезатор" ,
"description" : "Sound of a \"lead\" synthesizer being played"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentSynthPad" : {
"message" : "(21) Синтезатор с функциями драм-машины" ,
"description" : "Sound of a \"pad\" synthesizer being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentTrombone" : {
"message" : "(9) Тромбон" ,
"description" : "Sound of a trombone being played"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentVibraphone" : {
"message" : "(16) Вибрафон" ,
"description" : "Sound of a vibraphone being struck"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentWoodenFlute" : {
"message" : "(13) Деревянная флейта" ,
"description" : "Sound of a wooden flute being played"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.playDrumForBeats" : {
"message" : "играйте на барабанах [DRUM], извлекая [BEATS] доли " ,
"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" : "играйте ноту [NOTE] в течение [BEATS] бита" ,
"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" : "пауза в течение [BEATS] долей" ,
"description" : "rest (play no sound) for a number of beats"
2018-07-19 09:35:23 -04:00
} ,
2018-08-10 09:25:02 -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
} ,
2018-08-10 09:25:02 -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
} ,
2018-08-10 09:25:02 -04:00
"pen.changeHue" : {
"message" : "изменить цвет пера на [HUE]" ,
"description" : "legacy pen blocks - change pen color"
} ,
"pen.changeShade" : {
"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" : {
"message" : "изменить размер пера на [SIZE]" ,
"description" : "change the diameter of the trail left by a sprite"
} ,
2018-08-10 09:25:02 -04:00
"pen.clear" : {
"message" : "стереть всё" ,
"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" : "яркость" ,
"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" : "цвет" ,
"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" : "насыщенность" ,
"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" : "прозрачность" ,
"description" : "label for transparency element in color picker for pen extension"
} ,
2018-08-10 09:25:02 -04:00
"pen.penDown" : {
"message" : "опустить перо" ,
"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" : "поднять перо" ,
"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" : "установить для пера цвет [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" : "установить [COLOR_PARAM] пера = [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" : "установить цвет пера [HUE]" ,
"description" : "legacy pen blocks - set pen color to number"
} ,
"pen.setShade" : {
"message" : "установить оттенок пера [SHADE]" ,
"description" : "legacy pen blocks - set pen shade"
} ,
"pen.setSize" : {
"message" : "установить размер пера [SIZE]" ,
"description" : "set the diameter of a trail left by a sprite"
} ,
"pen.stamp" : {
"message" : "штамп" ,
"description" : "render current costume on the background"
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."
} ,
2018-08-10 09:25:02 -04:00
"speech.extensionName" : {
2018-08-30 16:48:04 -04:00
"message" : "Google Речь" ,
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" : {
2018-08-30 16:48:04 -04:00
"message" : "слушать и подождать" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "речь" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "когда я слышу [PHRASE]" ,
2018-08-10 09:25:02 -04:00
"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" : "привет" ,
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "котёнок" ,
2018-08-10 09:25:02 -04:00
"description" : "A baby cat."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -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."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.puppy" : {
2018-08-30 16:48:04 -04:00
"message" : "щенок" ,
2018-08-10 09:25:02 -04:00
"description" : "A baby dog."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.quinn" : {
2018-08-30 16:48:04 -04:00
"message" : "квинн" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-08-30 16:48:04 -04:00
"message" : "установить голос [VOICE]" ,
2018-08-10 09:25:02 -04:00
"description" : "Set the voice for speech synthesis."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.speakAndWaitBlock" : {
"message" : "произносить [WORDS] " ,
"description" : "Speak some words."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.squeak" : {
2018-08-30 16:48:04 -04:00
"message" : "писк" ,
2018-08-10 09:25:02 -04:00
"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" : {
"message" : "Google Переводчик" ,
"description" : "Name of extension that adds translate blocks. Do Not translate Google"
2018-07-19 09:35:23 -04:00
} ,
2018-08-10 09:25:02 -04:00
"translate.defaultTextToTranslate" : {
"message" : "привет" ,
"description" : "hello: the default text to translate"
} ,
"translate.translateBlock" : {
"message" : "перевести [WORDS] на [LANGUAGE]" ,
"description" : "translate some text to a different language"
} ,
"translate.viewerLanguage" : {
2018-08-30 16:48:04 -04:00
"message" : "язык" ,
2018-08-10 09:25:02 -04:00
"description" : "the languge of the project viewer"
} ,
"videoSensing.categoryName" : {
2018-08-30 16:48:04 -04:00
"message" : "Видео Распознавание" ,
2018-08-10 09:25:02 -04:00
"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"
} ,
2018-08-10 09:25:02 -04:00
"videoSensing.motion" : {
"message" : "движение" ,
"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" : "выключить" ,
"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" : "включить" ,
"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" : "при отражении по горизонтали" ,
"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" : "установить прозрачность видео [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" : "спрайт" ,
"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" : "этап" ,
"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" : "видео [ATTRIBUTE] на [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]" ,
"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" : "при движении на видео > [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" : "расстояние" ,
"description" : "the value returned by the distance sensor"
} ,
"wedo2.getTiltAngle" : {
2018-08-30 16:48:04 -04:00
"message" : "угл наклона[TILT_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "the angle returned by the tilt sensor"
} ,
"wedo2.isTilted" : {
2018-08-30 16:48:04 -04:00
"message" : "наклонён [TILT_DIRECTION_ANY] ?" ,
2018-08-17 09:49:52 -04:00
"description" : "whether the tilt sensor is tilted"
} ,
"wedo2.motorOff" : {
2018-08-30 16:48:04 -04:00
"message" : "выключить [MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor off"
} ,
"wedo2.motorOn" : {
2018-08-30 16:48:04 -04:00
"message" : "включить [MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on indefinitely"
} ,
"wedo2.motorOnFor" : {
2018-08-30 16:48:04 -04:00
"message" : "включить [MOTOR_ID] на [DURATION] секунд" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on for some time"
} ,
"wedo2.playNoteFor" : {
2018-08-30 16:48:04 -04:00
"message" : "играть ноту [NOTE] [DURATION] секунд" ,
2018-08-17 09:49:52 -04:00
"description" : "play a certain note for some time"
} ,
"wedo2.setLightHue" : {
2018-08-30 16:48:04 -04:00
"message" : "установить цвет лампочки [HUE]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the LED color"
} ,
"wedo2.setMotorDirection" : {
2018-08-30 16:48:04 -04:00
"message" : "установить направление [MOTOR_ID] в [MOTOR_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's turn direction"
} ,
"wedo2.startMotorPower" : {
2018-08-30 16:48:04 -04:00
"message" : "установить мощность [MOTOR_ID] в [POWER]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's power and turn it on"
} ,
"wedo2.whenDistance" : {
2018-08-30 16:48:04 -04:00
"message" : "когда расстояние [OP] [REFERENCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "check for when distance is < or > than reference"
} ,
"wedo2.whenTilted" : {
2018-08-30 16:48:04 -04:00
"message" : "когда наклонён [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
}
}