scratch-l10n/editor/extensions/ka.json
chrisgarrity a6872694c7 sync translations from Transifex
Also added new languages that have been added to the Scratch Editor project. None of them are ready for the menu yet.
2018-09-26 15:43:18 -04:00

566 lines
No EOL
24 KiB
JSON

{
"ev3.beepNote": {
"message": "დაუკარი მუსიკალური ნოტი 1[NOTE] 2[TIME]-ის განმავლობაში",
"description": "play some note on EV3 for some time"
},
"ev3.buttonPressed": {
"message": "ღილაკზე 1[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": "ძრავა 1[PORT] მდებარეობა",
"description": "get the measured degrees a motor has turned"
},
"ev3.motorSetPower": {
"message": "ძრავა 1[PORT] მომართე ძალაზე 2[POWER] %",
"description": "set a motor's power to some value"
},
"ev3.motorTurnClockwise": {
"message": "ძრავა 1[PORT] აბრუნე ამ მიმართულებით 2[TIME] წამის განმავლობაში",
"description": "turn a motor clockwise for some time"
},
"ev3.motorTurnCounterClockwise": {
"message": "ძრავა 1[PORT] აბრუნე იმ მიმართულებით [TIME] წამის განმავლობაში ",
"description": "turn a motor counter-clockwise for some time"
},
"ev3.whenBrightnessLessThan": {
"message": "როდესაც სიკაშკაშე < 1[DISTANCE]",
"description": "when value measured by brightness sensor is less than some value"
},
"ev3.whenButtonPressed": {
"message": "როდესაც ღილაკი 1[PORT] დაჭერილია",
"description": "when a button connected to a port is pressed"
},
"ev3.whenDistanceLessThan": {
"message": "როდესაც მანძილი < 1[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": "გამარჯობა!",
"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": "ეკრანი 1[MATRIX]",
"description": "display a pattern on the micro:bit display"
},
"microbit.displayText": {
"message": "display text [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": "1[BTN] ღილაკზე დაჭერილია?",
"description": "is the selected button on the micro:bit pressed?"
},
"microbit.isTilted": {
"message": "გადაიხარა 1[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": "გადახარე კუთხე 1[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": "როდესაც 1[BTN] ღილაკი დაჭერილია",
"description": "when the selected button on the micro:bit is pressed"
},
"microbit.whenGesture": {
"message": "როდესაც 1[GESTURE]",
"description": "when the selected gesture is detected by the micro:bit"
},
"microbit.whenPinConnected": {
"message": "when pin [PIN] connected",
"description": "when the pin detects a connection to Earth/Ground"
},
"microbit.whenTilted": {
"message": "როდესაც გადახრილია 1[DIRECTION]",
"description": "when the micro:bit is tilted in a direction"
},
"music.categoryName": {
"message": "მუსიკა",
"description": "Label for the Music extension category"
},
"music.changeTempo": {
"message": "შეცვალე დრო 1[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": "98) ტაში",
"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) Synth Lead",
"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.midiSetInstrument": {
"message": "შეარჩიე ინსტრუმენტი [INSTRUMENT]",
"description": "set the instrument for notes played according to a mapping of MIDI codes"
},
"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": "მეტყველების ტექსტად გარდაქმნა",
"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": "როდესაც მესმის 1[PHRASE]",
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
},
"text2speech.defaultTextToSpeak": {
"message": "გამარჯობა",
"description": "hello: the default text to speak"
},
"text2speech.giant": {
"message": "giant",
"description": "Name for a funny voice with a low pitch."
},
"text2speech.kitten": {
"message": "ფისო",
"description": "A baby cat."
},
"text2speech.max": {
"message": "მაქსი",
"description": "Name for a voice with ambiguous gender."
},
"text2speech.quinn": {
"message": "კვინი",
"description": "Name for a voice with ambiguous gender."
},
"text2speech.setLanguageBlock": {
"message": "set language to [LANGUAGE]",
"description": "Set the language for speech synthesis."
},
"text2speech.setVoiceBlock": {
"message": "მომართე ხმა 1[VOICE]-ზე",
"description": "Set the voice for speech synthesis."
},
"text2speech.speakAndWaitBlock": {
"message": "თქვი 1[WORDS]",
"description": "Speak some words."
},
"text2speech.squeak": {
"message": "სკვიკი",
"description": "Name for a funny voice with a high pitch."
},
"translate.categoryName": {
"message": "თარგმნე",
"description": "Name of extension that adds translate blocks"
},
"translate.defaultTextToTranslate": {
"message": "გამარჯობა",
"description": "hello: the default text to translate"
},
"translate.translateBlock": {
"message": "თარგმნე 1[WORDS] 2[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": "დააყენე ვიდეოს გამჭვირვალობა 1[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": "ვიდეო [ATTRIBUTE] 2[SUBJECT] ზე",
"description": "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
},
"videoSensing.videoToggle": {
"message": "ჩართე ვიდეო 1[VIDEO_STATE]",
"description": "Controls display of the video preview layer"
},
"videoSensing.whenMotionGreaterThan": {
"message": "როდესაც ვიდეო მოძრაობა > 1[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": "გადახარე კუთხე 1[TILT_DIRECTION]",
"description": "the angle returned by the tilt sensor"
},
"wedo2.isTilted": {
"message": "გადახრილია 1[TILT_DIRECTION_ANY]?",
"description": "whether the tilt sensor is tilted"
},
"wedo2.motorOff": {
"message": "გამორთე 1[MOTOR_ID]",
"description": "turn a motor off"
},
"wedo2.motorOn": {
"message": "ჩართე 1[MOTOR_ID]",
"description": "turn a motor on indefinitely"
},
"wedo2.motorOnFor": {
"message": "ჩართე ძრავი 1[MOTOR_ID] 2[DURATION] წამით",
"description": "turn a motor on for some time"
},
"wedo2.playNoteFor": {
"message": "დაუკარი მუსიკალური ნოტი 1[NOTE] 2[DURATION] წამით",
"description": "play a certain note for some time"
},
"wedo2.setLightHue": {
"message": "აირჩიე სინათლის ფერად 1[HUE]",
"description": "set the LED color"
},
"wedo2.setMotorDirection": {
"message": "დაადგინე 1[MOTOR_ID]-ის მიმართულება 2[MOTOR_DIRECTION]-კენ",
"description": "set the motor's turn direction"
},
"wedo2.startMotorPower": {
"message": "მომართე 1[MOTOR_ID] ძალა 2[POWER]-ზე",
"description": "set the motor's power and turn it on"
},
"wedo2.whenDistance": {
"message": "როდესაც მანძილი 1[OP] 2[REFERENCE]",
"description": "check for when distance is < or > than reference"
},
"wedo2.whenTilted": {
"message": "როდესაც გადახრილია 1[TILT_DIRECTION_ANY]",
"description": "check when tilted in a certain direction"
}
}