2018-05-21 09:43:28 -04:00
|
|
|
{
|
2018-11-27 11:39:31 -05:00
|
|
|
"ev3.beepNote": "som de bip [NOTE] por [TIME] segundos",
|
|
|
|
"ev3.buttonPressed": "botão [PORT] pressionado?",
|
2018-12-10 09:39:04 -05:00
|
|
|
"ev3.getBrightness": "brilho",
|
|
|
|
"ev3.getDistance": "distância",
|
|
|
|
"ev3.getMotorPosition": "posição do motor [PORT]",
|
|
|
|
"ev3.motorSetPower": "defina potência do motor [PORT] em [POWER] %",
|
|
|
|
"ev3.motorTurnClockwise": "gire o motor [PORT] nesse sentido por [TIME] segundos",
|
|
|
|
"ev3.motorTurnCounterClockwise": "gire o motor [PORT] nesse sentido por [TIME] segundos",
|
|
|
|
"ev3.whenBrightnessLessThan": "quando brilho < [DISTANCE]",
|
2018-11-27 11:39:31 -05:00
|
|
|
"ev3.whenButtonPressed": "quando botão [PORT] estiver pressionado",
|
2018-12-10 09:39:04 -05:00
|
|
|
"ev3.whenDistanceLessThan": "quando distância < [DISTANCE]",
|
2019-02-06 09:25:31 -05:00
|
|
|
"gdxfor.down": "down",
|
2019-01-16 09:23:16 -05:00
|
|
|
"gdxfor.getAcceleration": "aceleração [DIRECTION]",
|
|
|
|
"gdxfor.getForce": "força",
|
2019-02-13 09:24:56 -05:00
|
|
|
"gdxfor.getSpin": "spin [DIRECTION]",
|
2019-01-16 09:23:16 -05:00
|
|
|
"gdxfor.getTilt": "inclinação [TILT]",
|
|
|
|
"gdxfor.isFacing": "direção [FACING]?",
|
2019-02-06 09:25:31 -05:00
|
|
|
"gdxfor.isFreeFalling": "falling?",
|
|
|
|
"gdxfor.moved": "moved",
|
|
|
|
"gdxfor.pulled": "pulled",
|
|
|
|
"gdxfor.pushed": "pushed",
|
|
|
|
"gdxfor.shaken": "shaken",
|
|
|
|
"gdxfor.startedFalling": "started falling",
|
2019-02-13 09:24:56 -05:00
|
|
|
"gdxfor.tiltDirectionMenu.back": "back",
|
|
|
|
"gdxfor.tiltDirectionMenu.front": "front",
|
|
|
|
"gdxfor.tiltDirectionMenu.left": "left",
|
|
|
|
"gdxfor.tiltDirectionMenu.right": "right",
|
2019-02-06 09:25:31 -05:00
|
|
|
"gdxfor.up": "up",
|
|
|
|
"gdxfor.whenForcePushedOrPulled": "when force sensor [PUSH_PULL]",
|
|
|
|
"gdxfor.whenGesture": "when [GESTURE]",
|
2018-12-10 09:39:04 -05:00
|
|
|
"makeymakey.downArrow": "seta para baixo",
|
|
|
|
"makeymakey.downArrowShort": "baixo",
|
|
|
|
"makeymakey.leftArrow": "seta para esquerda",
|
|
|
|
"makeymakey.leftArrowShort": "esquerda",
|
|
|
|
"makeymakey.rightArrow": "seta para direita",
|
|
|
|
"makeymakey.rightArrowShort": "direita",
|
|
|
|
"makeymakey.spaceKey": "espaço",
|
|
|
|
"makeymakey.upArrow": "seta para cima",
|
|
|
|
"makeymakey.upArrowShort": "para cima",
|
2019-01-30 09:24:26 -05:00
|
|
|
"makeymakey.whenKeyPressed": "when [KEY] key pressed",
|
|
|
|
"makeymakey.whenKeysPressedInOrder": "when [SEQUENCE] pressed in order",
|
2018-12-10 09:39:04 -05:00
|
|
|
"microbit.buttonsMenu.any": "qualquer",
|
|
|
|
"microbit.clearDisplay": "limpe a tela",
|
|
|
|
"microbit.defaultTextToDisplay": "Olá!",
|
|
|
|
"microbit.displaySymbol": "exiba [MATRIX]",
|
|
|
|
"microbit.displayText": "exiba o texto [TEXT]",
|
|
|
|
"microbit.gesturesMenu.jumped": "pulou",
|
|
|
|
"microbit.gesturesMenu.moved": "moveu",
|
|
|
|
"microbit.gesturesMenu.shaken": "agitou",
|
2018-11-27 11:39:31 -05:00
|
|
|
"microbit.isButtonPressed": "botão [BTN] pressionado?",
|
2018-12-10 09:39:04 -05:00
|
|
|
"microbit.isTilted": "inclinado para [DIRECTION]?",
|
|
|
|
"microbit.pinStateMenu.off": "desligado",
|
|
|
|
"microbit.pinStateMenu.on": "ligado",
|
|
|
|
"microbit.tiltAngle": "ângulo de inclinação para [DIRECTION]",
|
|
|
|
"microbit.tiltDirectionMenu.any": "qualquer",
|
|
|
|
"microbit.tiltDirectionMenu.back": "trás",
|
|
|
|
"microbit.tiltDirectionMenu.front": "frente",
|
|
|
|
"microbit.tiltDirectionMenu.left": "esquerda",
|
|
|
|
"microbit.tiltDirectionMenu.right": "direita",
|
2018-11-27 11:39:31 -05:00
|
|
|
"microbit.whenButtonPressed": "quando o botão [BTN] estiver pressionado",
|
2018-12-10 09:39:04 -05:00
|
|
|
"microbit.whenGesture": "quando [GESTURE]",
|
|
|
|
"microbit.whenPinConnected": "quando o pino [PIN] estiver conectado",
|
|
|
|
"microbit.whenTilted": "quando inclinado para [DIRECTION]",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.categoryName": "Música",
|
|
|
|
"music.changeTempo": "alterar ritmo por [TEMPO]",
|
|
|
|
"music.drumBass": "(2) Bumbo",
|
|
|
|
"music.drumBongo": "(13) Bongô",
|
|
|
|
"music.drumCabasa": "(15) Afoxé",
|
|
|
|
"music.drumClaves": "(9) Claves Cubanas",
|
|
|
|
"music.drumClosedHiHat": "(6) Prato Chimbau",
|
|
|
|
"music.drumConga": "(14) Conga",
|
|
|
|
"music.drumCowbell": "(11) Chocalho",
|
|
|
|
"music.drumCrashCymbal": "(4) Prato",
|
|
|
|
"music.drumCuica": "(18) Cuíca",
|
|
|
|
"music.drumGuiro": "(16) Guiro",
|
|
|
|
"music.drumHandClap": "(8) Palmas",
|
|
|
|
"music.drumOpenHiHat": "(5) Prato Hi-Hat",
|
|
|
|
"music.drumSideStick": "(3) Bastão Lateral",
|
|
|
|
"music.drumSnare": "(1) Tarol",
|
|
|
|
"music.drumTambourine": "(7) Pandeiro",
|
|
|
|
"music.drumTriangle": "(12) Triângulo",
|
|
|
|
"music.drumVibraslap": "(17) Queixada",
|
|
|
|
"music.drumWoodBlock": "(10) Bloco Sonoro",
|
|
|
|
"music.getTempo": "ritmo",
|
|
|
|
"music.instrumentBass": "(6) Baixo",
|
|
|
|
"music.instrumentBassoon": "(14) Fagote",
|
|
|
|
"music.instrumentCello": "(8) Violoncelo",
|
|
|
|
"music.instrumentChoir": "(15) Coral",
|
|
|
|
"music.instrumentClarinet": "(10) Clarinete",
|
|
|
|
"music.instrumentElectricGuitar": "(5) Guitarra Elétrica",
|
|
|
|
"music.instrumentElectricPiano": "(2) Teclado",
|
|
|
|
"music.instrumentFlute": "(12) Flauta",
|
|
|
|
"music.instrumentGuitar": "(4) Violão",
|
|
|
|
"music.instrumentMarimba": "(19) Marimba",
|
|
|
|
"music.instrumentMusicBox": "(17) Caixa de Música",
|
|
|
|
"music.instrumentOrgan": "(3) Órgão",
|
|
|
|
"music.instrumentPiano": "(1) Piano",
|
|
|
|
"music.instrumentPizzicato": "(7) Pizzicato",
|
|
|
|
"music.instrumentSaxophone": "(11) Saxofone",
|
|
|
|
"music.instrumentSteelDrum": "(18) Tambor de Aço",
|
|
|
|
"music.instrumentSynthLead": "(20) Sintetizador principal",
|
|
|
|
"music.instrumentSynthPad": "(21) Bloco Sintetizador",
|
|
|
|
"music.instrumentTrombone": "(9) Trombone",
|
|
|
|
"music.instrumentVibraphone": "(16) Vibrafone",
|
|
|
|
"music.instrumentWoodenFlute": "(13) Flauta de madeira",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.midiPlayDrumForBeats": "toque instrumento [DRUM] por [BEATS] batidas",
|
|
|
|
"music.midiSetInstrument": "mudar instrumento para [INSTRUMENT]",
|
|
|
|
"music.playDrumForBeats": "toque instrumento [DRUM] por [BEATS] batidas",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.playNoteForBeats": "toque a nota [NOTE] por [BEATS] batidas",
|
|
|
|
"music.restForBeats": "pausa por [BEATS] batidas",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.setInstrument": "mudar instrumento para [INSTRUMENT]",
|
|
|
|
"music.setTempo": "ajuste ritmo para [TEMPO]",
|
2018-11-27 11:39:31 -05:00
|
|
|
"pen.categoryName": "Caneta",
|
|
|
|
"pen.changeColorParam": "adicione [VALUE]ao parâmetro [COLOR_PARAM] da caneta",
|
|
|
|
"pen.changeHue": "adicione [HUE]à cor da caneta ",
|
|
|
|
"pen.changeShade": "adicione [SHADE]à tonalidade da caneta ",
|
|
|
|
"pen.changeSize": "adicione [SIZE]ao tamanho da caneta",
|
|
|
|
"pen.clear": "apague tudo",
|
|
|
|
"pen.colorMenu.brightness": "brilho",
|
|
|
|
"pen.colorMenu.color": "cor",
|
|
|
|
"pen.colorMenu.saturation": "saturação",
|
|
|
|
"pen.colorMenu.transparency": "transparência",
|
|
|
|
"pen.penDown": "use a caneta",
|
|
|
|
"pen.penUp": "levante a caneta",
|
|
|
|
"pen.setColor": "mude a cor da caneta para [COLOR]",
|
|
|
|
"pen.setColorParam": "Mude o parâmetro [COLOR_PARAM] da caneta para [VALUE]",
|
|
|
|
"pen.setHue": "mude a cor da caneta para [HUE]",
|
|
|
|
"pen.setShade": "mude a tonalidade da caneta para [SHADE]",
|
|
|
|
"pen.setSize": "mude o tamanho da caneta para [SIZE]",
|
|
|
|
"pen.stamp": "carimbe",
|
|
|
|
"speech.defaultWhenIHearValue": "vamos lá",
|
2018-12-10 09:39:04 -05:00
|
|
|
"speech.extensionName": "Transformação de Fala em Texto",
|
2018-11-27 11:39:31 -05:00
|
|
|
"speech.listenAndWait": "escute e espere",
|
|
|
|
"speech.speechReporter": "fala",
|
|
|
|
"speech.whenIHear": "quando eu escutar [PHRASE]",
|
2018-12-10 09:39:04 -05:00
|
|
|
"text2speech.alto": "loud",
|
2019-01-30 09:24:26 -05:00
|
|
|
"text2speech.defaultTextToSpeak": "hello",
|
2018-12-10 09:39:04 -05:00
|
|
|
"text2speech.giant": "gigante",
|
|
|
|
"text2speech.kitten": "gatinho",
|
|
|
|
"text2speech.setLanguageBlock": "defina o idioma como [LANGUAGE]",
|
|
|
|
"text2speech.setVoiceBlock": "definir voz para [VOICE]",
|
|
|
|
"text2speech.speakAndWaitBlock": "falar [WORDS]",
|
|
|
|
"text2speech.squeak": "rangido",
|
2018-12-06 11:46:21 -05:00
|
|
|
"text2speech.tenor": "tenor",
|
2018-12-10 09:39:04 -05:00
|
|
|
"translate.categoryName": "Traduzir",
|
2018-11-27 11:39:31 -05:00
|
|
|
"translate.defaultTextToTranslate": "olá",
|
|
|
|
"translate.translateBlock": "traduzir [WORDS] para [LANGUAGE]",
|
|
|
|
"translate.viewerLanguage": "idioma",
|
|
|
|
"videoSensing.categoryName": "Detecção de Vídeo",
|
|
|
|
"videoSensing.direction": "direção",
|
|
|
|
"videoSensing.motion": "movimento",
|
|
|
|
"videoSensing.off": "desligado",
|
|
|
|
"videoSensing.on": "ligado",
|
|
|
|
"videoSensing.onFlipped": "inverter",
|
|
|
|
"videoSensing.setVideoTransparency": "ajuste transparência do vídeo para [TRANSPARENCY]",
|
|
|
|
"videoSensing.sprite": "ator",
|
|
|
|
"videoSensing.stage": "palco",
|
|
|
|
"videoSensing.videoOn": "vídeo [ATTRIBUTE] para [SUBJECT]",
|
|
|
|
"videoSensing.videoToggle": "mude vídeo [VIDEO_STATE]",
|
|
|
|
"videoSensing.whenMotionGreaterThan": "quando detectar sensor de vídeo> [REFERENCE]",
|
2018-12-10 09:39:04 -05:00
|
|
|
"wedo2.getDistance": "distância",
|
|
|
|
"wedo2.getTiltAngle": "ângulo de inclinação [TILT_DIRECTION]",
|
|
|
|
"wedo2.isTilted": "inclinado para [TILT_DIRECTION_ANY]?",
|
|
|
|
"wedo2.motorDirection.backward": "por aí",
|
|
|
|
"wedo2.motorDirection.forward": "por aqui",
|
|
|
|
"wedo2.motorDirection.reverse": "inverter",
|
2018-12-06 11:46:21 -05:00
|
|
|
"wedo2.motorId.a": "motor A",
|
2018-12-10 09:39:04 -05:00
|
|
|
"wedo2.motorId.all": "todos os motores",
|
2018-12-06 11:46:21 -05:00
|
|
|
"wedo2.motorId.b": "motor B",
|
|
|
|
"wedo2.motorId.default": "motor",
|
2018-12-10 09:39:04 -05:00
|
|
|
"wedo2.motorOff": "desligue o motor [MOTOR_ID]",
|
|
|
|
"wedo2.motorOn": "ligue o motor [MOTOR_ID]",
|
|
|
|
"wedo2.motorOnFor": "ligue o motor [MOTOR_ID] por [DURATION] segundos",
|
|
|
|
"wedo2.playNoteFor": "toque a nota [NOTE] por [DURATION] segundos",
|
|
|
|
"wedo2.setLightHue": "defina a cor como [HUE]",
|
|
|
|
"wedo2.setMotorDirection": "defina a direção de [MOTOR_ID] como [MOTOR_DIRECTION]",
|
|
|
|
"wedo2.startMotorPower": "defina a potência de [MOTOR_ID] como [POWER]",
|
|
|
|
"wedo2.tiltDirection.any": "qualquer",
|
|
|
|
"wedo2.tiltDirection.down": "baixo",
|
|
|
|
"wedo2.tiltDirection.left": "esquerda",
|
|
|
|
"wedo2.tiltDirection.right": "direita",
|
|
|
|
"wedo2.tiltDirection.up": "para cima",
|
|
|
|
"wedo2.whenDistance": "quando distância [OP] [REFERENCE]",
|
|
|
|
"wedo2.whenTilted": "quando inclinado para [TILT_DIRECTION_ANY]"
|
2018-05-21 09:43:28 -04:00
|
|
|
}
|