2018-05-21 09:43:28 -04:00
{
2018-08-17 09:49:52 -04:00
"ev3.beepNote" : {
2018-10-04 09:32:22 -04:00
"message" : "ملاحظة تنبيه [NOTE] لمدة ثانية [TIME]" ,
2018-08-17 09:49:52 -04:00
"description" : "play some note on EV3 for some time"
} ,
"ev3.buttonPressed" : {
2018-10-04 09:32:22 -04:00
"message" : "زر [PORT] مضغوط ؟" ,
2018-08-17 09:49:52 -04:00
"description" : "is a button on some port pressed?"
} ,
"ev3.getBrightness" : {
"message" : "شدة الإضاءة" ,
"description" : "gets measured brightness"
} ,
"ev3.getDistance" : {
"message" : "المسافة" ,
"description" : "gets measured distance"
} ,
"ev3.getMotorPosition" : {
2018-10-04 09:32:22 -04:00
"message" : "المحرك [PORT] مكان" ,
2018-08-17 09:49:52 -04:00
"description" : "get the measured degrees a motor has turned"
} ,
"ev3.motorSetPower" : {
2018-10-04 09:32:22 -04:00
"message" : "المحرك [PORT] ضبط الطاقة [POWER] ٪" ,
2018-08-17 09:49:52 -04:00
"description" : "set a motor's power to some value"
} ,
"ev3.motorTurnClockwise" : {
2018-10-04 09:32:22 -04:00
"message" : "محرك [PORT] بدوره بهذه الطريقة لمدة [TIME] ثانية" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor clockwise for some time"
} ,
"ev3.motorTurnCounterClockwise" : {
2018-10-04 09:32:22 -04:00
"message" : "محرك [PORT] بدوره بهذه الطريقة لمدة [TIME] ثانية" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor counter-clockwise for some time"
} ,
"ev3.whenBrightnessLessThan" : {
2018-10-04 09:32:22 -04:00
"message" : "عندما السطوع <[DISTANCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when value measured by brightness sensor is less than some value"
} ,
"ev3.whenButtonPressed" : {
2018-10-04 09:32:22 -04:00
"message" : "عند الضغط على زر [PORT]" ,
2018-08-17 09:49:52 -04:00
"description" : "when a button connected to a port is pressed"
} ,
"ev3.whenDistanceLessThan" : {
2018-10-04 09:32:22 -04:00
"message" : "عند المسافة <[DISTANCE]" ,
2018-08-17 09:49:52 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "مسح الشاشة" ,
2018-08-17 09:49:52 -04:00
"description" : "display nothing on the micro:bit display"
} ,
"microbit.defaultTextToDisplay" : {
2018-10-04 09:32:22 -04:00
"message" : "مرحباً" ,
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-10-04 09:32:22 -04:00
"message" : "عرض [MATRIX]" ,
2018-08-17 09:49:52 -04:00
"description" : "display a pattern on the micro:bit display"
} ,
"microbit.displayText" : {
2018-10-04 09:32:22 -04:00
"message" : "نص العرض [TEXT]" ,
2018-08-17 09:49:52 -04:00
"description" : "display text on the micro:bit display"
} ,
"microbit.gesturesMenu.jumped" : {
2018-10-04 09:32:22 -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-10-04 09:32:22 -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-10-04 09:32:22 -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-10-04 09:32:22 -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-10-04 09:32:22 -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-10-04 09:32:22 -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" : {
"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" : {
2018-10-04 09:32:22 -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-10-04 09:32:22 -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-10-04 09:32:22 -04:00
"message" : "عند توصيل دبوس [PIN]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the pin detects a connection to Earth/Ground"
} ,
"microbit.whenTilted" : {
2018-10-04 09:32:22 -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" : {
2018-10-04 09:32:22 -04:00
"message" : "تغيير وتيرة بواسطة [TEMPO]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(2) باس طبل" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(13) بونغو" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a bongo being struck"
2018-05-21 09:43:28 -04:00
} ,
"music.drumCabasa" : {
2018-10-04 09:32:22 -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" : {
2018-10-04 09:32:22 -04:00
"message" : "(9) كلاف" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(6) مغلقة مرحبا قبعة" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(14) كونغا" ,
2018-08-10 09:25:02 -04:00
"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) Cowbell" ,
"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) Crash Cymbal" ,
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(18) كويسا" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(16) جويرو" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(8) تصفيق" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(5) افتح Hi-Hat" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(3) عصا جانبية" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(1) سنارة طبل" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(7) الدف" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(12) مثلث" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a triangle (instrument) being struck"
2018-05-21 09:43:28 -04:00
} ,
"music.drumVibraslap" : {
2018-10-04 09:32:22 -04:00
"message" : "فيبراسلاب" ,
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" : {
2018-10-04 09:32:22 -04:00
"message" : "(10) كتلة الخشب" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(6) باس" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(14) الباسون" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(8) التشيلو" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(15) جوقة" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a choir singing"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentClarinet" : {
2018-10-04 09:32:22 -04:00
"message" : "(10) كلارينيت" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(5) غيتار كهربائي" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of an electric guitar"
2018-06-19 16:59:37 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentElectricPiano" : {
2018-10-04 09:32:22 -04:00
"message" : "(2) بيانو كهربائي" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of an electric piano"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentFlute" : {
2018-10-04 09:32:22 -04:00
"message" : "(12) ناي" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(4) غيتار" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of an accoustic guitar"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentMarimba" : {
2018-10-04 09:32:22 -04:00
"message" : "(19) ماريمبا" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(17) صندوق الموسيقى" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(3) الجهاز" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of an organ"
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentPiano" : {
2018-10-04 09:32:22 -04:00
"message" : "(1) بيانو" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a piano"
2018-08-03 12:42:20 -04:00
} ,
2018-08-10 09:25:02 -04:00
"music.instrumentPizzicato" : {
2018-10-04 09:32:22 -04:00
"message" : "(7)كمان" ,
2018-08-10 09:25:02 -04:00
"description" : "Sound of a string instrument (e.g. violin) being plucked"
2018-05-21 09:43:28 -04:00
} ,
"music.instrumentSaxophone" : {
2018-10-04 09:32:22 -04:00
"message" : "(11) ساكسفون" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a saxophone being played"
} ,
"music.instrumentSteelDrum" : {
2018-10-04 09:32:22 -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" : {
2018-10-04 09:32:22 -04:00
"message" : "(20) الرصاص المركب" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(21) سينث باد" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(9)المترددة آلة موسيقية" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(16)الفيبرافون آلة موسيقية" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "(13)ناي خشبية" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط الجهاز على [INSTRUMENT]" ,
2018-09-26 15:43:18 -04:00
"description" : "set the instrument for notes played according to a mapping of MIDI codes"
} ,
2018-08-10 09:25:02 -04:00
"music.playDrumForBeats" : {
2018-10-04 09:32:22 -04:00
"message" : "عزف طبل [DRUM] لدقات [BEATS]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "عزف نغمة [NOTE] لدقات [BEATS]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "بقية ل [BEATS] يدق" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط الجهاز على [INSTRUMENT]" ,
2018-08-10 09:25:02 -04:00
"description" : "set the instrument (e.g. piano, guitar, trombone) for notes played"
} ,
"music.setTempo" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط الإيقاع على [TEMPO]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "تغيير القلم [COLOR_PARAM] بواسطة [VALUE]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "تغيير لون القلم بواسطة [HUE]" ,
2018-08-10 09:25:02 -04:00
"description" : "legacy pen blocks - change pen color"
} ,
"pen.changeShade" : {
2018-10-04 09:32:22 -04:00
"message" : "تغيير ظلال القلم بواسطة [SHADE]" ,
2018-08-10 09:25:02 -04:00
"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-10-04 09:32:22 -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" : {
2018-10-04 09:32:22 -04:00
"message" : "مسح الكل" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "التشبع" ,
2018-08-10 09:25:02 -04:00
"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-10-04 09:32:22 -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" : {
2018-10-04 09:32:22 -04:00
"message" : "تعيين لون القلم على [COLOR]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "تعيين القلم [COLOR_PARAM] على [VALUE]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط لون القلم على [HUE]" ,
2018-08-10 09:25:02 -04:00
"description" : "legacy pen blocks - set pen color to number"
} ,
"pen.setShade" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط ظل القلم على [SHADE]" ,
2018-08-10 09:25:02 -04:00
"description" : "legacy pen blocks - set pen shade"
} ,
"pen.setSize" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط حجم القلم على [SIZE]" ,
2018-08-10 09:25:02 -04:00
"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-10-04 09:32:22 -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" : {
2018-10-04 09:32:22 -04:00
"message" : "خطاب إلى نص" ,
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" : {
2018-10-04 09:32:22 -04:00
"message" : "استمع وانتظر" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "خطاب" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "عندما أسمع [PHRASE]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "مرحبا " ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "عملاق " ,
2018-09-26 15:43:18 -04:00
"description" : "Name for a funny voice with a low pitch."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.kitten" : {
2018-10-04 09:32:22 -04:00
"message" : "هريرة " ,
2018-08-10 09:25:02 -04:00
"description" : "A baby cat."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.max" : {
2018-10-04 09:32:22 -04:00
"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.quinn" : {
2018-10-04 09:32:22 -04:00
"message" : "كوين" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط اللغة على [LANGUAGE]" ,
2018-09-26 15:43:18 -04:00
"description" : "Set the language for speech synthesis."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.setVoiceBlock" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط الصوت على [VOICE]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "تحدث [WORDS]" ,
2018-08-10 09:25:02 -04:00
"description" : "Speak some words."
2018-05-21 09:43:28 -04:00
} ,
2018-08-10 09:25:02 -04:00
"text2speech.squeak" : {
2018-10-04 09:32:22 -04:00
"message" : "صرير" ,
2018-08-10 09:25:02 -04:00
"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-10-04 09:32:22 -04:00
"message" : "ترجم" ,
2018-09-18 16:58:25 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "مرحبا " ,
2018-08-10 09:25:02 -04:00
"description" : "hello: the default text to translate"
} ,
"translate.translateBlock" : {
2018-10-04 09:32:22 -04:00
"message" : "ترجم [WORDS] إلى [LANGUAGE]" ,
2018-08-10 09:25:02 -04:00
"description" : "translate some text to a different language"
} ,
"translate.viewerLanguage" : {
2018-10-04 09:32:22 -04:00
"message" : "لغة" ,
2018-08-10 09:25:02 -04:00
"description" : "the languge of the project viewer"
} ,
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "على انقلب" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط شفافية الفيديو على [TRANSPARENCY]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "شبح" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "مرحلة" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "فيديو [ATTRIBUTE] على [SUBJECT]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "تحويل الفيديو [VIDEO_STATE]" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-10-04 09:32:22 -04:00
"message" : "عندما تكون حركة الفيديو> [REFERENCE]" ,
2018-08-10 09:25:02 -04:00
"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-10-04 09:32:22 -04:00
"message" : "زاوية الميل [TILT_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "the angle returned by the tilt sensor"
} ,
"wedo2.isTilted" : {
2018-10-04 09:32:22 -04:00
"message" : "مائلة [TILT_DIRECTION_ANY]؟" ,
2018-08-17 09:49:52 -04:00
"description" : "whether the tilt sensor is tilted"
} ,
"wedo2.motorOff" : {
2018-10-04 09:32:22 -04:00
"message" : "توقف [MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor off"
} ,
"wedo2.motorOn" : {
2018-10-04 09:32:22 -04:00
"message" : "أدر [MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on indefinitely"
} ,
"wedo2.motorOnFor" : {
2018-10-04 09:32:22 -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-10-04 09:32:22 -04:00
"message" : "ملاحظة التشغيل [NOTE] لمدة [DURATION] من الثواني" ,
2018-08-17 09:49:52 -04:00
"description" : "play a certain note for some time"
} ,
"wedo2.setLightHue" : {
2018-10-04 09:32:22 -04:00
"message" : "ضبط لون فاتح على [HUE]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the LED color"
} ,
"wedo2.setMotorDirection" : {
2018-10-04 09:32:22 -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-10-04 09:32:22 -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-10-04 09:32:22 -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-10-04 09:32:22 -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
}
}