2018-05-21 09:43:28 -04:00
{
2018-08-17 09:49:52 -04:00
"ev3.beepNote" : {
"message" : "[NOTE]の音符を[TIME]秒鳴らす" ,
"description" : "play some note on EV3 for some time"
} ,
"ev3.buttonPressed" : {
"message" : "ボタン[PORT]が押された" ,
"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" : "モーター[PORT]の位置" ,
"description" : "get the measured degrees a motor has turned"
} ,
"ev3.motorSetPower" : {
"message" : "モーター[PORT]のパワーを[POWER]%にする" ,
"description" : "set a motor's power to some value"
} ,
"ev3.motorTurnClockwise" : {
"message" : "モーター[PORT]をこちら向きに[TIME]秒間回転させる" ,
"description" : "turn a motor clockwise for some time"
} ,
"ev3.motorTurnCounterClockwise" : {
"message" : "モーター[PORT]をあちら向きに[TIME]秒間回転させる" ,
"description" : "turn a motor counter-clockwise for some time"
} ,
"ev3.whenBrightnessLessThan" : {
"message" : "明るさ < [DISTANCE]のとき" ,
"description" : "when value measured by brightness sensor is less than some value"
} ,
"ev3.whenButtonPressed" : {
"message" : "ボタン[PORT]が押されたとき" ,
"description" : "when a button connected to a port is pressed"
} ,
"ev3.whenDistanceLessThan" : {
"message" : "距離 < [DISTANCE]のとき" ,
"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" : {
"message" : "画面を消す" ,
"description" : "display nothing on the micro:bit display"
} ,
"microbit.defaultTextToDisplay" : {
2018-08-24 09:33:13 -04:00
"message" : "Hello!" ,
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" : {
"message" : "[MATRIX]を表示する" ,
"description" : "display a pattern on the micro:bit display"
} ,
"microbit.displayText" : {
"message" : "[TEXT]を表示する" ,
"description" : "display text on the micro:bit display"
} ,
"microbit.gesturesMenu.jumped" : {
"message" : "ジャンプした" ,
"description" : "label for jumped gesture in gesture picker for micro:bit extension"
} ,
"microbit.gesturesMenu.moved" : {
"message" : "動いた" ,
"description" : "label for moved gesture in gesture picker for micro:bit extension"
} ,
"microbit.gesturesMenu.shaken" : {
"message" : "振られた" ,
"description" : "label for shaken gesture in gesture picker for micro:bit extension"
} ,
"microbit.isButtonPressed" : {
"message" : "ボタン[BTN]が押された" ,
"description" : "is the selected button on the micro:bit pressed?"
} ,
"microbit.isTilted" : {
"message" : "[DIRECTION]方向に傾いた" ,
"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" : {
"message" : "[DIRECTION]方向の傾き" ,
"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" : {
2018-08-24 09:33:13 -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-08-24 09:33:13 -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" : {
"message" : "ボタン[BTN]が押されたとき" ,
"description" : "when the selected button on the micro:bit is pressed"
} ,
"microbit.whenGesture" : {
"message" : "[GESTURE]とき" ,
"description" : "when the selected gesture is detected by the micro:bit"
} ,
"microbit.whenPinConnected" : {
"message" : "ピン[PIN]が地面につながったとき" ,
"description" : "when the pin detects a connection to Earth/Ground"
} ,
"microbit.whenTilted" : {
"message" : "[DIRECTION]方向に傾いたとき" ,
"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" : {
"message" : "(15) カバサ" ,
"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"
} ,
"music.drumConga" : {
"message" : "(14) コンガ" ,
"description" : "Sound of a conga being struck"
} ,
"music.drumCowbell" : {
"message" : "(11) カウベル" ,
"description" : "Sound of a cowbell being struck"
} ,
"music.drumCrashCymbal" : {
"message" : "(4) クラッシュシンバル" ,
"description" : "Sound of a drum stick hitting a crash cymbal"
} ,
"music.drumCuica" : {
"message" : "(18) クイーカ" ,
"description" : "Sound of a cuica being played"
} ,
"music.drumGuiro" : {
"message" : "(16) ギロ" ,
"description" : "Sound of a guiro being played"
} ,
"music.drumHandClap" : {
"message" : "(8) 手拍子" ,
"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) オープンハイハット" ,
"description" : "Sound of a drum stick hitting a hi-hat while open"
} ,
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
} ,
2018-08-10 09:25:02 -04:00
"music.drumVibraslap" : {
"message" : "(17) ビブラスラップ" ,
"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) ウッドブロック" ,
"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"
} ,
"music.instrumentBass" : {
"message" : "(6) ベース" ,
"description" : "Sound of an accoustic upright bass"
} ,
"music.instrumentBassoon" : {
"message" : "(14) バスーン" ,
"description" : "Sound of a bassoon being played"
2018-05-21 09:43:28 -04:00
} ,
"music.instrumentCello" : {
"message" : "(8) チェロ" ,
"description" : "Sound of a cello being played with a bow"
} ,
"music.instrumentChoir" : {
"message" : "(15) 合唱団" ,
"description" : "Sound of a choir singing"
} ,
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-05-21 09:43:28 -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-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentMusicBox" : {
"message" : "(17) ミュージックボックス" ,
"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) オルガン" ,
"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-06-19 16:59:37 -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
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentSaxophone" : {
"message" : "(11) サクソフォン" ,
"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) スチールドラム" ,
"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) シンセリード" ,
"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) シンセパッド" ,
"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) トロンボーン" ,
"description" : "Sound of a trombone being played"
} ,
"music.instrumentVibraphone" : {
"message" : "(16) ビブラフォン" ,
"description" : "Sound of a vibraphone being struck"
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentWoodenFlute" : {
"message" : "(13) 木管フルート" ,
"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" : "[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-06-19 16:59:37 -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"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.setTempo" : {
"message" : "テンポを[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" : "ペン" ,
"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" : "ペンの[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"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"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-03 09:10:47 -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" : {
"message" : "Google スピーチ" ,
"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" : "聞いて" ,
"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" : "音声" ,
"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" : "[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-08-10 09:25:02 -04:00
"text2speech.kitten" : {
"message" : "子猫" ,
"description" : "A baby cat."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.max" : {
"message" : "マックス" ,
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" : "モンスター" ,
"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.puppy" : {
"message" : "子犬" ,
"description" : "A baby dog."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.quinn" : {
"message" : "クイン" ,
"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" : "声を[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" : "[WORDS]をしゃべる" ,
"description" : "Speak some words."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.squeak" : {
"message" : "ねずみ" ,
"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-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"translate.defaultTextToTranslate" : {
"message" : "こんにちは" ,
"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" : "[WORDS]を[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" : "言語" ,
"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" : "ビデオモーションセンサー" ,
"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" : "[SUBJECT]のビデオの[ATTRIBUTE]" ,
"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-24 09:33:13 -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-24 09:33:13 -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-24 09:33:13 -04:00
"message" : "[MOTOR_ID]をオフにする" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor off"
} ,
"wedo2.motorOn" : {
2018-08-24 09:33:13 -04:00
"message" : "[MOTOR_ID]をオンにする" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on indefinitely"
} ,
"wedo2.motorOnFor" : {
2018-08-24 09:33:13 -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-24 09:33:13 -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-24 09:33:13 -04:00
"message" : "ライトの色を[HUE]にする" ,
2018-08-17 09:49:52 -04:00
"description" : "set the LED color"
} ,
"wedo2.setMotorDirection" : {
2018-08-24 09:33:13 -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-24 09:33:13 -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-24 09:33:13 -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-24 09:33:13 -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
}
}