mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
sync translations
This commit is contained in:
parent
f4e938ab96
commit
837b92c503
120 changed files with 6986 additions and 1671 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
editor/blocks/hr.json
Normal file
1
editor/blocks/hr.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -400,7 +400,7 @@
|
|||
"description": "The default phrase/word that, when heard, triggers the event."
|
||||
},
|
||||
"speech.extensionName": {
|
||||
"message": "Speech a Text",
|
||||
"message": "De parla a text",
|
||||
"description": "Name of extension that adds speech recognition blocks."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -408,7 +408,7 @@
|
|||
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
|
||||
},
|
||||
"speech.speechReporter": {
|
||||
"message": "discurs",
|
||||
"message": "parla",
|
||||
"description": "Get the text of spoken words transcribed by the speech recognition system."
|
||||
},
|
||||
"speech.whenIHear": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "play some note on EV3 for some time"
|
||||
},
|
||||
"ev3.buttonPressed": {
|
||||
"message": "button [PORT] pressed?",
|
||||
"message": "Knopf [PORT] gedrückt?",
|
||||
"description": "is a button on some port pressed?"
|
||||
},
|
||||
"ev3.getBrightness": {
|
||||
|
@ -24,11 +24,11 @@
|
|||
"description": "set a motor's power to some value"
|
||||
},
|
||||
"ev3.motorTurnClockwise": {
|
||||
"message": "motor [PORT] turn this way for [TIME] seconds",
|
||||
"message": "Motor [PORT] in eine Richtung drehen für [TIME]Sekunden",
|
||||
"description": "turn a motor clockwise for some time"
|
||||
},
|
||||
"ev3.motorTurnCounterClockwise": {
|
||||
"message": "motor [PORT] turn that way for [TIME] seconds",
|
||||
"message": "Motor [PORT]in andere Richtung drehen für [TIME]Sekunden",
|
||||
"description": "turn a motor counter-clockwise for some time"
|
||||
},
|
||||
"ev3.whenBrightnessLessThan": {
|
||||
|
@ -116,7 +116,7 @@
|
|||
"description": "label for right element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.whenButtonPressed": {
|
||||
"message": "when [BTN] button pressed",
|
||||
"message": "Wenn Knopf [BTN]gedrückt wurde",
|
||||
"description": "when the selected button on the micro:bit is pressed"
|
||||
},
|
||||
"microbit.whenGesture": {
|
||||
|
@ -416,7 +416,7 @@
|
|||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||||
},
|
||||
"text2speech.alto": {
|
||||
"message": "alto",
|
||||
"message": "Alt",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.giant": {
|
||||
|
@ -444,7 +444,7 @@
|
|||
"description": "Name for a funny voice with a high pitch."
|
||||
},
|
||||
"text2speech.tenor": {
|
||||
"message": "tenor",
|
||||
"message": "Tenor",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"translate.categoryName": {
|
||||
|
@ -516,7 +516,7 @@
|
|||
"description": "the value returned by the distance sensor"
|
||||
},
|
||||
"wedo2.getTiltAngle": {
|
||||
"message": "tilt angle [TILT_DIRECTION]",
|
||||
"message": "Neigungswinkel [TILT_DIRECTION]",
|
||||
"description": "the angle returned by the tilt sensor"
|
||||
},
|
||||
"wedo2.isTilted": {
|
||||
|
@ -536,7 +536,7 @@
|
|||
"description": "label for reverse element in motor direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.a": {
|
||||
"message": "motor A",
|
||||
"message": "Motor A",
|
||||
"description": "label for motor A element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.all": {
|
||||
|
@ -544,11 +544,11 @@
|
|||
"description": "label for all motors element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.b": {
|
||||
"message": "motor B",
|
||||
"message": "Motor B",
|
||||
"description": "label for motor B element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.default": {
|
||||
"message": "motor",
|
||||
"message": "Motor",
|
||||
"description": "label for motor element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorOff": {
|
||||
|
|
|
@ -416,7 +416,7 @@
|
|||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||||
},
|
||||
"text2speech.alto": {
|
||||
"message": "alto",
|
||||
"message": "altu",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.giant": {
|
||||
|
|
610
editor/extensions/hr.json
Normal file
610
editor/extensions/hr.json
Normal file
|
@ -0,0 +1,610 @@
|
|||
{
|
||||
"ev3.beepNote": {
|
||||
"message": "sviraj ton [NOTE] [TIME] sekundi",
|
||||
"description": "play some note on EV3 for some time"
|
||||
},
|
||||
"ev3.buttonPressed": {
|
||||
"message": "gumb [PORT] pritisnut?",
|
||||
"description": "is a button on some port pressed?"
|
||||
},
|
||||
"ev3.getBrightness": {
|
||||
"message": "osvjetljenje",
|
||||
"description": "gets measured brightness"
|
||||
},
|
||||
"ev3.getDistance": {
|
||||
"message": "udaljenost",
|
||||
"description": "gets measured distance"
|
||||
},
|
||||
"ev3.getMotorPosition": {
|
||||
"message": "motor [PORT] pozicija",
|
||||
"description": "get the measured degrees a motor has turned"
|
||||
},
|
||||
"ev3.motorSetPower": {
|
||||
"message": "motor [PORT] postavi snagu na [POWER] %",
|
||||
"description": "set a motor's power to some value"
|
||||
},
|
||||
"ev3.motorTurnClockwise": {
|
||||
"message": "motor [PORT] okreni ovako na [TIME] sekundi",
|
||||
"description": "turn a motor clockwise for some time"
|
||||
},
|
||||
"ev3.motorTurnCounterClockwise": {
|
||||
"message": "motor [PORT] okreni suprotno od kazaljke na satu na [TIME] sekunde",
|
||||
"description": "turn a motor counter-clockwise for some time"
|
||||
},
|
||||
"ev3.whenBrightnessLessThan": {
|
||||
"message": "kada je osvjeteljnje < [DISTANCE]",
|
||||
"description": "when value measured by brightness sensor is less than some value"
|
||||
},
|
||||
"ev3.whenButtonPressed": {
|
||||
"message": "kada je tipka [PORT] pritisnuta",
|
||||
"description": "when a button connected to a port is pressed"
|
||||
},
|
||||
"ev3.whenDistanceLessThan": {
|
||||
"message": "kada je udaljenost < [DISTANCE]",
|
||||
"description": "when the value measured by the distance sensor is less than some value"
|
||||
},
|
||||
"microbit.buttonsMenu.any": {
|
||||
"message": "bilo koja",
|
||||
"description": "label for \"any\" element in button picker for micro:bit extension"
|
||||
},
|
||||
"microbit.clearDisplay": {
|
||||
"message": "očisti ekran",
|
||||
"description": "display nothing on the micro:bit display"
|
||||
},
|
||||
"microbit.defaultTextToDisplay": {
|
||||
"message": "Bok!",
|
||||
"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": "prikaži [MATRIX]",
|
||||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "prikaži tekst [TEXT]",
|
||||
"description": "display text on the micro:bit display"
|
||||
},
|
||||
"microbit.gesturesMenu.jumped": {
|
||||
"message": "skok",
|
||||
"description": "label for jumped gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.moved": {
|
||||
"message": "pomaknuto",
|
||||
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.shaken": {
|
||||
"message": "protresen",
|
||||
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.isButtonPressed": {
|
||||
"message": "gumb [BTN] pritisnut?",
|
||||
"description": "is the selected button on the micro:bit pressed?"
|
||||
},
|
||||
"microbit.isTilted": {
|
||||
"message": "nagnuto [DIRECTION]?",
|
||||
"description": "is the micro:bit is tilted in a direction?"
|
||||
},
|
||||
"microbit.pinStateMenu.off": {
|
||||
"message": "isključeno",
|
||||
"description": "label for off element in pin state picker for micro:bit extension"
|
||||
},
|
||||
"microbit.pinStateMenu.on": {
|
||||
"message": "uključeno",
|
||||
"description": "label for on element in pin state picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltAngle": {
|
||||
"message": "kut nagiba [DIRECTION]",
|
||||
"description": "how much the micro:bit is tilted in a direction"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.any": {
|
||||
"message": "bilo koja",
|
||||
"description": "label for any direction element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.back": {
|
||||
"message": "nazad",
|
||||
"description": "label for back element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.front": {
|
||||
"message": "naprijed",
|
||||
"description": "label for front element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.left": {
|
||||
"message": "lijevo",
|
||||
"description": "label for left element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.right": {
|
||||
"message": "desno",
|
||||
"description": "label for right element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.whenButtonPressed": {
|
||||
"message": "kada je gumb [BTN] pritisnut",
|
||||
"description": "when the selected button on the micro:bit is pressed"
|
||||
},
|
||||
"microbit.whenGesture": {
|
||||
"message": "kada je [GESTURE]",
|
||||
"description": "when the selected gesture is detected by the micro:bit"
|
||||
},
|
||||
"microbit.whenPinConnected": {
|
||||
"message": "kada je pin [PIN] spojen",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
"message": "kada je nagnuto [DIRECTION]",
|
||||
"description": "when the micro:bit is tilted in a direction"
|
||||
},
|
||||
"music.categoryName": {
|
||||
"message": "Glazba",
|
||||
"description": "Label for the Music extension category"
|
||||
},
|
||||
"music.changeTempo": {
|
||||
"message": "promijeni tempo za [TEMPO]",
|
||||
"description": "change tempo (speed) for notes, drums, and rests played"
|
||||
},
|
||||
"music.drumBass": {
|
||||
"message": "(2) Bass bubanj",
|
||||
"description": "Sound of bass drum as used in a standard drum kit"
|
||||
},
|
||||
"music.drumBongo": {
|
||||
"message": "(13) Bongo",
|
||||
"description": "Sound of a bongo being struck"
|
||||
},
|
||||
"music.drumCabasa": {
|
||||
"message": "(15) Cabasa",
|
||||
"description": "Sound of a cabasa being shaken"
|
||||
},
|
||||
"music.drumClaves": {
|
||||
"message": "(9) Drveni štapići",
|
||||
"description": "Sound of claves being struck together"
|
||||
},
|
||||
"music.drumClosedHiHat": {
|
||||
"message": "(6) Zatvorene činele",
|
||||
"description": "Sound of a drum stick hitting a hi-hat while closed"
|
||||
},
|
||||
"music.drumConga": {
|
||||
"message": "(14) Konga",
|
||||
"description": "Sound of a conga being struck"
|
||||
},
|
||||
"music.drumCowbell": {
|
||||
"message": "(11) Kravlje zvonce",
|
||||
"description": "Sound of a cowbell being struck"
|
||||
},
|
||||
"music.drumCrashCymbal": {
|
||||
"message": "(4) Crash činele",
|
||||
"description": "Sound of a drum stick hitting a crash cymbal"
|
||||
},
|
||||
"music.drumCuica": {
|
||||
"message": "(18) Cuica bubanj",
|
||||
"description": "Sound of a cuica being played"
|
||||
},
|
||||
"music.drumGuiro": {
|
||||
"message": "(16) Guiro",
|
||||
"description": "Sound of a guiro being played"
|
||||
},
|
||||
"music.drumHandClap": {
|
||||
"message": "(8) Pljesak",
|
||||
"description": "Sound of two hands clapping together"
|
||||
},
|
||||
"music.drumOpenHiHat": {
|
||||
"message": "(5) Otvorene činele",
|
||||
"description": "Sound of a drum stick hitting a hi-hat while open"
|
||||
},
|
||||
"music.drumSideStick": {
|
||||
"message": "(3) Side Stick zvuk",
|
||||
"description": "Sound of a drum stick hitting the side of a drum (usually the snare)"
|
||||
},
|
||||
"music.drumSnare": {
|
||||
"message": "(1) Mali bubanj",
|
||||
"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) Triangl",
|
||||
"description": "Sound of a triangle (instrument) being struck"
|
||||
},
|
||||
"music.drumVibraslap": {
|
||||
"message": "(17) Vibrafon",
|
||||
"description": "Sound of a Vibraslap being played"
|
||||
},
|
||||
"music.drumWoodBlock": {
|
||||
"message": "(10) Drveni block",
|
||||
"description": "Sound of a wood block being struck"
|
||||
},
|
||||
"music.getTempo": {
|
||||
"message": "tempo",
|
||||
"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) Fagot",
|
||||
"description": "Sound of a bassoon being played"
|
||||
},
|
||||
"music.instrumentCello": {
|
||||
"message": "(8) Violončelo",
|
||||
"description": "Sound of a cello being played with a bow"
|
||||
},
|
||||
"music.instrumentChoir": {
|
||||
"message": "(15) Zbor",
|
||||
"description": "Sound of a choir singing"
|
||||
},
|
||||
"music.instrumentClarinet": {
|
||||
"message": "(10) Klarinet",
|
||||
"description": "Sound of a clarinet being played"
|
||||
},
|
||||
"music.instrumentElectricGuitar": {
|
||||
"message": "(5) Električna gitara",
|
||||
"description": "Sound of an electric guitar"
|
||||
},
|
||||
"music.instrumentElectricPiano": {
|
||||
"message": "(2) Električni piano",
|
||||
"description": "Sound of an electric piano"
|
||||
},
|
||||
"music.instrumentFlute": {
|
||||
"message": "(12) Flauta",
|
||||
"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) Muzička kutijica",
|
||||
"description": "Sound of a music box playing"
|
||||
},
|
||||
"music.instrumentOrgan": {
|
||||
"message": "(3) Orgulje",
|
||||
"description": "Sound of an organ"
|
||||
},
|
||||
"music.instrumentPiano": {
|
||||
"message": "(1) Piano",
|
||||
"description": "Sound of a piano"
|
||||
},
|
||||
"music.instrumentPizzicato": {
|
||||
"message": "(7) Pizzicato",
|
||||
"description": "Sound of a string instrument (e.g. violin) being plucked"
|
||||
},
|
||||
"music.instrumentSaxophone": {
|
||||
"message": "(11) Saksofon",
|
||||
"description": "Sound of a saxophone being played"
|
||||
},
|
||||
"music.instrumentSteelDrum": {
|
||||
"message": "(18) Čelični bubanj",
|
||||
"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) Synth Pad",
|
||||
"description": "Sound of a \"pad\" synthesizer being played"
|
||||
},
|
||||
"music.instrumentTrombone": {
|
||||
"message": "(9) Trombon",
|
||||
"description": "Sound of a trombone being played"
|
||||
},
|
||||
"music.instrumentVibraphone": {
|
||||
"message": "(16) Vibrafon",
|
||||
"description": "Sound of a vibraphone being struck"
|
||||
},
|
||||
"music.instrumentWoodenFlute": {
|
||||
"message": "(13) Drvena flauta",
|
||||
"description": "Sound of a wooden flute being played"
|
||||
},
|
||||
"music.midiSetInstrument": {
|
||||
"message": "postavi instrument na [INSTRUMENT]",
|
||||
"description": "set the instrument for notes played according to a mapping of MIDI codes"
|
||||
},
|
||||
"music.playDrumForBeats": {
|
||||
"message": "bubnjaj [DRUM] [BEATS] puta",
|
||||
"description": "play drum sample for a number of beats"
|
||||
},
|
||||
"music.playNoteForBeats": {
|
||||
"message": "sviraj ton [NOTE] [BEATS] puta",
|
||||
"description": "play a note for a number of beats"
|
||||
},
|
||||
"music.restForBeats": {
|
||||
"message": "preskoči [BEATS] puta",
|
||||
"description": "rest (play no sound) for a number of beats"
|
||||
},
|
||||
"music.setInstrument": {
|
||||
"message": "postavi instrument na [INSTRUMENT]",
|
||||
"description": "set the instrument (e.g. piano, guitar, trombone) for notes played"
|
||||
},
|
||||
"music.setTempo": {
|
||||
"message": "postavi tempo na [TEMPO]",
|
||||
"description": "set tempo (speed) for notes, drums, and rests played"
|
||||
},
|
||||
"pen.categoryName": {
|
||||
"message": "Olovka",
|
||||
"description": "Label for the pen extension category"
|
||||
},
|
||||
"pen.changeColorParam": {
|
||||
"message": "promijeni [COLOR_PARAM] olovku za [VALUE]",
|
||||
"description": "change the state of a pen color parameter"
|
||||
},
|
||||
"pen.changeHue": {
|
||||
"message": "promijeni boju olovke za [HUE]",
|
||||
"description": "legacy pen blocks - change pen color"
|
||||
},
|
||||
"pen.changeShade": {
|
||||
"message": "promjeni sjenu olovke za [SHADE]",
|
||||
"description": "legacy pen blocks - change pen shade"
|
||||
},
|
||||
"pen.changeSize": {
|
||||
"message": "promijeni debljinu olovke za [SIZE]",
|
||||
"description": "change the diameter of the trail left by a sprite"
|
||||
},
|
||||
"pen.clear": {
|
||||
"message": "izbriši sve",
|
||||
"description": "erase all pen trails and stamps"
|
||||
},
|
||||
"pen.colorMenu.brightness": {
|
||||
"message": "osvjetljenje",
|
||||
"description": "label for brightness element in color picker for pen extension"
|
||||
},
|
||||
"pen.colorMenu.color": {
|
||||
"message": "boja",
|
||||
"description": "label for color element in color picker for pen extension"
|
||||
},
|
||||
"pen.colorMenu.saturation": {
|
||||
"message": "saturacija",
|
||||
"description": "label for saturation element in color picker for pen extension"
|
||||
},
|
||||
"pen.colorMenu.transparency": {
|
||||
"message": "providnost",
|
||||
"description": "label for transparency element in color picker for pen extension"
|
||||
},
|
||||
"pen.penDown": {
|
||||
"message": "spusti olovku",
|
||||
"description": "start leaving a trail when the sprite moves"
|
||||
},
|
||||
"pen.penUp": {
|
||||
"message": "podigni olovku",
|
||||
"description": "stop leaving a trail behind the sprite"
|
||||
},
|
||||
"pen.setColor": {
|
||||
"message": "postavi boju olovke na [COLOR]",
|
||||
"description": "set the pen color to a particular (RGB) value"
|
||||
},
|
||||
"pen.setColorParam": {
|
||||
"message": "postavi [COLOR_PARAM] olovku na [VALUE]",
|
||||
"description": "set the state for a pen color parameter e.g. saturation"
|
||||
},
|
||||
"pen.setHue": {
|
||||
"message": "postavi boju olovke na [HUE]",
|
||||
"description": "legacy pen blocks - set pen color to number"
|
||||
},
|
||||
"pen.setShade": {
|
||||
"message": "postavi sjenu olovke na [SHADE]",
|
||||
"description": "legacy pen blocks - set pen shade"
|
||||
},
|
||||
"pen.setSize": {
|
||||
"message": "postavi debljinu olovke na [SIZE]",
|
||||
"description": "set the diameter of a trail left by a sprite"
|
||||
},
|
||||
"pen.stamp": {
|
||||
"message": "žig",
|
||||
"description": "render current costume on the background"
|
||||
},
|
||||
"speech.defaultWhenIHearValue": {
|
||||
"message": "Krenimo",
|
||||
"description": "The default phrase/word that, when heard, triggers the event."
|
||||
},
|
||||
"speech.extensionName": {
|
||||
"message": "Govor u tekst",
|
||||
"description": "Name of extension that adds speech recognition blocks."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
"message": "slušaj i čekaj",
|
||||
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
|
||||
},
|
||||
"speech.speechReporter": {
|
||||
"message": "govor",
|
||||
"description": "Get the text of spoken words transcribed by the speech recognition system."
|
||||
},
|
||||
"speech.whenIHear": {
|
||||
"message": "kada čujem [PHRASE]",
|
||||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||||
},
|
||||
"text2speech.alto": {
|
||||
"message": "alt",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "div",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
"message": "mačić",
|
||||
"description": "A baby cat."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "postavi jezik na [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
"message": "postavi glas na [VOICE]",
|
||||
"description": "Set the voice for speech synthesis."
|
||||
},
|
||||
"text2speech.speakAndWaitBlock": {
|
||||
"message": "govori [WORDS]",
|
||||
"description": "Speak some words."
|
||||
},
|
||||
"text2speech.squeak": {
|
||||
"message": "cviljenje",
|
||||
"description": "Name for a funny voice with a high pitch."
|
||||
},
|
||||
"text2speech.tenor": {
|
||||
"message": "tenor",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"translate.categoryName": {
|
||||
"message": "Prevedi",
|
||||
"description": "Name of extension that adds translate blocks"
|
||||
},
|
||||
"translate.defaultTextToTranslate": {
|
||||
"message": "Bok",
|
||||
"description": "hello: the default text to translate"
|
||||
},
|
||||
"translate.translateBlock": {
|
||||
"message": "prevedi [WORDS] na [LANGUAGE]",
|
||||
"description": "translate some text to a different language"
|
||||
},
|
||||
"translate.viewerLanguage": {
|
||||
"message": "jezik",
|
||||
"description": "the languge of the project viewer"
|
||||
},
|
||||
"videoSensing.categoryName": {
|
||||
"message": "Video",
|
||||
"description": "Label for the video sensing extension category"
|
||||
},
|
||||
"videoSensing.direction": {
|
||||
"message": "smjer",
|
||||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||||
},
|
||||
"videoSensing.motion": {
|
||||
"message": "gibanje",
|
||||
"description": "Attribute for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||||
},
|
||||
"videoSensing.off": {
|
||||
"message": "isključeno",
|
||||
"description": "Option for the \"turn video [STATE]\" block"
|
||||
},
|
||||
"videoSensing.on": {
|
||||
"message": "uključeno",
|
||||
"description": "Option for the \"turn video [STATE]\" block"
|
||||
},
|
||||
"videoSensing.onFlipped": {
|
||||
"message": "uključeno zrcaljenje",
|
||||
"description": "Option for the \"turn video [STATE]\" block that causes the video to be flipped horizontally (reversed as in a mirror)"
|
||||
},
|
||||
"videoSensing.setVideoTransparency": {
|
||||
"message": "postavi providnost videa na [TRANSPARENCY]",
|
||||
"description": "Controls transparency of the video preview layer"
|
||||
},
|
||||
"videoSensing.sprite": {
|
||||
"message": "lik",
|
||||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||||
},
|
||||
"videoSensing.stage": {
|
||||
"message": "pozornica",
|
||||
"description": "Subject for the \"video [ATTRIBUTE] on [SUBJECT]\" block"
|
||||
},
|
||||
"videoSensing.videoOn": {
|
||||
"message": "video [ATTRIBUTE] na [SUBJECT]",
|
||||
"description": "Reporter that returns the amount of [ATTRIBUTE] for the selected [SUBJECT]"
|
||||
},
|
||||
"videoSensing.videoToggle": {
|
||||
"message": "postavi video [VIDEO_STATE]",
|
||||
"description": "Controls display of the video preview layer"
|
||||
},
|
||||
"videoSensing.whenMotionGreaterThan": {
|
||||
"message": "kada je gibanje videa > [REFERENCE]",
|
||||
"description": "Event that triggers when the amount of motion is greater than [REFERENCE]"
|
||||
},
|
||||
"wedo2.getDistance": {
|
||||
"message": "udaljenost",
|
||||
"description": "the value returned by the distance sensor"
|
||||
},
|
||||
"wedo2.getTiltAngle": {
|
||||
"message": "kut nagiba [TILT_DIRECTION]",
|
||||
"description": "the angle returned by the tilt sensor"
|
||||
},
|
||||
"wedo2.isTilted": {
|
||||
"message": "nagnuto [TILT_DIRECTION_ANY]?",
|
||||
"description": "whether the tilt sensor is tilted"
|
||||
},
|
||||
"wedo2.motorDirection.backward": {
|
||||
"message": "smjer kazaljke na satu",
|
||||
"description": "label for backward element in motor direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorDirection.forward": {
|
||||
"message": "suprotno kazaljke na satu",
|
||||
"description": "label for forward element in motor direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorDirection.reverse": {
|
||||
"message": "obrnuto",
|
||||
"description": "label for reverse element in motor direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.a": {
|
||||
"message": "motor A",
|
||||
"description": "label for motor A element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.all": {
|
||||
"message": "svi motori",
|
||||
"description": "label for all motors element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.b": {
|
||||
"message": "motor B",
|
||||
"description": "label for motor B element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.default": {
|
||||
"message": "motor",
|
||||
"description": "label for motor element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorOff": {
|
||||
"message": "isključi [MOTOR_ID]",
|
||||
"description": "turn a motor off"
|
||||
},
|
||||
"wedo2.motorOn": {
|
||||
"message": "uključi [MOTOR_ID]",
|
||||
"description": "turn a motor on indefinitely"
|
||||
},
|
||||
"wedo2.motorOnFor": {
|
||||
"message": "uključi [MOTOR_ID] na [DURATION] sekundi",
|
||||
"description": "turn a motor on for some time"
|
||||
},
|
||||
"wedo2.playNoteFor": {
|
||||
"message": "sviraj ton [NOTE] [DURATION] sekundi",
|
||||
"description": "play a certain note for some time"
|
||||
},
|
||||
"wedo2.setLightHue": {
|
||||
"message": "postavi boju svjetla na [HUE]",
|
||||
"description": "set the LED color"
|
||||
},
|
||||
"wedo2.setMotorDirection": {
|
||||
"message": "postavi smjer [MOTOR_ID] na [MOTOR_DIRECTION]",
|
||||
"description": "set the motor's turn direction"
|
||||
},
|
||||
"wedo2.startMotorPower": {
|
||||
"message": "postavi snagu [MOTOR_ID] na [POWER]",
|
||||
"description": "set the motor's power and turn it on"
|
||||
},
|
||||
"wedo2.tiltDirection.any": {
|
||||
"message": "bilo koja",
|
||||
"description": "label for any element in tilt direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.tiltDirection.down": {
|
||||
"message": "dolje",
|
||||
"description": "label for down element in tilt direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.tiltDirection.left": {
|
||||
"message": "lijevo",
|
||||
"description": "label for left element in tilt direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.tiltDirection.right": {
|
||||
"message": "desno",
|
||||
"description": "label for right element in tilt direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.tiltDirection.up": {
|
||||
"message": "gore",
|
||||
"description": "label for up element in tilt direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.whenDistance": {
|
||||
"message": "kada je udaljenost [OP] [REFERENCE]",
|
||||
"description": "check for when distance is < or > than reference"
|
||||
},
|
||||
"wedo2.whenTilted": {
|
||||
"message": "kada je nagnuto [TILT_DIRECTION_ANY]",
|
||||
"description": "check when tilted in a certain direction"
|
||||
}
|
||||
}
|
|
@ -416,11 +416,11 @@
|
|||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||||
},
|
||||
"text2speech.alto": {
|
||||
"message": "중저음",
|
||||
"message": "중고음",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "거인",
|
||||
"message": "저음",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -440,11 +440,11 @@
|
|||
"description": "Speak some words."
|
||||
},
|
||||
"text2speech.squeak": {
|
||||
"message": "끼익 하는 소리",
|
||||
"message": "고음",
|
||||
"description": "Name for a funny voice with a high pitch."
|
||||
},
|
||||
"text2speech.tenor": {
|
||||
"message": "고음",
|
||||
"message": "중저음",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"translate.categoryName": {
|
||||
|
|
|
@ -416,7 +416,7 @@
|
|||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||||
},
|
||||
"text2speech.alto": {
|
||||
"message": "alto",
|
||||
"message": "alt",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.giant": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "Wyświetl tekst",
|
||||
"description": "display text on the micro:bit display"
|
||||
},
|
||||
"microbit.gesturesMenu.jumped": {
|
||||
|
@ -124,7 +124,7 @@
|
|||
"description": "when the selected gesture is detected by the micro:bit"
|
||||
},
|
||||
"microbit.whenPinConnected": {
|
||||
"message": "when pin [PIN] connected",
|
||||
"message": "Kiedy pin[PIN]połączony",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -400,7 +400,7 @@
|
|||
"description": "The default phrase/word that, when heard, triggers the event."
|
||||
},
|
||||
"speech.extensionName": {
|
||||
"message": "Speech to Text",
|
||||
"message": "Mowa na tekst",
|
||||
"description": "Name of extension that adds speech recognition blocks."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -536,19 +536,19 @@
|
|||
"description": "label for reverse element in motor direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.a": {
|
||||
"message": "motor A",
|
||||
"message": "silnik A",
|
||||
"description": "label for motor A element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.all": {
|
||||
"message": "all motors",
|
||||
"message": "wszystkie silniki",
|
||||
"description": "label for all motors element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.b": {
|
||||
"message": "motor B",
|
||||
"message": "silnik B",
|
||||
"description": "label for motor B element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.default": {
|
||||
"message": "motor",
|
||||
"message": "silnik",
|
||||
"description": "label for motor element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorOff": {
|
||||
|
|
|
@ -412,7 +412,7 @@
|
|||
"description": "Get the text of spoken words transcribed by the speech recognition system."
|
||||
},
|
||||
"speech.whenIHear": {
|
||||
"message": "when I hear [PHRASE]",
|
||||
"message": "เมื่อฉันได้ยิน [PHRASE]",
|
||||
"description": "Event that triggers when the text entered on the block is recognized by the speech recognition system."
|
||||
},
|
||||
"text2speech.alto": {
|
||||
|
@ -424,7 +424,7 @@
|
|||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
"message": "kitten",
|
||||
"message": "ลูกแมว",
|
||||
"description": "A baby cat."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"ev3.beepNote": {
|
||||
"message": "beep note [NOTE] for [TIME] secs",
|
||||
"message": "[NOTE] notasını [TIME] saniye çal",
|
||||
"description": "play some note on EV3 for some time"
|
||||
},
|
||||
"ev3.buttonPressed": {
|
||||
"message": "button [PORT] pressed?",
|
||||
"message": "[PORT] düğmesi basıldı?",
|
||||
"description": "is a button on some port pressed?"
|
||||
},
|
||||
"ev3.getBrightness": {
|
||||
|
@ -16,31 +16,31 @@
|
|||
"description": "gets measured distance"
|
||||
},
|
||||
"ev3.getMotorPosition": {
|
||||
"message": "motor [PORT] position",
|
||||
"message": "[PORT] motor konumu",
|
||||
"description": "get the measured degrees a motor has turned"
|
||||
},
|
||||
"ev3.motorSetPower": {
|
||||
"message": "motor [PORT] set power [POWER] %",
|
||||
"message": "[PORT] motoru % [POWER]güçte ",
|
||||
"description": "set a motor's power to some value"
|
||||
},
|
||||
"ev3.motorTurnClockwise": {
|
||||
"message": "motor [PORT] turn this way for [TIME] seconds",
|
||||
"message": "[PORT] motoru bu yönde [TIME] saniye döndür",
|
||||
"description": "turn a motor clockwise for some time"
|
||||
},
|
||||
"ev3.motorTurnCounterClockwise": {
|
||||
"message": "motor [PORT] turn that way for [TIME] seconds",
|
||||
"message": "[PORT] motoru bu yönde [TIME] saniye döndür",
|
||||
"description": "turn a motor counter-clockwise for some time"
|
||||
},
|
||||
"ev3.whenBrightnessLessThan": {
|
||||
"message": "when brightness < [DISTANCE]",
|
||||
"message": "parlaklık < [DISTANCE]olduğunda",
|
||||
"description": "when value measured by brightness sensor is less than some value"
|
||||
},
|
||||
"ev3.whenButtonPressed": {
|
||||
"message": "when button [PORT] pressed",
|
||||
"message": "düğme [PORT] basıldığında",
|
||||
"description": "when a button connected to a port is pressed"
|
||||
},
|
||||
"ev3.whenDistanceLessThan": {
|
||||
"message": "when distance < [DISTANCE]",
|
||||
"message": "mesafe < [DISTANCE]olduğunda",
|
||||
"description": "when the value measured by the distance sensor is less than some value"
|
||||
},
|
||||
"microbit.buttonsMenu.any": {
|
||||
|
@ -48,7 +48,7 @@
|
|||
"description": "label for \"any\" element in button picker for micro:bit extension"
|
||||
},
|
||||
"microbit.clearDisplay": {
|
||||
"message": "clear display",
|
||||
"message": "ekranı temizle",
|
||||
"description": "display nothing on the micro:bit display"
|
||||
},
|
||||
"microbit.defaultTextToDisplay": {
|
||||
|
@ -56,31 +56,31 @@
|
|||
"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": "display [MATRIX]",
|
||||
"message": "[MATRIX]göster",
|
||||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "[TEXT]yazısını göster",
|
||||
"description": "display text on the micro:bit display"
|
||||
},
|
||||
"microbit.gesturesMenu.jumped": {
|
||||
"message": "jumped",
|
||||
"message": "atlanmış",
|
||||
"description": "label for jumped gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.moved": {
|
||||
"message": "moved",
|
||||
"message": "taşınmış",
|
||||
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.shaken": {
|
||||
"message": "shaken",
|
||||
"message": "sallanmış",
|
||||
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.isButtonPressed": {
|
||||
"message": "[BTN] button pressed?",
|
||||
"message": "[BTN] düğmesi basıldı?",
|
||||
"description": "is the selected button on the micro:bit pressed?"
|
||||
},
|
||||
"microbit.isTilted": {
|
||||
"message": "tilted [DIRECTION]?",
|
||||
"message": "[DIRECTION]eğildi ?",
|
||||
"description": "is the micro:bit is tilted in a direction?"
|
||||
},
|
||||
"microbit.pinStateMenu.off": {
|
||||
|
@ -92,7 +92,7 @@
|
|||
"description": "label for on element in pin state picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltAngle": {
|
||||
"message": "tilt angle [DIRECTION]",
|
||||
"message": "[DIRECTION] eğim açısı",
|
||||
"description": "how much the micro:bit is tilted in a direction"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.any": {
|
||||
|
@ -116,19 +116,19 @@
|
|||
"description": "label for right element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.whenButtonPressed": {
|
||||
"message": "when [BTN] button pressed",
|
||||
"message": "[BTN] düğmesi basıldığında",
|
||||
"description": "when the selected button on the micro:bit is pressed"
|
||||
},
|
||||
"microbit.whenGesture": {
|
||||
"message": "when [GESTURE]",
|
||||
"message": "[GESTURE]olduğunda",
|
||||
"description": "when the selected gesture is detected by the micro:bit"
|
||||
},
|
||||
"microbit.whenPinConnected": {
|
||||
"message": "when pin [PIN] connected",
|
||||
"message": "[PIN] pini bağlandığında",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
"message": "when tilted [DIRECTION]",
|
||||
"message": "[DIRECTION]eğildiğinde",
|
||||
"description": "when the micro:bit is tilted in a direction"
|
||||
},
|
||||
"music.categoryName": {
|
||||
|
@ -400,7 +400,7 @@
|
|||
"description": "The default phrase/word that, when heard, triggers the event."
|
||||
},
|
||||
"speech.extensionName": {
|
||||
"message": "Speech to Text",
|
||||
"message": "Konuşmayı Yazıya",
|
||||
"description": "Name of extension that adds speech recognition blocks."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "dev",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -428,7 +428,7 @@
|
|||
"description": "A baby cat."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "dili [LANGUAGE]'ye ayarla",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
@ -516,11 +516,11 @@
|
|||
"description": "the value returned by the distance sensor"
|
||||
},
|
||||
"wedo2.getTiltAngle": {
|
||||
"message": "tilt angle [TILT_DIRECTION]",
|
||||
"message": "[TILT_DIRECTION]eğim açısı",
|
||||
"description": "the angle returned by the tilt sensor"
|
||||
},
|
||||
"wedo2.isTilted": {
|
||||
"message": "tilted [TILT_DIRECTION_ANY]?",
|
||||
"message": "[TILT_DIRECTION_ANY]eğildi?",
|
||||
"description": "whether the tilt sensor is tilted"
|
||||
},
|
||||
"wedo2.motorDirection.backward": {
|
||||
|
@ -536,15 +536,15 @@
|
|||
"description": "label for reverse element in motor direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.a": {
|
||||
"message": "motor A",
|
||||
"message": "A motoru",
|
||||
"description": "label for motor A element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.all": {
|
||||
"message": "all motors",
|
||||
"message": "tüm motorlar",
|
||||
"description": "label for all motors element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.b": {
|
||||
"message": "motor B",
|
||||
"message": "B motoru",
|
||||
"description": "label for motor B element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorId.default": {
|
||||
|
@ -552,31 +552,31 @@
|
|||
"description": "label for motor element in motor menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.motorOff": {
|
||||
"message": "turn [MOTOR_ID] off",
|
||||
"message": "[MOTOR_ID] u kapat",
|
||||
"description": "turn a motor off"
|
||||
},
|
||||
"wedo2.motorOn": {
|
||||
"message": "turn [MOTOR_ID] on",
|
||||
"message": "[MOTOR_ID] u aç",
|
||||
"description": "turn a motor on indefinitely"
|
||||
},
|
||||
"wedo2.motorOnFor": {
|
||||
"message": "turn [MOTOR_ID] on for [DURATION] seconds",
|
||||
"message": "[MOTOR_ID] u çevir [DURATION] saniye",
|
||||
"description": "turn a motor on for some time"
|
||||
},
|
||||
"wedo2.playNoteFor": {
|
||||
"message": "play note [NOTE] for [DURATION] seconds",
|
||||
"message": "[NOTE] notasını çal [DURATION] saniye",
|
||||
"description": "play a certain note for some time"
|
||||
},
|
||||
"wedo2.setLightHue": {
|
||||
"message": "set light color to [HUE]",
|
||||
"message": "ışık rengini [HUE] 'ye ayarla",
|
||||
"description": "set the LED color"
|
||||
},
|
||||
"wedo2.setMotorDirection": {
|
||||
"message": "set [MOTOR_ID] direction to [MOTOR_DIRECTION]",
|
||||
"message": "[MOTOR_ID] yönünü [MOTOR_DIRECTION]'a ayarla",
|
||||
"description": "set the motor's turn direction"
|
||||
},
|
||||
"wedo2.startMotorPower": {
|
||||
"message": "set [MOTOR_ID] power to [POWER]",
|
||||
"message": "[MOTOR_ID] gücünü [POWER]'e ayarla",
|
||||
"description": "set the motor's power and turn it on"
|
||||
},
|
||||
"wedo2.tiltDirection.any": {
|
||||
|
@ -600,11 +600,11 @@
|
|||
"description": "label for up element in tilt direction menu for LEGO WeDo 2 extension"
|
||||
},
|
||||
"wedo2.whenDistance": {
|
||||
"message": "when distance [OP] [REFERENCE]",
|
||||
"message": " [OP] [REFERENCE]mesafe olduğunda",
|
||||
"description": "check for when distance is < or > than reference"
|
||||
},
|
||||
"wedo2.whenTilted": {
|
||||
"message": "when tilted [TILT_DIRECTION_ANY]",
|
||||
"message": "[TILT_DIRECTION_ANY]eğildiğinde",
|
||||
"description": "check when tilted in a certain direction"
|
||||
}
|
||||
}
|
|
@ -324,7 +324,7 @@
|
|||
"description": "set tempo (speed) for notes, drums, and rests played"
|
||||
},
|
||||
"pen.categoryName": {
|
||||
"message": "Pen",
|
||||
"message": "Gege",
|
||||
"description": "Label for the pen extension category"
|
||||
},
|
||||
"pen.changeColorParam": {
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Даҽазнык аҽаҿакра",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Иаарласны...",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Аԥшаара",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Иҭыҵтәуп",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ахеилак ахәаԥшра",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Ахархәаҩ ихьӡ",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Аҿыц",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Угәаанагарақәа рыцеиҩша",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Апубликациа азуп",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Афаил",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Иаҿактәуп Turbo арежим",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ахеилак ахәаԥшра",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Шәыҽҭажәгал",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Апроеқт ахьӡ абра",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Апубликациа азуп",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Угәаанагарақәа рыцеиҩша",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ацхыраара",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Иалхтәуп арҵага шәҟәы",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Аԥҵара...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Аиқәырхара...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Миау",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Далх ицәырҵраны иҟоу афырхаҵа",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Иалх еизгатәу",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Еизгала аобиеқтқәа",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Иаԥҵа Аԥхьаӡара Аҽеиҭак",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Аҩаӡара ҿыц: Иԥсах аҿаԥшыра",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Аҭоурыхқәа",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Анбанқәа",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "ахырхарҭа",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Teken uit",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Gebruikersnaam",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nuut",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Deel",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Lêer",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Deel",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Besig om te stoor...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "rigting",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "በቅርቡ ይመጣል",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "ፈልጉ",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "ዘግተህ ውጣ",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "ህብረተሰቡን ይዩ",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "የተጠቃሚ ስም",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "አዲስ",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "አጋራ",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "ፋይል",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "ቱርቦ ሞድ አብራ",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "ህብረተሰቡን ይዩ",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "የScratch አባል ይሁኑ",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "አጋራ",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "እርዳታ",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "አጋዥ ስልጠና ይምረጡ",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "በመፍጠር ላይ......",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "እየተቀመጠ ነው...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "ተረቶች",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "ፊደላት",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "አቅጣጫ",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "قريبا",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "ابحث",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "تسجيل الخروج",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "انظر المجتمع",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "اسم المستخدم",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "جديد",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "مشاركة",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "المشاركة",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "ملف",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "تشغيل وضع التوربو ",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "انظر المجتمع",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "انضم إلى سكراتش",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "عنوان المشروع هنا",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "المشاركة",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "مشاركة",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "مساعدة",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "اختر البرنامج التعليمي",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "الإنشاء جارٍ...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "الحفظ جارٍ...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "مواء ",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "القصص",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "الحروف",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "الاتجاه",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nouveau",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creando...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direición",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Tezliklə ...",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Axtarış",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Çıxış",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "İctimai baxış",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "İstifadəçi Adı",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Yeni",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Paylaş",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fayl",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turbo rejimini işə sal",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "İctimai baxış",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Skreç-ə qoşulun",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Layihənin başlığı burada",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Paylaş",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Yardım",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Təlimat seçin",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Yaradılma...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saxlanılır...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miyo",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Hekayələr",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Hərflər",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "istiqamət",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Выйсці",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Новы",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Апублікаваць",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Файл",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Апублікаваць",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Ствараю...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Захаванне...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Літары",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "кірунак",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Очаквайте скоро",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Търсене",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Изход",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Потребителско име",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Нов",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Споделяне",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Споделено",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Файл",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Присъединяване в Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Споделено",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Споделяне",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Помощ",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Създаване...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Записване...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Истории",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Букви",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "посока",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "নতুন",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "নথি",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "তৈরি করা হচ্ছে...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "সংরক্ষণ করা হচ্ছে...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "অক্ষর",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "দিক",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Torna a connectar",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Properament",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Cerca",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Finalitza la sessió",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Mira la comunitat",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nom d'usuari",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nou",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Comparteix",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartits",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fitxer",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Activa el Mode Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Mira la comunitat",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Uneix-te a l'Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Títol del projecte aquí",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartits",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Comparteix",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ajuda",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Tria un tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "S'està creant...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "S'està desant...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Mèu",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -920,7 +948,7 @@
|
|||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
"message": "Afegeix els blocs Text to Speech",
|
||||
"message": "Afegeix els blocs De text a parla",
|
||||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Tria un personatge a mostrar",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Tria un objecte a capturar",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Recull objectes",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Crea una variable de puntuació",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Nivell superat: canvia el fons",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1188,7 +1216,7 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "Text to Speech",
|
||||
"message": "De text a parla",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Històries",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Lletres",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direcció",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "بەم زووانە",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "گەڕان",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "بینینی کۆمەڵگا",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "نوێ",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "هاوبەشی کردن",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "پەڕگە",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "بینینی کۆمەڵگا",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "هاوبەشی کردن",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "یارمەتی",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "فێرکارییەک هەڵبژێرە",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "دروستدەکرێت...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "پاشەکەوتکردن...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "پیتەکان",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "ئاڕاستە",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Již brzy",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Hledat",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Odhlášení",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Zobrazit společenství",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Jméno uživatele",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nový",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Sdílet",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Sdílené",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Soubor",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Zapni turbo režim",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Zobrazit společenství",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Připojit se ke Scratchi",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Název projektu",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Sdílené",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Sdílet",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Pomoc",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Vyber si návod",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Vytvářím...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Ukládám...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Mňau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Příběhy",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Písmena",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "směr",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Ailgysyslltu",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Yn Dod Cyn Bo Hir",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Chwilio",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Allgofnodi",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Gweld y Gymuned",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Enw defnyddwir",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Newydd",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Rhannu",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Wedi eu Rhannu",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Ffeil",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "`Cychwyn y Modd Tyrbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Gweld y Gymuned",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Ymuno â Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Teitl project yma",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Wedi eu Rhannu",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Rhannu",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Cymorth",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Dewis Tiwtorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creu...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Wrthi'n cadw...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miaw",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Dewis pa Gymeriad i'w Ddangos",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Dewis pa Wrthrych i Redeg ar ei Ôl",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Casglu Gwrthrychau",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Creu Newidyn Sgôr",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Lefel i Fyny: Newid Cefnlen",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Straeon",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Llythyrau",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "cyfeiriad",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Forbind igen",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Kommer snart",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Søg",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Log ud",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Se fællesskabet",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Brugernavn",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Ny",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Del",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Delte",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fil",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Sæt turbo på",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Se fællesskabet",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Meld dig ind i Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Skriv projektets navn her",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Delte",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Del",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Hjælp",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Vælg en vejledning",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Opretter...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Gemmer...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Mijav",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Vælg hvilken sprite der skal vises",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Vælg en ting der skal fanges",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Indsaml ting",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Lav en variabel med point",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Næste level: skift baggrund",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Historier",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Bogstaver",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "retning",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Wiederverbinden",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Bald verfügbar",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Suche",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Abmelden",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Community ansehen",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Benutzername",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Neu",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Veröffentlichen",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Veröffentlicht",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Datei",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turbo-Modus ausschalten",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Community ansehen",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratcher werden",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Projekttitel",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Veröffentlicht",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Veröffentlichen",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Hilfe",
|
||||
"description": "Help button in modal"
|
||||
|
@ -624,15 +636,15 @@
|
|||
"description": "Recording modal title"
|
||||
},
|
||||
"gui.recordingStep.beginRecord": {
|
||||
"message": "Begin recording by clicking the button below",
|
||||
"message": "Starte die Aufnahme, indem Du auf den Button unten klickst",
|
||||
"description": "Message for recording sound modal"
|
||||
},
|
||||
"gui.recordingStep.permission": {
|
||||
"message": "{arrow}We need your permission to use your microphone",
|
||||
"message": "{arrow}Wir benötigen Deine Zustimmung, um Dein Mikrofon zu benutzen",
|
||||
"description": "Permission required notice in recording sound modal. Do not translate {arrow}"
|
||||
},
|
||||
"gui.recordingStep.stop": {
|
||||
"message": "Stop recording",
|
||||
"message": "Stop Aufnahme",
|
||||
"description": "Stop recording button label"
|
||||
},
|
||||
"gui.recordingStep.record": {
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Wähle ein Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Erzeuge...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Speichere...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -916,11 +944,11 @@
|
|||
"description": "Step name for 'Add A Say Block' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud": {
|
||||
"message": "Create Animations That Talk",
|
||||
"message": "Erstelle Animationen, die sprechen können",
|
||||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
"message": "Add the Text to Speech blocks",
|
||||
"message": "Füge einen Text Vorlesen Block hinzu",
|
||||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
|
@ -928,11 +956,11 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
"message": "Set a Voice",
|
||||
"message": "Lege eine Stimme fest",
|
||||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
"message": "Move Around",
|
||||
"message": "Umher Bewegen",
|
||||
"description": "Step name for 'Move Around' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": {
|
||||
|
@ -940,11 +968,11 @@
|
|||
"description": "Step name for 'Add a Backdrop' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTAddSprite": {
|
||||
"message": "Add Another Character",
|
||||
"message": "Füge eine Figur hinzu",
|
||||
"description": "Step name for 'Add Another Character' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": {
|
||||
"message": "Perform a Song",
|
||||
"message": "Führe ein Lied auf",
|
||||
"description": "Step name for 'Perform a Song' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": {
|
||||
|
@ -952,19 +980,19 @@
|
|||
"description": "Step name for 'Change Color' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": {
|
||||
"message": "Spin Around",
|
||||
"message": "Herumdrehen",
|
||||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
"message": "Grow and Shrink",
|
||||
"message": "Wachsen und Schrumpfen",
|
||||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
"message": "Animate an Adventure Game",
|
||||
"message": "Animiere ein Abenteuer Spiel",
|
||||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Wähle die Figur, die gezeigt werden soll",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Wähle ein Objekt, das verfolgt werden soll",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Sammle Objekte",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Mach eine Variable für den Spielstand",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Level erhöhen: Ändere den Hintergrund",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1188,11 +1216,11 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "Text to Speech",
|
||||
"message": "Text Vorlesen",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
"message": "Make your projects talk.",
|
||||
"message": "Bring Deinem Projekt das Sprechen bei",
|
||||
"description": "Description for the Text to speech extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
|
@ -1304,7 +1332,7 @@
|
|||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "Verrückt",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.libraryTags.animation": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Geschichten",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Buchstaben",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "Richtung",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
@ -1344,7 +1376,7 @@
|
|||
"description": "Label for the costume name monitor when shown on the stage"
|
||||
},
|
||||
"gui.opcodeLabels.costumenumber": {
|
||||
"message": "costume number",
|
||||
"message": "Kostümnummer",
|
||||
"description": "Label for the costume number monitor when shown on the stage"
|
||||
},
|
||||
"gui.opcodeLabels.backdropname": {
|
||||
|
@ -1388,7 +1420,7 @@
|
|||
"description": "Label for the current date monitor when shown on the stage. Shows the current day of the month"
|
||||
},
|
||||
"gui.opcodeLabels.dayofweek": {
|
||||
"message": "dayofweek",
|
||||
"message": "Wochentag",
|
||||
"description": "Label for the current dayofweek monitor when shown on the stage"
|
||||
},
|
||||
"gui.opcodeLabels.hour": {
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Έρχεται Σύντομα",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Αναζήτηση",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Αποσύνδεση",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Δείτε την Κοινότητα",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Όνομα χρήστη",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Νέο Έργο",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Μοιραστείτε",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "σε κοινή χρήση",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Αρχείο",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Ενεργοποίηση Κατάστασης Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Δείτε την Κοινότητα",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Εγγραφή",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Τίτλος Έργου εδώ",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "σε κοινή χρήση",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Μοιραστείτε",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Βοήθεια",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Διάλεξε Μάθημα",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Γίνεται δημιουργία...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Γίνεται αποθήκευση...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Μιάου",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Ιστορίες",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Γράμματα",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "κατεύθυνση",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Serĉi",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Elsaluti",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Salutnomo",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nova",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Kunhavigi",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Kunhavigita",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Dosiero",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Krei Scratch-konton",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Kunhavigita",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Kunhavigi",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Helpo",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Kreado...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Konservado...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Rakontoj",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "orientiĝo",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Próximamente",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Buscar",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Cerrar sesión",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver Comunidad",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nombre de Usuario",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nuevo",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartir",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartidos",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Archivo",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Activar Modo turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver Comunidad",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Únete a Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Título del proyecto aquí",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartidos",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartir",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ayuda",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Elige un tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creando...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Guardando...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Historias",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letras",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "dirección",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Reconectar",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Pronto",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Busca",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Salir",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Visitar comunidad",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nombre de Usuario",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nuevo",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartir",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartidos",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Archivo",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Activar el modo Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Visitar comunidad",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Únete a Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Nombre del proyecto aquí",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartidos",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartir",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ayuda",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Elige un tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creando...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Guardando...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -916,11 +944,11 @@
|
|||
"description": "Step name for 'Add A Say Block' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud": {
|
||||
"message": "Create Animations That Talk",
|
||||
"message": "Crear animaciones que hablen",
|
||||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
"message": "Add the Text to Speech blocks",
|
||||
"message": "Añade los bloques de \"Texto a voz\"",
|
||||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
|
@ -928,11 +956,11 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
"message": "Set a Voice",
|
||||
"message": "Elige una voz",
|
||||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
"message": "Move Around",
|
||||
"message": "Muévete",
|
||||
"description": "Step name for 'Move Around' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": {
|
||||
|
@ -940,11 +968,11 @@
|
|||
"description": "Step name for 'Add a Backdrop' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTAddSprite": {
|
||||
"message": "Add Another Character",
|
||||
"message": "Añade otro personaje",
|
||||
"description": "Step name for 'Add Another Character' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": {
|
||||
"message": "Perform a Song",
|
||||
"message": "Toca una canción",
|
||||
"description": "Step name for 'Perform a Song' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": {
|
||||
|
@ -952,19 +980,19 @@
|
|||
"description": "Step name for 'Change Color' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": {
|
||||
"message": "Spin Around",
|
||||
"message": "Da vueltas",
|
||||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
"message": "Grow and Shrink",
|
||||
"message": "Haz que crezca y encoja",
|
||||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
"message": "Animate an Adventure Game",
|
||||
"message": "Animar un juego de aventuras",
|
||||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Elige qué personaje mostrar",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Elige qué objeto perseguir",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Recolecta objetos",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Crea una variable \"puntos\"",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Sube de nivel: cambia de fondo",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1188,11 +1216,11 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "Text to Speech",
|
||||
"message": "Texto a voz",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
"message": "Make your projects talk.",
|
||||
"message": "Haz que tus proyectos hablen.",
|
||||
"description": "Description for the Text to speech extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Historias",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letras",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "dirección",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Ilmub varsti...",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Otsing",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Logi välja",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Vaata kogukonda",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Kasutajanimi",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Uus",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Jaga",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Jagatud",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fail",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Vaata kogukonda",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Ühine Scratchiga",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Jagatud",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Jaga",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Abi",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Loomine...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Salvestamine ...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Lood",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "suund",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Birkonektatu",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -208,7 +208,7 @@
|
|||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "We are so sorry, but it looks like Scratch has crashed. This bug has been automatically reported to the Scratch Team. Please refresh your page to try again.",
|
||||
"message": "Asko sentitzen dugu, baina ematen du Scratch-ek huts egin duela. Intzidentzia hau era automatikoan bidali zaio Scratch taldeari. Freskatu orria berriro saiatzeko.",
|
||||
"description": "Message to inform the user that page has crashed."
|
||||
},
|
||||
"gui.crashMessage.reload": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Laster",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Bilatu",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Amaitu saioa",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ikusi komunitatea",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Erabiltzaile-izena",
|
||||
"description": "Label for login username input"
|
||||
|
@ -400,7 +416,7 @@
|
|||
"description": "Label for login password input"
|
||||
},
|
||||
"general.signIn": {
|
||||
"message": "Eman izena",
|
||||
"message": "Hasi saioa",
|
||||
"description": "Button text for user to sign in"
|
||||
},
|
||||
"login.needHelp": {
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Berria",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partekatu",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partekatuak",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fitxategia",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Piztu turbo modua",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ikusi komunitatea",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Batu Scratchera",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Hemen proiektuaren titulua",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partekatuak",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partekatu",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Laguntza",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Aukeratu tutorial bat",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Sortzen...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Gordetzen...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -916,11 +944,11 @@
|
|||
"description": "Step name for 'Add A Say Block' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud": {
|
||||
"message": "Create Animations That Talk",
|
||||
"message": "Sortu hitz egiten duten animazioak",
|
||||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
"message": "Add the Text to Speech blocks",
|
||||
"message": "Gehitu Testua irakurri blokeak",
|
||||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
|
@ -928,11 +956,11 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
"message": "Set a Voice",
|
||||
"message": "Ezarri ahots bat",
|
||||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
"message": "Move Around",
|
||||
"message": "Mugitu inguruan",
|
||||
"description": "Step name for 'Move Around' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": {
|
||||
|
@ -940,11 +968,11 @@
|
|||
"description": "Step name for 'Add a Backdrop' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTAddSprite": {
|
||||
"message": "Add Another Character",
|
||||
"message": "Gehitu beste karaktere bat",
|
||||
"description": "Step name for 'Add Another Character' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": {
|
||||
"message": "Perform a Song",
|
||||
"message": "Jo kantu bat",
|
||||
"description": "Step name for 'Perform a Song' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": {
|
||||
|
@ -952,19 +980,19 @@
|
|||
"description": "Step name for 'Change Color' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": {
|
||||
"message": "Spin Around",
|
||||
"message": "Biratu inguruan",
|
||||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
"message": "Grow and Shrink",
|
||||
"message": "Hazi eta txikitu",
|
||||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
"message": "Animate an Adventure Game",
|
||||
"message": "Sortu abentura jolas bat",
|
||||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Hautatu karaktere bat erakusteko",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -972,19 +1000,19 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNglide": {
|
||||
"message": "Txirrist egin inguruan",
|
||||
"message": "Irristatu inguruan",
|
||||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Hautatu objektu bat jarraitzeko",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Bildu objektuak",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Sortu puntuazio aldagai bat",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Maila gora: Aldatu atzeko ohiala",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1188,11 +1216,11 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "Text to Speech",
|
||||
"message": "Testua irakurri",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
"message": "Make your projects talk.",
|
||||
"message": "Eman hitza zure proiektuei",
|
||||
"description": "Description for the Text to speech extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
|
@ -1316,13 +1344,17 @@
|
|||
"description": "Tag for filtering a library for art"
|
||||
},
|
||||
"gui.libraryTags.games": {
|
||||
"message": "Jokoak",
|
||||
"message": "Jolasak",
|
||||
"description": "Tag for filtering a library for games"
|
||||
},
|
||||
"gui.libraryTags.stories": {
|
||||
"message": "Istorioak",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Hizkiak",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "norabidea",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "به زودی",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "جستجو",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "خروج",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "نام کاربری",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "جدید",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "به اشتراک گذاری",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "به اشتراک گذاشته شده",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "فایل",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "در اسکرچ",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "به اشتراک گذاشته شده",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "به اشتراک گذاری",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "کمک",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "درحال ساختن ..",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "در حال ذخیره",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "حروف",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "جهت",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Yhdistä uudelleen",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Tulossa pian",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Haku",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Kirjaudu ulos",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Tutustu yhteisöön",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Käyttäjänimi",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Uusi",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Jaa",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Jaetut",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Tiedosto",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Käynnistä turbotila",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Tutustu yhteisöön",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Liity Scratchiin",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Projektin otsikko tähän",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Jaetut",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Jaa",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Apua",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Valitse oppitunti",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Luodaan...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Tallennetaan...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Mau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Valitse näytettävä hahmo",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Valitse jahdattava kohde",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Kerää kohteita",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Tee pistemäärä-muuttuja",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Tason nosto: vaihda tausta",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Tarinat",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Kirjaimet",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "suunta",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Se reconnecter",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Ça arrive bientôt",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Rechercher",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Déconnexion",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Voir communauté",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nom d'utilisateur",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nouveau",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partager",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partagés",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fichier",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Activer le mode Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Voir communauté",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Rejoindre Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Titre du projet ici",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partagés",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partager",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Aide",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choisis un tutoriel",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Création en cours de...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Sauvegarde en cours...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miaou",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Choisis un personnage à afficher",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Choisis un objet à pourchasser",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Collecte les objets",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Fais une variable score",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Niveau supérieur : Change d'arrière-plan",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1188,7 +1216,7 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "Text to Speech",
|
||||
"message": "Synthèse vocale",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Histoires",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Lettres",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Cîr",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Va fûr",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Non utent",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Gnûf",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Condivît",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Jentre te comunitât di Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Condivît",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Jutori",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creazion in cors...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Salvataç in cors...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Storiis",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letaris",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direzion",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Le teacht go luath",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Cuardaigh",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Logáil amach",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Féach an Comhphobal",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Ainm úsáideora",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nua",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Comhroinn",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Comhroinnte",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Comhad",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Tosaigh an Mód Turbó",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Féach an Comhphobal",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Cláraigh le Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Teideal an tionscadail anseo",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Comhroinnte",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Comhroinn",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Cabhair",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Roghnaigh Cúrsa Teagaisc",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Á Chruthú...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Á Shábháil...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Míáú",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Scéalta",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Litreacha",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "treo",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Ri thighinn a dh’aithghearr",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Lorg",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Clàraich a-mach",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Faic a’ choimhearsnachd",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Ainm-cleachdaiche",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Ùr",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Co-roinn",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Air a cho-roinneadh",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Faidhle",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Cuir air am modh turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Faic a’ choimhearsnachd",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Ballrachd",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Cuir ainm a’ pròiseict an-seo",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Air a cho-roinneadh",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Co-roinn",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Cobhair",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Tagh oideachadh",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Ga chruthachadh...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Ga shàbhaladh...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miamh",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Sgeòil",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Litrichean",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "comhair",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Reconectar",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
"message": "Fondo",
|
||||
"message": "Mochila",
|
||||
"description": "Button to open the backpack"
|
||||
},
|
||||
"gui.backpack.errorBackpack": {
|
||||
|
@ -28,7 +28,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"gui.unsupportedBrowser.description": {
|
||||
"message": "Sentímolo, mais Scratch 3.0 non admite Internet Explorer, Vivaldi, Opera ou Silk. Recomendamos utilizar un navegador máis moderno, como Google Chrome, Mozilla Firefox ou Microsoft Edge.",
|
||||
"message": "Sentímolo, mais Scratch 3.0 non é compatíbel con Internet Explorer, Vivaldi, Opera nin Silk. Recomendamos utilizar un navegador máis moderno, como Google Chrome, Mozilla Firefox ou Microsoft Edge.",
|
||||
"description": "Unsupported browser description"
|
||||
},
|
||||
"gui.unsupportedBrowser.back": {
|
||||
|
@ -40,7 +40,7 @@
|
|||
"description": "Invitation to try 3.0 preview"
|
||||
},
|
||||
"gui.unsupportedBrowser.previewfaqlinktext": {
|
||||
"message": "Pregunas Habituais",
|
||||
"message": "Preguntas frecuentes",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.cameraModal.cameraModalTitle": {
|
||||
|
@ -96,7 +96,7 @@
|
|||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message2": {
|
||||
"message": "Proximamente ...",
|
||||
"message": "Proximamente...",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message3": {
|
||||
|
@ -240,7 +240,7 @@
|
|||
"description": "Label for button to add a label"
|
||||
},
|
||||
"gui.customProcedures.runWithoutScreenRefresh": {
|
||||
"message": "Executar sen refrescar a pantalla",
|
||||
"message": "Executar sen actualizar a pantalla",
|
||||
"description": "Label for checkbox to run without screen refresh"
|
||||
},
|
||||
"gui.customProcedures.cancel": {
|
||||
|
@ -268,7 +268,7 @@
|
|||
"description": "Button to change to the dont rotate rotation style"
|
||||
},
|
||||
"gui.gui.addExtension": {
|
||||
"message": "Engadir Extensión",
|
||||
"message": "Engadir extensión",
|
||||
"description": "Button to add an extension in the target pane"
|
||||
},
|
||||
"gui.gui.codeTab": {
|
||||
|
@ -316,13 +316,21 @@
|
|||
"description": "Invitation to try 3.0 preview"
|
||||
},
|
||||
"gui.importInfo.previewfaqlinktext": {
|
||||
"message": "Pregunas Habituais",
|
||||
"message": "Preguntas frecuentes",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.extensionLibrary.comingSoon": {
|
||||
"message": "Proximamente",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Buscar",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Saír",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver Comunidade ",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nome de usuario",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Novo",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartir",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartidos",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Ficheiro",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Activar Modo Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver Comunidade ",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Únete a Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Aquí o título do proxecto",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartidos",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartir",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Axuda",
|
||||
"description": "Help button in modal"
|
||||
|
@ -572,7 +584,7 @@
|
|||
"description": "Invitation to try 3.0 Beta"
|
||||
},
|
||||
"gui.previewInfo.previewfaqlinktext": {
|
||||
"message": "Pregunas Habituais",
|
||||
"message": "Preguntas frecuentes",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.gui.variableScopeOptionAllSprites": {
|
||||
|
@ -796,7 +808,7 @@
|
|||
"description": "WebGL missing message"
|
||||
},
|
||||
"gui.webglModal.webgllink": {
|
||||
"message": "Non admite WebGL",
|
||||
"message": "non é compatíbel con WebGL",
|
||||
"description": "link part of your browser does not support WebGL message"
|
||||
},
|
||||
"gui.webglModal.back": {
|
||||
|
@ -808,7 +820,7 @@
|
|||
"description": "Scratch 3.0 FAQ description"
|
||||
},
|
||||
"gui.webglModal.previewfaqlinktext": {
|
||||
"message": "Preguntas habituais",
|
||||
"message": "Preguntas frecuentes",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.costumeLibrary.chooseABackdrop": {
|
||||
|
@ -852,7 +864,7 @@
|
|||
"description": "Heading for the extension library"
|
||||
},
|
||||
"gui.extensionLibrary.extensionUrl": {
|
||||
"message": "Introduce o URL da extensió",
|
||||
"message": "Introduce o URL da extensión",
|
||||
"description": "Prompt for unoffical extension url"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Escolle un titorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creando...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Gardando...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -924,7 +952,7 @@
|
|||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
"message": "Decir Algo",
|
||||
"message": "Dicir algo",
|
||||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
|
@ -944,7 +972,7 @@
|
|||
"description": "Step name for 'Add Another Character' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": {
|
||||
"message": "Canta unha canció",
|
||||
"message": "Canta unha canción",
|
||||
"description": "Step name for 'Perform a Song' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": {
|
||||
|
@ -964,11 +992,11 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Elixir un carácter para mostrar",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
"message": "Decir Algo",
|
||||
"message": "Dicir algo",
|
||||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNglide": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Escoller un obxecto ao que seguir",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Recoller obxectos",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Crear unha variábel puntuación",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -1200,7 +1228,7 @@
|
|||
"description": "Name for the Translate extension"
|
||||
},
|
||||
"gui.extension.translate.description": {
|
||||
"message": "Traducir texto a moitos idiomas",
|
||||
"message": "Traducir texto a moitos idiomas.",
|
||||
"description": "Description for the Translate extension"
|
||||
},
|
||||
"gui.extension.microbit.description": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Historias",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letras",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "dirección",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "ટૂક સમયમાં આવશે",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "શોધ કરો",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "દિશા",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "התחברו שוב",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "בקרוב",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "חיפוש",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "התנתקות",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "צפו בקהילה",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "שם משתמש",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "חדש",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "שיתוף",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "משותף",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "קובץ",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "הפעילו מצב טורבו",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "צפו בקהילה",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "הצטרפו לסקראץ'",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "כתבו כאן את כותרת הפרויקט",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "משותף",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "שיתוף",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "עזרה",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "בחרו מדריך",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "מייצר...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "שומר...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "מיאו",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -932,7 +960,7 @@
|
|||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
"message": "Move Around",
|
||||
"message": "תזוזה במרחב",
|
||||
"description": "Step name for 'Move Around' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": {
|
||||
|
@ -952,7 +980,7 @@
|
|||
"description": "Step name for 'Change Color' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": {
|
||||
"message": "Spin Around",
|
||||
"message": "הסתובבו",
|
||||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
|
@ -960,11 +988,11 @@
|
|||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
"message": "Animate an Adventure Game",
|
||||
"message": "הנפישו משחק הרפתקאות",
|
||||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "בחרו דמות להראות",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,23 +1004,23 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "בחרו אובייקט לרדוף אחריו",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "איספו אובייקטים",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "צרו משתנה ניקוד",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
"message": "Keep Score",
|
||||
"message": "עקבו אחר התוצאה",
|
||||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "שלב הבא: רקע",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1192,7 +1220,7 @@
|
|||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
"message": "Make your projects talk.",
|
||||
"message": "גרמו לפרויקט שלכם לדבר",
|
||||
"description": "Description for the Text to speech extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "סיפורים",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "אותיות",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "כיוון",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,154 +1,154 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "पुनः जोड़े ",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
"message": "बैग",
|
||||
"message": "बैगपैक",
|
||||
"description": "Button to open the backpack"
|
||||
},
|
||||
"gui.backpack.errorBackpack": {
|
||||
"message": "Error loading backpack",
|
||||
"message": "बैगपैक लोड करने में त्रुटि ",
|
||||
"description": "Error backpack message"
|
||||
},
|
||||
"gui.backpack.loadingBackpack": {
|
||||
"message": "Loading...",
|
||||
"message": "लोड कर रहे हैं ......",
|
||||
"description": "Loading backpack message"
|
||||
},
|
||||
"gui.backpack.more": {
|
||||
"message": "More",
|
||||
"message": "और ",
|
||||
"description": "Load more from backpack"
|
||||
},
|
||||
"gui.backpack.emptyBackpack": {
|
||||
"message": "Backpack is empty",
|
||||
"message": "बैगपैक खाली है ",
|
||||
"description": "Empty backpack message"
|
||||
},
|
||||
"gui.unsupportedBrowser.label": {
|
||||
"message": "Browser is not supported",
|
||||
"message": "वेब ब्राउज़र सहायक नहीं है ",
|
||||
"description": ""
|
||||
},
|
||||
"gui.unsupportedBrowser.description": {
|
||||
"message": "We're very sorry, but Scratch 3.0 does not support Internet Explorer, Vivaldi, Opera or Silk. We recommend trying a newer browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.",
|
||||
"message": "हमें बहुत खेद है, लेकिन स्क्रैच 3.0 इंटरनेट एक्सप्लोरर, विवाल्डी, ओपेरा या रेशम के साथ कार्य नहीं करता है। हम गूगल क्रोम, मोज़िला फ़ायरफ़ॉक्स या माइक्रोसॉफ्ट एज जैसे नए ब्राउज़र को आजमाने की सलाह देते हैं।",
|
||||
"description": "Unsupported browser description"
|
||||
},
|
||||
"gui.unsupportedBrowser.back": {
|
||||
"message": "Back",
|
||||
"message": "वापस ",
|
||||
"description": "Button to go back in unsupported browser modal"
|
||||
},
|
||||
"gui.unsupportedBrowser.previewfaq": {
|
||||
"message": "To learn more, go to the {previewFaqLink}.",
|
||||
"message": "ज्यादा जानकारी के लिया {previewFaqLink} पर जाये ",
|
||||
"description": "Invitation to try 3.0 preview"
|
||||
},
|
||||
"gui.unsupportedBrowser.previewfaqlinktext": {
|
||||
"message": "FAQ",
|
||||
"message": "बारबार पूछे जाने वाले सवाल ",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.cameraModal.cameraModalTitle": {
|
||||
"message": "Take a Photo",
|
||||
"message": "फोटो लीजिये ",
|
||||
"description": "Title for prompt to take a picture (to add as a new costume)."
|
||||
},
|
||||
"gui.cameraModal.loadingCameraMessage": {
|
||||
"message": "Loading Camera...",
|
||||
"message": "कैमरा लोड कर रहे हैं ",
|
||||
"description": "Notification to the user that the camera is loading"
|
||||
},
|
||||
"gui.cameraModal.permissionRequest": {
|
||||
"message": "We need your permission to use your camera",
|
||||
"message": "हमें कैमरा इस्तमाल करने के लिए आपकी अनुमति चाहिए ",
|
||||
"description": "Notification to the user that the app needs camera access"
|
||||
},
|
||||
"gui.cameraModal.retakePhoto": {
|
||||
"message": "Retake Photo",
|
||||
"message": "पुनः फोटो लें ",
|
||||
"description": "A button that allows the user to take the picture again, replacing the old one"
|
||||
},
|
||||
"gui.cameraModal.save": {
|
||||
"message": "Save",
|
||||
"message": "सुरक्षित करें ",
|
||||
"description": "A button that allows the user to save the photo they took as a costume"
|
||||
},
|
||||
"gui.cameraModal.takePhoto": {
|
||||
"message": "Take Photo",
|
||||
"message": "फोटो लें ",
|
||||
"description": "A button to take a photo"
|
||||
},
|
||||
"gui.cameraModal.loadingCaption": {
|
||||
"message": "Loading...",
|
||||
"message": "लोड कर रहे हैं ......",
|
||||
"description": "A caption for a disabled button while the video from the camera is still loading"
|
||||
},
|
||||
"gui.cameraModal.enableCameraCaption": {
|
||||
"message": "Enable Camera",
|
||||
"message": "कैमरा सक्षम करें ",
|
||||
"description": "A caption for a disabled button prompting the user to enable camera access"
|
||||
},
|
||||
"gui.cards.all-tutorials": {
|
||||
"message": "Tutorials",
|
||||
"message": "शिक्षण सामग्री",
|
||||
"description": "Title for button to return to tutorials library"
|
||||
},
|
||||
"gui.cards.close": {
|
||||
"message": "Close",
|
||||
"message": "बंद करें ",
|
||||
"description": "Title for button to close how-to card"
|
||||
},
|
||||
"gui.cards.more-things-to-try": {
|
||||
"message": "More things to try!",
|
||||
"message": "अभ्यास हेतु अन्य सामग्रियां ",
|
||||
"description": "Title card with more things to try"
|
||||
},
|
||||
"gui.cards.see-more": {
|
||||
"message": "See more",
|
||||
"message": "और देखें ",
|
||||
"description": "Title for button to see more in how-to library"
|
||||
},
|
||||
"gui.comingSoon.message1": {
|
||||
"message": "Don't worry, we're on it {emoji}",
|
||||
"message": "चिन्ता ना करें , हम इसपर कार्य कर रहे हैं {emoji}",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message2": {
|
||||
"message": "Coming Soon...",
|
||||
"message": "शीघ्रः प्रस्तुत होगा ",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message3": {
|
||||
"message": "We're working on it {emoji}",
|
||||
"message": "हम इसपर कार्य कर रहे हैं {emoji}",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.connection.auto-scanning.noPeripheralsFound": {
|
||||
"message": "No devices found",
|
||||
"message": "सम्बंधित यन्त्र नहीं मिला ",
|
||||
"description": "Text shown when no devices could be found"
|
||||
},
|
||||
"gui.connection.auto-scanning.prescan": {
|
||||
"message": "Have your device nearby, then begin searching.",
|
||||
"message": "अपना यन्त्र पास रक्खें , पुनः खोज शुरू करें ",
|
||||
"description": "Prompt for beginning the search"
|
||||
},
|
||||
"gui.connection.auto-scanning.pressbutton": {
|
||||
"message": "Press the button on your device.",
|
||||
"message": "अपने यन्त्र पर बटन दबाएं ",
|
||||
"description": "Prompt for pushing the button on the device"
|
||||
},
|
||||
"gui.connection.auto-scanning.start-search": {
|
||||
"message": "Start Searching",
|
||||
"message": "खोजना शुरू करें ",
|
||||
"description": "Button in prompt for starting a search"
|
||||
},
|
||||
"gui.connection.connecting-searchbutton": {
|
||||
"message": "Searching...",
|
||||
"message": "खोज रहा है........ ",
|
||||
"description": "Label indicating that search is in progress"
|
||||
},
|
||||
"gui.connection.auto-scanning.try-again": {
|
||||
"message": "Try again",
|
||||
"message": "पुनः प्रयास करें ",
|
||||
"description": "Button in prompt for trying a device search again"
|
||||
},
|
||||
"gui.connection.connected": {
|
||||
"message": "Connected",
|
||||
"message": "जुड़ा हुआ ",
|
||||
"description": "Message indicating that a device was connected"
|
||||
},
|
||||
"gui.connection.disconnect": {
|
||||
"message": "Disconnect",
|
||||
"message": "बिना जुड़ा हुआ ",
|
||||
"description": "Button to disconnect the device"
|
||||
},
|
||||
"gui.connection.go-to-editor": {
|
||||
"message": "Go to Editor",
|
||||
"message": "संपादक को जाये ",
|
||||
"description": "Button to return to the editor"
|
||||
},
|
||||
"gui.connection.connecting-cancelbutton": {
|
||||
"message": "Connecting...",
|
||||
"message": "जुड़ रहा है .. ",
|
||||
"description": "Label indicating that connection is in progress"
|
||||
},
|
||||
"gui.connection.error.errorMessage": {
|
||||
"message": "Oops, looks like something went wrong.",
|
||||
"message": "लगता है कुछ गलत हुआ है",
|
||||
"description": "The device connection process has encountered an error."
|
||||
},
|
||||
"gui.connection.error.tryagainbutton": {
|
||||
"message": "Try again",
|
||||
"message": "पुनः प्रयास करें ",
|
||||
"description": "Button to initiate trying the device connection again after an error"
|
||||
},
|
||||
"gui.connection.error.helpbutton": {
|
||||
|
@ -156,39 +156,39 @@
|
|||
"description": "Button to view help content"
|
||||
},
|
||||
"gui.connection.peripheral-name-label": {
|
||||
"message": "Device name",
|
||||
"message": "यन्त्र का नाम ",
|
||||
"description": "Label for field showing the device name"
|
||||
},
|
||||
"gui.connection.connect": {
|
||||
"message": "Connect",
|
||||
"message": "जुड़ें ",
|
||||
"description": "Button to start connecting to a specific device"
|
||||
},
|
||||
"gui.connection.scanning.lookingforperipherals": {
|
||||
"message": "Looking for devices",
|
||||
"message": "यंत्रो की खोज मे ",
|
||||
"description": "Text shown while scanning for devices"
|
||||
},
|
||||
"gui.connection.scanning.noPeripheralsFound": {
|
||||
"message": "No devices found",
|
||||
"message": "सम्बंधित यन्त्र नहीं मिला ",
|
||||
"description": "Text shown when no devices could be found"
|
||||
},
|
||||
"gui.connection.scanning.instructions": {
|
||||
"message": "Select your device in the list above.",
|
||||
"message": "उपरोक्त सूची मैं अपना यन्त्र चुनिए ",
|
||||
"description": "Prompt for choosing a device to connect to"
|
||||
},
|
||||
"gui.connection.search": {
|
||||
"message": "Refresh",
|
||||
"message": "ताजा ",
|
||||
"description": "Button in prompt for starting a search"
|
||||
},
|
||||
"gui.connection.unavailable.installscratchlink": {
|
||||
"message": "Make sure you have Scratch Link installed and running",
|
||||
"message": "सुनिश्चित करिये की आपने स्क्रैच संस्थापित किया है और वो कार्यान्वित है ",
|
||||
"description": "Message for getting Scratch Link installed"
|
||||
},
|
||||
"gui.connection.unavailable.enablebluetooth": {
|
||||
"message": "Check that Bluetooth is enabled",
|
||||
"message": "सुनिश्चित करिये की ब्लूटूथ कार्य कर रहा है ",
|
||||
"description": "Message for making sure Bluetooth is enabled"
|
||||
},
|
||||
"gui.connection.unavailable.tryagainbutton": {
|
||||
"message": "Try again",
|
||||
"message": "पुनः प्रयास करें ",
|
||||
"description": "Button to initiate trying the device connection again after an error"
|
||||
},
|
||||
"gui.connection.unavailable.helpbutton": {
|
||||
|
@ -196,23 +196,23 @@
|
|||
"description": "Button to view help content"
|
||||
},
|
||||
"gui.controls.go": {
|
||||
"message": "Go",
|
||||
"message": "शुरू करें ",
|
||||
"description": "Green flag button title"
|
||||
},
|
||||
"gui.controls.stop": {
|
||||
"message": "Stop",
|
||||
"message": "रोकें ",
|
||||
"description": "Stop button title"
|
||||
},
|
||||
"gui.crashMessage.label": {
|
||||
"message": "Oops! Something went wrong.",
|
||||
"message": "लगता है कुछ गलत हुआ है ",
|
||||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "We are so sorry, but it looks like Scratch has crashed. This bug has been automatically reported to the Scratch Team. Please refresh your page to try again.",
|
||||
"message": "चिन्ता ना करें , लगता है की स्क्रैच ध्वस्त हो गया है. इस घटना के बारे में स्क्रैच दल को स्वतः सूचित कर दिया गया है। कृपया इस पृष्ठ को पुनः ताजा करें ",
|
||||
"description": "Message to inform the user that page has crashed."
|
||||
},
|
||||
"gui.crashMessage.reload": {
|
||||
"message": "Reload",
|
||||
"message": "पुनः ताजा करें ",
|
||||
"description": "Button to reload the page when page crashes"
|
||||
},
|
||||
"gui.customProcedures.myblockModalTitle": {
|
||||
|
@ -220,59 +220,59 @@
|
|||
"description": "Title for the modal where you create a custom block."
|
||||
},
|
||||
"gui.customProcedures.addAnInputNumberText": {
|
||||
"message": "Add an input",
|
||||
"message": "इनपुट जोड़े ",
|
||||
"description": "Label for button to add a number/text input"
|
||||
},
|
||||
"gui.customProcedures.numberTextType": {
|
||||
"message": "number or text",
|
||||
"message": "संख्या या शब्द ",
|
||||
"description": "Description of the number/text input type"
|
||||
},
|
||||
"gui.customProcedures.addAnInputBoolean": {
|
||||
"message": "Add an input",
|
||||
"message": "इनपुट जोड़े ",
|
||||
"description": "Label for button to add a boolean input"
|
||||
},
|
||||
"gui.customProcedures.booleanType": {
|
||||
"message": "boolean",
|
||||
"message": "बूलियन",
|
||||
"description": "Description of the boolean input type"
|
||||
},
|
||||
"gui.customProcedures.addALabel": {
|
||||
"message": "Add a label",
|
||||
"message": "उपनाम जोड़ें ",
|
||||
"description": "Label for button to add a label"
|
||||
},
|
||||
"gui.customProcedures.runWithoutScreenRefresh": {
|
||||
"message": "Run without screen refresh",
|
||||
"message": "बिना स्क्रीन रिफ्रेश किये आदेशों को संचालित करें ",
|
||||
"description": "Label for checkbox to run without screen refresh"
|
||||
},
|
||||
"gui.customProcedures.cancel": {
|
||||
"message": "Cancel",
|
||||
"message": "रद्द करें ",
|
||||
"description": "Label for button to cancel custom procedure edits"
|
||||
},
|
||||
"gui.customProcedures.ok": {
|
||||
"message": "OK",
|
||||
"message": "ठीक है ",
|
||||
"description": "Label for button to save new custom procedure"
|
||||
},
|
||||
"gui.SpriteInfo.direction": {
|
||||
"message": "Direction",
|
||||
"message": "प्रवाह ",
|
||||
"description": "Sprite info direction label"
|
||||
},
|
||||
"gui.directionPicker.rotationStyles.allAround": {
|
||||
"message": "All Around",
|
||||
"message": "चारों तरफ ",
|
||||
"description": "Button to change to the all around rotation style"
|
||||
},
|
||||
"gui.directionPicker.rotationStyles.leftRight": {
|
||||
"message": "Left/Right",
|
||||
"message": "बायें से दायें ",
|
||||
"description": "Button to change to the left-right rotation style"
|
||||
},
|
||||
"gui.directionPicker.rotationStyles.dontRotate": {
|
||||
"message": "Do not rotate",
|
||||
"message": "और न घुमाये ",
|
||||
"description": "Button to change to the dont rotate rotation style"
|
||||
},
|
||||
"gui.gui.addExtension": {
|
||||
"message": "Add Extension",
|
||||
"message": "विस्तार जोड़िये ",
|
||||
"description": "Button to add an extension in the target pane"
|
||||
},
|
||||
"gui.gui.codeTab": {
|
||||
"message": "Code",
|
||||
"message": "सांकेतिक लिपि ",
|
||||
"description": "Button to get to the code panel"
|
||||
},
|
||||
"gui.gui.backdropsTab": {
|
||||
|
@ -280,15 +280,15 @@
|
|||
"description": "Button to get to the backdrops panel"
|
||||
},
|
||||
"gui.gui.costumesTab": {
|
||||
"message": "Costumes",
|
||||
"message": "पोशाक ",
|
||||
"description": "Button to get to the costumes panel"
|
||||
},
|
||||
"gui.gui.soundsTab": {
|
||||
"message": "Sounds",
|
||||
"message": "ध्वनि नियंत्रण ",
|
||||
"description": "Button to get to the sounds panel"
|
||||
},
|
||||
"gui.importInfo.title": {
|
||||
"message": "View a Scratch 2.0 Project",
|
||||
"message": "एक स्क्रैच 2.0 परियोजना देखिये ",
|
||||
"description": "Scratch 2.0 import modal label - for accessibility"
|
||||
},
|
||||
"gui.importInfo.betamessage": {
|
||||
|
@ -312,17 +312,25 @@
|
|||
"description": "Label for button to back out of importing a project"
|
||||
},
|
||||
"gui.importInfo.previewfaq": {
|
||||
"message": "To learn more, go to the {previewFaqLink}.",
|
||||
"message": "ज्यादा जानकारी के लिया {previewFaqLink} पर जाये ",
|
||||
"description": "Invitation to try 3.0 preview"
|
||||
},
|
||||
"gui.importInfo.previewfaqlinktext": {
|
||||
"message": "FAQ",
|
||||
"message": "बारबार पूछे जाने वाले सवाल ",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.extensionLibrary.comingSoon": {
|
||||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -412,7 +428,7 @@
|
|||
"description": "accessibility text for the language selection menu"
|
||||
},
|
||||
"gui.menuBar.tutorialsLibrary": {
|
||||
"message": "Tutorials",
|
||||
"message": "शिक्षण सामग्री",
|
||||
"description": "accessibility text for the tutorials button"
|
||||
},
|
||||
"gui.menuBar.restoreSprite": {
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nouveau",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,12 +503,20 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "सहायता",
|
||||
"description": "Help button in modal"
|
||||
},
|
||||
"gui.modal.back": {
|
||||
"message": "Back",
|
||||
"message": "वापस ",
|
||||
"description": "Back button in modal"
|
||||
},
|
||||
"gui.monitor.listMonitor.empty": {
|
||||
|
@ -568,11 +580,11 @@
|
|||
"description": "Label for button to import a 2.0 project"
|
||||
},
|
||||
"gui.previewInfo.previewfaq": {
|
||||
"message": "To learn more, go to the {previewFaqLink}.",
|
||||
"message": "ज्यादा जानकारी के लिया {previewFaqLink} पर जाये ",
|
||||
"description": "Invitation to try 3.0 Beta"
|
||||
},
|
||||
"gui.previewInfo.previewfaqlinktext": {
|
||||
"message": "FAQ",
|
||||
"message": "बारबार पूछे जाने वाले सवाल ",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.gui.variableScopeOptionAllSprites": {
|
||||
|
@ -592,15 +604,15 @@
|
|||
"description": "A message that displays in a variable modal when the stage is selected indicating that the variable being created will available to all sprites."
|
||||
},
|
||||
"gui.prompt.cancel": {
|
||||
"message": "Cancel",
|
||||
"message": "रद्द करें ",
|
||||
"description": "Button in prompt for cancelling the dialog"
|
||||
},
|
||||
"gui.prompt.ok": {
|
||||
"message": "OK",
|
||||
"message": "ठीक है ",
|
||||
"description": "Button in prompt for confirming the dialog"
|
||||
},
|
||||
"gui.playbackStep.stopMsg": {
|
||||
"message": "Stop",
|
||||
"message": "रोकें ",
|
||||
"description": "Stop/Play button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.playMsg": {
|
||||
|
@ -608,11 +620,11 @@
|
|||
"description": "Stop/Play button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.loadingMsg": {
|
||||
"message": "Loading...",
|
||||
"message": "लोड कर रहे हैं ......",
|
||||
"description": "Loading/Save button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.saveMsg": {
|
||||
"message": "Save",
|
||||
"message": "सुरक्षित करें ",
|
||||
"description": "Loading/Save button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.reRecordMsg": {
|
||||
|
@ -648,7 +660,7 @@
|
|||
"description": "Title of the button to start playing the sound"
|
||||
},
|
||||
"gui.soundEditor.stop": {
|
||||
"message": "Stop",
|
||||
"message": "रोकें ",
|
||||
"description": "Title of the button to stop the sound"
|
||||
},
|
||||
"gui.soundEditor.trim": {
|
||||
|
@ -656,7 +668,7 @@
|
|||
"description": "Title of the button to start trimminging the sound"
|
||||
},
|
||||
"gui.soundEditor.save": {
|
||||
"message": "Save",
|
||||
"message": "सुरक्षित करें ",
|
||||
"description": "Title of the button to save trimmed sound"
|
||||
},
|
||||
"gui.soundEditor.undo": {
|
||||
|
@ -800,15 +812,15 @@
|
|||
"description": "link part of your browser does not support WebGL message"
|
||||
},
|
||||
"gui.webglModal.back": {
|
||||
"message": "Back",
|
||||
"message": "वापस ",
|
||||
"description": "Label for button go back when browser is unsupported"
|
||||
},
|
||||
"gui.webglModal.previewfaq": {
|
||||
"message": "To learn more, go to the {previewFaqLink}.",
|
||||
"message": "ज्यादा जानकारी के लिया {previewFaqLink} पर जाये ",
|
||||
"description": "Scratch 3.0 FAQ description"
|
||||
},
|
||||
"gui.webglModal.previewfaqlinktext": {
|
||||
"message": "FAQ",
|
||||
"message": "बारबार पूछे जाने वाले सवाल ",
|
||||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.costumeLibrary.chooseABackdrop": {
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "दिशा",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
1458
editor/interface/hr.json
Normal file
1458
editor/interface/hr.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Dekonekte",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nouvo",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Pataje",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fichye",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Pataje",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direksyon",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Hamarosan",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Keresés",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Kijelentkezés",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Közösség megtekintése",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Felhasználónév",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Új",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Megosztás",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fájl",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Kapcsolja be a turbó módot",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Közösség megtekintése",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Regisztrálj",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Megosztás",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Súgó",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Válassz Útmutatót",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Létrehozás...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Mentés folyamatban...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Történetek",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Betűk",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "iránya",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Դուրս գրվել",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Օգտվողի անունը",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Նոր",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Կիսվել",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Ֆայլ",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Կիսվել",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Ստեղծում է...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Պահում է...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "ուղղություն",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Akan Segera Datang",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Cari",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Keluar",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Lihat Komunitas",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nama Pengguna",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Baru",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Bagikan",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Terbagikan",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Berkas",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Lihat Komunitas",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Bergabung dengan Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Terbagikan",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Bagikan",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Bantuan",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Pilih sebuah Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Membuat...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Menyimpan...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Cerita",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Huruf",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "arah",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"gui.unsupportedBrowser.description": {
|
||||
"message": "\nAnyị nwere mwute, ma ọkọlọtọ 3.0 anaghị akwado Internet Explorer, Vivaldi, Opera ma ọ bụ Silk. Anyị na-akwado ịnwale ihe nchọgharị ọhụrụ dị ka Google Chrome, Mozilla Firefox, ma ọ bụ Microsoft Edge. ",
|
||||
"message": "Ewela iwe, Scratch 3.0 anaghị akwado Internet Explorer, Vivaldi, Opera ma ọ bụ Silk. O ga-aka nma iji ihe nchọgharị ọhụrụ dị ka Google Chrome, Mozilla Firefox, ma ọ bụ Microsoft Edge. ",
|
||||
"description": "Unsupported browser description"
|
||||
},
|
||||
"gui.unsupportedBrowser.back": {
|
||||
|
@ -60,7 +60,7 @@
|
|||
"description": "A button that allows the user to take the picture again, replacing the old one"
|
||||
},
|
||||
"gui.cameraModal.save": {
|
||||
"message": "Save",
|
||||
"message": "Dozie",
|
||||
"description": "A button that allows the user to save the photo they took as a costume"
|
||||
},
|
||||
"gui.cameraModal.takePhoto": {
|
||||
|
@ -92,7 +92,7 @@
|
|||
"description": "Title for button to see more in how-to library"
|
||||
},
|
||||
"gui.comingSoon.message1": {
|
||||
"message": "Ewela nchegbu ,anyi na-elebara anya na ya",
|
||||
"message": "Enyela onwe gi nsogbu, anyi na-elebara ya anya {emoji}",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message2": {
|
||||
|
@ -152,7 +152,7 @@
|
|||
"description": "Button to initiate trying the device connection again after an error"
|
||||
},
|
||||
"gui.connection.error.helpbutton": {
|
||||
"message": "Nyere aka",
|
||||
"message": "Enyemaka",
|
||||
"description": "Button to view help content"
|
||||
},
|
||||
"gui.connection.peripheral-name-label": {
|
||||
|
@ -192,7 +192,7 @@
|
|||
"description": "Button to initiate trying the device connection again after an error"
|
||||
},
|
||||
"gui.connection.unavailable.helpbutton": {
|
||||
"message": "Nyere aka",
|
||||
"message": "Enyemaka",
|
||||
"description": "Button to view help content"
|
||||
},
|
||||
"gui.controls.go": {
|
||||
|
@ -244,11 +244,11 @@
|
|||
"description": "Label for checkbox to run without screen refresh"
|
||||
},
|
||||
"gui.customProcedures.cancel": {
|
||||
"message": "Cancel",
|
||||
"message": "Kagbuo",
|
||||
"description": "Label for button to cancel custom procedure edits"
|
||||
},
|
||||
"gui.customProcedures.ok": {
|
||||
"message": "OK",
|
||||
"message": "O dinma",
|
||||
"description": "Label for button to save new custom procedure"
|
||||
},
|
||||
"gui.SpriteInfo.direction": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Lee obodo",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Lee obodo",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,8 +503,16 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Nyere aka",
|
||||
"message": "Enyemaka",
|
||||
"description": "Help button in modal"
|
||||
},
|
||||
"gui.modal.back": {
|
||||
|
@ -536,11 +548,11 @@
|
|||
"description": "Header for Preview Info Modal"
|
||||
},
|
||||
"gui.previewModal.notnowtooltip": {
|
||||
"message": "Ugbua ugbua",
|
||||
"message": "O bughi ugbua",
|
||||
"description": "Tooltip for Not Now button"
|
||||
},
|
||||
"gui.previewModal.tryittooltip": {
|
||||
"message": "Try It",
|
||||
"message": "Nwaa ya",
|
||||
"description": "Tooltip for Try It button"
|
||||
},
|
||||
"gui.previewModal.viewprojecttooltip": {
|
||||
|
@ -552,15 +564,15 @@
|
|||
"description": "Header for Beta Info Modal"
|
||||
},
|
||||
"gui.previewInfo.invitation": {
|
||||
"message": "We're working on the next generation of Scratch. We're excited for you to try it!",
|
||||
"message": "Anyi na-aru oru iweputa Scratchi nke ohuru. O ga eme anyi obi uto ma inwale ya!",
|
||||
"description": "Invitation to try 3.0 Beta"
|
||||
},
|
||||
"gui.previewInfo.notnow": {
|
||||
"message": "Ugbua ugbua",
|
||||
"message": "Obughi ugbua",
|
||||
"description": "Label for button to back out of trying Scratch 3.0 Beta"
|
||||
},
|
||||
"gui.previewModal.tryit": {
|
||||
"message": "Try It! {caticon}",
|
||||
"message": "Nwaa ya!{caticon}",
|
||||
"description": "Label for button to try Scratch 3.0 Beta"
|
||||
},
|
||||
"gui.previewModal.viewproject": {
|
||||
|
@ -576,7 +588,7 @@
|
|||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.gui.variableScopeOptionAllSprites": {
|
||||
"message": "For all sprites",
|
||||
"message": "Nke spraiti niile",
|
||||
"description": "Option message when creating a variable for making it available to all sprites"
|
||||
},
|
||||
"gui.gui.variableScopeOptionSpriteOnly": {
|
||||
|
@ -592,11 +604,11 @@
|
|||
"description": "A message that displays in a variable modal when the stage is selected indicating that the variable being created will available to all sprites."
|
||||
},
|
||||
"gui.prompt.cancel": {
|
||||
"message": "Cancel",
|
||||
"message": "Kagbuo",
|
||||
"description": "Button in prompt for cancelling the dialog"
|
||||
},
|
||||
"gui.prompt.ok": {
|
||||
"message": "OK",
|
||||
"message": "O dinma",
|
||||
"description": "Button in prompt for confirming the dialog"
|
||||
},
|
||||
"gui.playbackStep.stopMsg": {
|
||||
|
@ -604,7 +616,7 @@
|
|||
"description": "Stop/Play button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.playMsg": {
|
||||
"message": "Play",
|
||||
"message": "Kpọọ",
|
||||
"description": "Stop/Play button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.loadingMsg": {
|
||||
|
@ -612,7 +624,7 @@
|
|||
"description": "Loading/Save button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.saveMsg": {
|
||||
"message": "Save",
|
||||
"message": "Dozie",
|
||||
"description": "Loading/Save button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.reRecordMsg": {
|
||||
|
@ -644,11 +656,11 @@
|
|||
"description": "Label for the name of the sound"
|
||||
},
|
||||
"gui.soundEditor.play": {
|
||||
"message": "Play",
|
||||
"message": "Kpọọ",
|
||||
"description": "Title of the button to start playing the sound"
|
||||
},
|
||||
"gui.soundEditor.stop": {
|
||||
"message": "Kwusi",
|
||||
"message": "Kwụsị",
|
||||
"description": "Title of the button to stop the sound"
|
||||
},
|
||||
"gui.soundEditor.trim": {
|
||||
|
@ -656,23 +668,23 @@
|
|||
"description": "Title of the button to start trimminging the sound"
|
||||
},
|
||||
"gui.soundEditor.save": {
|
||||
"message": "Save",
|
||||
"message": "Dozie",
|
||||
"description": "Title of the button to save trimmed sound"
|
||||
},
|
||||
"gui.soundEditor.undo": {
|
||||
"message": "Megharia",
|
||||
"message": "Megharia azu",
|
||||
"description": "Title of the button to undo"
|
||||
},
|
||||
"gui.soundEditor.redo": {
|
||||
"message": "Megharia ilu",
|
||||
"message": "Megharia ihu",
|
||||
"description": "Title of the button to redo"
|
||||
},
|
||||
"gui.soundEditor.faster": {
|
||||
"message": "Faster",
|
||||
"message": "Ọsọ-ọsọ",
|
||||
"description": "Title of the button to apply the faster effect"
|
||||
},
|
||||
"gui.soundEditor.slower": {
|
||||
"message": "Nwayoo",
|
||||
"message": "Nwayọọ",
|
||||
"description": "Title of the button to apply the slower effect"
|
||||
},
|
||||
"gui.soundEditor.echo": {
|
||||
|
@ -684,27 +696,27 @@
|
|||
"description": "Title of the button to apply the robot effect"
|
||||
},
|
||||
"gui.soundEditor.louder": {
|
||||
"message": "Louder",
|
||||
"message": "Welite olu",
|
||||
"description": "Title of the button to apply the louder effect"
|
||||
},
|
||||
"gui.soundEditor.softer": {
|
||||
"message": "Softer",
|
||||
"message": "Wedata olu",
|
||||
"description": "Title of the button to apply thr.softer effect"
|
||||
},
|
||||
"gui.soundEditor.reverse": {
|
||||
"message": "Reverse",
|
||||
"message": "Tụgharia azụ",
|
||||
"description": "Title of the button to apply the reverse effect"
|
||||
},
|
||||
"gui.SpriteInfo.spritePlaceholder": {
|
||||
"message": "Name",
|
||||
"message": "Aha",
|
||||
"description": "Placeholder text for sprite name"
|
||||
},
|
||||
"gui.SpriteInfo.sprite": {
|
||||
"message": "Sprite",
|
||||
"message": "Spraiti",
|
||||
"description": "Sprite info label"
|
||||
},
|
||||
"gui.SpriteInfo.show": {
|
||||
"message": "Show",
|
||||
"message": "Gosi",
|
||||
"description": "Sprite info show label"
|
||||
},
|
||||
"gui.SpriteInfo.size": {
|
||||
|
@ -712,19 +724,19 @@
|
|||
"description": "Sprite info size label"
|
||||
},
|
||||
"gui.spriteSelectorItem.contextMenuDuplicate": {
|
||||
"message": "duplicate",
|
||||
"message": "mee oyiri",
|
||||
"description": "Menu item to duplicate in the right click menu"
|
||||
},
|
||||
"gui.spriteSelectorItem.contextMenuDelete": {
|
||||
"message": "delete",
|
||||
"message": "kpochapu",
|
||||
"description": "Menu item to delete in the right click menu"
|
||||
},
|
||||
"gui.spriteSelectorItem.contextMenuExport": {
|
||||
"message": "export",
|
||||
"message": "zipu",
|
||||
"description": "Menu item to export the selected item"
|
||||
},
|
||||
"gui.spriteSelector.addSpriteFromLibrary": {
|
||||
"message": "Choose a Sprite",
|
||||
"message": "Ghọrọ otu Spraiti",
|
||||
"description": "Button to add a sprite in the target pane from library"
|
||||
},
|
||||
"gui.spriteSelector.addSpriteFromPaint": {
|
||||
|
@ -736,15 +748,15 @@
|
|||
"description": "Button to add a random sprite in the target pane"
|
||||
},
|
||||
"gui.spriteSelector.addSpriteFromFile": {
|
||||
"message": "Upload Sprite",
|
||||
"message": "Wegoro Spraịtị",
|
||||
"description": "Button to add a sprite in the target pane from file"
|
||||
},
|
||||
"gui.stageHeader.stageSizeLarge": {
|
||||
"message": "Switch to large stage",
|
||||
"message": "Gbanwee ka ọ bụrụ stagi nke ukwu",
|
||||
"description": "Button to change stage size to large"
|
||||
},
|
||||
"gui.stageHeader.stageSizeSmall": {
|
||||
"message": "Switch to small stage",
|
||||
"message": "Gbanwee ka ọ bụrụ stagi nke nta",
|
||||
"description": "Button to change stage size to small"
|
||||
},
|
||||
"gui.stageHeader.stageSizeFull": {
|
||||
|
@ -760,7 +772,7 @@
|
|||
"description": "Button to enter/exit full screen mode"
|
||||
},
|
||||
"gui.spriteSelector.addBackdropFromLibrary": {
|
||||
"message": "Choose a Backdrop",
|
||||
"message": "Ghọrọ otu bakdrọpụ",
|
||||
"description": "Button to add a stage in the target pane from library"
|
||||
},
|
||||
"gui.stageSelector.addBackdropFromPaint": {
|
||||
|
@ -812,7 +824,7 @@
|
|||
"description": "link to Scratch 3.0 FAQ page"
|
||||
},
|
||||
"gui.costumeLibrary.chooseABackdrop": {
|
||||
"message": "Choose a Backdrop",
|
||||
"message": "Ghọrọ otu bakdrọpụ",
|
||||
"description": "Heading for the backdrop library"
|
||||
},
|
||||
"gui.costumeLibrary.chooseACostume": {
|
||||
|
@ -820,7 +832,7 @@
|
|||
"description": "Heading for the costume library"
|
||||
},
|
||||
"gui.costumeTab.addBackdropFromLibrary": {
|
||||
"message": "Choose a Backdrop",
|
||||
"message": "Ghọrọ otu bakdrọpụ",
|
||||
"description": "Button to add a backdrop in the editor tab"
|
||||
},
|
||||
"gui.costumeTab.addCostumeFromLibrary": {
|
||||
|
@ -888,13 +900,29 @@
|
|||
"description": "Button to add a sound in the editor tab"
|
||||
},
|
||||
"gui.spriteLibrary.chooseASprite": {
|
||||
"message": "Choose a Sprite",
|
||||
"message": "Ghọrọ otu Spraiti",
|
||||
"description": "Heading for the sprite library"
|
||||
},
|
||||
"gui.tipsLibrary.tutorials": {
|
||||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "uzọ njem",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Kemur bráðlega",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Leita",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Útskrá",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Sjá samfélag",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Notandanafn",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Ný",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Deila",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Deilt",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Skrá",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Kveikja á snöggham",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Sjá samfélag",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Taktu þátt í Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Deilt",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Deila",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Hjálp",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Veldu kennsuefni",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Smíða...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Vista...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Sögur",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Bókstafir",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "átt",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Ricollega",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Disponibile a Breve",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Cerca",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Esci",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Vai alla Comunità",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nome utente",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nuovo",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Condividi",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Condiviso",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Attiva Modalità Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Vai alla Comunità",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Unisciti alla comunità di Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Inserisci il titolo del progetto",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Condiviso",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Condividi",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Aiuto",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Scegli un Tutorial.",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creazione in corso...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Salvataggio in corso...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miao",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Scegli un Personaggio da Mostrare",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Scegli un Oggetto da Acchiappare",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Raccogli gli Oggetti",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Crea una Variabile per il Punteggio",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Impariamo qualcosa di Nuovo: come Cambiare lo Sfondo",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Storie",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Lettere",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direzione",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "きんじつこうかい",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "けんさく",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "サインアウト",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "コミュニティーをみる",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "ユーザーめい",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "しんき",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "きょうゆうする",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "きょうゆうされたもの",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "ファイル",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "コミュニティーをみる",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratchで作成",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "きょうゆうされたもの",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "きょうゆうする",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "ヘルプ",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "チュートリアルをえらぶ",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "さくせいちゅう...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "ほぞんちゅう...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "物語(ものがたり)",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "もじ",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "むき",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "再接続",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "近日公開",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "検索",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "サインアウト",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "コミュニティーを見る",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "ユーザー名",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "新規",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "共有する",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "共有されたもの",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "ファイル",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "ターボモードにする",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "コミュニティーを見る",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratchに参加しよう",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "プロジェクトのタイトルを入力",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "共有されたもの",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "共有する",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "ヘルプ",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "チュートリアルを選ぶ",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "作成中...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "保存中...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "ニャー",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "表示するキャラクターを選ぶ",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "追いかける物を選ぶ",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "物を集める",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "スコアの変数を作る",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "レベルアップ: 背景を変える",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "物語",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "文字",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "向き",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "მალე იქნება",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "ძიება",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "გამოსვლა",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "ნახე ჯგუფი",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "მომხმარებლის სახელი",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "ახალი",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "გააზიარე",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "ფაილი",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "ჩართე ტურბო მოდი",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "ნახე ჯგუფი",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "შეურთდით Scratch-ს",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "პროექტის სახელი აქ",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "გააზიარე",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "დახმარება",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "აირჩია ინსტრუქცია",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "მიაუუ",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "ისტორიები",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "მიმართულება",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Іздеу",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Шығу",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Пайдаланушының аты",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Жаңа",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Бөлісу",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Бөлісті",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Файл",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratch-ке қосылу",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Бөлісті",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Бөлісу",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Көмек",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Жасау...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Сақтау...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Әңгімелер",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Әріптер",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "бағыт",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "ದಿಕ್ಕು",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "다시 연결",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
"description": "Loading backpack message"
|
||||
},
|
||||
"gui.backpack.more": {
|
||||
"message": "기타",
|
||||
"message": "더 보기",
|
||||
"description": "Load more from backpack"
|
||||
},
|
||||
"gui.backpack.emptyBackpack": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "곧 이용 가능",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "검색",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "로그 아웃",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "커뮤니티 방문하기",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "사용자 이름",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "새로 만들기",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "공유",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "공유됨",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "파일",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "터보 모드 켜기",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "커뮤니티 방문하기",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "스크래치 가입",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "프로젝트 제목을 입력하세요",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "공유됨",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "공유",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "도움말",
|
||||
"description": "Help button in modal"
|
||||
|
@ -592,7 +604,7 @@
|
|||
"description": "A message that displays in a variable modal when the stage is selected indicating that the variable being created will available to all sprites."
|
||||
},
|
||||
"gui.prompt.cancel": {
|
||||
"message": "취소하기",
|
||||
"message": "취소",
|
||||
"description": "Button in prompt for cancelling the dialog"
|
||||
},
|
||||
"gui.prompt.ok": {
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "튜토리얼 고르기",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "생성중...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "저장중...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "야옹",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -920,7 +948,7 @@
|
|||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
"message": "말하기 블록에 텍스트 추가",
|
||||
"message": "텍스트 음성 변환 블록 추가하기",
|
||||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
|
@ -928,7 +956,7 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
"message": "목소리 설정",
|
||||
"message": "목소리 정하기",
|
||||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
|
@ -952,11 +980,11 @@
|
|||
"description": "Step name for 'Change Color' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": {
|
||||
"message": "돌기",
|
||||
"message": "빙글빙글 돌기",
|
||||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
"message": "커지고 사라지기",
|
||||
"message": "커지고 작아지기",
|
||||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "보여줄 캐릭터 고르기",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "쫓아갈 물건 고르기",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "물건 모으기",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "점수 변수 만들기 ",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "레벨 업: 배경 바꾸기",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1188,11 +1216,11 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "글자를 말로",
|
||||
"message": "텍스트 음성 변환(TTS)",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
"message": "당신의 프로젝트가 대화하게 해보기",
|
||||
"message": "프로젝트가 말하게 만드세요.",
|
||||
"description": "Description for the Text to speech extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
|
@ -1320,9 +1348,13 @@
|
|||
"description": "Tag for filtering a library for games"
|
||||
},
|
||||
"gui.libraryTags.stories": {
|
||||
"message": "스토리",
|
||||
"message": "이야기",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "글자",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "방향",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "rex",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Quaerere",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Exire",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nomen usatoris",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nouveau",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Sententiae",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Adi Scratchem",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Auxilium",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Historiae",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "directio",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "ໃຫມ່",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "ແບ່ງປັນ",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "ໄຟລ",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "ແບ່ງປັນ",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "ສ້າງ...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "ກຳລັງບັນທຶກ...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "ຕົວໜັງສື",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "ທິດທາງ",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Prisijungti iš naujo",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Netrukus",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Paieška",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Atsijungti",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Žiūrėti bendruomenę",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Naudotojo vardas",
|
||||
"description": "Label for login username input"
|
||||
|
@ -404,7 +420,7 @@
|
|||
"description": "Button text for user to sign in"
|
||||
},
|
||||
"login.needHelp": {
|
||||
"message": "Need Help?",
|
||||
"message": "Reikia pagalbos?",
|
||||
"description": "Button text for user to indicate that they need help"
|
||||
},
|
||||
"gui.menuBar.LanguageSelector": {
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Naujas",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Bendrinti",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Bendrinama",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Failas",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Įjungti Turbo režimą",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Žiūrėti bendruomenę",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Prisiregistruoti Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Vieta projekto antraštei",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Bendrinama",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Bendrinti",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Pagalba",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Pasirinkite pamoką",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Kuriama...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Išsaugoma...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -980,7 +1008,7 @@
|
|||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Surinkti objektus",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Pasakojimai",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "kryptis",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Savienot vēlreiz",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Turpinājumā",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Meklēt",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Iziet",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Skatīt kopienu",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Lietotāja vārds",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Jauns",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Kopīgot",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Kopīgotie",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fails",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Ieslēgt turbo režīmu",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Skatīt kopienu",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Pievienojies Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Projekta virsraksts",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Kopīgotie",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Kopīgot",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Palīdzība",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Izvēlēties pamācību",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Izveido...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saglabā...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Ņau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Izvēlies parādāmo personāžu",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Izvēlies objektu, kurš tiks ķerts",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Krāt objektus",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Izveidot mainīgo, kas skaitīs punktus",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Paaugstināts līmenis: Nomaini fonu",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stāsti",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Burti",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "virziens",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Vaovao",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Zaraina",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fitanterana",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Zaraina",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Famoronana an-dalam<61>.",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Litera",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "tari-dalana",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Ākuanei kei konei",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Rapua",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Takiputa",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Tirohia te Hapori",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Tohu Tuakiri",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Hou",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Tuaritia",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Kua tuaritia",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Kōnae",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Whakakāngia te Aratau Kapongao",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Tirohia te Hapori",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Hono mai ki te Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Ingoa kaupapa ki konei",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Kua tuaritia",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Tuaritia",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Āwhina",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Kōwhiria he Akoranga",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Kei te waihanga...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Kei te tiaki...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miao",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Ngā Pakiwaitara",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Ngā reta",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "ahunga",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Бүртгэлээсээ гарах",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Шинэ",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Хуваалцах",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Файл",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratch-д элсэх",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Хуваалцах",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Үүсгэж байна...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Хадгалж байна...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Үсгүүд",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "чиглэл",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "दिशा",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Carian",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Daftar keluar",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nama Pengguna",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Baru",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Kongsi",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fail",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Sertai Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Kongsi",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Mencipta ...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Menyimpan ...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Kisah",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Huruf",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "arah",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "အသုံးပြုသူရဲ့ နာမည်",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "ဝေမျှ",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratch အပေါ်",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "ဝေမျှ",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "ပုံပြင်၊ ဇာတ်ကြောင်း",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "ဦးတည်ရာ",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Koble til igjen",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
"description": "Loading backpack message"
|
||||
},
|
||||
"gui.backpack.more": {
|
||||
"message": "Flere",
|
||||
"message": "Mer",
|
||||
"description": "Load more from backpack"
|
||||
},
|
||||
"gui.backpack.emptyBackpack": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Kommer snart",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Søk",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Logg ut",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Nettsamfunn",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Brukernavn",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Ny",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Legg ut",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Lagt ut",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fil",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Skru på turbofart",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Nettsamfunn",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Bli Scratch-bruker",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Prosjektets navn her",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Lagt ut",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Legg ut",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Hjelp",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Velg en veiledning",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Oppretter...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Lagrer...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Mjau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -916,11 +944,11 @@
|
|||
"description": "Step name for 'Add A Say Block' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud": {
|
||||
"message": "Create Animations That Talk",
|
||||
"message": "Lag animasjoner som snakker",
|
||||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
"message": "Add the Text to Speech blocks",
|
||||
"message": "Hent klosser for tekst til tale",
|
||||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
|
@ -928,11 +956,11 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
"message": "Set a Voice",
|
||||
"message": "Velg en stemme",
|
||||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
"message": "Move Around",
|
||||
"message": "Flytt omkring",
|
||||
"description": "Step name for 'Move Around' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": {
|
||||
|
@ -940,11 +968,11 @@
|
|||
"description": "Step name for 'Add a Backdrop' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTAddSprite": {
|
||||
"message": "Add Another Character",
|
||||
"message": "Legg til en ny figur",
|
||||
"description": "Step name for 'Add Another Character' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": {
|
||||
"message": "Perform a Song",
|
||||
"message": "Syng en sang",
|
||||
"description": "Step name for 'Perform a Song' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": {
|
||||
|
@ -952,19 +980,19 @@
|
|||
"description": "Step name for 'Change Color' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": {
|
||||
"message": "Spin Around",
|
||||
"message": "Snurr rundt",
|
||||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
"message": "Grow and Shrink",
|
||||
"message": "Vokse og krympe",
|
||||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
"message": "Animate an Adventure Game",
|
||||
"message": "Lag et eventyrspill med animasjon",
|
||||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Velg figuren som skal vises",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Velg en ting å jakte på",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Samle opp ting",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Lag en poengvariabel",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Neste nivå: Ny bakgrunn",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1188,11 +1216,11 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "Text to Speech",
|
||||
"message": "Tekst til tale",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
"message": "Make your projects talk.",
|
||||
"message": "Lag prosjekter som snakker",
|
||||
"description": "Description for the Text to speech extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Fortellinger",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Bokstaver",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "retning",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "खोजी गर्नुहोस्",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "साइन आउट गर्नुहोस्",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "युजरनेम ",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratch मा सामेल हुनुहोस्",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "कथाहरू",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "दिशा",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Binnenkort beschikbaar",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Zoek",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Afmelden",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Zie Gemeenschap",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Gebruikersnaam",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nieuw",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Delen",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Gedeeld",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Bestand",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Zet turbo modus aan",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Zie Gemeenschap",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Word Scratcher",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project titel hier",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Gedeeld",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Delen",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Kies een handleiding",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Maken...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Opslaan...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miauw",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Verhalen",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "richting",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Er rett rundt hjørnet",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Søk",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Logg ut",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Nettsamfunn",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Brukarnamn",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Ny",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Legg ut",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Lagt ut",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fil",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Nettsamfunn",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Vert Scratch-brukar",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Lagt ut",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Legg ut",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Hjelp",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Opprettar …",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Lagrar …",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Forteljingar",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Bokstavar",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "retning",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Log out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Kreando...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Wardando...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letranan",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direkshon",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Połącz ponownie",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -28,7 +28,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"gui.unsupportedBrowser.description": {
|
||||
"message": "Bardzo nam przykro, ale program Scratch 3.0 nie wspiera przeglądarek Internet Explorer, Vivaldi, Opera ani Silk. Polecamy korzystanie z nowszych przeglądarek, takich jak Google Chrome, Mozilla Firefox lub Microsoft Edge.",
|
||||
"message": "Bardzo nam przykro, ale Scratch 3.0 nie wspiera przeglądarek Internet Explorer, Vivaldi, Opera i Silk. Polecamy korzystanie z nowszych przeglądarek, takich jak Google Chrome, Mozilla Firefox lub Microsoft Edge.",
|
||||
"description": "Unsupported browser description"
|
||||
},
|
||||
"gui.unsupportedBrowser.back": {
|
||||
|
@ -212,7 +212,7 @@
|
|||
"description": "Message to inform the user that page has crashed."
|
||||
},
|
||||
"gui.crashMessage.reload": {
|
||||
"message": "Reload",
|
||||
"message": "Załaduj ponownie",
|
||||
"description": "Button to reload the page when page crashes"
|
||||
},
|
||||
"gui.customProcedures.myblockModalTitle": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Już wkrótce",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Szukaj",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Wyloguj się",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Zobacz społeczność",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nazwa użytkownika",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nowy",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Udostępnij",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Udostępnione",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Plik",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Włącz tryb turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Zobacz społeczność",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Dołącz do Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -496,9 +500,17 @@
|
|||
"description": "Label for feedback form modal button"
|
||||
},
|
||||
"gui.gui.projectTitlePlaceholder": {
|
||||
"message": "Project title here",
|
||||
"message": "Tutaj tytuł projektu",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Udostępnione",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Udostępnij",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Pomoc",
|
||||
"description": "Help button in modal"
|
||||
|
@ -508,11 +520,11 @@
|
|||
"description": "Back button in modal"
|
||||
},
|
||||
"gui.monitor.listMonitor.empty": {
|
||||
"message": "(empty)",
|
||||
"message": "(puste)",
|
||||
"description": "Text shown on a list monitor when a list is empty"
|
||||
},
|
||||
"gui.monitor.listMonitor.listLength": {
|
||||
"message": "length {length}",
|
||||
"message": "długość {length}",
|
||||
"description": "Length label on list monitors. DO NOT translate {length} (with brackets)."
|
||||
},
|
||||
"gui.monitor.contextMenu.default": {
|
||||
|
@ -624,15 +636,15 @@
|
|||
"description": "Recording modal title"
|
||||
},
|
||||
"gui.recordingStep.beginRecord": {
|
||||
"message": "Begin recording by clicking the button below",
|
||||
"message": "Rozpocznij nagrywanie, klikając przycisk poniżej",
|
||||
"description": "Message for recording sound modal"
|
||||
},
|
||||
"gui.recordingStep.permission": {
|
||||
"message": "{arrow}We need your permission to use your microphone",
|
||||
"message": "{arrow}Potrzebujemy twojego pozwolenia na używanie mikrofonu",
|
||||
"description": "Permission required notice in recording sound modal. Do not translate {arrow}"
|
||||
},
|
||||
"gui.recordingStep.stop": {
|
||||
"message": "Stop recording",
|
||||
"message": "Zatrzymaj nagrywanie",
|
||||
"description": "Stop recording button label"
|
||||
},
|
||||
"gui.recordingStep.record": {
|
||||
|
@ -856,7 +868,7 @@
|
|||
"description": "Prompt for unoffical extension url"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
"message": "Scratch Project",
|
||||
"message": "Projekt Scratch",
|
||||
"description": "Default title for project"
|
||||
},
|
||||
"gui.recordingStep.alertMsg": {
|
||||
|
@ -895,12 +907,28 @@
|
|||
"message": "Wybierz tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Tworzenie...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Zapisywanie...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
},
|
||||
"gui.defaultProject.variable": {
|
||||
"message": "my variable",
|
||||
"message": "moja zmienna",
|
||||
"description": "Name for the default variable"
|
||||
},
|
||||
"gui.howtos.intro-move-sayhello-hat.name": {
|
||||
|
@ -916,7 +944,7 @@
|
|||
"description": "Step name for 'Add A Say Block' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud": {
|
||||
"message": "Create Animations That Talk",
|
||||
"message": "Twórz animacje, które mówią",
|
||||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
|
@ -928,11 +956,11 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
"message": "Set a Voice",
|
||||
"message": "Ustaw głos",
|
||||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
"message": "Move Around",
|
||||
"message": "Poruszać się",
|
||||
"description": "Step name for 'Move Around' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": {
|
||||
|
@ -940,11 +968,11 @@
|
|||
"description": "Step name for 'Add a Backdrop' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTAddSprite": {
|
||||
"message": "Add Another Character",
|
||||
"message": "Dodaj inny znak",
|
||||
"description": "Step name for 'Add Another Character' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": {
|
||||
"message": "Perform a Song",
|
||||
"message": "Przedstaw piosenkę",
|
||||
"description": "Step name for 'Perform a Song' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": {
|
||||
|
@ -952,11 +980,11 @@
|
|||
"description": "Step name for 'Change Color' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": {
|
||||
"message": "Spin Around",
|
||||
"message": "Zakręć do okoła",
|
||||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
"message": "Grow and Shrink",
|
||||
"message": "Rosnąć i kurczyć się",
|
||||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Wybierz postać do pokazania",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Opowiadania",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Litery",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "Kierunek",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Reconectar",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -208,7 +208,7 @@
|
|||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "Lamentamos muito, mas parece que o Scratch perdeu conexão. Este erro foi reportado automaticamente para a Equipe do Scratch. Por favor, atualize a sua página para tentar de novo.",
|
||||
"message": "Parece que o Scratch parou de funcionar. Este erro foi automaticamente reportado para a Equipe Scratch . Atualize sua página para tentar novamente.",
|
||||
"description": "Message to inform the user that page has crashed."
|
||||
},
|
||||
"gui.crashMessage.reload": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Em Breve ",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Buscar",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sair",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver a Comunidade",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nome de usuário",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Novo",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartilhar",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartilhado",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Arquivo",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Ligar Modo Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver a Comunidade",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Inscreva-se",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Título do projeto",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Compartilhado",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Compartilhar",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ajuda",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Escolher um tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Criando...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Salvando...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Escolha um personagem para mostrar",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Escolha um objeto para perseguir",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Colete objetos",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Crie uma variável de pontuação",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Subiu de nível: altere o cenário",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Histórias",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letras",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direção",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Em Breve",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Procurar",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sair",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver a Comunidade",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Nome de utilizador",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Novo",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partilhar",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partilhados",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Arquivo",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Ligar o Modo Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Ver a Comunidade",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Aderir ao Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Introduza aqui o título do projecto",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partilhados",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partilhar",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ajuda",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Escolha um Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "A criar...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "A guardar...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau!",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Estórias",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letras",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "a direcção",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "maypi",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "În curând",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Caută",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Iesire",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Vezi Comunitatea",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Utilizator",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nou",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partajează",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partajat",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Fișier",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Activează modul Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Vezi Comunitatea",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Alatura-te Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Titlul proiectului se scrie aici",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Partajat",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Partajează",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ajutor",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Alege un tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Se creează...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Se salvează...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Povesti",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Litere",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "directia",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Переподключиться",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Скоро…",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Поиск",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Выйти",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Просмотр сообщества",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Имя пользователя",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Новый",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Поделись",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Опубликован",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Файл",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -472,17 +480,13 @@
|
|||
"description": "Text for edit dropdown menu"
|
||||
},
|
||||
"gui.menuBar.turboModeOff": {
|
||||
"message": "Выключить Турбо Режим",
|
||||
"message": "Выключить Турбо режим",
|
||||
"description": "Menu bar item for turning off turbo mode"
|
||||
},
|
||||
"gui.menuBar.turboModeOn": {
|
||||
"message": "Включить Турбо Режим",
|
||||
"message": "Включить Турбо режим",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Просмотр сообщества",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Присоединяйтесь",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Название проекта",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Опубликован",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Поделись",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Помощь",
|
||||
"description": "Help button in modal"
|
||||
|
@ -736,7 +748,7 @@
|
|||
"description": "Button to add a random sprite in the target pane"
|
||||
},
|
||||
"gui.spriteSelector.addSpriteFromFile": {
|
||||
"message": "Загрузить Спрайт",
|
||||
"message": "Загрузить спрайт",
|
||||
"description": "Button to add a sprite in the target pane from file"
|
||||
},
|
||||
"gui.stageHeader.stageSizeLarge": {
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Выбрать учебник",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Создание...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Сохранение...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Мяу",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -920,7 +948,7 @@
|
|||
"description": "Name for the 'Create Animations That Talk' how-to"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": {
|
||||
"message": "Добавить Блоки \"Текст в Речь\"",
|
||||
"message": "Добавить блоки \"Текст в речь\"",
|
||||
"description": "Step name for 'Add the Text to Speech blocks' step"
|
||||
},
|
||||
"gui.howtos. say-it-out-loud.step_TXTSpeech": {
|
||||
|
@ -928,11 +956,11 @@
|
|||
"description": "Step name for 'Say Something' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": {
|
||||
"message": "Установить Голос",
|
||||
"message": "Установить голос",
|
||||
"description": "Step name for 'Set a Voice"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": {
|
||||
"message": "Кружить Вокруг",
|
||||
"message": "Кружить вокруг",
|
||||
"description": "Step name for 'Move Around' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": {
|
||||
|
@ -940,11 +968,11 @@
|
|||
"description": "Step name for 'Add a Backdrop' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTAddSprite": {
|
||||
"message": "Добавить Другого Персонажа",
|
||||
"message": "Добавить другого персонажа",
|
||||
"description": "Step name for 'Add Another Character' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": {
|
||||
"message": "Выступить с Песней",
|
||||
"message": "Выступить с песней",
|
||||
"description": "Step name for 'Perform a Song' step"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": {
|
||||
|
@ -956,15 +984,15 @@
|
|||
"description": "Step name for 'Spin Around"
|
||||
},
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": {
|
||||
"message": "Расти и Уменьшаться",
|
||||
"message": "Расти и уменьшаться",
|
||||
"description": "Step name for 'Grow and Shrink' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network": {
|
||||
"message": "Сделай Игру Приключение",
|
||||
"message": "Сделай игру-приключение",
|
||||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Выбери какой герой появляется ",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Выбери что собирать",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Собирай объекты",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Сделай Переменную Счёта",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Новый уровень: Измени фон ",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1052,7 +1080,7 @@
|
|||
"description": "Name for the 'Make a Clicker Game' how-to"
|
||||
},
|
||||
"gui.howtos.Make-A-Game.step_GamePickSprite": {
|
||||
"message": "Выбрать Спрайт",
|
||||
"message": "Выбрать спрайт",
|
||||
"description": "Step name for 'Pick A Sprite' step"
|
||||
},
|
||||
"gui.howtos.make-a-game.step_GamePlaySound": {
|
||||
|
@ -1180,19 +1208,19 @@
|
|||
"description": "Description for the 'Pen' extension"
|
||||
},
|
||||
"gui.extension.videosensing.name": {
|
||||
"message": "Видео Распознавание",
|
||||
"message": "Видео распознавание",
|
||||
"description": "Name for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.videosensing.description": {
|
||||
"message": "Распознай Движение с видео камеры",
|
||||
"message": "Распознай движение с видео камеры",
|
||||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.text2speech.name": {
|
||||
"message": "Текст в Речь",
|
||||
"message": "Текст в речь",
|
||||
"description": "Name for the Text to Speech extension"
|
||||
},
|
||||
"gui.extension.text2speech.description": {
|
||||
"message": "Оживи свои проеты речью.",
|
||||
"message": "Оживи свои проекты речью.",
|
||||
"description": "Description for the Text to speech extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Истории",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Буквы",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "направление",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "දිශාව",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Pripravujeme",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Hľadať",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Odhlásenie",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Kontaktovať komunitu",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Používateľské meno",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nový",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Zverejniť",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Zdieľané",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Súbor",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Zapnúť režim Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Kontaktovať komunitu",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Pripoj sa k Scratchu",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Zdieľané",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Zverejniť",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Pomoc",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Zvoľ si návod",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Vytváranie...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Ukladám...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Príbehy",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Písmená",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "smer",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Kmalu ...",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Išči",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Izpiši se",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Oglej si Skupnost",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Uporabniško ime",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nov",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Deli",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Deljeno",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Datoteka",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Vključi Turbo način",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Oglej si Skupnost",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Pridruži se Scratchu",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Deljeno",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Deli",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Pomoč",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Izberi Vodič.",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Ustvarjam...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Shranjujem...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Zgodbe",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Pisma",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "smer",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Kërko",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Dalje",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Përdorues",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "I Ri",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Shpërndaj",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Skedar",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Eja në Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Shpërndaj",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Ndihmë",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Duke krijuar...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Duke Ruajtur...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Përralla",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Shkronjat",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "drejtimi",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Очекуј убрзо",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Тражи",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Одјава",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Види Заједницу",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Име за пријаву",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Ново",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Објави (дели)",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Дељено",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Датотека",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Укључи турбо начин",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Види Заједницу",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Придужи се Скрачу",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Наслов пројекта",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Дељено",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Објави (дели)",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Помоћ",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Изабери приручник",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Стварам...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Чувам...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Мјау",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Приче",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Слова",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "смер",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "New",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Help",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "E tla haufinyane",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "batla",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Sign out",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Sheba sehlopha",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "E ncha",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "abela ba bang",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Sheba sehlopha",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "abela ba bang",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Thuso",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Creating...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Saving...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Letters",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "direction",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.connection.reconnect": {
|
||||
"message": "Reconnect",
|
||||
"message": "Återanslut",
|
||||
"description": "Button to reconnect the device"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
@ -323,6 +323,14 @@
|
|||
"message": "Kommer snart",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Sök",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "Logga ut",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Visa community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Användarnamn",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nytt",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Dela",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Delade",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "Arkiv",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Sätt på turboläge",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "Visa community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Gå med Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Projektets titel här",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Delade",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Dela",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Hjälp",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Välj en handledning",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Skapar ...",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "Sparar...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Mjau",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -964,7 +992,7 @@
|
|||
"description": "Animate an Adventure Game' how-to"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": {
|
||||
"message": "Choose a Character to Show",
|
||||
"message": "Välj en figur att visa",
|
||||
"description": "Step name for 'Choose a Character to Show' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNsay": {
|
||||
|
@ -976,15 +1004,15 @@
|
|||
"description": "Step name for 'Glide Around' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": {
|
||||
"message": "Choose an Object to Chase",
|
||||
"message": "Välj någonting att jaga",
|
||||
"description": "Step name for 'Choose an Object to Chase' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNcollect": {
|
||||
"message": "Collect Objects",
|
||||
"message": "Samla saker",
|
||||
"description": "Step name for 'Collect Objects' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNvariable": {
|
||||
"message": "Make a Score Variable",
|
||||
"message": "Skapa en variabel för poäng",
|
||||
"description": "Step name for 'Make a Score Variable' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNscore": {
|
||||
|
@ -992,7 +1020,7 @@
|
|||
"description": "Step name for 'Keep Score' step"
|
||||
},
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": {
|
||||
"message": "Level Up: Change Backdrop",
|
||||
"message": "Levla upp: Byt bakgrund",
|
||||
"description": "Step name for 'Level Up: Change Backdrop' step"
|
||||
},
|
||||
"gui.howtos.animate-a-name.name": {
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Berättelser",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "Bokstäver",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "riktning",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
"message": "Coming Soon",
|
||||
"description": "Label for extensions that are not yet implemented"
|
||||
},
|
||||
"gui.extensionLibrary.requires": {
|
||||
"message": "Requires",
|
||||
"description": "Label for extension hardware requirements"
|
||||
},
|
||||
"gui.extensionLibrary.collaboration": {
|
||||
"message": "Collaboration with",
|
||||
"description": "Label for extension collaboration"
|
||||
},
|
||||
"gui.library.filterPlaceholder": {
|
||||
"message": "Search",
|
||||
"description": "Placeholder text for library search field"
|
||||
|
@ -391,6 +399,14 @@
|
|||
"message": "toka",
|
||||
"description": "Text to link to sign out, in the account navigation menu"
|
||||
},
|
||||
"gui.authorInfo.byUser": {
|
||||
"message": "by {username}",
|
||||
"description": "Shows that a project was created by this user"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"general.username": {
|
||||
"message": "Username",
|
||||
"description": "Label for login username input"
|
||||
|
@ -447,14 +463,6 @@
|
|||
"message": "Nouveau",
|
||||
"description": "Menu bar item for creating a new project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.file": {
|
||||
"message": "File",
|
||||
"description": "Text for file dropdown menu"
|
||||
|
@ -479,10 +487,6 @@
|
|||
"message": "Turn on Turbo Mode",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Join Scratch",
|
||||
"description": "Link for creating a Scratch account"
|
||||
|
@ -499,6 +503,14 @@
|
|||
"message": "Project title here",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.menuBar.isShared": {
|
||||
"message": "Shared",
|
||||
"description": "Label for shared project"
|
||||
},
|
||||
"gui.menuBar.share": {
|
||||
"message": "Share",
|
||||
"description": "Label for project share button"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
"message": "Usaidizi",
|
||||
"description": "Help button in modal"
|
||||
|
@ -895,6 +907,22 @@
|
|||
"message": "Choose a Tutorial",
|
||||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.alerts.createsuccess": {
|
||||
"message": "Successfully created.",
|
||||
"description": "Message indicating that project was successfully created"
|
||||
},
|
||||
"gui.alerts.creating": {
|
||||
"message": "Unda",
|
||||
"description": "Message indicating that project is in process of creating"
|
||||
},
|
||||
"gui.alerts.savesuccess": {
|
||||
"message": "Successfully saved.",
|
||||
"description": "Message indicating that project was successfully saved"
|
||||
},
|
||||
"gui.alerts.saving": {
|
||||
"message": "inahifadhi...",
|
||||
"description": "Message indicating that project is in process of saving"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"description": "Name for the meow sound"
|
||||
|
@ -1323,6 +1351,10 @@
|
|||
"message": "Stories",
|
||||
"description": "Tag for filtering a library for stories"
|
||||
},
|
||||
"gui.libraryTags.letters": {
|
||||
"message": "alfabeti",
|
||||
"description": "Tag for filtering a library for letters"
|
||||
},
|
||||
"gui.opcodeLabels.direction": {
|
||||
"message": "Upande",
|
||||
"description": "Label for the direction monitor when shown on the stage"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue