2018-05-21 09:43:28 -04:00
{
2018-08-17 09:49:52 -04:00
"ev3.beepNote" : {
"message" : "beep note [NOTE] for [TIME] secs" ,
"description" : "play some note on EV3 for some time"
} ,
"ev3.buttonPressed" : {
"message" : "button [PORT] pressed?" ,
"description" : "is a button on some port pressed?"
} ,
"ev3.getBrightness" : {
"message" : "ความสว่าง" ,
"description" : "gets measured brightness"
} ,
"ev3.getDistance" : {
"message" : "ระยะห่าง" ,
"description" : "gets measured distance"
} ,
"ev3.getMotorPosition" : {
"message" : "motor [PORT] position" ,
"description" : "get the measured degrees a motor has turned"
} ,
"ev3.motorSetPower" : {
"message" : "motor [PORT] set power [POWER] %" ,
"description" : "set a motor's power to some value"
} ,
"ev3.motorTurnClockwise" : {
"message" : "motor [PORT] turn this way for [TIME] seconds" ,
"description" : "turn a motor clockwise for some time"
} ,
"ev3.motorTurnCounterClockwise" : {
"message" : "motor [PORT] turn that way for [TIME] seconds" ,
"description" : "turn a motor counter-clockwise for some time"
} ,
"ev3.whenBrightnessLessThan" : {
"message" : "when brightness < [DISTANCE]" ,
"description" : "when value measured by brightness sensor is less than some value"
} ,
"ev3.whenButtonPressed" : {
"message" : "when button [PORT] pressed" ,
"description" : "when a button connected to a port is pressed"
} ,
"ev3.whenDistanceLessThan" : {
"message" : "when distance < [DISTANCE]" ,
"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" : "ทิศใดก็ได้" ,
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" : "ล้างหน้าจอ" ,
2018-08-17 09:49:52 -04:00
"description" : "display nothing on the micro:bit display"
} ,
"microbit.defaultTextToDisplay" : {
2018-09-18 16:58:25 -04:00
"message" : "Sawasdee!" ,
2018-08-17 09:49:52 -04:00
"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" : "แสดง [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" : "กระโดด" ,
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" : "เคลื่อนไหว" ,
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" : "เขย่า" ,
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] ถูกกด?" ,
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" : "เอียง [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-09-18 16:58:25 -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" : {
2018-09-18 16:58:25 -04:00
"message" : "ทิศใดก็ได้" ,
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" : "หลัง" ,
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" : "หน้า" ,
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-09-18 16:58:25 -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-09-18 16:58:25 -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-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" : "เมื่อเอียง [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" : "เปลี่ยนความเร็วทีละ [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) กลองใหญ่" ,
"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-06-19 16:59:37 -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" : "(6) ฉาบไฮแฮทปิด" ,
"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) กิ๋ง" ,
"description" : "Sound of a triangle (instrument) being struck"
2018-05-21 09:43:28 -04:00
} ,
"music.drumVibraslap" : {
2018-06-19 16:59:37 -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-06-19 16:59:37 -04:00
"message" : "(11) แซกโซโฟน" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a saxophone being played"
} ,
"music.instrumentSteelDrum" : {
2018-06-19 16:59:37 -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-09-26 15:43:18 -04:00
"music.midiSetInstrument" : {
"message" : "ตั้งเครื่องดนตรีเป็น [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" : "เล่น [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" : {
2018-06-19 16:59:37 -04:00
"message" : "เปลี่ยนขนาดปากกาทีละ [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" : "ลบทั้งหมด" ,
"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" : {
2018-06-19 16:59:37 -04:00
"message" : "ความโปร่งใส" ,
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" : "จรดปากกา" ,
"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" : {
"message" : "let''s go" ,
"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" : "listen and wait" ,
"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" : "speech" ,
"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" : "when I hear [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" : "สวัสดี" ,
"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" : "kitten" ,
"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" : {
"message" : "set language to [LANGUAGE]" ,
"description" : "Set the language for speech synthesis."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.setVoiceBlock" : {
"message" : "set voice to [VOICE]" ,
"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" : {
"message" : "squeak" ,
"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" : "แปลภาษา" ,
"description" : "Name of extension that adds translate blocks"
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" : {
"message" : "language" ,
"description" : "the languge of the project viewer"
} ,
"videoSensing.categoryName" : {
2018-09-18 16:58:25 -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" : {
2018-09-18 16:58:25 -04:00
"message" : "ระยะทาง" ,
2018-08-17 09:49:52 -04:00
"description" : "the value returned by the distance sensor"
} ,
"wedo2.getTiltAngle" : {
"message" : "tilt angle [TILT_DIRECTION]" ,
"description" : "the angle returned by the tilt sensor"
} ,
"wedo2.isTilted" : {
"message" : "tilted [TILT_DIRECTION_ANY]?" ,
"description" : "whether the tilt sensor is tilted"
} ,
"wedo2.motorOff" : {
"message" : "turn [MOTOR_ID] off" ,
"description" : "turn a motor off"
} ,
"wedo2.motorOn" : {
"message" : "turn [MOTOR_ID] on" ,
"description" : "turn a motor on indefinitely"
} ,
"wedo2.motorOnFor" : {
"message" : "turn [MOTOR_ID] on for [DURATION] seconds" ,
"description" : "turn a motor on for some time"
} ,
"wedo2.playNoteFor" : {
"message" : "play note [NOTE] for [DURATION] seconds" ,
"description" : "play a certain note for some time"
} ,
"wedo2.setLightHue" : {
"message" : "set light color to [HUE]" ,
"description" : "set the LED color"
} ,
"wedo2.setMotorDirection" : {
"message" : "set [MOTOR_ID] direction to [MOTOR_DIRECTION]" ,
"description" : "set the motor's turn direction"
} ,
"wedo2.startMotorPower" : {
"message" : "set [MOTOR_ID] power to [POWER]" ,
"description" : "set the motor's power and turn it on"
} ,
"wedo2.whenDistance" : {
"message" : "when distance [OP] [REFERENCE]" ,
"description" : "check for when distance is < or > than reference"
} ,
"wedo2.whenTilted" : {
"message" : "when tilted [TILT_DIRECTION_ANY]" ,
"description" : "check when tilted in a certain direction"
2018-05-21 09:43:28 -04:00
}
}