2018-05-21 09:43:28 -04:00
{
2018-08-17 09:49:52 -04:00
"ev3.beepNote" : {
2018-09-18 16:58:25 -04:00
"message" : "დაუკარი მუსიკალური ნოტი 1[ნოტი] 2[წამი]-ის განმავლობაში" ,
2018-08-17 09:49:52 -04:00
"description" : "play some note on EV3 for some time"
} ,
"ev3.buttonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "ღილაკზე 1[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-09-18 16:58:25 -04:00
"message" : "ძრავა 1[PORT] მდებარეობა" ,
2018-08-17 09:49:52 -04:00
"description" : "get the measured degrees a motor has turned"
} ,
"ev3.motorSetPower" : {
2018-09-18 16:58:25 -04:00
"message" : "ძრავა 1[PORT] მომართე ძალაზე 2[POWER] %" ,
2018-08-17 09:49:52 -04:00
"description" : "set a motor's power to some value"
} ,
"ev3.motorTurnClockwise" : {
2018-09-18 16:58:25 -04:00
"message" : "ძრავა 1[PORT] აბრუნე ამ მიმართულებით 2[TIME] წამის განმავლობაში" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor clockwise for some time"
} ,
"ev3.motorTurnCounterClockwise" : {
2018-09-18 16:58:25 -04:00
"message" : "ძრავა 1[PORT] აბრუნე იმ მიმართულებით [TIME] წამის განმავლობაში " ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor counter-clockwise for some time"
} ,
"ev3.whenBrightnessLessThan" : {
2018-09-18 16:58:25 -04:00
"message" : "როდესაც სიკაშკაშე < 1[DISTANCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when value measured by brightness sensor is less than some value"
} ,
"ev3.whenButtonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "როდესაც ღილაკი 1[PORT] დაჭერილია" ,
2018-08-17 09:49:52 -04:00
"description" : "when a button connected to a port is pressed"
} ,
"ev3.whenDistanceLessThan" : {
2018-09-18 16:58:25 -04:00
"message" : "როდესაც მანძილი < 1[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" : {
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" : "გამარჯობა!" ,
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" : "ეკრანი 1[MATRIX]" ,
2018-08-17 09:49:52 -04:00
"description" : "display a pattern on the micro:bit display"
} ,
"microbit.displayText" : {
2018-09-18 16:58:25 -04:00
"message" : "ეკრანი 1[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" : "1[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" : "გადაიხარა 1[DIRECTION]?" ,
2018-08-17 09:49:52 -04:00
"description" : "is the micro:bit is tilted in a direction?"
} ,
"microbit.pinStateMenu.off" : {
2018-09-18 16:58:25 -04:00
"message" : "გამორთული" ,
2018-08-17 09:49:52 -04:00
"description" : "label for off element in pin state picker for micro:bit extension"
} ,
"microbit.pinStateMenu.on" : {
2018-09-18 16:58:25 -04:00
"message" : "ჩართული" ,
2018-08-17 09:49:52 -04:00
"description" : "label for on element in pin state picker for micro:bit extension"
} ,
"microbit.tiltAngle" : {
2018-09-18 16:58:25 -04:00
"message" : "გადახარე კუთხე 1[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" : {
2018-09-18 16:58:25 -04:00
"message" : "მარცხნივ" ,
2018-08-17 09:49:52 -04:00
"description" : "label for left element in tilt direction picker for micro:bit extension"
} ,
"microbit.tiltDirectionMenu.right" : {
2018-09-18 16:58:25 -04:00
"message" : "მარჯვნივ" ,
2018-08-17 09:49:52 -04:00
"description" : "label for right element in tilt direction picker for micro:bit extension"
} ,
"microbit.whenButtonPressed" : {
2018-09-18 16:58:25 -04:00
"message" : "როდესაც 1[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" : "როდესაც 1[GESTURE]" ,
2018-08-17 09:49:52 -04:00
"description" : "when the selected gesture is detected by the micro:bit"
} ,
"microbit.whenPinConnected" : {
2018-09-18 16:58:25 -04:00
"message" : "როდესაც პინი 1[PIN] დაუკავშირდა ტესტს" ,
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" : "როდესაც გადახრილია 1[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-09-18 16:58:25 -04:00
"message" : "შეცვალე დრო 1[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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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" : {
"message" : "(6) Closed Hi-Hat" ,
"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-09-18 16:58:25 -04:00
"message" : "ტუმბადორი" ,
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" : {
2018-09-18 16:58:25 -04:00
"message" : "ეჟვანი" ,
2018-08-10 09:25:02 -04:00
"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" : {
"message" : "(18) Cuica" ,
"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) Guiro" ,
"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) Hand Clap" ,
"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) Open Hi-Hat" ,
"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) Side Stick" ,
"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) Snare Drum" ,
"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) Tambourine" ,
"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-09-18 16:58:25 -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-09-18 16:58:25 -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" : {
2018-09-18 16:58:25 -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" : {
2018-09-18 16:58:25 -04:00
"message" : "ხმა" ,
2018-08-10 09:25:02 -04:00
"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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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" : {
"message" : "(7) Pizzicato" ,
"description" : "Sound of a string instrument (e.g. violin) being plucked"
2018-05-21 09:43:28 -04:00
} ,
"music.instrumentSaxophone" : {
2018-09-18 16:58:25 -04:00
"message" : "(11) საქსაფონი" ,
2018-05-21 09:43:28 -04:00
"description" : "Sound of a saxophone being played"
} ,
"music.instrumentSteelDrum" : {
2018-09-18 16:58:25 -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) Synth Lead" ,
"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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-08-10 09:25:02 -04:00
"music.playDrumForBeats" : {
2018-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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" : {
"message" : "change pen [COLOR_PARAM] by [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" : {
2018-09-18 16:58:25 -04:00
"message" : "შეცვალე კალამის ფერი [HUE]-თი" ,
2018-08-10 09:25:02 -04:00
"description" : "legacy pen blocks - change pen color"
} ,
"pen.changeShade" : {
2018-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -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" : {
2018-09-18 16:58:25 -04:00
"message" : "ფერი" ,
2018-08-10 09:25:02 -04:00
"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-09-18 16:58:25 -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-09-18 16:58:25 -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" : {
2018-09-18 16:58:25 -04:00
"message" : "კალამი ქვევით" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-09-18 16:58:25 -04:00
"message" : "კალამი ზევით" ,
2018-08-10 09:25:02 -04:00
"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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -04:00
"message" : "შეარჩიე კალამის ტონი [HUE]" ,
2018-08-10 09:25:02 -04:00
"description" : "legacy pen blocks - set pen color to number"
} ,
"pen.setShade" : {
2018-09-18 16:58:25 -04:00
"message" : "შეარჩიე კალამის ფერი [SHADE]" ,
2018-08-10 09:25:02 -04:00
"description" : "legacy pen blocks - set pen shade"
} ,
"pen.setSize" : {
2018-09-18 16:58:25 -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" : {
2018-09-18 16:58:25 -04:00
"message" : "ბეჭედი" ,
2018-08-10 09:25:02 -04:00
"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-09-18 16:58:25 -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-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" : {
2018-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -04:00
"message" : "როდესაც მესმის 1[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-09-18 16:58:25 -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-08-10 09:25:02 -04:00
"text2speech.kitten" : {
2018-09-18 16:58:25 -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-09-18 16:58:25 -04:00
"message" : "მაქსი" ,
2018-08-03 12:42:20 -04:00
"description" : "Name for a voice with ambiguous gender."
} ,
"text2speech.monster" : {
2018-09-18 16:58:25 -04:00
"message" : "მონსტრი" ,
2018-08-03 12:42:20 -04:00
"description" : "Name for a funny voice with a low pitch."
} ,
2018-08-10 09:25:02 -04:00
"text2speech.quinn" : {
2018-09-18 16:58:25 -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-08-10 09:25:02 -04:00
"text2speech.setVoiceBlock" : {
2018-09-18 16:58:25 -04:00
"message" : "მომართე ხმა 1[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-09-18 16:58:25 -04:00
"message" : "თქვი 1[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-09-18 16:58:25 -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-09-18 16:58:25 -04:00
"message" : "Translate" ,
"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-09-18 16:58:25 -04:00
"message" : "გამარჯობა" ,
2018-08-10 09:25:02 -04:00
"description" : "hello: the default text to translate"
} ,
"translate.translateBlock" : {
2018-09-18 16:58:25 -04:00
"message" : "თარგმნე 1[WORDS] 2[LANGUAGE]-ზე" ,
2018-08-10 09:25:02 -04:00
"description" : "translate some text to a different language"
} ,
"translate.viewerLanguage" : {
"message" : "ენა" ,
"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" : {
2018-09-18 16:58:25 -04:00
"message" : "მოძრაობა" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-09-18 16:58:25 -04:00
"message" : "გამორთული" ,
2018-08-10 09:25:02 -04:00
"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" : {
2018-09-18 16:58:25 -04:00
"message" : "ჩართული" ,
2018-08-10 09:25:02 -04:00
"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-09-18 16:58:25 -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-09-18 16:58:25 -04:00
"message" : "დააყენე ვიდეოს გამჭვირვალობა 1[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-09-18 16:58:25 -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-09-18 16:58:25 -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-09-18 16:58:25 -04:00
"message" : "ვიდეო [ATTRIBUTE] 2[ATTRIBUTE]-ზე" ,
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-09-18 16:58:25 -04:00
"message" : "ჩართე ვიდეო 1[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-09-18 16:58:25 -04:00
"message" : "როდესაც ვიდეო მოძრაობა > 1[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-09-18 16:58:25 -04:00
"message" : "გადახარე კუთხე 1[TILT_DIRECTION]" ,
2018-08-17 09:49:52 -04:00
"description" : "the angle returned by the tilt sensor"
} ,
"wedo2.isTilted" : {
2018-09-18 16:58:25 -04:00
"message" : "გადახრილია 1[TILT_DIRECTION_ANY]?" ,
2018-08-17 09:49:52 -04:00
"description" : "whether the tilt sensor is tilted"
} ,
"wedo2.motorOff" : {
2018-09-18 16:58:25 -04:00
"message" : "გამორთე 1[MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor off"
} ,
"wedo2.motorOn" : {
2018-09-18 16:58:25 -04:00
"message" : "ჩართე 1[MOTOR_ID]" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on indefinitely"
} ,
"wedo2.motorOnFor" : {
2018-09-18 16:58:25 -04:00
"message" : "ჩართე ძრავი 1[MOTOR_ID] 2[DURATION] წამით" ,
2018-08-17 09:49:52 -04:00
"description" : "turn a motor on for some time"
} ,
"wedo2.playNoteFor" : {
2018-09-18 16:58:25 -04:00
"message" : "დაუკარი მუსიკალური ნოტი 1[NOTE] 2[DURATION] წამით" ,
2018-08-17 09:49:52 -04:00
"description" : "play a certain note for some time"
} ,
"wedo2.setLightHue" : {
2018-09-18 16:58:25 -04:00
"message" : "აირჩიე სინათლის ფერად 1[HUE]" ,
2018-08-17 09:49:52 -04:00
"description" : "set the LED color"
} ,
"wedo2.setMotorDirection" : {
2018-09-18 16:58:25 -04:00
"message" : "დაადგინე 1[MOTOR_ID]-ის მიმართულება 2[MOTOR_DIRECTION]-კენ" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's turn direction"
} ,
"wedo2.startMotorPower" : {
2018-09-18 16:58:25 -04:00
"message" : "მომართე 1[MOTOR_ID] ძალა 2[POWER]-ზე" ,
2018-08-17 09:49:52 -04:00
"description" : "set the motor's power and turn it on"
} ,
"wedo2.whenDistance" : {
2018-09-18 16:58:25 -04:00
"message" : "როდესაც მანძილი 1[OP] 2[REFERENCE]" ,
2018-08-17 09:49:52 -04:00
"description" : "check for when distance is < or > than reference"
} ,
"wedo2.whenTilted" : {
2018-09-18 16:58:25 -04:00
"message" : "როდესაც გადახრილია 1[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
}
}