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] notunu [TIME] saniyə səsləndir",
|
||
"description": "play some note on EV3 for some time"
|
||
},
|
||
"ev3.buttonPressed": {
|
||
"message": "[PORT] düyməsi basılıb?",
|
||
"description": "is a button on some port pressed?"
|
||
},
|
||
"ev3.getBrightness": {
|
||
"message": "parlaqlıq",
|
||
"description": "gets measured brightness"
|
||
},
|
||
"ev3.getDistance": {
|
||
"message": "məsafə",
|
||
"description": "gets measured distance"
|
||
},
|
||
"ev3.getMotorPosition": {
|
||
"message": "[PORT] mühərrikinin mövqeyi",
|
||
"description": "get the measured degrees a motor has turned"
|
||
},
|
||
"ev3.motorSetPower": {
|
||
"message": "[PORT] mühərrikinin gücünü [POWER]% təyin et",
|
||
"description": "set a motor's power to some value"
|
||
},
|
||
"ev3.motorTurnClockwise": {
|
||
"message": "[PORT] mühərrikini saat əqrəbi istiqamətində [TIME] saniyə döndərin",
|
||
"description": "turn a motor clockwise for some time"
|
||
},
|
||
"ev3.motorTurnCounterClockwise": {
|
||
"message": "[PORT] mühərrikini saat əqrəbinin əksi istiqamətində [TIME] saniyə döndərin ",
|
||
"description": "turn a motor counter-clockwise for some time"
|
||
},
|
||
"ev3.whenBrightnessLessThan": {
|
||
"message": "parlaqlıq < [DISTANCE] olduqda",
|
||
"description": "when value measured by brightness sensor is less than some value"
|
||
},
|
||
"ev3.whenButtonPressed": {
|
||
"message": "[PORT] düyməsi basıldıqda",
|
||
"description": "when a button connected to a port is pressed"
|
||
},
|
||
"ev3.whenDistanceLessThan": {
|
||
"message": "məsafə < [DISTANCE] olduqda",
|
||
"description": "when the value measured by the distance sensor is less than some value"
|
||
},
|
||
"microbit.buttonsMenu.any": {
|
||
"message": "hər hansı",
|
||
"description": "label for \"any\" element in button picker for micro:bit extension"
|
||
},
|
||
"microbit.clearDisplay": {
|
||
"message": "ekranı təmizlə",
|
||
"description": "display nothing on the micro:bit display"
|
||
},
|
||
"microbit.defaultTextToDisplay": {
|
||
"message": "Salam!",
|
||
"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] ekranı",
|
||
"description": "display a pattern on the micro:bit display"
|
||
},
|
||
"microbit.displayText": {
|
||
"message": "[TEXT] ekranı",
|
||
"description": "display text on the micro:bit display"
|
||
},
|
||
"microbit.gesturesMenu.jumped": {
|
||
"message": "sıçrayan",
|
||
"description": "label for jumped gesture in gesture picker for micro:bit extension"
|
||
},
|
||
"microbit.gesturesMenu.moved": {
|
||
"message": "hərəkət edən",
|
||
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
||
},
|
||
"microbit.gesturesMenu.shaken": {
|
||
"message": "titrəyən",
|
||
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
||
},
|
||
"microbit.isButtonPressed": {
|
||
"message": "[BTN] düyməsi basılıb?",
|
||
"description": "is the selected button on the micro:bit pressed?"
|
||
},
|
||
"microbit.isTilted": {
|
||
"message": "[DIRECTION] əyilib?",
|
||
"description": "is the micro:bit is tilted in a direction?"
|
||
},
|
||
"microbit.pinStateMenu.off": {
|
||
"message": "söndür",
|
||
"description": "label for off element in pin state picker for micro:bit extension"
|
||
},
|
||
"microbit.pinStateMenu.on": {
|
||
"message": "yandır",
|
||
"description": "label for on element in pin state picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltAngle": {
|
||
"message": "[DIRECTION] bucağında əyilib",
|
||
"description": "how much the micro:bit is tilted in a direction"
|
||
},
|
||
"microbit.tiltDirectionMenu.any": {
|
||
"message": "hər hansı",
|
||
"description": "label for any direction element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.back": {
|
||
"message": "arxa",
|
||
"description": "label for back element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.front": {
|
||
"message": "ön",
|
||
"description": "label for front element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.left": {
|
||
"message": "sol",
|
||
"description": "label for left element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.tiltDirectionMenu.right": {
|
||
"message": "sağa",
|
||
"description": "label for right element in tilt direction picker for micro:bit extension"
|
||
},
|
||
"microbit.whenButtonPressed": {
|
||
"message": "[BTN] düyməsi basıldıqda",
|
||
"description": "when the selected button on the micro:bit is pressed"
|
||
},
|
||
"microbit.whenGesture": {
|
||
"message": "[GESTURE] olduqda",
|
||
"description": "when the selected gesture is detected by the micro:bit"
|
||
},
|
||
"microbit.whenPinConnected": {
|
||
"message": "[PIN] birləşdiricisi qoşulduqda",
|
||
"description": "when the pin detects a connection to Earth/Ground"
|
||
},
|
||
"microbit.whenTilted": {
|
||
"message": "[DIRECTION] əyildikdə",
|
||
"description": "when the micro:bit is tilted in a direction"
|
||
},
|
||
"music.categoryName": {
|
||
"message": "Musiqi",
|
||
"description": "Label for the Music extension category"
|
||
},
|
||
"music.changeTempo": {
|
||
"message": "tempi [TEMPO] qədər dəyiş",
|
||
"description": "change tempo (speed) for notes, drums, and rests played"
|
||
},
|
||
"music.drumBass": {
|
||
"message": "(2) Bas barabanı",
|
||
"description": "Sound of bass drum as used in a standard drum kit"
|
||
},
|
||
"music.drumBongo": {
|
||
"message": "(13) Bonqo",
|
||
"description": "Sound of a bongo being struck"
|
||
},
|
||
"music.drumCabasa": {
|
||
"message": "(15) Kabasa",
|
||
"description": "Sound of a cabasa being shaken"
|
||
},
|
||
"music.drumClaves": {
|
||
"message": "(9) Klavesin",
|
||
"description": "Sound of claves being struck together"
|
||
},
|
||
"music.drumClosedHiHat": {
|
||
"message": "(6) Bağlı Hi-Hat",
|
||
"description": "Sound of a drum stick hitting a hi-hat while closed"
|
||
},
|
||
"music.drumConga": {
|
||
"message": "(14) Konqa",
|
||
"description": "Sound of a conga being struck"
|
||
},
|
||
"music.drumCowbell": {
|
||
"message": "(11) Zınqırov",
|
||
"description": "Sound of a cowbell being struck"
|
||
},
|
||
"music.drumCrashCymbal": {
|
||
"message": "(4) Zərb aləti",
|
||
"description": "Sound of a drum stick hitting a crash cymbal"
|
||
},
|
||
"music.drumCuica": {
|
||
"message": "(18) Kuika",
|
||
"description": "Sound of a cuica being played"
|
||
},
|
||
"music.drumGuiro": {
|
||
"message": "(16) Quiro",
|
||
"description": "Sound of a guiro being played"
|
||
},
|
||
"music.drumHandClap": {
|
||
"message": "(8) Əl çalmaq",
|
||
"description": "Sound of two hands clapping together"
|
||
},
|
||
"music.drumOpenHiHat": {
|
||
"message": "(5) Açıq Hi-Hat",
|
||
"description": "Sound of a drum stick hitting a hi-hat while open"
|
||
},
|
||
"music.drumSideStick": {
|
||
"message": "(3) Çubuqlu nağara",
|
||
"description": "Sound of a drum stick hitting the side of a drum (usually the snare)"
|
||
},
|
||
"music.drumSnare": {
|
||
"message": "(1) Kiçik baraban",
|
||
"description": "Sound of snare drum as used in a standard drum kit"
|
||
},
|
||
"music.drumTambourine": {
|
||
"message": "(7) Tamburin",
|
||
"description": "Sound of a tambourine being struck"
|
||
},
|
||
"music.drumTriangle": {
|
||
"message": "(12) Üçbucaq",
|
||
"description": "Sound of a triangle (instrument) being struck"
|
||
},
|
||
"music.drumVibraslap": {
|
||
"message": "(17) Vibrasiya edən sləp",
|
||
"description": "Sound of a Vibraslap being played"
|
||
},
|
||
"music.drumWoodBlock": {
|
||
"message": "(10) Taxta qutu",
|
||
"description": "Sound of a wood block being struck"
|
||
},
|
||
"music.getTempo": {
|
||
"message": "temp",
|
||
"description": "get the current tempo (speed) for notes, drums, and rests played"
|
||
},
|
||
"music.instrumentBass": {
|
||
"message": "(6) Bas",
|
||
"description": "Sound of an accoustic upright bass"
|
||
},
|
||
"music.instrumentBassoon": {
|
||
"message": "(14) Faqot",
|
||
"description": "Sound of a bassoon being played"
|
||
},
|
||
"music.instrumentCello": {
|
||
"message": "(8) Violonçel",
|
||
"description": "Sound of a cello being played with a bow"
|
||
},
|
||
"music.instrumentChoir": {
|
||
"message": "(15) Xor",
|
||
"description": "Sound of a choir singing"
|
||
},
|
||
"music.instrumentClarinet": {
|
||
"message": "(10) Klarnet",
|
||
"description": "Sound of a clarinet being played"
|
||
},
|
||
"music.instrumentElectricGuitar": {
|
||
"message": "(5) Elektro gitara",
|
||
"description": "Sound of an electric guitar"
|
||
},
|
||
"music.instrumentElectricPiano": {
|
||
"message": "(2) Elektro pianino",
|
||
"description": "Sound of an electric piano"
|
||
},
|
||
"music.instrumentFlute": {
|
||
"message": "(12) Fleyta",
|
||
"description": "Sound of a flute being played"
|
||
},
|
||
"music.instrumentGuitar": {
|
||
"message": "(4) Gitara",
|
||
"description": "Sound of an accoustic guitar"
|
||
},
|
||
"music.instrumentMarimba": {
|
||
"message": "(19) Marimba",
|
||
"description": "Sound of a marimba being struck"
|
||
},
|
||
"music.instrumentMusicBox": {
|
||
"message": "(17) Musiqi qutusu",
|
||
"description": "Sound of a music box playing"
|
||
},
|
||
"music.instrumentOrgan": {
|
||
"message": "(3) Orqan",
|
||
"description": "Sound of an organ"
|
||
},
|
||
"music.instrumentPiano": {
|
||
"message": "(1) Pianino",
|
||
"description": "Sound of a piano"
|
||
},
|
||
"music.instrumentPizzicato": {
|
||
"message": "(7) Pizzikato",
|
||
"description": "Sound of a string instrument (e.g. violin) being plucked"
|
||
},
|
||
"music.instrumentSaxophone": {
|
||
"message": "(11) Saksafon",
|
||
"description": "Sound of a saxophone being played"
|
||
},
|
||
"music.instrumentSteelDrum": {
|
||
"message": "(18) Polad baraban",
|
||
"description": "Sound of a steel drum being struck"
|
||
},
|
||
"music.instrumentSynthLead": {
|
||
"message": "(20) Aparıcı Sintezator",
|
||
"description": "Sound of a \"lead\" synthesizer being played"
|
||
},
|
||
"music.instrumentSynthPad": {
|
||
"message": "(21) Sintezator Pad",
|
||
"description": "Sound of a \"pad\" synthesizer being played"
|
||
},
|
||
"music.instrumentTrombone": {
|
||
"message": "(9) Trambon",
|
||
"description": "Sound of a trombone being played"
|
||
},
|
||
"music.instrumentVibraphone": {
|
||
"message": "(16) Vibrafon",
|
||
"description": "Sound of a vibraphone being struck"
|
||
},
|
||
"music.instrumentWoodenFlute": {
|
||
"message": "(13) Taxta fleyta",
|
||
"description": "Sound of a wooden flute being played"
|
||
},
|
||
"music.playDrumForBeats": {
|
||
"message": "[DRUM] barabanını [BEATS] takt çal",
|
||
"description": "play drum sample for a number of beats"
|
||
},
|
||
"music.playNoteForBeats": {
|
||
"message": "[NOTE] notunu [BEATS] takt çal",
|
||
"description": "play a note for a number of beats"
|
||
},
|
||
"music.restForBeats": {
|
||
"message": "[BEATS] takt çalma",
|
||
"description": "rest (play no sound) for a number of beats"
|
||
},
|
||
"music.setInstrument": {
|
||
"message": "aləti [INSTRUMENT] təyin et",
|
||
"description": "set the instrument (e.g. piano, guitar, trombone) for notes played"
|
||
},
|
||
"music.setTempo": {
|
||
"message": "tempi [TEMPO] təyin et",
|
||
"description": "set tempo (speed) for notes, drums, and rests played"
|
||
},
|
||
"pen.categoryName": {
|
||
"message": "Qələm",
|
||
"description": "Label for the pen extension category"
|
||
},
|
||
"pen.changeColorParam": {
|
||
"message": "qələmin [COLOR_PARAM] rəngini [VALUE] qədər dəyiş",
|
||
"description": "change the state of a pen color parameter"
|
||
},
|
||
"pen.changeHue": {
|
||
"message": "qələmin rəngini [HUE] qədər dəyiş",
|
||
"description": "legacy pen blocks - change pen color"
|
||
},
|
||
"pen.changeShade": {
|
||
"message": "qələmin çalarını [SHADE] qədər dəyiş",
|
||
"description": "legacy pen blocks - change pen shade"
|
||
},
|
||
"pen.changeSize": {
|
||
"message": "qələmin ölçüsünü [SIZE] qədər dəyiş",
|
||
"description": "change the diameter of the trail left by a sprite"
|
||
},
|
||
"pen.clear": {
|
||
"message": "hamısını sil",
|
||
"description": "erase all pen trails and stamps"
|
||
},
|
||
"pen.colorMenu.brightness": {
|
||
"message": "parlaqlıq",
|
||
"description": "label for brightness element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.color": {
|
||
"message": "rəng",
|
||
"description": "label for color element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.saturation": {
|
||
"message": "doyma",
|
||
"description": "label for saturation element in color picker for pen extension"
|
||
},
|
||
"pen.colorMenu.transparency": {
|
||
"message": "şəffaflıq",
|
||
"description": "label for transparency element in color picker for pen extension"
|
||
},
|
||
"pen.penDown": {
|
||
"message": "qələmi endir",
|
||
"description": "start leaving a trail when the sprite moves"
|
||
},
|
||
"pen.penUp": {
|
||
"message": "qələmi qaldır",
|
||
"description": "stop leaving a trail behind the sprite"
|
||
},
|
||
"pen.setColor": {
|
||
"message": "qələmin rəngini [COLOR] təyin et",
|
||
"description": "set the pen color to a particular (RGB) value"
|
||
},
|
||
"pen.setColorParam": {
|
||
"message": "qələmin [COLOR_PARAM] rəngini [VALUE] təyin et",
|
||
"description": "set the state for a pen color parameter e.g. saturation"
|
||
},
|
||
"pen.setHue": {
|
||
"message": "qələmin rəngini [HUE] təyin et",
|
||
"description": "legacy pen blocks - set pen color to number"
|
||
},
|
||
"pen.setShade": {
|
||
"message": "qələmin çalarını [SHADE] təyin et",
|
||
"description": "legacy pen blocks - set pen shade"
|
||
},
|
||
"pen.setSize": {
|
||
"message": "qələmin ölçüsünü [SIZE] təyin et",
|
||
"description": "set the diameter of a trail left by a sprite"
|
||
},
|
||
"pen.stamp": {
|
||
"message": "möhürlə",
|
||
"description": "render current costume on the background"
|
||
},
|
||
"speech.defaultWhenIHearValue": {
|
||
"message": "gedək",
|
||
"description": "The default phrase/word that, when heard, triggers the event."
|
||
},
|
||
"speech.extensionName": {
|
||
"message": "Google danışıq",
|
||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||
},
|
||
"speech.listenAndWait": {
|
||
"message": "dinlə və gözlə",
|
||
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
|
||
},
|
||
"speech.speechReporter": {
|
||
"message": "danışıq",
|
||
"description": "Get the text of spoken words transcribed by the speech recognition system."
|
||
},
|
||
"speech.whenIHear": {
|
||
"message": "Mən [PHRASE] eşitdikdə",
|
||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||
},
|
||
"text2speech.defaultTextToSpeak": {
|
||
"message": "salam",
|
||
"description": "hello: the default text to speak"
|
||
},
|
||
"text2speech.kitten": {
|
||
"message": "pişik balası",
|
||
"description": "A baby cat."
|
||
},
|
||
"text2speech.max": {
|
||
"message": "maks",
|
||
"description": "Name for a voice with ambiguous gender."
|
||
},
|
||
"text2speech.monster": {
|
||
"message": "canavar",
|
||
"description": "Name for a funny voice with a low pitch."
|
||
},
|
||
"text2speech.puppy": {
|
||
"message": "küçük",
|
||
"description": "A baby dog."
|
||
},
|
||
"text2speech.quinn": {
|
||
"message": "quinn",
|
||
"description": "Name for a voice with ambiguous gender."
|
||
},
|
||
"text2speech.setVoiceBlock": {
|
||
"message": "səsi [VOICE] təyin et",
|
||
"description": "Set the voice for speech synthesis."
|
||
},
|
||
"text2speech.speakAndWaitBlock": {
|
||
"message": "[WORDS] söylə",
|
||
"description": "Speak some words."
|
||
},
|
||
"text2speech.squeak": {
|
||
"message": "zingildəmək",
|
||
"description": "Name for a funny voice with a high pitch."
|
||
},
|
||
"translate.categoryName": {
|
||
"message": "Google Tərcümə",
|
||
"description": "Name of extension that adds translate blocks. Do Not translate Google"
|
||
},
|
||
"translate.defaultTextToTranslate": {
|
||
"message": "salam",
|
||
"description": "hello: the default text to translate"
|
||
},
|
||
"translate.translateBlock": {
|
||
"message": "[WORDS] ifadəsini [LANGUAGE] dilinə tərcümə et",
|
||
"description": "translate some text to a different language"
|
||
},
|
||
"translate.viewerLanguage": {
|
||
"message": "dil",
|
||
"description": "the languge of the project viewer"
|
||
},
|
||
"videoSensing.categoryName": {
|
||
"message": "Video Sensoru",
|
||
"description": "Label for the video sensing extension category"
|
||
},
|
||
"videoSensing.direction": {
|
||
"message": "istiqamət",
|
||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.motion": {
|
||
"message": "hərəkət",
|
||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.off": {
|
||
"message": "söndür",
|
||
"description": "Option for the \"turn video [STATE]\" block"
|
||
},
|
||
"videoSensing.on": {
|
||
"message": "yandır",
|
||
"description": "Option for the \"turn video [STATE]\" block"
|
||
},
|
||
"videoSensing.onFlipped": {
|
||
"message": "çevrilmiş",
|
||
"description": "Option for the \"turn video [STATE]\" block that causes the video to be flipped horizontally (reversed as in a mirror)"
|
||
},
|
||
"videoSensing.setVideoTransparency": {
|
||
"message": "videonun şəffaflığını [TRANSPARENCY] təyin et",
|
||
"description": "Controls transparency of the video preview layer"
|
||
},
|
||
"videoSensing.sprite": {
|
||
"message": "sprayt",
|
||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.stage": {
|
||
"message": "səhnə",
|
||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||
},
|
||
"videoSensing.videoOn": {
|
||
"message": "videonun [ATTRIBUTE] atributları [SUBJECT] aid",
|
||
"description": "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
|
||
},
|
||
"videoSensing.videoToggle": {
|
||
"message": "videonu [VIDEO_STATE] çevir",
|
||
"description": "Controls display of the video preview layer"
|
||
},
|
||
"videoSensing.whenMotionGreaterThan": {
|
||
"message": "videonun hərəkəti > [REFERENCE] olduqda",
|
||
"description": "Event that triggers when the amount of motion is greater than [REFERENCE]"
|
||
},
|
||
"wedo2.getDistance": {
|
||
"message": "məsafə",
|
||
"description": "the value returned by the distance sensor"
|
||
},
|
||
"wedo2.getTiltAngle": {
|
||
"message": "[TILT_DIRECTION] bucağında əyilib",
|
||
"description": "the angle returned by the tilt sensor"
|
||
},
|
||
"wedo2.isTilted": {
|
||
"message": "[TILT_DIRECTION_ANY] əyilib?",
|
||
"description": "whether the tilt sensor is tilted"
|
||
},
|
||
"wedo2.motorOff": {
|
||
"message": "[MOTOR_ID] söndür",
|
||
"description": "turn a motor off"
|
||
},
|
||
"wedo2.motorOn": {
|
||
"message": "[MOTOR_ID] yandır",
|
||
"description": "turn a motor on indefinitely"
|
||
},
|
||
"wedo2.motorOnFor": {
|
||
"message": "[MOTOR_ID] yandır [DURATION] saniyə",
|
||
"description": "turn a motor on for some time"
|
||
},
|
||
"wedo2.playNoteFor": {
|
||
"message": "[NOTE] notunu [DURATION] saniyə çal",
|
||
"description": "play a certain note for some time"
|
||
},
|
||
"wedo2.setLightHue": {
|
||
"message": "işığın rəngini [HUE] təyin et",
|
||
"description": "set the LED color"
|
||
},
|
||
"wedo2.setMotorDirection": {
|
||
"message": "[MOTOR_ID] istiqamətini [MOTOR_DIRECTION] təyin et",
|
||
"description": "set the motor's turn direction"
|
||
},
|
||
"wedo2.startMotorPower": {
|
||
"message": "[MOTOR_ID] gücünü [POWER] təyin et",
|
||
"description": "set the motor's power and turn it on"
|
||
},
|
||
"wedo2.whenDistance": {
|
||
"message": "məsafə [OP] [REFERENCE] olduqda",
|
||
"description": "check for when distance is < or > than reference"
|
||
},
|
||
"wedo2.whenTilted": {
|
||
"message": "[TILT_DIRECTION_ANY] əyildikdə",
|
||
"description": "check when tilted in a certain direction"
|
||
}
|
||
} |