2018-05-21 09:43:28 -04:00
|
|
|
{
|
2019-04-24 10:34:18 -04:00
|
|
|
"boost.color.any": "dowolny kolor",
|
|
|
|
"boost.color.black": "czarny",
|
|
|
|
"boost.color.blue": "niebieski",
|
|
|
|
"boost.color.green": "zielony",
|
|
|
|
"boost.color.red": "czerwony",
|
|
|
|
"boost.color.white": "biały",
|
|
|
|
"boost.color.yellow": "żółty",
|
2019-08-13 18:31:40 -04:00
|
|
|
"boost.getMotorPosition": "pozycja silnika [MOTOR_REPORTER_ID]",
|
|
|
|
"boost.getTiltAngle": "Kąt pochylenia [TILT_DIRECTION]",
|
|
|
|
"boost.motorDirection.backward": "w tamten sposób",
|
|
|
|
"boost.motorDirection.forward": "w ten sposób",
|
|
|
|
"boost.motorDirection.reverse": "odwróć",
|
|
|
|
"boost.motorOff": "wyłącz silnik [MOTOR_ID]",
|
2019-04-10 10:32:28 -04:00
|
|
|
"boost.motorOn": "turn motor [MOTOR_ID] on",
|
|
|
|
"boost.motorOnFor": "turn motor [MOTOR_ID] for [DURATION] seconds",
|
|
|
|
"boost.motorOnForRotation": "turn motor [MOTOR_ID] for [ROTATION] rotations",
|
2019-04-17 10:33:53 -04:00
|
|
|
"boost.seeingColor": "seeing [COLOR] brick?",
|
2019-10-22 18:35:32 -04:00
|
|
|
"boost.setLightHue": "Ustaw kolor światła na [HUE]",
|
2019-04-10 10:32:28 -04:00
|
|
|
"boost.setMotorDirection": "set motor [MOTOR_ID] direction [MOTOR_DIRECTION]",
|
|
|
|
"boost.setMotorPower": "set motor [MOTOR_ID] speed to [POWER] %",
|
2019-10-22 18:35:32 -04:00
|
|
|
"boost.tiltDirection.any": "dowolnie",
|
|
|
|
"boost.tiltDirection.down": "w dół",
|
|
|
|
"boost.tiltDirection.left": "w lewo",
|
|
|
|
"boost.tiltDirection.right": "w prawo",
|
|
|
|
"boost.tiltDirection.up": "w górę",
|
2019-04-17 10:33:53 -04:00
|
|
|
"boost.whenColor": "when [COLOR] brick seen",
|
2019-04-10 10:32:28 -04:00
|
|
|
"boost.whenTilted": "when tilted [TILT_DIRECTION_ANY]",
|
2018-12-20 13:40:25 -05:00
|
|
|
"ev3.beepNote": "graj nutę [NOTE] przez [TIME] sekund",
|
|
|
|
"ev3.buttonPressed": "Klawisz [PORT] naciśnięty?",
|
|
|
|
"ev3.getBrightness": "jasność",
|
|
|
|
"ev3.getDistance": "odległość",
|
|
|
|
"ev3.getMotorPosition": "pozycja silnika [PORT]",
|
|
|
|
"ev3.motorSetPower": "ustaw moc silnika [PORT] na [POWER] %",
|
2019-01-16 09:23:16 -05:00
|
|
|
"ev3.motorTurnClockwise": "Obróć silnik [PORT] do ruchu wskazówek zegara na [TIME] sekund",
|
2018-12-06 11:46:21 -05:00
|
|
|
"ev3.motorTurnCounterClockwise": "motor [PORT] turn that way for [TIME] seconds",
|
2018-12-20 13:40:25 -05:00
|
|
|
"ev3.whenBrightnessLessThan": "Gdy jasność < [DISTANCE]",
|
|
|
|
"ev3.whenButtonPressed": "Gdy klawisz [PORT] naciśnięty",
|
2019-01-16 09:23:16 -05:00
|
|
|
"ev3.whenDistanceLessThan": "Gdy odległość < [DISTANCE]",
|
|
|
|
"gdxfor.getAcceleration": "acceleration [DIRECTION]",
|
|
|
|
"gdxfor.getForce": "force",
|
2019-03-21 06:01:04 -04:00
|
|
|
"gdxfor.getSpin": "spin speed [DIRECTION]",
|
|
|
|
"gdxfor.getTilt": "tilt angle [TILT]",
|
2019-02-06 09:25:31 -05:00
|
|
|
"gdxfor.isFreeFalling": "falling?",
|
2019-03-21 06:01:04 -04:00
|
|
|
"gdxfor.isTilted": "tilted [TILT]?",
|
2019-02-06 09:25:31 -05:00
|
|
|
"gdxfor.pulled": "pulled",
|
|
|
|
"gdxfor.pushed": "pushed",
|
|
|
|
"gdxfor.shaken": "shaken",
|
|
|
|
"gdxfor.startedFalling": "started falling",
|
2019-03-21 06:01:04 -04:00
|
|
|
"gdxfor.tiltDirectionMenu.any": "any",
|
2019-02-13 09:24:56 -05:00
|
|
|
"gdxfor.tiltDirectionMenu.back": "back",
|
|
|
|
"gdxfor.tiltDirectionMenu.front": "front",
|
|
|
|
"gdxfor.tiltDirectionMenu.left": "left",
|
|
|
|
"gdxfor.tiltDirectionMenu.right": "right",
|
2019-03-28 04:35:20 -04:00
|
|
|
"gdxfor.turnedFaceDown": "turned face down",
|
|
|
|
"gdxfor.turnedFaceUp": "turned face up",
|
2019-02-06 09:25:31 -05:00
|
|
|
"gdxfor.whenForcePushedOrPulled": "when force sensor [PUSH_PULL]",
|
2019-12-04 09:26:57 -05:00
|
|
|
"gdxfor.whenGesture": "kiedy [GESTURE]",
|
2019-03-21 06:01:04 -04:00
|
|
|
"gdxfor.whenTilted": "when tilted [TILT]",
|
2018-12-20 13:40:25 -05:00
|
|
|
"makeymakey.downArrow": "strzałka w dół",
|
|
|
|
"makeymakey.downArrowShort": "dół",
|
|
|
|
"makeymakey.leftArrow": "strzałka w lewo",
|
|
|
|
"makeymakey.leftArrowShort": "lewo",
|
|
|
|
"makeymakey.rightArrow": "strzałka w prawo",
|
|
|
|
"makeymakey.rightArrowShort": "prawo",
|
|
|
|
"makeymakey.spaceKey": "spacja",
|
2019-01-16 09:23:16 -05:00
|
|
|
"makeymakey.upArrow": "strzałka w górę",
|
2018-12-20 13:40:25 -05:00
|
|
|
"makeymakey.upArrowShort": "góra",
|
2020-03-10 17:28:46 -04:00
|
|
|
"makeymakey.whenKeyPressed": "kiedy naciśnięto klawisz [KEY]",
|
|
|
|
"makeymakey.whenKeysPressedInOrder": "kiedy naciśnięto kolejno [SEQUENCE]",
|
2018-12-20 13:40:25 -05:00
|
|
|
"microbit.buttonsMenu.any": "Dowolny",
|
|
|
|
"microbit.clearDisplay": "wyczyść wyświetlacz",
|
|
|
|
"microbit.defaultTextToDisplay": "Cześć!",
|
|
|
|
"microbit.displaySymbol": "wyświetl [MATRIX]",
|
2019-01-16 09:23:16 -05:00
|
|
|
"microbit.displayText": "wyświetl tekst [TEXT]",
|
2019-04-17 10:33:53 -04:00
|
|
|
"microbit.gesturesMenu.jumped": "podrzucony",
|
2018-12-20 13:40:25 -05:00
|
|
|
"microbit.gesturesMenu.moved": "poruszony",
|
|
|
|
"microbit.gesturesMenu.shaken": "potrząśnięty",
|
|
|
|
"microbit.isButtonPressed": "[BTN] przycisk naciśnięty?",
|
|
|
|
"microbit.isTilted": "nachylony [DIRECTION]",
|
|
|
|
"microbit.pinStateMenu.off": "wyłączony",
|
|
|
|
"microbit.pinStateMenu.on": "włączony",
|
2019-04-17 10:33:53 -04:00
|
|
|
"microbit.tiltAngle": "kąt nachylenia [DIRECTION]",
|
2018-12-20 13:40:25 -05:00
|
|
|
"microbit.tiltDirectionMenu.any": "Dowolny",
|
2019-04-17 10:33:53 -04:00
|
|
|
"microbit.tiltDirectionMenu.back": "do tyłu",
|
|
|
|
"microbit.tiltDirectionMenu.front": "do przodu",
|
|
|
|
"microbit.tiltDirectionMenu.left": "w lewo",
|
|
|
|
"microbit.tiltDirectionMenu.right": "w prawo",
|
2018-12-20 13:40:25 -05:00
|
|
|
"microbit.whenButtonPressed": "Gdy [BTN]naciśnięty",
|
|
|
|
"microbit.whenGesture": "kiedy [GESTURE]",
|
2019-01-16 09:23:16 -05:00
|
|
|
"microbit.whenPinConnected": "kiedy pin[PIN]połączony",
|
2018-12-20 13:40:25 -05:00
|
|
|
"microbit.whenTilted": "gdy nachylony[DIRECTION]",
|
|
|
|
"music.categoryName": "Muzyka",
|
|
|
|
"music.changeTempo": "zmień tempo na [TEMPO]",
|
|
|
|
"music.drumBass": "(2) Bęben basowy",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.drumBongo": "(13) Bongo",
|
|
|
|
"music.drumCabasa": "(15) Cabasa",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.drumClaves": "(9) Klawesy",
|
|
|
|
"music.drumClosedHiHat": "(6) Zamknięty hi-hat",
|
|
|
|
"music.drumConga": "(14) bęben Konga",
|
2019-01-16 09:23:16 -05:00
|
|
|
"music.drumCowbell": "(11) Krowi dzwonek",
|
|
|
|
"music.drumCrashCymbal": "(4) talerz uderzany pałeczką",
|
|
|
|
"music.drumCuica": "(18) Cuíca",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.drumGuiro": "(16) Güiro",
|
|
|
|
"music.drumHandClap": "(8) Klaśnięcie",
|
|
|
|
"music.drumOpenHiHat": "(5) Otwarty hi-hat",
|
2018-12-06 11:46:21 -05:00
|
|
|
"music.drumSideStick": "(3) Side Stick",
|
2019-01-16 09:23:16 -05:00
|
|
|
"music.drumSnare": "(1) Werbel",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.drumTambourine": "(7) Tamburyn",
|
|
|
|
"music.drumTriangle": "(12) Trójkąt",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.drumVibraslap": "(17) Vibraslap",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.drumWoodBlock": "(10) Drewniany klocek",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.getTempo": "tempo",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.instrumentBass": "(6) Bas",
|
|
|
|
"music.instrumentBassoon": "(14) Fagot",
|
|
|
|
"music.instrumentCello": "(8) Wiolonczela",
|
|
|
|
"music.instrumentChoir": "(15) Chór",
|
2019-01-16 09:23:16 -05:00
|
|
|
"music.instrumentClarinet": "(10) Klarnet",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.instrumentElectricGuitar": "(5) Gitara elektryczna",
|
|
|
|
"music.instrumentElectricPiano": "(2) Pianino elektroniczne ",
|
|
|
|
"music.instrumentFlute": "(12) Flet",
|
|
|
|
"music.instrumentGuitar": "(4) Gitara",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.instrumentMarimba": "(19) Marimba",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.instrumentMusicBox": "(17) Pozytywka",
|
2019-01-16 09:23:16 -05:00
|
|
|
"music.instrumentOrgan": "(3) Organy",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.instrumentPiano": "(1) Pianino",
|
2018-11-27 11:39:31 -05:00
|
|
|
"music.instrumentPizzicato": "(7) Pizzicato",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.instrumentSaxophone": "(11) Saksofon",
|
|
|
|
"music.instrumentSteelDrum": "(18) Stalowy bęben",
|
2019-01-16 09:23:16 -05:00
|
|
|
"music.instrumentSynthLead": "(26) Wiodący dźwięk syntezatora",
|
|
|
|
"music.instrumentSynthPad": "(21) Pad syntezatora",
|
2018-12-20 13:40:25 -05:00
|
|
|
"music.instrumentTrombone": "(9) Puzon",
|
|
|
|
"music.instrumentVibraphone": "(16) Wibrafon",
|
|
|
|
"music.instrumentWoodenFlute": "(13) Drewniany flet",
|
2019-01-16 09:23:16 -05:00
|
|
|
"music.midiPlayDrumForBeats": "graj na [DRUM] przez [BEATS] taktów",
|
|
|
|
"music.midiSetInstrument": "ustaw instrument na [INSTRUMENT]",
|
|
|
|
"music.playDrumForBeats": "graj na [DRUM] przez [BEATS] taktów",
|
|
|
|
"music.playNoteForBeats": "zagraj nutę [NOTE] przez [BEATS] taktów",
|
|
|
|
"music.restForBeats": "pauzuj przez [BEATS] taktów",
|
|
|
|
"music.setInstrument": "ustaw instrument na [INSTRUMENT]",
|
|
|
|
"music.setTempo": "ustaw tempo na [TEMPO]",
|
|
|
|
"pen.categoryName": "Pióro",
|
|
|
|
"pen.changeColorParam": "Zmień [COLOR_PARAM]pisaka o[VALUE]",
|
|
|
|
"pen.changeHue": "Zmień kolor pisaka o [HUE]",
|
|
|
|
"pen.changeShade": "Zmień odcień pisaka o [SHADE]",
|
|
|
|
"pen.changeSize": "Zmień rozmiar pisaka o [SIZE]",
|
2018-12-20 13:40:25 -05:00
|
|
|
"pen.clear": "wyczyść wszystko ",
|
2019-01-16 09:23:16 -05:00
|
|
|
"pen.colorMenu.brightness": "Jasność",
|
|
|
|
"pen.colorMenu.color": "Kolor",
|
2018-12-20 13:40:25 -05:00
|
|
|
"pen.colorMenu.saturation": "nasycenie",
|
2019-01-16 09:23:16 -05:00
|
|
|
"pen.colorMenu.transparency": "przezroczystość",
|
|
|
|
"pen.penDown": "Przyłóż pisak",
|
|
|
|
"pen.penUp": "Podnieś pisak ",
|
|
|
|
"pen.setColor": "Ustaw kolor pisaka na [COLOR]",
|
|
|
|
"pen.setColorParam": "Ustaw [COLOR_PARAM]pisaka na [VALUE]",
|
|
|
|
"pen.setHue": "Ustaw kolor pisaka na [HUE]",
|
|
|
|
"pen.setShade": "Ustaw odcień pisaka na [SHADE]",
|
|
|
|
"pen.setSize": "Ustaw rozmiar pisaka na [SIZE]",
|
|
|
|
"pen.stamp": "Stempluj",
|
|
|
|
"speech.defaultWhenIHearValue": "chodźmy",
|
|
|
|
"speech.extensionName": "Mowa na tekst",
|
|
|
|
"speech.listenAndWait": "posłuchaj i czekaj",
|
|
|
|
"speech.speechReporter": "mowa",
|
|
|
|
"speech.whenIHear": "kiedy wykryję dźwięk [PHRASE]",
|
2019-03-21 06:01:04 -04:00
|
|
|
"text2speech.alto": "kobiecy",
|
2019-12-04 09:26:57 -05:00
|
|
|
"text2speech.categoryName": "Tekst na Mowę",
|
|
|
|
"text2speech.defaultTextToSpeak": "cześć",
|
2019-03-21 06:01:04 -04:00
|
|
|
"text2speech.giant": "zmodyfikowany",
|
2019-01-16 09:23:16 -05:00
|
|
|
"text2speech.kitten": "kociątko",
|
|
|
|
"text2speech.setLanguageBlock": "ustaw język na [LANGUAGE]",
|
|
|
|
"text2speech.setVoiceBlock": "Ustaw głos na [VOICE]",
|
|
|
|
"text2speech.speakAndWaitBlock": "Powiedz [WORDS]",
|
2019-03-21 06:01:04 -04:00
|
|
|
"text2speech.squeak": "dziecięcy",
|
|
|
|
"text2speech.tenor": "męski",
|
2019-01-16 09:23:16 -05:00
|
|
|
"translate.categoryName": "Tłumacz",
|
|
|
|
"translate.defaultTextToTranslate": "cześć",
|
|
|
|
"translate.translateBlock": "tłumacz [WORDS] na [LANGUAGE]",
|
|
|
|
"translate.viewerLanguage": "język",
|
|
|
|
"videoSensing.categoryName": "Czujniki wideo",
|
|
|
|
"videoSensing.direction": "Kierunek",
|
|
|
|
"videoSensing.motion": "ruch",
|
2018-12-20 13:40:25 -05:00
|
|
|
"videoSensing.off": "wyłączony",
|
|
|
|
"videoSensing.on": "włączony",
|
2018-12-06 11:46:21 -05:00
|
|
|
"videoSensing.onFlipped": "on flipped",
|
2019-01-16 09:23:16 -05:00
|
|
|
"videoSensing.setVideoTransparency": "ustaw transparentność wideo na [TRANSPARENCY]",
|
2018-12-20 13:40:25 -05:00
|
|
|
"videoSensing.sprite": "duszek",
|
2019-01-16 09:23:16 -05:00
|
|
|
"videoSensing.stage": "scena",
|
|
|
|
"videoSensing.videoOn": "nagranie wideo [ATTRIBUTE] na [SUBJECT]",
|
|
|
|
"videoSensing.videoToggle": " [VIDEO_STATE] nagranie wideo ",
|
|
|
|
"videoSensing.whenMotionGreaterThan": "kiedy ruch wideo > [REFERENCE]",
|
|
|
|
"wedo2.getDistance": "odległość",
|
|
|
|
"wedo2.getTiltAngle": "Kąt pochylenia [TILT_DIRECTION]",
|
|
|
|
"wedo2.isTilted": "Pochylony [TILT_DIRECTION_ANY]",
|
|
|
|
"wedo2.motorDirection.backward": "w tamten sposób",
|
|
|
|
"wedo2.motorDirection.forward": "w ten sposób",
|
|
|
|
"wedo2.motorDirection.reverse": "odwróć",
|
|
|
|
"wedo2.motorId.a": "silnik A",
|
|
|
|
"wedo2.motorId.all": "wszystkie silniki",
|
|
|
|
"wedo2.motorId.b": "silnik B",
|
|
|
|
"wedo2.motorId.default": "silnik",
|
|
|
|
"wedo2.motorOff": "Wyłącz silnik [MOTOR_ID]",
|
|
|
|
"wedo2.motorOn": "Włącz silnik [MOTOR_ID]",
|
|
|
|
"wedo2.motorOnFor": "Włącz silnik [MOTOR_ID] na [DURATION] sekund",
|
|
|
|
"wedo2.playNoteFor": "Graj nutę [NOTE] przez [DURATION] sekund",
|
|
|
|
"wedo2.setLightHue": "Ustaw kolor światła na [HUE]",
|
|
|
|
"wedo2.setMotorDirection": "Ustaw kierunek silnika [MOTOR_ID] na [MOTOR_DIRECTION]",
|
|
|
|
"wedo2.startMotorPower": "Ustaw moc silnika [MOTOR_ID] na [POWER]",
|
|
|
|
"wedo2.tiltDirection.any": "Dowolny",
|
|
|
|
"wedo2.tiltDirection.down": "dół",
|
|
|
|
"wedo2.tiltDirection.left": "lewo",
|
|
|
|
"wedo2.tiltDirection.right": "prawo",
|
|
|
|
"wedo2.tiltDirection.up": "góra",
|
|
|
|
"wedo2.whenDistance": "Gdy dystans [OP] [REFERENCE]",
|
|
|
|
"wedo2.whenTilted": "Gdy pochylony [TILT_DIRECTION_ANY]"
|
2018-05-21 09:43:28 -04:00
|
|
|
}
|