2018-05-21 09:43:28 -04:00
|
|
|
{
|
2018-11-27 11:39:31 -05:00
|
|
|
"ev3.beepNote": "[NOTE]の音符を[TIME]秒鳴らす",
|
|
|
|
"ev3.buttonPressed": "ボタン[PORT]が押された",
|
|
|
|
"ev3.getBrightness": "明るさ",
|
|
|
|
"ev3.getDistance": "距離",
|
|
|
|
"ev3.getMotorPosition": "モーター[PORT]の位置",
|
|
|
|
"ev3.motorSetPower": "モーター[PORT]のパワーを[POWER]%にする",
|
|
|
|
"ev3.motorTurnClockwise": "モーター[PORT]をこちら向きに[TIME]秒間回す",
|
|
|
|
"ev3.motorTurnCounterClockwise": "モーター[PORT]をあちら向きに[TIME]秒間回す",
|
|
|
|
"ev3.whenBrightnessLessThan": "明るさ < [DISTANCE]のとき",
|
|
|
|
"ev3.whenButtonPressed": "ボタン[PORT]が押されたとき",
|
|
|
|
"ev3.whenDistanceLessThan": "距離 < [DISTANCE]のとき",
|
2019-02-06 09:25:31 -05:00
|
|
|
"gdxfor.down": "down",
|
2019-01-16 09:23:16 -05:00
|
|
|
"gdxfor.getAcceleration": "acceleration [DIRECTION]",
|
|
|
|
"gdxfor.getForce": "force",
|
2019-02-13 09:24:56 -05:00
|
|
|
"gdxfor.getSpin": "spin [DIRECTION]",
|
2019-01-16 09:23:16 -05:00
|
|
|
"gdxfor.getTilt": "tilt [TILT]",
|
|
|
|
"gdxfor.isFacing": "facing [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-13 08:58:35 -05:00
|
|
|
"makeymakey.downArrow": "下向き矢印",
|
|
|
|
"makeymakey.downArrowShort": "下",
|
|
|
|
"makeymakey.leftArrow": "左向き矢印",
|
|
|
|
"makeymakey.leftArrowShort": "左",
|
|
|
|
"makeymakey.rightArrow": "右向き矢印",
|
|
|
|
"makeymakey.rightArrowShort": "右",
|
|
|
|
"makeymakey.spaceKey": "スペース",
|
|
|
|
"makeymakey.upArrow": "上向き矢印",
|
|
|
|
"makeymakey.upArrowShort": "上",
|
2019-01-30 09:24:26 -05:00
|
|
|
"makeymakey.whenKeyPressed": "when [KEY] key pressed",
|
|
|
|
"makeymakey.whenKeysPressedInOrder": "when [SEQUENCE] pressed in order",
|
2018-11-27 11:39:31 -05:00
|
|
|
"microbit.buttonsMenu.any": "どれかの",
|
|
|
|
"microbit.clearDisplay": "画面を消す",
|
|
|
|
"microbit.defaultTextToDisplay": "Hello!",
|
|
|
|
"microbit.displaySymbol": "[MATRIX]を表示する",
|
2018-12-13 08:58:35 -05:00
|
|
|
"microbit.displayText": "[TEXT]を表示する",
|
2018-11-27 11:39:31 -05:00
|
|
|
"microbit.gesturesMenu.jumped": "ジャンプした",
|
|
|
|
"microbit.gesturesMenu.moved": "動いた",
|
|
|
|
"microbit.gesturesMenu.shaken": "振られた",
|
|
|
|
"microbit.isButtonPressed": "ボタン[BTN]が押された",
|
|
|
|
"microbit.isTilted": "[DIRECTION]に傾いた",
|
|
|
|
"microbit.pinStateMenu.off": "切",
|
|
|
|
"microbit.pinStateMenu.on": "入",
|
|
|
|
"microbit.tiltAngle": "[DIRECTION]方向の傾き",
|
|
|
|
"microbit.tiltDirectionMenu.any": "どれかの向き",
|
|
|
|
"microbit.tiltDirectionMenu.back": "後ろ",
|
|
|
|
"microbit.tiltDirectionMenu.front": "前",
|
|
|
|
"microbit.tiltDirectionMenu.left": "左",
|
|
|
|
"microbit.tiltDirectionMenu.right": "右",
|
|
|
|
"microbit.whenButtonPressed": "ボタン[BTN]が押されたとき",
|
|
|
|
"microbit.whenGesture": "[GESTURE]とき",
|
2018-12-13 08:58:35 -05:00
|
|
|
"microbit.whenPinConnected": "ピン[PIN]がつながったとき",
|
2018-11-27 11:39:31 -05:00
|
|
|
"microbit.whenTilted": "[DIRECTION]に傾いたとき",
|
|
|
|
"music.categoryName": "音楽",
|
|
|
|
"music.changeTempo": "テンポを[TEMPO]ずつ変える",
|
|
|
|
"music.drumBass": "(2) バスドラム",
|
|
|
|
"music.drumBongo": "(13) ボンゴ",
|
|
|
|
"music.drumCabasa": "(15) カバサ",
|
|
|
|
"music.drumClaves": "(9) クラーベ",
|
|
|
|
"music.drumClosedHiHat": "(6) クローズハイハット",
|
|
|
|
"music.drumConga": "(14) コンガ",
|
|
|
|
"music.drumCowbell": "(11) カウベル",
|
|
|
|
"music.drumCrashCymbal": "(4) クラッシュシンバル",
|
|
|
|
"music.drumCuica": "(18) クイーカ",
|
|
|
|
"music.drumGuiro": "(16) ギロ",
|
|
|
|
"music.drumHandClap": "(8) 手拍子",
|
|
|
|
"music.drumOpenHiHat": "(5) オープンハイハット",
|
|
|
|
"music.drumSideStick": "(3) サイドスティック",
|
|
|
|
"music.drumSnare": "(1) スネアドラム",
|
|
|
|
"music.drumTambourine": "(7) タンバリン",
|
|
|
|
"music.drumTriangle": "(12) トライアングル",
|
|
|
|
"music.drumVibraslap": "(17) ビブラスラップ",
|
|
|
|
"music.drumWoodBlock": "(10) ウッドブロック",
|
|
|
|
"music.getTempo": "テンポ",
|
|
|
|
"music.instrumentBass": "(6) ベース",
|
|
|
|
"music.instrumentBassoon": "(14) バスーン",
|
|
|
|
"music.instrumentCello": "(8) チェロ",
|
|
|
|
"music.instrumentChoir": "(15) 合唱団",
|
|
|
|
"music.instrumentClarinet": "(10) クラリネット",
|
|
|
|
"music.instrumentElectricGuitar": "(5) エレキギター",
|
|
|
|
"music.instrumentElectricPiano": "(2) 電子ピアノ",
|
|
|
|
"music.instrumentFlute": "(12) フルート",
|
|
|
|
"music.instrumentGuitar": "(4) ギター",
|
|
|
|
"music.instrumentMarimba": "(19) マリンバ",
|
|
|
|
"music.instrumentMusicBox": "(17) ミュージックボックス",
|
|
|
|
"music.instrumentOrgan": "(3) オルガン",
|
|
|
|
"music.instrumentPiano": "(1) ピアノ",
|
|
|
|
"music.instrumentPizzicato": "(7) ピチカート",
|
|
|
|
"music.instrumentSaxophone": "(11) サクソフォン",
|
|
|
|
"music.instrumentSteelDrum": "(18) スチールドラム",
|
|
|
|
"music.instrumentSynthLead": "(20) シンセリード",
|
|
|
|
"music.instrumentSynthPad": "(21) シンセパッド",
|
|
|
|
"music.instrumentTrombone": "(9) トロンボーン",
|
|
|
|
"music.instrumentVibraphone": "(16) ビブラフォン",
|
|
|
|
"music.instrumentWoodenFlute": "(13) 木管フルート",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.midiPlayDrumForBeats": "[DRUM]のドラムを[BEATS]拍鳴らす",
|
2018-12-13 08:58:35 -05:00
|
|
|
"music.midiSetInstrument": "楽器を[INSTRUMENT]にする",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.playDrumForBeats": "[DRUM]のドラムを[BEATS]拍鳴らす",
|
|
|
|
"music.playNoteForBeats": "[NOTE]の音符を[BEATS]拍鳴らす",
|
|
|
|
"music.restForBeats": "[BEATS]拍休む",
|
|
|
|
"music.setInstrument": "楽器を[INSTRUMENT]にする",
|
|
|
|
"music.setTempo": "テンポを[TEMPO]にする",
|
|
|
|
"pen.categoryName": "ペン",
|
|
|
|
"pen.changeColorParam": "ペンの[COLOR_PARAM]を[VALUE]ずつ変える",
|
|
|
|
"pen.changeHue": "ペンの色を[HUE]ずつ変える",
|
|
|
|
"pen.changeShade": "ペンの濃さを[SHADE]ずつ変える",
|
|
|
|
"pen.changeSize": "ペンの太さを[SIZE]ずつ変える",
|
|
|
|
"pen.clear": "全部消す",
|
|
|
|
"pen.colorMenu.brightness": "明るさ",
|
|
|
|
"pen.colorMenu.color": "色",
|
|
|
|
"pen.colorMenu.saturation": "鮮やかさ",
|
|
|
|
"pen.colorMenu.transparency": "透明度",
|
|
|
|
"pen.penDown": "ペンを下ろす",
|
|
|
|
"pen.penUp": "ペンを上げる",
|
|
|
|
"pen.setColor": "ペンの色を[COLOR]にする",
|
|
|
|
"pen.setColorParam": "ペンの[COLOR_PARAM]を[VALUE]にする",
|
|
|
|
"pen.setHue": "ペンの色を[HUE]にする",
|
|
|
|
"pen.setShade": "ペンの濃さを[SHADE]にする",
|
|
|
|
"pen.setSize": "ペンの太さを[SIZE]にする",
|
|
|
|
"pen.stamp": "スタンプ",
|
|
|
|
"speech.defaultWhenIHearValue": "行こう",
|
2018-12-13 08:58:35 -05:00
|
|
|
"speech.extensionName": "音声認識",
|
2018-11-27 11:39:31 -05:00
|
|
|
"speech.listenAndWait": "聞いて",
|
|
|
|
"speech.speechReporter": "音声",
|
|
|
|
"speech.whenIHear": "[PHRASE]を聞いたとき",
|
2018-12-13 08:58:35 -05:00
|
|
|
"text2speech.alto": "アルト",
|
2019-01-30 09:24:26 -05:00
|
|
|
"text2speech.defaultTextToSpeak": "hello",
|
2018-12-13 08:58:35 -05:00
|
|
|
"text2speech.giant": "巨人",
|
2018-11-27 11:39:31 -05:00
|
|
|
"text2speech.kitten": "子猫",
|
2018-12-13 08:58:35 -05:00
|
|
|
"text2speech.setLanguageBlock": "言語を[LANGUAGE]にする",
|
2018-11-27 11:39:31 -05:00
|
|
|
"text2speech.setVoiceBlock": "声を[VOICE]にする",
|
2019-01-16 09:23:16 -05:00
|
|
|
"text2speech.speakAndWaitBlock": "[WORDS]としゃべる",
|
2018-11-27 11:39:31 -05:00
|
|
|
"text2speech.squeak": "ねずみ",
|
2018-12-13 08:58:35 -05:00
|
|
|
"text2speech.tenor": "テノール",
|
2018-11-27 11:39:31 -05:00
|
|
|
"translate.categoryName": "翻訳",
|
|
|
|
"translate.defaultTextToTranslate": "こんにちは",
|
|
|
|
"translate.translateBlock": "[WORDS]を[LANGUAGE]に翻訳する",
|
|
|
|
"translate.viewerLanguage": "言語",
|
|
|
|
"videoSensing.categoryName": "ビデオモーションセンサー",
|
|
|
|
"videoSensing.direction": "向き",
|
|
|
|
"videoSensing.motion": "モーション",
|
|
|
|
"videoSensing.off": "切",
|
|
|
|
"videoSensing.on": "入",
|
|
|
|
"videoSensing.onFlipped": "左右反転",
|
|
|
|
"videoSensing.setVideoTransparency": "ビデオの透明度を[TRANSPARENCY]にする",
|
|
|
|
"videoSensing.sprite": "スプライト",
|
|
|
|
"videoSensing.stage": "ステージ",
|
|
|
|
"videoSensing.videoOn": "[SUBJECT]のビデオの[ATTRIBUTE]",
|
|
|
|
"videoSensing.videoToggle": "ビデオを[VIDEO_STATE]にする",
|
|
|
|
"videoSensing.whenMotionGreaterThan": "ビデオモーション > [REFERENCE]のとき",
|
|
|
|
"wedo2.getDistance": "距離",
|
|
|
|
"wedo2.getTiltAngle": "[TILT_DIRECTION]方向の傾き",
|
2018-12-20 13:40:25 -05:00
|
|
|
"wedo2.isTilted": "[TILT_DIRECTION_ANY]に傾いた",
|
2018-12-13 08:58:35 -05:00
|
|
|
"wedo2.motorDirection.backward": "あちら向き",
|
|
|
|
"wedo2.motorDirection.forward": "こちら向き",
|
|
|
|
"wedo2.motorDirection.reverse": "逆向き",
|
|
|
|
"wedo2.motorId.a": "モーターA",
|
|
|
|
"wedo2.motorId.all": "すべてのモーター",
|
|
|
|
"wedo2.motorId.b": "モーターB",
|
|
|
|
"wedo2.motorId.default": "モーター",
|
2018-11-27 11:39:31 -05:00
|
|
|
"wedo2.motorOff": "[MOTOR_ID]をオフにする",
|
|
|
|
"wedo2.motorOn": "[MOTOR_ID]をオンにする",
|
|
|
|
"wedo2.motorOnFor": "[MOTOR_ID]を[DURATION]秒間オンにする",
|
|
|
|
"wedo2.playNoteFor": "[NOTE]の音符を[DURATION]秒間鳴らす",
|
|
|
|
"wedo2.setLightHue": "ライトの色を[HUE]にする",
|
|
|
|
"wedo2.setMotorDirection": "[MOTOR_ID]の方向を[MOTOR_DIRECTION]にする",
|
|
|
|
"wedo2.startMotorPower": "[MOTOR_ID]のパワーを[POWER]にする",
|
2018-12-13 08:58:35 -05:00
|
|
|
"wedo2.tiltDirection.any": "どれかの向き",
|
|
|
|
"wedo2.tiltDirection.down": "下",
|
|
|
|
"wedo2.tiltDirection.left": "左",
|
|
|
|
"wedo2.tiltDirection.right": "右",
|
|
|
|
"wedo2.tiltDirection.up": "上",
|
2018-11-27 11:39:31 -05:00
|
|
|
"wedo2.whenDistance": "距離[OP][REFERENCE]のとき",
|
|
|
|
"wedo2.whenTilted": "[TILT_DIRECTION_ANY]に傾いたとき"
|
2018-05-21 09:43:28 -04:00
|
|
|
}
|