mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-23 06:02:42 -05:00
562 lines
No EOL
21 KiB
JSON
562 lines
No EOL
21 KiB
JSON
{
|
||
"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": {
|
||
"message": "Hello!",
|
||
"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": {
|
||
"message": "最下",
|
||
"description": "label for back element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.front": {
|
||
"message": "最上",
|
||
"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"
|
||
},
|
||
"music.changeTempo": {
|
||
"message": "演奏速度改變 [TEMPO]",
|
||
"description": "change tempo (speed) for notes, drums, and rests played"
|
||
},
|
||
"music.drumBass": {
|
||
"message": "(2) 低音鼓",
|
||
"description": "Sound of bass drum as used in a standard drum kit"
|
||
},
|
||
"music.drumBongo": {
|
||
"message": "(13) 邦加鼓",
|
||
"description": "Sound of a bongo being struck"
|
||
},
|
||
"music.drumCabasa": {
|
||
"message": "(15) 鐵沙鈴",
|
||
"description": "Sound of a cabasa being shaken"
|
||
},
|
||
"music.drumClaves": {
|
||
"message": "(9) 梆子",
|
||
"description": "Sound of claves being struck together"
|
||
},
|
||
"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"
|
||
},
|
||
"music.drumOpenHiHat": {
|
||
"message": "(5) 打開的腳踏鈸",
|
||
"description": "Sound of a drum stick hitting a hi-hat while open"
|
||
},
|
||
"music.drumSideStick": {
|
||
"message": "(3) 鼓邊敲擊",
|
||
"description": "Sound of a drum stick hitting the side of a drum (usually the snare)"
|
||
},
|
||
"music.drumSnare": {
|
||
"message": "(1) 軍鼓",
|
||
"description": "Sound of snare drum as used in a standard drum kit"
|
||
},
|
||
"music.drumTambourine": {
|
||
"message": "(7) 鈴鼓",
|
||
"description": "Sound of a tambourine being struck"
|
||
},
|
||
"music.drumTriangle": {
|
||
"message": "(12) 三角鐵",
|
||
"description": "Sound of a triangle (instrument) being struck"
|
||
},
|
||
"music.drumVibraslap": {
|
||
"message": "(17) 振盪器",
|
||
"description": "Sound of a Vibraslap being played"
|
||
},
|
||
"music.drumWoodBlock": {
|
||
"message": "(10) 木魚",
|
||
"description": "Sound of a wood block being struck"
|
||
},
|
||
"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"
|
||
},
|
||
"music.instrumentCello": {
|
||
"message": "(8) 大提琴",
|
||
"description": "Sound of a cello being played with a bow"
|
||
},
|
||
"music.instrumentChoir": {
|
||
"message": "(15) 人聲合唱",
|
||
"description": "Sound of a choir singing"
|
||
},
|
||
"music.instrumentClarinet": {
|
||
"message": "(10) 單簧管",
|
||
"description": "Sound of a clarinet being played"
|
||
},
|
||
"music.instrumentElectricGuitar": {
|
||
"message": "(5) 電吉他",
|
||
"description": "Sound of an electric guitar"
|
||
},
|
||
"music.instrumentElectricPiano": {
|
||
"message": "(2) 電子琴",
|
||
"description": "Sound of an electric piano"
|
||
},
|
||
"music.instrumentFlute": {
|
||
"message": "(12) 長笛",
|
||
"description": "Sound of a flute being played"
|
||
},
|
||
"music.instrumentGuitar": {
|
||
"message": "(4) 吉他",
|
||
"description": "Sound of an accoustic guitar"
|
||
},
|
||
"music.instrumentMarimba": {
|
||
"message": "(19) 馬林巴",
|
||
"description": "Sound of a marimba being struck"
|
||
},
|
||
"music.instrumentMusicBox": {
|
||
"message": "(17) 音樂盒",
|
||
"description": "Sound of a music box playing"
|
||
},
|
||
"music.instrumentOrgan": {
|
||
"message": "(3) 風琴",
|
||
"description": "Sound of an organ"
|
||
},
|
||
"music.instrumentPiano": {
|
||
"message": "(1) 鋼琴",
|
||
"description": "Sound of a piano"
|
||
},
|
||
"music.instrumentPizzicato": {
|
||
"message": "(7) 撥奏",
|
||
"description": "Sound of a string instrument (e.g. violin) being plucked"
|
||
},
|
||
"music.instrumentSaxophone": {
|
||
"message": "(11) 薩克斯風",
|
||
"description": "Sound of a saxophone being played"
|
||
},
|
||
"music.instrumentSteelDrum": {
|
||
"message": "(18) 鋼鼓",
|
||
"description": "Sound of a steel drum being struck"
|
||
},
|
||
"music.instrumentSynthLead": {
|
||
"message": "(20) 合成主音",
|
||
"description": "Sound of a \"lead\" synthesizer being played"
|
||
},
|
||
"music.instrumentSynthPad": {
|
||
"message": "(21) 合成柔音",
|
||
"description": "Sound of a \"pad\" synthesizer being played"
|
||
},
|
||
"music.instrumentTrombone": {
|
||
"message": "(9) 長號",
|
||
"description": "Sound of a trombone being played"
|
||
},
|
||
"music.instrumentVibraphone": {
|
||
"message": "(16) 顫音琴",
|
||
"description": "Sound of a vibraphone being struck"
|
||
},
|
||
"music.instrumentWoodenFlute": {
|
||
"message": "(13) 木笛",
|
||
"description": "Sound of a wooden flute being played"
|
||
},
|
||
"music.playDrumForBeats": {
|
||
"message": "演奏節拍 [DRUM] [BEATS] 拍",
|
||
"description": "play drum sample for a number of beats"
|
||
},
|
||
"music.playNoteForBeats": {
|
||
"message": "演奏音階 [NOTE] [BEATS] 拍",
|
||
"description": "play a note for a number of beats"
|
||
},
|
||
"music.restForBeats": {
|
||
"message": "演奏休息 [BEATS] 拍",
|
||
"description": "rest (play no sound) for a number of beats"
|
||
},
|
||
"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"
|
||
},
|
||
"pen.changeColorParam": {
|
||
"message": "筆跡 [COLOR_PARAM] 改變 [VALUE]",
|
||
"description": "change the state of a pen color parameter"
|
||
},
|
||
"pen.changeHue": {
|
||
"message": "筆跡顏色改變 [HUE]",
|
||
"description": "legacy pen blocks - change pen color"
|
||
},
|
||
"pen.changeShade": {
|
||
"message": "筆跡亮度改變 [SHADE]",
|
||
"description": "legacy pen blocks - change pen shade"
|
||
},
|
||
"pen.changeSize": {
|
||
"message": "筆跡寬度改變 [SIZE]",
|
||
"description": "change the diameter of the trail left by a sprite"
|
||
},
|
||
"pen.clear": {
|
||
"message": "筆跡全部清除",
|
||
"description": "erase all pen trails and stamps"
|
||
},
|
||
"pen.colorMenu.brightness": {
|
||
"message": "亮度",
|
||
"description": "label for brightness element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.color": {
|
||
"message": "顏色",
|
||
"description": "label for color element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.saturation": {
|
||
"message": "彩度",
|
||
"description": "label for saturation element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.transparency": {
|
||
"message": "透明度",
|
||
"description": "label for transparency element in color picker for pen extension"
|
||
},
|
||
"pen.penDown": {
|
||
"message": "下筆",
|
||
"description": "start leaving a trail when the sprite moves"
|
||
},
|
||
"pen.penUp": {
|
||
"message": "停筆",
|
||
"description": "stop leaving a trail behind the sprite"
|
||
},
|
||
"pen.setColor": {
|
||
"message": "筆跡顏色設為 [COLOR]",
|
||
"description": "set the pen color to a particular (RGB) value"
|
||
},
|
||
"pen.setColorParam": {
|
||
"message": "筆跡 [COLOR_PARAM] 設為 [VALUE]",
|
||
"description": "set the state for a pen color parameter e.g. saturation"
|
||
},
|
||
"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"
|
||
},
|
||
"speech.defaultWhenIHearValue": {
|
||
"message": "開始吧",
|
||
"description": "The default phrase/word that, when heard, triggers the event."
|
||
},
|
||
"speech.extensionName": {
|
||
"message": "Google 語音",
|
||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||
},
|
||
"speech.listenAndWait": {
|
||
"message": "收聽並等待",
|
||
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
|
||
},
|
||
"speech.speechReporter": {
|
||
"message": "語音文本",
|
||
"description": "Get the text of spoken words transcribed by the speech recognition system."
|
||
},
|
||
"speech.whenIHear": {
|
||
"message": "當收到語音 [PHRASE]",
|
||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||
},
|
||
"text2speech.defaultTextToSpeak": {
|
||
"message": "hello",
|
||
"description": "hello: the default text to speak"
|
||
},
|
||
"text2speech.kitten": {
|
||
"message": "小貓",
|
||
"description": "A baby cat."
|
||
},
|
||
"text2speech.max": {
|
||
"message": "麥克斯",
|
||
"description": "Name for a voice with ambiguous gender."
|
||
},
|
||
"text2speech.monster": {
|
||
"message": "怪獸",
|
||
"description": "Name for a funny voice with a low pitch."
|
||
},
|
||
"text2speech.puppy": {
|
||
"message": "小狗",
|
||
"description": "A baby dog."
|
||
},
|
||
"text2speech.quinn": {
|
||
"message": "奎因",
|
||
"description": "Name for a voice with ambiguous gender."
|
||
},
|
||
"text2speech.setVoiceBlock": {
|
||
"message": "語音設為 [VOICE]",
|
||
"description": "Set the voice for speech synthesis."
|
||
},
|
||
"text2speech.speakAndWaitBlock": {
|
||
"message": "唸出 [WORDS]",
|
||
"description": "Speak some words."
|
||
},
|
||
"text2speech.squeak": {
|
||
"message": "尖細",
|
||
"description": "Name for a funny voice with a high pitch."
|
||
},
|
||
"translate.categoryName": {
|
||
"message": "Google 翻譯",
|
||
"description": "Name of extension that adds translate blocks. Do Not translate Google"
|
||
},
|
||
"translate.defaultTextToTranslate": {
|
||
"message": "hello",
|
||
"description": "hello: the default text to translate"
|
||
},
|
||
"translate.translateBlock": {
|
||
"message": "翻譯 [WORDS] 成 [LANGUAGE]",
|
||
"description": "translate some text to a different language"
|
||
},
|
||
"translate.viewerLanguage": {
|
||
"message": "語言",
|
||
"description": "the languge of the project viewer"
|
||
},
|
||
"videoSensing.categoryName": {
|
||
"message": "視訊偵測",
|
||
"description": "Label for the video sensing extension category"
|
||
},
|
||
"videoSensing.direction": {
|
||
"message": "方向",
|
||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.motion": {
|
||
"message": "動作",
|
||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.off": {
|
||
"message": "關閉",
|
||
"description": "Option for the \"turn video [STATE]\" block"
|
||
},
|
||
"videoSensing.on": {
|
||
"message": "開啟",
|
||
"description": "Option for the \"turn video [STATE]\" block"
|
||
},
|
||
"videoSensing.onFlipped": {
|
||
"message": "翻轉",
|
||
"description": "Option for the \"turn video [STATE]\" block that causes the video to be flipped horizontally (reversed as in a mirror)"
|
||
},
|
||
"videoSensing.setVideoTransparency": {
|
||
"message": "視訊透明度設為 [TRANSPARENCY]",
|
||
"description": "Controls transparency of the video preview layer"
|
||
},
|
||
"videoSensing.sprite": {
|
||
"message": "角色",
|
||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.stage": {
|
||
"message": "舞台",
|
||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.videoOn": {
|
||
"message": "[SUBJECT] 的視訊 [ATTRIBUTE]",
|
||
"description": "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
|
||
},
|
||
"videoSensing.videoToggle": {
|
||
"message": "視訊設為 [VIDEO_STATE]",
|
||
"description": "Controls display of the video preview layer"
|
||
},
|
||
"videoSensing.whenMotionGreaterThan": {
|
||
"message": "當視訊動作 > [REFERENCE]",
|
||
"description": "Event that triggers when the amount of motion is greater than [REFERENCE]"
|
||
},
|
||
"wedo2.getDistance": {
|
||
"message": "距離",
|
||
"description": "the value returned by the distance sensor"
|
||
},
|
||
"wedo2.getTiltAngle": {
|
||
"message": "傾斜角度 [TILT_DIRECTION]",
|
||
"description": "the angle returned by the tilt sensor"
|
||
},
|
||
"wedo2.isTilted": {
|
||
"message": "傾斜 [TILT_DIRECTION_ANY]?",
|
||
"description": "whether the tilt sensor is tilted"
|
||
},
|
||
"wedo2.motorOff": {
|
||
"message": "停止馬達 [MOTOR_ID]",
|
||
"description": "turn a motor off"
|
||
},
|
||
"wedo2.motorOn": {
|
||
"message": "轉動馬達 [MOTOR_ID]",
|
||
"description": "turn a motor on indefinitely"
|
||
},
|
||
"wedo2.motorOnFor": {
|
||
"message": "轉動馬達 [MOTOR_ID] 持續 [DURATION] 秒",
|
||
"description": "turn a motor on for some time"
|
||
},
|
||
"wedo2.playNoteFor": {
|
||
"message": "演奏音階 [NOTE] 持續 [DURATION] 秒",
|
||
"description": "play a certain note for some time"
|
||
},
|
||
"wedo2.setLightHue": {
|
||
"message": "LED 顏色設為 [HUE]",
|
||
"description": "set the LED color"
|
||
},
|
||
"wedo2.setMotorDirection": {
|
||
"message": "馬達 [MOTOR_ID] 方向設為 [MOTOR_DIRECTION]",
|
||
"description": "set the motor's turn direction"
|
||
},
|
||
"wedo2.startMotorPower": {
|
||
"message": "馬達 [MOTOR_ID] 動力設為 [POWER]",
|
||
"description": "set the motor's power and turn it on"
|
||
},
|
||
"wedo2.whenDistance": {
|
||
"message": "當距離 [OP] [REFERENCE]",
|
||
"description": "check for when distance is < or > than reference"
|
||
},
|
||
"wedo2.whenTilted": {
|
||
"message": "當傾斜 [TILT_DIRECTION_ANY]",
|
||
"description": "check when tilted in a certain direction"
|
||
}
|
||
} |