mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
update supported languages and sync
This commit is contained in:
parent
84d617cdf8
commit
329eb0eacd
56 changed files with 431 additions and 420 deletions
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"CONTROL_FOREVER": "винаги",
|
||||
"CONTROL_REPEAT": "repeat %1",
|
||||
"CONTROL_IF": "if %1 then",
|
||||
"CONTROL_IF": "ако %1 тогава",
|
||||
"CONTROL_ELSE": "иначе",
|
||||
"CONTROL_STOP": "stop",
|
||||
"CONTROL_STOP_ALL": "всички",
|
||||
"CONTROL_STOP_THIS": "този сценарий",
|
||||
"CONTROL_STOP_OTHER": "другите сценарии на спрайта",
|
||||
"CONTROL_WAIT": "wait %1 seconds",
|
||||
"CONTROL_WAITUNTIL": "wait until %1",
|
||||
"CONTROL_REPEATUNTIL": "repeat until %1",
|
||||
"CONTROL_WAIT": "изчакай %1 сек",
|
||||
"CONTROL_WAITUNTIL": "чакай докато стане %1",
|
||||
"CONTROL_REPEATUNTIL": "повтаряй докато стане %1",
|
||||
"CONTROL_WHILE": "while %1",
|
||||
"CONTROL_FOREACH": "for each %1 in %2",
|
||||
"CONTROL_STARTASCLONE": "при старт като клонинг",
|
||||
"CONTROL_CREATECLONEOF": "create clone of %1",
|
||||
"CONTROL_CREATECLONEOF": "създай клонинг на %1",
|
||||
"CONTROL_CREATECLONEOF_MYSELF": "себе си",
|
||||
"CONTROL_DELETETHISCLONE": "премахни този клонинг",
|
||||
"CONTROL_COUNTER": "counter",
|
||||
"CONTROL_COUNTER": "брояч",
|
||||
"CONTROL_INCRCOUNTER": "increment counter",
|
||||
"CONTROL_CLEARCOUNTER": "clear counter",
|
||||
"CONTROL_ALLATONCE": "all at once",
|
||||
|
@ -38,33 +38,33 @@
|
|||
"DATA_INDEX_ALL": "всички",
|
||||
"DATA_INDEX_LAST": "последен",
|
||||
"DATA_INDEX_RANDOM": "произволен",
|
||||
"EVENT_WHENFLAGCLICKED": "when %1 clicked",
|
||||
"EVENT_WHENFLAGCLICKED": "когато е %1 щракнато",
|
||||
"EVENT_WHENTHISSPRITECLICKED": "когато този спрайт е щракнат",
|
||||
"EVENT_WHENSTAGECLICKED": "when stage clicked",
|
||||
"EVENT_WHENTOUCHINGOBJECT": "when this sprite touches %1",
|
||||
"EVENT_WHENBROADCASTRECEIVED": "when I receive %1",
|
||||
"EVENT_WHENBACKDROPSWITCHESTO": "when backdrop switches to %1",
|
||||
"EVENT_WHENGREATERTHAN": "when %1 > %2",
|
||||
"EVENT_WHENSTAGECLICKED": "когато е щракнато върху сцената",
|
||||
"EVENT_WHENTOUCHINGOBJECT": "когато този спрайт докосва %1",
|
||||
"EVENT_WHENBROADCASTRECEIVED": "когато получа %1",
|
||||
"EVENT_WHENBACKDROPSWITCHESTO": "когато декорът се смени на %1",
|
||||
"EVENT_WHENGREATERTHAN": "когато %1 > %2",
|
||||
"EVENT_WHENGREATERTHAN_TIMER": "таймер",
|
||||
"EVENT_WHENGREATERTHAN_LOUDNESS": "шумно",
|
||||
"EVENT_BROADCAST": "broadcast %1",
|
||||
"EVENT_BROADCASTANDWAIT": "broadcast %1 and wait",
|
||||
"EVENT_WHENKEYPRESSED": "when %1 key pressed",
|
||||
"EVENT_BROADCAST": "разпространи %1",
|
||||
"EVENT_BROADCASTANDWAIT": "разпространи %1 и чакай",
|
||||
"EVENT_WHENKEYPRESSED": "когато %1 е натиснат клавиш",
|
||||
"EVENT_WHENKEYPRESSED_SPACE": "интервал",
|
||||
"EVENT_WHENKEYPRESSED_LEFT": "лява стрелка",
|
||||
"EVENT_WHENKEYPRESSED_RIGHT": "дясна стрелка",
|
||||
"EVENT_WHENKEYPRESSED_DOWN": "стрелка надолу",
|
||||
"EVENT_WHENKEYPRESSED_UP": "стрелка нагоре",
|
||||
"EVENT_WHENKEYPRESSED_ANY": "произволен",
|
||||
"LOOKS_SAYFORSECS": "say %1 for %2 seconds",
|
||||
"LOOKS_SAY": "say %1",
|
||||
"LOOKS_HELLO": "Hello!",
|
||||
"LOOKS_THINKFORSECS": "think %1 for %2 seconds",
|
||||
"LOOKS_THINK": "think %1",
|
||||
"LOOKS_HMM": "Hmm...",
|
||||
"LOOKS_SAYFORSECS": "кажи %1 за %2 сек",
|
||||
"LOOKS_SAY": "кажи %1",
|
||||
"LOOKS_HELLO": "Здравей!",
|
||||
"LOOKS_THINKFORSECS": "мисли %1 за %2 сек",
|
||||
"LOOKS_THINK": "мисли %1",
|
||||
"LOOKS_HMM": "Хъмм...",
|
||||
"LOOKS_SHOW": "покажи се",
|
||||
"LOOKS_HIDE": "скрий се",
|
||||
"LOOKS_HIDEALLSPRITES": "hide all sprites",
|
||||
"LOOKS_HIDEALLSPRITES": "скрий всички спрайтове",
|
||||
"LOOKS_EFFECT_COLOR": "цвят",
|
||||
"LOOKS_EFFECT_FISHEYE": "рибено-око",
|
||||
"LOOKS_EFFECT_WHIRL": "завихряне",
|
||||
|
@ -72,11 +72,11 @@
|
|||
"LOOKS_EFFECT_MOSAIC": "мозайка",
|
||||
"LOOKS_EFFECT_BRIGHTNESS": "яркост",
|
||||
"LOOKS_EFFECT_GHOST": "призрак",
|
||||
"LOOKS_CHANGEEFFECTBY": "change %1 effect by %2",
|
||||
"LOOKS_SETEFFECTTO": "set %1 effect to %2",
|
||||
"LOOKS_CHANGEEFFECTBY": "промени ефект %1 с %2",
|
||||
"LOOKS_SETEFFECTTO": "направи %1 ефект на %2",
|
||||
"LOOKS_CLEARGRAPHICEFFECTS": "премахни графичните ефекти",
|
||||
"LOOKS_CHANGESIZEBY": "change size by %1",
|
||||
"LOOKS_SETSIZETO": "set size to %1 %",
|
||||
"LOOKS_CHANGESIZEBY": "промени размера с %1",
|
||||
"LOOKS_SETSIZETO": "направи размера %1 %",
|
||||
"LOOKS_SIZE": "размер",
|
||||
"LOOKS_CHANGESTRETCHBY": "change stretch by %1",
|
||||
"LOOKS_SETSTRETCHTO": "set stretch to %1 %",
|
||||
|
@ -106,18 +106,18 @@
|
|||
"MOTION_POINTTOWARDS_POINTER": "показалец на мишката",
|
||||
"MOTION_GOTO": "go to %1",
|
||||
"MOTION_GOTO_POINTER": "показалец на мишката",
|
||||
"MOTION_GOTO_RANDOM": "random position",
|
||||
"MOTION_GOTOXY": "go to x: %1 y: %2",
|
||||
"MOTION_GLIDESECSTOXY": "glide %1 secs to x: %2 y: %3",
|
||||
"MOTION_GLIDETO": "glide %1 secs to %2",
|
||||
"MOTION_GOTO_RANDOM": "случайна позиция",
|
||||
"MOTION_GOTOXY": "отиди до x: %1 y: %2",
|
||||
"MOTION_GLIDESECSTOXY": "пропълзи за %1 сек до x: %2 y: %3",
|
||||
"MOTION_GLIDETO": "пропълзи за %1 сек до %2",
|
||||
"MOTION_GLIDETO_POINTER": "показалец на мишката",
|
||||
"MOTION_GLIDETO_RANDOM": "random position",
|
||||
"MOTION_CHANGEXBY": "change x by %1",
|
||||
"MOTION_SETX": "set x to %1",
|
||||
"MOTION_CHANGEYBY": "change y by %1",
|
||||
"MOTION_SETY": "set y to %1",
|
||||
"MOTION_GLIDETO_RANDOM": "случайна позиция\n",
|
||||
"MOTION_CHANGEXBY": "промени х с %1",
|
||||
"MOTION_SETX": "направи x равно на %1",
|
||||
"MOTION_CHANGEYBY": "промени y с %1",
|
||||
"MOTION_SETY": "направи y равно на %1",
|
||||
"MOTION_IFONEDGEBOUNCE": "ако си в края, отблъсни се",
|
||||
"MOTION_SETROTATIONSTYLE": "set rotation style %1",
|
||||
"MOTION_SETROTATIONSTYLE": "избери начин на въртене %1",
|
||||
"MOTION_SETROTATIONSTYLE_LEFTRIGHT": "наляво-надясно",
|
||||
"MOTION_SETROTATIONSTYLE_DONTROTATE": "без въртене",
|
||||
"MOTION_SETROTATIONSTYLE_ALLAROUND": "във всички посоки",
|
||||
|
@ -134,7 +134,7 @@
|
|||
"MOTION_ALIGNSCENE_TOPRIGHT": "top-right",
|
||||
"MOTION_XSCROLL": "x scroll",
|
||||
"MOTION_YSCROLL": "y scroll",
|
||||
"MOTION_STAGE_SELECTED": "Stage selected: no motion blocks",
|
||||
"MOTION_STAGE_SELECTED": "Избрана е сцената: няма блокове за движение",
|
||||
"OPERATORS_ADD": "%1 + %2",
|
||||
"OPERATORS_SUBTRACT": "%1 - %2",
|
||||
"OPERATORS_MULTIPLY": "%1 * %2",
|
||||
|
@ -217,8 +217,8 @@
|
|||
"SOUND_PLAY": "start sound %1",
|
||||
"SOUND_PLAYUNTILDONE": "play sound %1 until done",
|
||||
"SOUND_STOPALLSOUNDS": "спри всички звуци",
|
||||
"SOUND_SETEFFECTO": "set %1 effect to %2",
|
||||
"SOUND_CHANGEEFFECTBY": "change %1 effect by %2",
|
||||
"SOUND_SETEFFECTO": "направи %1 ефект на %2",
|
||||
"SOUND_CHANGEEFFECTBY": "промени ефект %1 с %2",
|
||||
"SOUND_CLEAREFFECTS": "clear sound effects",
|
||||
"SOUND_EFFECTS_PITCH": "pitch",
|
||||
"SOUND_EFFECTS_PAN": "pan left/right",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "afegeix %1 a la posició %2 de %3",
|
||||
"DATA_REPLACEITEMOFLIST": "canvia l'element %1 de %2 per %3",
|
||||
"DATA_ITEMOFLIST": "element %1 de %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "element # de %1 en %2",
|
||||
"DATA_LENGTHOFLIST": "llargada de %1",
|
||||
"DATA_LISTCONTAINSITEM": "%1 conté %2?",
|
||||
"DATA_SHOWLIST": "mostra la llista %1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "vlož %1 na %2 v %3",
|
||||
"DATA_REPLACEITEMOFLIST": "nahraď %1 v %2 hodnotou %3",
|
||||
"DATA_ITEMOFLIST": "prvek %1 z %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "pořadí %1 ve %2",
|
||||
"DATA_LENGTHOFLIST": "délka %1",
|
||||
"DATA_LISTCONTAINSITEM": "%1 obsahuje %2",
|
||||
"DATA_SHOWLIST": "ukaž seznam %1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "füge %1 an %2 von %3 ein",
|
||||
"DATA_REPLACEITEMOFLIST": "ersetze Element %1 von %2 durch %3",
|
||||
"DATA_ITEMOFLIST": "Element %1 von %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "Element # von %1 in %2",
|
||||
"DATA_LENGTHOFLIST": "Länge von %1",
|
||||
"DATA_LISTCONTAINSITEM": "%1 enthält %2?",
|
||||
"DATA_SHOWLIST": "zeige Liste %1",
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
"LIST_ALREADY_EXISTS": "Υπάρχει ήδη μια λίστα με το όνομα \\\"%1\\\".",
|
||||
"RENAME_LIST_TITLE": "Μετονόμασε όλες τις λίστες σε \\\"%1\\\":",
|
||||
"RENAME_LIST_MODAL_TITLE": "Μετονομασία λίστας",
|
||||
"DEFAULT_LIST_ITEM": "thing",
|
||||
"DEFAULT_LIST_ITEM": "Πράγμα",
|
||||
"NEW_BROADCAST_MESSAGE": "Νέο μήνυμα",
|
||||
"NEW_BROADCAST_MESSAGE_TITLE": "Νέο όνομα μηνύματος:",
|
||||
"BROADCAST_MODAL_TITLE": "Νέο μήνυμα",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"CONTROL_WAITUNTIL": "itxaron %1 arte ",
|
||||
"CONTROL_REPEATUNTIL": "errepikatu %1 arte",
|
||||
"CONTROL_WHILE": "%1 den bitartean",
|
||||
"CONTROL_FOREACH": "%2 -ko %1 bakoitzeko ",
|
||||
"CONTROL_FOREACH": "%2(e)ko %1 bakoitzeko ",
|
||||
"CONTROL_STARTASCLONE": "klon moduan hasten naizenean",
|
||||
"CONTROL_CREATECLONEOF": "sortu %1(e)ren klona",
|
||||
"CONTROL_CREATECLONEOF_MYSELF": "nire burua",
|
||||
|
@ -20,19 +20,19 @@
|
|||
"CONTROL_INCRCOUNTER": "gehitu kontagailuan",
|
||||
"CONTROL_CLEARCOUNTER": "berrabiarazi kontagailua ",
|
||||
"CONTROL_ALLATONCE": "denak batera",
|
||||
"DATA_SETVARIABLETO": "ezarri %1 honetara: %2 ",
|
||||
"DATA_SETVARIABLETO": "ezarri %1: %2 ",
|
||||
"DATA_CHANGEVARIABLEBY": "aldatu %1 %2 unitate",
|
||||
"DATA_SHOWVARIABLE": "erakutsi %1 aldagaia ",
|
||||
"DATA_HIDEVARIABLE": "ezkutatu %1 aldagaia",
|
||||
"DATA_ADDTOLIST": "batu %1 %2 -ri",
|
||||
"DATA_ADDTOLIST": "batu %1 %2(e)ri",
|
||||
"DATA_DELETEOFLIST": "ezabatu %1 %2(e)tik",
|
||||
"DATA_DELETEALLOFLIST": "ezabatu %1-ko guztia",
|
||||
"DATA_INSERTATLIST": "txertatu %1 %3 -ren %2 -an",
|
||||
"DATA_DELETEALLOFLIST": "ezabatu %1(e)ko guztia",
|
||||
"DATA_INSERTATLIST": "txertatu %1 %3(r)en %2(e)an",
|
||||
"DATA_REPLACEITEMOFLIST": "aldatu %2 -ko %1 elementua %3 -rekin ",
|
||||
"DATA_ITEMOFLIST": "%2 -tik %1 elementua",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_LENGTHOFLIST": "%1 -en luzera",
|
||||
"DATA_LISTCONTAINSITEM": "%1 -k bere baitan al du %2?",
|
||||
"DATA_ITEMOFLIST": "%2(e)tik %1. elementua",
|
||||
"DATA_ITEMNUMOFLIST": "%1(e)tik #. elementua %2(e)n",
|
||||
"DATA_LENGTHOFLIST": "%1(r)en luzera",
|
||||
"DATA_LISTCONTAINSITEM": "%1(e)k bere baitan al du %2?",
|
||||
"DATA_SHOWLIST": "erakutsi %1 zerrenda",
|
||||
"DATA_HIDELIST": "ezkutatu %1 zerrenda",
|
||||
"DATA_INDEX_ALL": "dena",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"EVENT_WHENTOUCHINGOBJECT": "pertsonai honek %1 ukitzen duenean",
|
||||
"EVENT_WHENBROADCASTRECEIVED": "%1 jasotzean",
|
||||
"EVENT_WHENBACKDROPSWITCHESTO": "atzeko oihala %1(e)ra aldatzen denean",
|
||||
"EVENT_WHENGREATERTHAN": "%1 > %2 denean",
|
||||
"EVENT_WHENGREATERTHAN": "%1 > %2 bada",
|
||||
"EVENT_WHENGREATERTHAN_TIMER": "kronometroa",
|
||||
"EVENT_WHENGREATERTHAN_LOUDNESS": "ozentasuna",
|
||||
"EVENT_BROADCAST": "bidali %1 guztiei",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"LOOKS_HELLO": "Kaixo!",
|
||||
"LOOKS_THINKFORSECS": "pentsatu %1 %2 segundoz",
|
||||
"LOOKS_THINK": "pentsatu %1",
|
||||
"LOOKS_HMM": "Hmm...",
|
||||
"LOOKS_HMM": "Mmm...",
|
||||
"LOOKS_SHOW": "erakutsi",
|
||||
"LOOKS_HIDE": "ezkutatu",
|
||||
"LOOKS_HIDEALLSPRITES": "ezkutatu pertsonai guztiak ",
|
||||
|
@ -80,17 +80,17 @@
|
|||
"LOOKS_SIZE": "tamaina",
|
||||
"LOOKS_CHANGESTRETCHBY": "aldatu luzaketa %1 unitate",
|
||||
"LOOKS_SETSTRETCHTO": "ezarri luzera: % %1",
|
||||
"LOOKS_SWITCHCOSTUMETO": "aldatu itxura %1(e)ra ",
|
||||
"LOOKS_NEXTCOSTUME": "hurrengo itxura",
|
||||
"LOOKS_SWITCHCOSTUMETO": "aldatu tankera %1(e)ra ",
|
||||
"LOOKS_NEXTCOSTUME": "hurrengo tankera",
|
||||
"LOOKS_SWITCHBACKDROPTO": "aldatu atzeko oihala %1(e)ra ",
|
||||
"LOOKS_GOTOFRONTBACK": "joan %1 geruzara ",
|
||||
"LOOKS_GOTOFRONTBACK_FRONT": "aurrealdea",
|
||||
"LOOKS_GOTOFRONTBACK_BACK": "atzealdea",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS": "joan %1 %2 geruza",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS_FORWARD": "aurrerantz",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS_BACKWARD": "atzerantz",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS_FORWARD": "aurrealderantz",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS_BACKWARD": "atzealderantz",
|
||||
"LOOKS_BACKDROPNUMBERNAME": "%1 atzeko oihala",
|
||||
"LOOKS_COSTUMENUMBERNAME": "%1 itxura",
|
||||
"LOOKS_COSTUMENUMBERNAME": "%1 tankera",
|
||||
"LOOKS_NUMBERNAME_NUMBER": "zenbakia",
|
||||
"LOOKS_NUMBERNAME_NAME": "izena",
|
||||
"LOOKS_SWITCHBACKDROPTOANDWAIT": "aldatu atzeko oihala %1(e)ra eta itxaron",
|
||||
|
@ -101,15 +101,15 @@
|
|||
"MOTION_MOVESTEPS": "mugitu %1 pausu ",
|
||||
"MOTION_TURNLEFT": "biratu %1 %2 gradu",
|
||||
"MOTION_TURNRIGHT": "biratu %1 %2 gradu",
|
||||
"MOTION_POINTINDIRECTION": "begira jarri %1 norabidean",
|
||||
"MOTION_POINTTOWARDS": "begira jarri %1(e)ri ",
|
||||
"MOTION_POINTINDIRECTION": "jarri norabide honetara begira: %1",
|
||||
"MOTION_POINTTOWARDS": "jarri hona begira: %1",
|
||||
"MOTION_POINTTOWARDS_POINTER": "saguaren erakuslea",
|
||||
"MOTION_GOTO": "joan %1(e)ra ",
|
||||
"MOTION_GOTO": "joan hona %1",
|
||||
"MOTION_GOTO_POINTER": "saguaren erakuslea",
|
||||
"MOTION_GOTO_RANDOM": "ausazko kokapena",
|
||||
"MOTION_GOTOXY": "joan x: %1 y: %2 kokapenera ",
|
||||
"MOTION_GLIDESECSTOXY": "iragan %1 segundotan hona x: %2 y: %3",
|
||||
"MOTION_GLIDETO": "iragan %1 segundotan hona %2",
|
||||
"MOTION_GLIDESECSTOXY": "Txirrist egin %1 segundotan hona x: %2 y: %3",
|
||||
"MOTION_GLIDETO": "Txirrist egin %1 segundotan hona: %2",
|
||||
"MOTION_GLIDETO_POINTER": "saguaren erakuslea",
|
||||
"MOTION_GLIDETO_RANDOM": "ausazko kokapena",
|
||||
"MOTION_CHANGEXBY": "aldatu x %1 unitate",
|
||||
|
@ -117,16 +117,16 @@
|
|||
"MOTION_CHANGEYBY": "aldatu y %1 unitate",
|
||||
"MOTION_SETY": "ezarri y: %1",
|
||||
"MOTION_IFONEDGEBOUNCE": "errebotatu ertza ukitzean ",
|
||||
"MOTION_SETROTATIONSTYLE": "ezarri %1 biraketa modua ",
|
||||
"MOTION_SETROTATIONSTYLE": "ezarri biraketa modua: %1 ",
|
||||
"MOTION_SETROTATIONSTYLE_LEFTRIGHT": "ezker-eskuin",
|
||||
"MOTION_SETROTATIONSTYLE_DONTROTATE": "ez biratu",
|
||||
"MOTION_SETROTATIONSTYLE_ALLAROUND": "norabide guztietan",
|
||||
"MOTION_SETROTATIONSTYLE_ALLAROUND": "norabide guztietara",
|
||||
"MOTION_XPOSITION": "x kokapena",
|
||||
"MOTION_YPOSITION": "y kokapena",
|
||||
"MOTION_DIRECTION": "norabidea",
|
||||
"MOTION_SCROLLRIGHT": "korritu eskuinera %1",
|
||||
"MOTION_SCROLLUP": "korritu gora %1",
|
||||
"MOTION_ALIGNSCENE": "lerrokatu eszena %1",
|
||||
"MOTION_ALIGNSCENE": "lerrokatu %1 eszena",
|
||||
"MOTION_ALIGNSCENE_BOTTOMLEFT": "behean ezkerrean",
|
||||
"MOTION_ALIGNSCENE_BOTTOMRIGHT": "behean eskuinean",
|
||||
"MOTION_ALIGNSCENE_MIDDLE": "erdian",
|
||||
|
@ -139,23 +139,23 @@
|
|||
"OPERATORS_SUBTRACT": "%1 - %2",
|
||||
"OPERATORS_MULTIPLY": "%1 * %2",
|
||||
"OPERATORS_DIVIDE": "%1 / %2",
|
||||
"OPERATORS_RANDOM": "%1 : %2 arteko ausazko balioa",
|
||||
"OPERATORS_RANDOM": "%1 eta %2 arteko ausazko balioa",
|
||||
"OPERATORS_GT": "%1 > %2",
|
||||
"OPERATORS_LT": "%1 < %2",
|
||||
"OPERATORS_EQUALS": "%1 = %2",
|
||||
"OPERATORS_AND": "%1 eta %2",
|
||||
"OPERATORS_OR": "%1 edo %2",
|
||||
"OPERATORS_NOT": "%1 ez",
|
||||
"OPERATORS_JOIN": "elkartu %1 %2 -rekin",
|
||||
"OPERATORS_JOIN": "elkartu %1 %2(e)rekin",
|
||||
"OPERATORS_JOIN_APPLE": "sagarra",
|
||||
"OPERATORS_JOIN_BANANA": "banana",
|
||||
"OPERATORS_LETTEROF": "%1. letra %2 -tik",
|
||||
"OPERATORS_LETTEROF": "%1. letra %2(e)tik",
|
||||
"OPERATORS_LETTEROF_APPLE": "a",
|
||||
"OPERATORS_LENGTH": "%1 -ren luzera",
|
||||
"OPERATORS_CONTAINS": "%1 -k bere baitan al du %2?",
|
||||
"OPERATORS_LENGTH": "%1(r)en luzera",
|
||||
"OPERATORS_CONTAINS": "%1(e)k bere baitan al du %2?",
|
||||
"OPERATORS_MOD": "%1 modulu %2",
|
||||
"OPERATORS_ROUND": "biribildu %1",
|
||||
"OPERATORS_MATHOP": " %2 -tik %1",
|
||||
"OPERATORS_MATHOP": " %2(e)tik %1",
|
||||
"OPERATORS_MATHOP_ABS": "balio absolutu",
|
||||
"OPERATORS_MATHOP_FLOOR": "zoru-funtzioa",
|
||||
"OPERATORS_MATHOP_CEILING": "sabai-funtzioa",
|
||||
|
@ -176,7 +176,7 @@
|
|||
"SENSING_TOUCHINGOBJECT_EDGE": "ertza",
|
||||
"SENSING_TOUCHINGCOLOR": "%1 kolorea ukitzen?",
|
||||
"SENSING_COLORISTOUCHINGCOLOR": "%1 koloreak %2 ukitzen du?",
|
||||
"SENSING_DISTANCETO": "%1 -rako distantzia",
|
||||
"SENSING_DISTANCETO": "%1(e)rako distantzia",
|
||||
"SENSING_DISTANCETO_POINTER": "saguaren erakuslea",
|
||||
"SENSING_ASKANDWAIT": "galdetu %1 eta itxaron",
|
||||
"SENSING_ASK_TEXT": "Nola duzu izena?",
|
||||
|
@ -192,12 +192,12 @@
|
|||
"SENSING_LOUD": "ozen?",
|
||||
"SENSING_TIMER": "kronometroa",
|
||||
"SENSING_RESETTIMER": "berrabiarazi kronometroa",
|
||||
"SENSING_OF": "%2 -tik %1",
|
||||
"SENSING_OF": "%2(e)tik %1",
|
||||
"SENSING_OF_XPOSITION": "x kokapena",
|
||||
"SENSING_OF_YPOSITION": "y kokapena",
|
||||
"SENSING_OF_DIRECTION": "norabidea",
|
||||
"SENSING_OF_COSTUMENUMBER": "# itxura",
|
||||
"SENSING_OF_COSTUMENAME": "itxuraren izena",
|
||||
"SENSING_OF_COSTUMENUMBER": "# tankera",
|
||||
"SENSING_OF_COSTUMENAME": "tankeraren izena",
|
||||
"SENSING_OF_SIZE": "tamaina",
|
||||
"SENSING_OF_VOLUME": "bolumena",
|
||||
"SENSING_OF_BACKDROPNUMBER": "# atzeko oihala",
|
||||
|
@ -217,16 +217,16 @@
|
|||
"SOUND_PLAY": "hasi %1 soinua",
|
||||
"SOUND_PLAYUNTILDONE": "erreproduzitu %1 soinua bukatu arte",
|
||||
"SOUND_STOPALLSOUNDS": "gelditu soinu guztiak",
|
||||
"SOUND_SETEFFECTO": "ezarri %1 efektua %2(e)ri",
|
||||
"SOUND_SETEFFECTO": "ezarri %1 efektua: %2",
|
||||
"SOUND_CHANGEEFFECTBY": "aldatu %1 efektua %2 unitate",
|
||||
"SOUND_CLEAREFFECTS": "kendu soinu-efektuak",
|
||||
"SOUND_EFFECTS_PITCH": "tonua",
|
||||
"SOUND_EFFECTS_PAN": "eraman soinua ezker/eskuinera",
|
||||
"SOUND_EFFECTS_PAN": "ezker/eskuin balantzea",
|
||||
"SOUND_CHANGEVOLUMEBY": "aldatu bolumena %1 unitate",
|
||||
"SOUND_SETVOLUMETO": "ezarri bolumena: %1%",
|
||||
"SOUND_VOLUME": "bolumena",
|
||||
"CATEGORY_MOTION": "Mugimendua",
|
||||
"CATEGORY_LOOKS": "Bistaratzea",
|
||||
"CATEGORY_LOOKS": "Itxura",
|
||||
"CATEGORY_SOUND": "Soinua",
|
||||
"CATEGORY_EVENTS": "Gertaerak",
|
||||
"CATEGORY_CONTROL": "Kontrola",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "הכנס %1 במקום %2 של %3",
|
||||
"DATA_REPLACEITEMOFLIST": "קבע פריט %1 של %2 ל %3",
|
||||
"DATA_ITEMOFLIST": "פריט %1 של %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "עצם # של %1 ב- %2",
|
||||
"DATA_LENGTHOFLIST": "אורך של %1",
|
||||
"DATA_LISTCONTAINSITEM": "%1 מכיל %2 ?",
|
||||
"DATA_SHOWLIST": "הצג רשימה %1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "%1 을(를) %3 리스트의 %2 번째에 넣기",
|
||||
"DATA_REPLACEITEMOFLIST": "%2 리스트의 %1 번째 항목을 %3 으로 바꾸기",
|
||||
"DATA_ITEMOFLIST": "%2 리스트의 %1 번째 항목",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "%2 리스트에서 %1 항목의 위치",
|
||||
"DATA_LENGTHOFLIST": "%1 의 길이",
|
||||
"DATA_LISTCONTAINSITEM": "%1 이(가) %2 을(를) 포함하는가?",
|
||||
"DATA_SHOWLIST": "%1 리스트 보이기",
|
||||
|
|
|
@ -26,11 +26,11 @@
|
|||
"DATA_HIDEVARIABLE": "hunaia te taurangi %1",
|
||||
"DATA_ADDTOLIST": "tāpiritia te %1 ki te %2",
|
||||
"DATA_DELETEOFLIST": "mukua %1 i a %2",
|
||||
"DATA_DELETEALLOFLIST": "mukua te katoa a %1",
|
||||
"DATA_DELETEALLOFLIST": "mukua te katoa o %1",
|
||||
"DATA_INSERTATLIST": "whakaurua te %1 hei %2 o %3",
|
||||
"DATA_REPLACEITEMOFLIST": "whakakapia te tūemi %1 o %2, ki %3",
|
||||
"DATA_ITEMOFLIST": "te tūemi %1 o %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "te tūemi # %1 o %2",
|
||||
"DATA_LENGTHOFLIST": "te roanga o te %1",
|
||||
"DATA_LISTCONTAINSITEM": "kei roto i %1 te %2?",
|
||||
"DATA_SHOWLIST": "whakaaturia te rārangi %1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "insira %1 na posição %2 de %3",
|
||||
"DATA_REPLACEITEMOFLIST": "substitua o item %1 de %2 por %3",
|
||||
"DATA_ITEMOFLIST": "item %1 de %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # de %1 em %2",
|
||||
"DATA_LENGTHOFLIST": "tamanho de %1",
|
||||
"DATA_LISTCONTAINSITEM": "%1 contém %2?",
|
||||
"DATA_SHOWLIST": "mostre a lista %1",
|
||||
|
|
|
@ -107,22 +107,22 @@
|
|||
"MOTION_GOTO": "vai para %1",
|
||||
"MOTION_GOTO_POINTER": "o ponteiro do rato",
|
||||
"MOTION_GOTO_RANDOM": "uma posição ao acaso",
|
||||
"MOTION_GOTOXY": "vai para as coordenadas x: %1 y: %2",
|
||||
"MOTION_GLIDESECSTOXY": "desliza em %1 s para as coordenadas (x:%2 , y:%3 )",
|
||||
"MOTION_GOTOXY": "vai para a posição x: %1 y: %2",
|
||||
"MOTION_GLIDESECSTOXY": "desliza em %1 s para a posição x: %2 y: %3",
|
||||
"MOTION_GLIDETO": "desliza em %1 s em direcção a%2",
|
||||
"MOTION_GLIDETO_POINTER": "o ponteiro do rato",
|
||||
"MOTION_GLIDETO_RANDOM": "uma posição ao acaso",
|
||||
"MOTION_CHANGEXBY": "adiciona %1 à tua coordenada x",
|
||||
"MOTION_SETX": "altera a tua coordenada x para %1",
|
||||
"MOTION_CHANGEYBY": "adiciona %1 à tua coordenada y",
|
||||
"MOTION_SETY": "altera a tua coordenada y para %1",
|
||||
"MOTION_CHANGEXBY": "adiciona %1 ao teu x",
|
||||
"MOTION_SETX": "altera o teu x para %1",
|
||||
"MOTION_CHANGEYBY": "adiciona %1 ao teu y",
|
||||
"MOTION_SETY": "altera o teu y para %1",
|
||||
"MOTION_IFONEDGEBOUNCE": "se estiveres a bater na borda, ressalta",
|
||||
"MOTION_SETROTATIONSTYLE": "altera o teu estilo de rotação para %1",
|
||||
"MOTION_SETROTATIONSTYLE_LEFTRIGHT": "olha apenas para a esquerda e para a direita",
|
||||
"MOTION_SETROTATIONSTYLE_DONTROTATE": "não gires",
|
||||
"MOTION_SETROTATIONSTYLE_ALLAROUND": "gira a toda a volta",
|
||||
"MOTION_XPOSITION": "a coordenada x da posição",
|
||||
"MOTION_YPOSITION": "a coordenada y da posição",
|
||||
"MOTION_XPOSITION": "o x da tua posição",
|
||||
"MOTION_YPOSITION": "o y da tua posição",
|
||||
"MOTION_DIRECTION": "a direcção",
|
||||
"MOTION_SCROLLRIGHT": "rola %1 para a direita",
|
||||
"MOTION_SCROLLUP": "rola %1 para cima",
|
||||
|
@ -183,8 +183,8 @@
|
|||
"SENSING_ANSWER": "a resposta",
|
||||
"SENSING_KEYPRESSED": "a tecla %1 está a ser pressionada",
|
||||
"SENSING_MOUSEDOWN": "o botão do rato está pressionado",
|
||||
"SENSING_MOUSEX": "a coordenada x do rato",
|
||||
"SENSING_MOUSEY": "a coordenada y do rato",
|
||||
"SENSING_MOUSEX": "o x da posição do rato",
|
||||
"SENSING_MOUSEY": "o y da posição do rato",
|
||||
"SENSING_SETDRAGMODE": "altera o teu modo de arrasto para %1",
|
||||
"SENSING_SETDRAGMODE_DRAGGABLE": "arrastável",
|
||||
"SENSING_SETDRAGMODE_NOTDRAGGABLE": "não arrastável",
|
||||
|
@ -193,8 +193,8 @@
|
|||
"SENSING_TIMER": "o valor do cronómetro",
|
||||
"SENSING_RESETTIMER": "reinicia o cronómetro",
|
||||
"SENSING_OF": "%1 de %2",
|
||||
"SENSING_OF_XPOSITION": "a coordenada x da posição",
|
||||
"SENSING_OF_YPOSITION": "a coordenada y da posição",
|
||||
"SENSING_OF_XPOSITION": "o x da posição",
|
||||
"SENSING_OF_YPOSITION": "o y da posição",
|
||||
"SENSING_OF_DIRECTION": "a direcção",
|
||||
"SENSING_OF_COSTUMENUMBER": "o número do traje",
|
||||
"SENSING_OF_COSTUMENAME": "o nome do traje",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "убаци %1 на %2 у %3",
|
||||
"DATA_REPLACEITEMOFLIST": "замени елемент %1 у %2 са %3",
|
||||
"DATA_ITEMOFLIST": "елемент %1 из %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "елемент # од %1 у %2",
|
||||
"DATA_LENGTHOFLIST": "дужина %1",
|
||||
"DATA_LISTCONTAINSITEM": "да ли %1 садржи %2?",
|
||||
"DATA_SHOWLIST": "прикажи листу %1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "%1 i %3 ün %2 pozisyonuna ekle",
|
||||
"DATA_REPLACEITEMOFLIST": "%2 öğesinin %1 öğesini %3 ile değiştir",
|
||||
"DATA_ITEMOFLIST": "%2 nin %1 öğesi",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "%2 nin %1 öğesi",
|
||||
"DATA_LENGTHOFLIST": "%1'in uzunluğu",
|
||||
"DATA_LISTCONTAINSITEM": "%1 %2'yi içeriyor mu? ",
|
||||
"DATA_SHOWLIST": "%1 listesini göster",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "вставити %1 на місці %2 списку %3",
|
||||
"DATA_REPLACEITEMOFLIST": "замінити елемент %1 в %2 на %3",
|
||||
"DATA_ITEMOFLIST": "елемент %1 з %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "елемент # %1 з %2",
|
||||
"DATA_LENGTHOFLIST": "довжина %1",
|
||||
"DATA_LISTCONTAINSITEM": "%1 містить %2?",
|
||||
"DATA_SHOWLIST": "показати список %1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "fi %1 si %2 ti %3",
|
||||
"DATA_REPLACEITEMOFLIST": "rọpo ohun kan %1 ti %2 pẹlu %3",
|
||||
"DATA_ITEMOFLIST": "ohun kan %1 ti %2",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "Ohun kan # ti %1 ninu %2",
|
||||
"DATA_LENGTHOFLIST": "ipari ti %1",
|
||||
"DATA_LISTCONTAINSITEM": "%1 ni %2?",
|
||||
"DATA_SHOWLIST": "ṣe afihan akojọ %1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"DATA_INSERTATLIST": "在 %3 的第 %2 项插入 %1",
|
||||
"DATA_REPLACEITEMOFLIST": "将 %2 的第 %1 项替换为 %3",
|
||||
"DATA_ITEMOFLIST": "%2 的第 %1 项",
|
||||
"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
|
||||
"DATA_ITEMNUMOFLIST": "%2 中第一个 %1 的编号",
|
||||
"DATA_LENGTHOFLIST": "%1 的项目数",
|
||||
"DATA_LISTCONTAINSITEM": "%1 包含 %2 ?",
|
||||
"DATA_SHOWLIST": "显示列表 %1",
|
||||
|
|
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "агигант",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "иқәыргылатәуп абызшәа [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"description": "display nothing on the micro:bit display"
|
||||
},
|
||||
"microbit.defaultTextToDisplay": {
|
||||
"message": "Hello!",
|
||||
"message": "Здравей!",
|
||||
"description": "default text to display.\n IMPORTANT - the micro:bit only supports letters a-z, A-Z.\n Please substitute a default word in your language\n that can be written with those characters,\n substitute non-accented characters or leave it as \"Hello!\".\n Check the micro:bit site documentation for details"
|
||||
},
|
||||
"microbit.displaySymbol": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "mostra text [TEXT]",
|
||||
"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": "quan el pin [PIN] connectat",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -300,7 +300,7 @@
|
|||
"description": "Sound of a wooden flute being played"
|
||||
},
|
||||
"music.midiSetInstrument": {
|
||||
"message": "fixa instrument a [INSTRUMENT]",
|
||||
"message": "fixa l'instrument a [INSTRUMENT]",
|
||||
"description": "set the instrument for notes played according to a mapping of MIDI codes"
|
||||
},
|
||||
"music.playDrumForBeats": {
|
||||
|
@ -400,7 +400,7 @@
|
|||
"description": "The default phrase/word that, when heard, triggers the event."
|
||||
},
|
||||
"speech.extensionName": {
|
||||
"message": "Speech to Text",
|
||||
"message": "Speech a Text",
|
||||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "gegant",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "fixa l'idioma a [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "displej textu [TEXT]",
|
||||
"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": "když je pin [PIN] propojený",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "obr",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "nastav jazyk na [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
"description": "gets measured distance"
|
||||
},
|
||||
"ev3.getMotorPosition": {
|
||||
"message": "motor [PORT] position",
|
||||
"message": "Position von Motor [PORT]",
|
||||
"description": "get the measured degrees a motor has turned"
|
||||
},
|
||||
"ev3.motorSetPower": {
|
||||
"message": "motor [PORT] set power [POWER] %",
|
||||
"message": "setze Leistung von Motor [PORT] auf [POWER]%",
|
||||
"description": "set a motor's power to some value"
|
||||
},
|
||||
"ev3.motorTurnClockwise": {
|
||||
|
@ -32,7 +32,7 @@
|
|||
"description": "turn a motor counter-clockwise for some time"
|
||||
},
|
||||
"ev3.whenBrightnessLessThan": {
|
||||
"message": "when brightness < [DISTANCE]",
|
||||
"message": "wenn Helligkeit < [DISTANCE]",
|
||||
"description": "when value measured by brightness sensor is less than some value"
|
||||
},
|
||||
"ev3.whenButtonPressed": {
|
||||
|
@ -40,7 +40,7 @@
|
|||
"description": "when a button connected to a port is pressed"
|
||||
},
|
||||
"ev3.whenDistanceLessThan": {
|
||||
"message": "when distance < [DISTANCE]",
|
||||
"message": "wenn Abstand < [DISTANCE]",
|
||||
"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": "zeige nichts an",
|
||||
"description": "display nothing on the micro:bit display"
|
||||
},
|
||||
"microbit.defaultTextToDisplay": {
|
||||
|
@ -56,23 +56,23 @@
|
|||
"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": "zeige [MATRIX] an",
|
||||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "zeige Text [TEXT] an",
|
||||
"description": "display text on the micro:bit display"
|
||||
},
|
||||
"microbit.gesturesMenu.jumped": {
|
||||
"message": "jumped",
|
||||
"message": "gehüpft",
|
||||
"description": "label for jumped gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.moved": {
|
||||
"message": "moved",
|
||||
"message": "bewegt",
|
||||
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.shaken": {
|
||||
"message": "shaken",
|
||||
"message": "geschüttelt",
|
||||
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.isButtonPressed": {
|
||||
|
@ -80,7 +80,7 @@
|
|||
"description": "is the selected button on the micro:bit pressed?"
|
||||
},
|
||||
"microbit.isTilted": {
|
||||
"message": "tilted [DIRECTION]?",
|
||||
"message": "[DIRECTION] geneigt?",
|
||||
"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": "Neigungswinkel [DIRECTION]",
|
||||
"description": "how much the micro:bit is tilted in a direction"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.any": {
|
||||
|
@ -120,15 +120,15 @@
|
|||
"description": "when the selected button on the micro:bit is pressed"
|
||||
},
|
||||
"microbit.whenGesture": {
|
||||
"message": "when [GESTURE]",
|
||||
"message": "wenn [GESTURE]",
|
||||
"description": "when the selected gesture is detected by the micro:bit"
|
||||
},
|
||||
"microbit.whenPinConnected": {
|
||||
"message": "when pin [PIN] connected",
|
||||
"message": "wenn Pin [PIN] angeschlossen",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
"message": "when tilted [DIRECTION]",
|
||||
"message": "wenn [DIRECTION] geneigt",
|
||||
"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": "Sprache zu Text",
|
||||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "Riese",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "setze Sprache auf [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
@ -452,7 +452,7 @@
|
|||
"description": "Name for a funny voice with a high pitch."
|
||||
},
|
||||
"translate.categoryName": {
|
||||
"message": "Übersetzen",
|
||||
"message": "Übersetzung",
|
||||
"description": "Name of extension that adds translate blocks"
|
||||
},
|
||||
"translate.defaultTextToTranslate": {
|
||||
|
@ -524,43 +524,43 @@
|
|||
"description": "the angle returned by the tilt sensor"
|
||||
},
|
||||
"wedo2.isTilted": {
|
||||
"message": "tilted [TILT_DIRECTION_ANY]?",
|
||||
"message": "[TILT_DIRECTION_ANY] geneigt?",
|
||||
"description": "whether the tilt sensor is tilted"
|
||||
},
|
||||
"wedo2.motorOff": {
|
||||
"message": "turn [MOTOR_ID] off",
|
||||
"message": "schalte [MOTOR_ID] aus",
|
||||
"description": "turn a motor off"
|
||||
},
|
||||
"wedo2.motorOn": {
|
||||
"message": "turn [MOTOR_ID] on",
|
||||
"message": "schalte [MOTOR_ID] an",
|
||||
"description": "turn a motor on indefinitely"
|
||||
},
|
||||
"wedo2.motorOnFor": {
|
||||
"message": "turn [MOTOR_ID] on for [DURATION] seconds",
|
||||
"message": "schalte [MOTOR_ID] für [DURATION] Sekunden an",
|
||||
"description": "turn a motor on for some time"
|
||||
},
|
||||
"wedo2.playNoteFor": {
|
||||
"message": "play note [NOTE] for [DURATION] seconds",
|
||||
"message": "spiele Note [NOTE] für [DURATION] Sekunden",
|
||||
"description": "play a certain note for some time"
|
||||
},
|
||||
"wedo2.setLightHue": {
|
||||
"message": "set light color to [HUE]",
|
||||
"message": "setze Lichtfarbe auf [HUE]",
|
||||
"description": "set the LED color"
|
||||
},
|
||||
"wedo2.setMotorDirection": {
|
||||
"message": "set [MOTOR_ID] direction to [MOTOR_DIRECTION]",
|
||||
"message": "setze Richtung von [MOTOR_ID] auf [MOTOR_DIRECTION]",
|
||||
"description": "set the motor's turn direction"
|
||||
},
|
||||
"wedo2.startMotorPower": {
|
||||
"message": "set [MOTOR_ID] power to [POWER]",
|
||||
"message": "setze Leistung von [MOTOR_ID] auf [POWER]",
|
||||
"description": "set the motor's power and turn it on"
|
||||
},
|
||||
"wedo2.whenDistance": {
|
||||
"message": "when distance [OP] [REFERENCE]",
|
||||
"message": "wenn Abstand [OP] [REFERENCE]",
|
||||
"description": "check for when distance is < or > than reference"
|
||||
},
|
||||
"wedo2.whenTilted": {
|
||||
"message": "when tilted [TILT_DIRECTION_ANY]",
|
||||
"message": "wenn [TILT_DIRECTION_ANY] geneigt",
|
||||
"description": "check when tilted in a certain direction"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ev3.beepNote": {
|
||||
"message": "beep note [NOTE] for [TIME] secs",
|
||||
"message": "παίξε τη νότα [NOTE] για [TIME] χρόνους",
|
||||
"description": "play some note on EV3 for some time"
|
||||
},
|
||||
"ev3.buttonPressed": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "mostrar text [TEXT]",
|
||||
"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": "cuando pin [PIN] conectado",
|
||||
"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": "Dictado a texto",
|
||||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "gigante",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "configurar idioma a [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "bistaratu [TEXT] testua",
|
||||
"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": "[PIN] pina konektatuta dagoenean",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -300,7 +300,7 @@
|
|||
"description": "Sound of a wooden flute being played"
|
||||
},
|
||||
"music.midiSetInstrument": {
|
||||
"message": "ezarri [INSTRUMENT] tresna",
|
||||
"message": "ezarri tresna: [INSTRUMENT]",
|
||||
"description": "set the instrument for notes played according to a mapping of MIDI codes"
|
||||
},
|
||||
"music.playDrumForBeats": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "erraldoia",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "ezarri hizkuntza: [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "taispeáin téacs [TEXT]",
|
||||
"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": "nuair atá pionna [PIN] ceangailte",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "fathach",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "socraigh an teanga: [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
@ -512,7 +512,7 @@
|
|||
"description": "Controls display of the video preview layer"
|
||||
},
|
||||
"videoSensing.whenMotionGreaterThan": {
|
||||
"message": "Nuair atá gluaiseacht físe > [REFERENCE]",
|
||||
"message": "Nuair atá físghluaiseacht > [REFERENCE]",
|
||||
"description": "Event that triggers when the amount of motion is greater than [REFERENCE]"
|
||||
},
|
||||
"wedo2.getDistance": {
|
||||
|
|
|
@ -24,11 +24,11 @@
|
|||
"description": "set a motor's power to some value"
|
||||
},
|
||||
"ev3.motorTurnClockwise": {
|
||||
"message": "[PORT] 방향으로 모터를 [TIME]초 동안 이동하기",
|
||||
"message": "[PORT] 모터를 [TIME] 초 동안 이쪽으로 돌리기",
|
||||
"description": "turn a motor clockwise for some time"
|
||||
},
|
||||
"ev3.motorTurnCounterClockwise": {
|
||||
"message": "[PORT]방향으로 모터를 [TIME]초 동안 이동하기",
|
||||
"message": "[PORT] 모터를 [TIME] 초 동안 저쪽으로 돌리기",
|
||||
"description": "turn a motor counter-clockwise for some time"
|
||||
},
|
||||
"ev3.whenBrightnessLessThan": {
|
||||
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "글자 [TEXT] 보여주기",
|
||||
"description": "display text on the micro:bit display"
|
||||
},
|
||||
"microbit.gesturesMenu.jumped": {
|
||||
|
@ -116,15 +116,15 @@
|
|||
"description": "label for right element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.whenButtonPressed": {
|
||||
"message": "만약 [BTN] 버튼이 눌러졌을 때",
|
||||
"message": "[BTN] 버튼이 눌러졌을 때",
|
||||
"description": "when the selected button on the micro:bit is pressed"
|
||||
},
|
||||
"microbit.whenGesture": {
|
||||
"message": "만약 [GESTURE]와 동작이 일치할 때",
|
||||
"message": "[GESTURE]와 동작이 일치할 때",
|
||||
"description": "when the selected gesture is detected by the micro:bit"
|
||||
},
|
||||
"microbit.whenPinConnected": {
|
||||
"message": "when pin [PIN] connected",
|
||||
"message": "[PIN]번 핀이 연결되었을 때",
|
||||
"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": "음성 인식",
|
||||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "거인",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "언어를 [LANGUAGE]로 정하기",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
@ -536,7 +536,7 @@
|
|||
"description": "turn a motor on indefinitely"
|
||||
},
|
||||
"wedo2.motorOnFor": {
|
||||
"message": "[DURATION] 초 간 [MOTOR_ID] 켜기",
|
||||
"message": "[DURATION] 초 동안 [MOTOR_ID] 켜기",
|
||||
"description": "turn a motor on for some time"
|
||||
},
|
||||
"wedo2.playNoteFor": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ev3.beepNote": {
|
||||
"message": "whakatangihia te oro [NOTE] mō ngā hēkona e [TIME]",
|
||||
"message": "whakatangihia te oro [NOTE] mō ngā hēkona [TIME]",
|
||||
"description": "play some note on EV3 for some time"
|
||||
},
|
||||
"ev3.buttonPressed": {
|
||||
|
@ -24,11 +24,11 @@
|
|||
"description": "set a motor's power to some value"
|
||||
},
|
||||
"ev3.motorTurnClockwise": {
|
||||
"message": "pūrere [PORT] huri pēnei mō ngā hēkona [TIME]",
|
||||
"message": "pūkaha [PORT] huri pēnei mō ngā hēkona [TIME]",
|
||||
"description": "turn a motor clockwise for some time"
|
||||
},
|
||||
"ev3.motorTurnCounterClockwise": {
|
||||
"message": "pūrere [PORT]huri pērā mō ngā hēkona [TIME]",
|
||||
"message": "pūkaha [PORT]huri pērā mō ngā hēkona [TIME]",
|
||||
"description": "turn a motor counter-clockwise for some time"
|
||||
},
|
||||
"ev3.whenBrightnessLessThan": {
|
||||
|
@ -52,7 +52,7 @@
|
|||
"description": "display nothing on the micro:bit display"
|
||||
},
|
||||
"microbit.defaultTextToDisplay": {
|
||||
"message": "Kia ora!",
|
||||
"message": "Tēnā koe!",
|
||||
"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": {
|
||||
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "whakaaturia [TEXT]",
|
||||
"description": "display text on the micro:bit display"
|
||||
},
|
||||
"microbit.gesturesMenu.jumped": {
|
||||
|
@ -72,7 +72,7 @@
|
|||
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.shaken": {
|
||||
"message": "i wiriwiri",
|
||||
"message": "i rūrū",
|
||||
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.isButtonPressed": {
|
||||
|
@ -124,7 +124,7 @@
|
|||
"description": "when the selected gesture is detected by the micro:bit"
|
||||
},
|
||||
"microbit.whenPinConnected": {
|
||||
"message": "when pin [PIN] connected",
|
||||
"message": "whakamātautau, ina honoa ki te pine [PIN]",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -400,11 +400,11 @@
|
|||
"description": "The default phrase/word that, when heard, triggers the event."
|
||||
},
|
||||
"speech.extensionName": {
|
||||
"message": "Kōrero-ki-Kuputuhi",
|
||||
"message": "Google Kōrero",
|
||||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
"message": "whakarongo, tatari",
|
||||
"message": "whakarongo, tatari hoki",
|
||||
"description": "Start listening to the microphone and wait for a result from the speech recognition system."
|
||||
},
|
||||
"speech.speechReporter": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "kākarepō",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,11 +436,11 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "tautuhia te reo kia[LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
"message": "tautuhi te reo ki [VOICE]",
|
||||
"message": "tautuhia te reo ki [VOICE]",
|
||||
"description": "Set the voice for speech synthesis."
|
||||
},
|
||||
"text2speech.speakAndWaitBlock": {
|
||||
|
@ -452,7 +452,7 @@
|
|||
"description": "Name for a funny voice with a high pitch."
|
||||
},
|
||||
"translate.categoryName": {
|
||||
"message": "Whakawhitiwhiti Reo Ā-tuhi",
|
||||
"message": "Google Translate",
|
||||
"description": "Name of extension that adds translate blocks"
|
||||
},
|
||||
"translate.defaultTextToTranslate": {
|
||||
|
@ -548,11 +548,11 @@
|
|||
"description": "set the LED color"
|
||||
},
|
||||
"wedo2.setMotorDirection": {
|
||||
"message": "tautuhia te pūrere [MOTOR_ID] kia huri [MOTOR_DIRECTION]",
|
||||
"message": "tautuhia te pūkaha [MOTOR_ID] kia huri [MOTOR_DIRECTION]",
|
||||
"description": "set the motor's turn direction"
|
||||
},
|
||||
"wedo2.startMotorPower": {
|
||||
"message": "tautuhia te pūrere [MOTOR_ID] kia [POWER] te kaha",
|
||||
"message": "tautuhia te pūkaha [MOTOR_ID] kia [POWER] te kaha",
|
||||
"description": "set the motor's power and turn it on"
|
||||
},
|
||||
"wedo2.whenDistance": {
|
||||
|
|
|
@ -100,11 +100,11 @@
|
|||
"description": "label for any direction element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.back": {
|
||||
"message": "bakerst",
|
||||
"message": "bakover",
|
||||
"description": "label for back element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.front": {
|
||||
"message": "foran alt",
|
||||
"message": "forover",
|
||||
"description": "label for front element in tilt direction picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltDirectionMenu.left": {
|
||||
|
@ -448,11 +448,11 @@
|
|||
"description": "Speak some words."
|
||||
},
|
||||
"text2speech.squeak": {
|
||||
"message": "kvekk",
|
||||
"message": "Kvekk",
|
||||
"description": "Name for a funny voice with a high pitch."
|
||||
},
|
||||
"translate.categoryName": {
|
||||
"message": "Oversett",
|
||||
"message": "Oversette",
|
||||
"description": "Name of extension that adds translate blocks"
|
||||
},
|
||||
"translate.defaultTextToTranslate": {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"ev3.beepNote": {
|
||||
"message": "beep note [NOTE] for [TIME] secs",
|
||||
"message": "som de bip [NOTE] por [TIME] segundos",
|
||||
"description": "play some note on EV3 for some time"
|
||||
},
|
||||
"ev3.buttonPressed": {
|
||||
"message": "button [PORT] pressed?",
|
||||
"message": "botão [PORT] pressionado?",
|
||||
"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": "posição do motor [PORT]",
|
||||
"description": "get the measured degrees a motor has turned"
|
||||
},
|
||||
"ev3.motorSetPower": {
|
||||
"message": "motor [PORT] set power [POWER] %",
|
||||
"message": "defina potência do motor [PORT] em [POWER] %",
|
||||
"description": "set a motor's power to some value"
|
||||
},
|
||||
"ev3.motorTurnClockwise": {
|
||||
"message": "motor [PORT] turn this way for [TIME] seconds",
|
||||
"message": "gire o motor [PORT] nesse sentido por [TIME] segundos",
|
||||
"description": "turn a motor clockwise for some time"
|
||||
},
|
||||
"ev3.motorTurnCounterClockwise": {
|
||||
"message": "motor [PORT] turn that way for [TIME] seconds",
|
||||
"message": "gire o motor [PORT] nesse sentido por [TIME] segundos",
|
||||
"description": "turn a motor counter-clockwise for some time"
|
||||
},
|
||||
"ev3.whenBrightnessLessThan": {
|
||||
"message": "when brightness < [DISTANCE]",
|
||||
"message": "quando brilho < [DISTANCE]",
|
||||
"description": "when value measured by brightness sensor is less than some value"
|
||||
},
|
||||
"ev3.whenButtonPressed": {
|
||||
"message": "when button [PORT] pressed",
|
||||
"message": "quando botão [PORT] estiver pressionado",
|
||||
"description": "when a button connected to a port is pressed"
|
||||
},
|
||||
"ev3.whenDistanceLessThan": {
|
||||
"message": "when distance < [DISTANCE]",
|
||||
"message": "quando distância < [DISTANCE]",
|
||||
"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": "limpe a tela",
|
||||
"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": "exiba [MATRIX]",
|
||||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "exiba o texto [TEXT]",
|
||||
"description": "display text on the micro:bit display"
|
||||
},
|
||||
"microbit.gesturesMenu.jumped": {
|
||||
"message": "jumped",
|
||||
"message": "pulou",
|
||||
"description": "label for jumped gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.moved": {
|
||||
"message": "moved",
|
||||
"message": "moveu",
|
||||
"description": "label for moved gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.gesturesMenu.shaken": {
|
||||
"message": "shaken",
|
||||
"message": "agitado",
|
||||
"description": "label for shaken gesture in gesture picker for micro:bit extension"
|
||||
},
|
||||
"microbit.isButtonPressed": {
|
||||
"message": "[BTN] button pressed?",
|
||||
"message": "botão [BTN] pressionado?",
|
||||
"description": "is the selected button on the micro:bit pressed?"
|
||||
},
|
||||
"microbit.isTilted": {
|
||||
"message": "tilted [DIRECTION]?",
|
||||
"message": "inclinado para [DIRECTION]?",
|
||||
"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": "ângulo de inclinação para [DIRECTION]",
|
||||
"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": "quando o botão [BTN] estiver pressionado",
|
||||
"description": "when the selected button on the micro:bit is pressed"
|
||||
},
|
||||
"microbit.whenGesture": {
|
||||
"message": "when [GESTURE]",
|
||||
"message": "quando [GESTURE]",
|
||||
"description": "when the selected gesture is detected by the micro:bit"
|
||||
},
|
||||
"microbit.whenPinConnected": {
|
||||
"message": "when pin [PIN] connected",
|
||||
"message": "quando o pino [PIN] estiver conectado",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
"message": "when tilted [DIRECTION]",
|
||||
"message": "quando inclinado para [DIRECTION]",
|
||||
"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": "Transformação de Fala em Texto",
|
||||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "gigante",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -432,11 +432,11 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.quinn": {
|
||||
"message": "quinn",
|
||||
"message": "ambíguo",
|
||||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "defina o idioma como [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
@ -520,47 +520,47 @@
|
|||
"description": "the value returned by the distance sensor"
|
||||
},
|
||||
"wedo2.getTiltAngle": {
|
||||
"message": "tilt angle [TILT_DIRECTION]",
|
||||
"message": "ângulo de inclinação [TILT_DIRECTION]",
|
||||
"description": "the angle returned by the tilt sensor"
|
||||
},
|
||||
"wedo2.isTilted": {
|
||||
"message": "tilted [TILT_DIRECTION_ANY]?",
|
||||
"message": "inclinado para [TILT_DIRECTION_ANY]?",
|
||||
"description": "whether the tilt sensor is tilted"
|
||||
},
|
||||
"wedo2.motorOff": {
|
||||
"message": "turn [MOTOR_ID] off",
|
||||
"message": "desligue o motor [MOTOR_ID]",
|
||||
"description": "turn a motor off"
|
||||
},
|
||||
"wedo2.motorOn": {
|
||||
"message": "turn [MOTOR_ID] on",
|
||||
"message": "ligue o motor [MOTOR_ID]",
|
||||
"description": "turn a motor on indefinitely"
|
||||
},
|
||||
"wedo2.motorOnFor": {
|
||||
"message": "turn [MOTOR_ID] on for [DURATION] seconds",
|
||||
"message": "ligue o motor [MOTOR_ID] por [DURATION] segundos",
|
||||
"description": "turn a motor on for some time"
|
||||
},
|
||||
"wedo2.playNoteFor": {
|
||||
"message": "play note [NOTE] for [DURATION] seconds",
|
||||
"message": "toque a nota [NOTE] por [DURATION] segundos",
|
||||
"description": "play a certain note for some time"
|
||||
},
|
||||
"wedo2.setLightHue": {
|
||||
"message": "set light color to [HUE]",
|
||||
"message": "defina a cor como [HUE]",
|
||||
"description": "set the LED color"
|
||||
},
|
||||
"wedo2.setMotorDirection": {
|
||||
"message": "set [MOTOR_ID] direction to [MOTOR_DIRECTION]",
|
||||
"message": "defina a direção de [MOTOR_ID] como [MOTOR_DIRECTION]",
|
||||
"description": "set the motor's turn direction"
|
||||
},
|
||||
"wedo2.startMotorPower": {
|
||||
"message": "set [MOTOR_ID] power to [POWER]",
|
||||
"message": "defina a potência de [MOTOR_ID] como [POWER]",
|
||||
"description": "set the motor's power and turn it on"
|
||||
},
|
||||
"wedo2.whenDistance": {
|
||||
"message": "when distance [OP] [REFERENCE]",
|
||||
"message": "quando distância [OP] [REFERENCE]",
|
||||
"description": "check for when distance is < or > than reference"
|
||||
},
|
||||
"wedo2.whenTilted": {
|
||||
"message": "when tilted [TILT_DIRECTION_ANY]",
|
||||
"message": "quando inclinado para [TILT_DIRECTION_ANY]",
|
||||
"description": "check when tilted in a certain direction"
|
||||
}
|
||||
}
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "прикажи текст [TEXT]",
|
||||
"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": "када је пин [PIN] повезан",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "џин",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "нека језик буде [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -84,11 +84,11 @@
|
|||
"description": "is the micro:bit is tilted in a direction?"
|
||||
},
|
||||
"microbit.pinStateMenu.off": {
|
||||
"message": "kapat",
|
||||
"message": "kapalı",
|
||||
"description": "label for off element in pin state picker for micro:bit extension"
|
||||
},
|
||||
"microbit.pinStateMenu.on": {
|
||||
"message": "aç",
|
||||
"message": "açık",
|
||||
"description": "label for on element in pin state picker for micro:bit extension"
|
||||
},
|
||||
"microbit.tiltAngle": {
|
||||
|
@ -448,7 +448,7 @@
|
|||
"description": "Speak some words."
|
||||
},
|
||||
"text2speech.squeak": {
|
||||
"message": "vik",
|
||||
"message": "ciyak",
|
||||
"description": "Name for a funny voice with a high pitch."
|
||||
},
|
||||
"translate.categoryName": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "показати текст [TEXT]",
|
||||
"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": "коли контакт [PIN] приєднано",
|
||||
"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": "Проказати текст",
|
||||
"description": "Name of extension that adds speech recognition blocks. Do Not translate Google."
|
||||
},
|
||||
"speech.listenAndWait": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "гігант",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "встановити мову [LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"description": "display a pattern on the micro:bit display"
|
||||
},
|
||||
"microbit.displayText": {
|
||||
"message": "display text [TEXT]",
|
||||
"message": "显示文本[TEXT]",
|
||||
"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": "当引脚[PIN]链接",
|
||||
"description": "when the pin detects a connection to Earth/Ground"
|
||||
},
|
||||
"microbit.whenTilted": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "hello: the default text to speak"
|
||||
},
|
||||
"text2speech.giant": {
|
||||
"message": "giant",
|
||||
"message": "巨人",
|
||||
"description": "Name for a funny voice with a low pitch."
|
||||
},
|
||||
"text2speech.kitten": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Name for a voice with ambiguous gender."
|
||||
},
|
||||
"text2speech.setLanguageBlock": {
|
||||
"message": "set language to [LANGUAGE]",
|
||||
"message": "将朗读语言设置为[LANGUAGE]",
|
||||
"description": "Set the language for speech synthesis."
|
||||
},
|
||||
"text2speech.setVoiceBlock": {
|
||||
|
|
|
@ -1124,7 +1124,7 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Абжьы",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
|
|
|
@ -196,11 +196,11 @@
|
|||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "We are so sorry, but it looks like Scratch has crashed. This bug has been\n automatically reported to the Scratch Team. Please refresh your page to try\n again.",
|
||||
"message": "Ho sentim, però sembla que l'Scratch ha fallat. S'ha informat d'aquest problema\n automàticament a l'equip de Scratch. Si us plau torna a carregar la pàgina per provar-ho\n de nou.",
|
||||
"description": "Message to inform the user that page has crashed."
|
||||
},
|
||||
"gui.crashMessage.reload": {
|
||||
"message": "Reload",
|
||||
"message": "Recarrega",
|
||||
"description": "Button to reload the page when page crashes"
|
||||
},
|
||||
"gui.customProcedures.myblockModalTitle": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Label for feedback form modal button"
|
||||
},
|
||||
"gui.gui.projectTitlePlaceholder": {
|
||||
"message": "Project title here",
|
||||
"message": "Títol del projecte aquí",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
|
@ -808,7 +808,7 @@
|
|||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"message": "Mèu",
|
||||
"description": "Name for the meow sound"
|
||||
},
|
||||
"gui.defaultProject.variable": {
|
||||
|
@ -1076,7 +1076,7 @@
|
|||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "Menjar",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "Repeticions",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "Patrons",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1124,23 +1124,23 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Veu",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "Divertit",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
"message": "backdrop{index}",
|
||||
"message": "fons{index}",
|
||||
"description": "Default name for a new backdrop, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.costume": {
|
||||
"message": "costume{index}",
|
||||
"message": "vestit{index}",
|
||||
"description": "Default name for a new costume, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.sprite": {
|
||||
"message": "Sprite{index}",
|
||||
"message": "Personatge{index}",
|
||||
"description": "Default name for a new sprite, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.pop": {
|
||||
|
@ -1148,7 +1148,7 @@
|
|||
"description": "Name of the pop sound, the default sound added to a sprite"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
"message": "Scratch Project",
|
||||
"message": "Projecte de Scratch",
|
||||
"description": "Default title for project"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
|
|
@ -1076,7 +1076,7 @@
|
|||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "Jídlo",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "Smyčky",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "Vzory",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1124,11 +1124,11 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Hlasy",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "Divné",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
|
@ -1144,7 +1144,7 @@
|
|||
"description": "Default name for a new sprite, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.pop": {
|
||||
"message": "pop",
|
||||
"message": "prask",
|
||||
"description": "Name of the pop sound, the default sound added to a sprite"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
|
|
|
@ -472,7 +472,7 @@
|
|||
"description": "Tooltip for Not Now button"
|
||||
},
|
||||
"gui.previewModal.tryittooltip": {
|
||||
"message": "Probiere es!",
|
||||
"message": "Ausprobieren!",
|
||||
"description": "Tooltip for Try It button"
|
||||
},
|
||||
"gui.previewModal.viewprojecttooltip": {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"description": "Notification to the user that the camera is loading"
|
||||
},
|
||||
"gui.cameraModal.permissionRequest": {
|
||||
"message": "Χρειαζόμαστε άδεια σας για χρήση της κάμερας",
|
||||
"message": "Χρειαζόμαστε την άδεια σας για χρήση της κάμερας",
|
||||
"description": "Notification to the user that the app needs camera access"
|
||||
},
|
||||
"gui.cameraModal.retakePhoto": {
|
||||
|
@ -100,15 +100,15 @@
|
|||
"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": {
|
||||
|
@ -172,7 +172,7 @@
|
|||
"description": "Message for getting Scratch Link installed"
|
||||
},
|
||||
"gui.connection.unavailable.enablebluetooth": {
|
||||
"message": "Check that Bluetooth is enabled",
|
||||
"message": "Ελέγξτε το Bluetooth να είναι ενεργοποιημένο",
|
||||
"description": "Message for making sure Bluetooth is enabled"
|
||||
},
|
||||
"gui.connection.unavailable.tryagainbutton": {
|
||||
|
@ -248,11 +248,11 @@
|
|||
"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": {
|
||||
|
@ -280,7 +280,7 @@
|
|||
"description": "Scratch 2.0 import modal label - for accessibility"
|
||||
},
|
||||
"gui.importInfo.betamessage": {
|
||||
"message": "Enter a link to one of your shared Scratch projects. Changes made in this 3.0 Beta will not be saved.",
|
||||
"message": "Εισάγετε έναν σύνδεσμο σε ένα από τα δημοσιευμένα έργα Scratch σας. Οι αλλαγές που θα γίνουν σε αυτήν την έκδοση Beta 3.0 δεν θα αποθηκευτούν.",
|
||||
"description": "Import project message"
|
||||
},
|
||||
"gui.importInfo.message": {
|
||||
|
@ -364,19 +364,19 @@
|
|||
"description": "accessibility text for the tutorials button"
|
||||
},
|
||||
"gui.menuBar.restoreSprite": {
|
||||
"message": "Restore Sprite",
|
||||
"message": "Επαναφορά Αντικείμενου",
|
||||
"description": "Menu bar item for restoring the last deleted sprite."
|
||||
},
|
||||
"gui.menuBar.restoreSound": {
|
||||
"message": "Restore Sound",
|
||||
"message": "Επαναφορά Ήχου",
|
||||
"description": "Menu bar item for restoring the last deleted sound."
|
||||
},
|
||||
"gui.menuBar.restoreCostume": {
|
||||
"message": "Restore Costume",
|
||||
"message": "Επαναφορά Ενδυμασίας",
|
||||
"description": "Menu bar item for restoring the last deleted costume."
|
||||
},
|
||||
"gui.menuBar.restore": {
|
||||
"message": "Restore",
|
||||
"message": "Επαναφορά",
|
||||
"description": "Menu bar item for restoring the last deleted item in its disabled state."
|
||||
},
|
||||
"gui.menuBar.saveNow": {
|
||||
|
@ -412,11 +412,11 @@
|
|||
"description": "Text for edit dropdown menu"
|
||||
},
|
||||
"gui.menuBar.turboModeOff": {
|
||||
"message": "Turn off Turbo Mode",
|
||||
"message": "Απενεργοποίηση Κατάστασης Turbo",
|
||||
"description": "Menu bar item for turning off turbo mode"
|
||||
},
|
||||
"gui.menuBar.turboModeOn": {
|
||||
"message": "Turn on Turbo Mode",
|
||||
"message": "Ενεργοποίηση Κατάστασης Turbo",
|
||||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
|
@ -464,7 +464,7 @@
|
|||
"description": "Scratch 3.0 modal label - for accessibility"
|
||||
},
|
||||
"gui.previewInfo.welcome": {
|
||||
"message": "Welcome to the Scratch 3.0 Beta",
|
||||
"message": "Καλώς ήλθατε στο Scratch 3.0 Beta",
|
||||
"description": "Header for Preview Info Modal"
|
||||
},
|
||||
"gui.previewModal.notnowtooltip": {
|
||||
|
@ -480,7 +480,7 @@
|
|||
"description": "Tooltip for View 2.0 Project button"
|
||||
},
|
||||
"gui.previewInfo.betawelcome": {
|
||||
"message": "Welcome to the Scratch 3.0 Beta",
|
||||
"message": "Καλώς ήλθατε στο Scratch 3.0 Beta",
|
||||
"description": "Header for Beta Info Modal"
|
||||
},
|
||||
"gui.previewInfo.invitation": {
|
||||
|
@ -520,7 +520,7 @@
|
|||
"description": "Dropdown message for variable/list options"
|
||||
},
|
||||
"gui.gui.variablePromptAllSpritesMessage": {
|
||||
"message": "Η μεταβλητή αυτή είναι διαθέσιμη σε όλα τα sprites.",
|
||||
"message": "Η μεταβλητή αυτή είναι διαθέσιμη σε όλα τα αντικείμενα.",
|
||||
"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": {
|
||||
|
@ -812,7 +812,7 @@
|
|||
"description": "Name for the meow sound"
|
||||
},
|
||||
"gui.defaultProject.variable": {
|
||||
"message": "my variable",
|
||||
"message": "η μεταβλητή μου",
|
||||
"description": "Name for the default variable"
|
||||
},
|
||||
"gui.howtos.intro-move-sayhello-hat.name": {
|
||||
|
@ -884,7 +884,7 @@
|
|||
"description": "Name for the 'Make a Clicker Game' how-to"
|
||||
},
|
||||
"gui.howtos.Make-A-Game.step_GamePickSprite": {
|
||||
"message": "Pick A Sprite",
|
||||
"message": "Διάλεξε ένα Αντικείμενο",
|
||||
"description": "Step name for 'Pick A Sprite' step"
|
||||
},
|
||||
"gui.howtos.make-a-game.step_GamePlaySound": {
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message2": {
|
||||
"message": "Próximamante",
|
||||
"message": "Próximamente",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message3": {
|
||||
|
@ -196,11 +196,11 @@
|
|||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "We are so sorry, but it looks like Scratch has crashed. This bug has been\n automatically reported to the Scratch Team. Please refresh your page to try\n again.",
|
||||
"message": "Lo sentimos, pero al parecer Scratch ha tenido problemas. El problema ha sido reportado al Equipo Scratch. Por favor actualice la página para reintentar.",
|
||||
"description": "Message to inform the user that page has crashed."
|
||||
},
|
||||
"gui.crashMessage.reload": {
|
||||
"message": "Reload",
|
||||
"message": "Recarga",
|
||||
"description": "Button to reload the page when page crashes"
|
||||
},
|
||||
"gui.customProcedures.myblockModalTitle": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Label for feedback form modal button"
|
||||
},
|
||||
"gui.gui.projectTitlePlaceholder": {
|
||||
"message": "Project title here",
|
||||
"message": "Título del proyecto aquí",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
|
@ -472,7 +472,7 @@
|
|||
"description": "Tooltip for Not Now button"
|
||||
},
|
||||
"gui.previewModal.tryittooltip": {
|
||||
"message": "Try It",
|
||||
"message": "Inténtalo",
|
||||
"description": "Tooltip for Try It button"
|
||||
},
|
||||
"gui.previewModal.viewprojecttooltip": {
|
||||
|
@ -808,7 +808,7 @@
|
|||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
},
|
||||
"gui.defaultProject.variable": {
|
||||
|
@ -1072,11 +1072,11 @@
|
|||
"description": "Tag for filtering a library for fantasy"
|
||||
},
|
||||
"gui.libraryTags.fashion": {
|
||||
"message": "Fashion",
|
||||
"message": "Moda",
|
||||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "Alimento",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "Ciclos",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1092,7 +1092,7 @@
|
|||
"description": "Tag for filtering a library for music"
|
||||
},
|
||||
"gui.libraryTags.notes": {
|
||||
"message": "Notes",
|
||||
"message": "Notas",
|
||||
"description": "Tag for filtering a library for notes"
|
||||
},
|
||||
"gui.libraryTags.outdoors": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "Patrones",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1124,23 +1124,23 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Voz",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "Absurdo",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
"message": "backdrop{index}",
|
||||
"message": "fondo{index}",
|
||||
"description": "Default name for a new backdrop, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.costume": {
|
||||
"message": "costume{index}",
|
||||
"message": "disfraz{index}",
|
||||
"description": "Default name for a new costume, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.sprite": {
|
||||
"message": "Sprite{index}",
|
||||
"message": "Objeto{index}",
|
||||
"description": "Default name for a new sprite, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.pop": {
|
||||
|
@ -1148,7 +1148,7 @@
|
|||
"description": "Name of the pop sound, the default sound added to a sprite"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
"message": "Scratch Project",
|
||||
"message": "Proyecto Scratch",
|
||||
"description": "Default title for project"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
"description": "Button to view help content"
|
||||
},
|
||||
"gui.controls.go": {
|
||||
"message": "Joan",
|
||||
"message": "Abiatu",
|
||||
"description": "Green flag button title"
|
||||
},
|
||||
"gui.controls.stop": {
|
||||
|
@ -244,7 +244,7 @@
|
|||
"description": "Sprite info direction label"
|
||||
},
|
||||
"gui.directionPicker.rotationStyles.allAround": {
|
||||
"message": "Inguru osoan",
|
||||
"message": "Norabide guztietara",
|
||||
"description": "Button to change to the all around rotation style"
|
||||
},
|
||||
"gui.directionPicker.rotationStyles.leftRight": {
|
||||
|
@ -268,7 +268,7 @@
|
|||
"description": "Button to get to the backdrops panel"
|
||||
},
|
||||
"gui.gui.costumesTab": {
|
||||
"message": "Itxurak",
|
||||
"message": "Tankerak",
|
||||
"description": "Button to get to the costumes panel"
|
||||
},
|
||||
"gui.gui.soundsTab": {
|
||||
|
@ -372,7 +372,7 @@
|
|||
"description": "Menu bar item for restoring the last deleted sound."
|
||||
},
|
||||
"gui.menuBar.restoreCostume": {
|
||||
"message": "Berreskuratu itxura",
|
||||
"message": "Berreskuratu tankera",
|
||||
"description": "Menu bar item for restoring the last deleted costume."
|
||||
},
|
||||
"gui.menuBar.restore": {
|
||||
|
@ -424,7 +424,7 @@
|
|||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
"message": "Scratchera batu",
|
||||
"message": "Batu Scratchera",
|
||||
"description": "Link for creating a Scratch account"
|
||||
},
|
||||
"gui.menuBar.signIn": {
|
||||
|
@ -604,7 +604,7 @@
|
|||
"description": "Title of the button to apply the louder effect"
|
||||
},
|
||||
"gui.soundEditor.softer": {
|
||||
"message": "Leunago",
|
||||
"message": "Isilago",
|
||||
"description": "Title of the button to apply thr.softer effect"
|
||||
},
|
||||
"gui.soundEditor.reverse": {
|
||||
|
@ -672,7 +672,7 @@
|
|||
"description": "Button to get out of full screen mode"
|
||||
},
|
||||
"gui.stageHeader.fullscreenControl": {
|
||||
"message": "Pantaila osoko kontrola",
|
||||
"message": "Pantaila osoa",
|
||||
"description": "Button to enter/exit full screen mode"
|
||||
},
|
||||
"gui.spriteSelector.addBackdropFromLibrary": {
|
||||
|
@ -732,7 +732,7 @@
|
|||
"description": "Heading for the backdrop library"
|
||||
},
|
||||
"gui.costumeLibrary.chooseACostume": {
|
||||
"message": "Aukeratu itxura bat",
|
||||
"message": "Aukeratu tankera bat",
|
||||
"description": "Heading for the costume library"
|
||||
},
|
||||
"gui.costumeTab.addBackdropFromLibrary": {
|
||||
|
@ -740,7 +740,7 @@
|
|||
"description": "Button to add a backdrop in the editor tab"
|
||||
},
|
||||
"gui.costumeTab.addCostumeFromLibrary": {
|
||||
"message": "Aukeratu itxura bat",
|
||||
"message": "Aukeratu tankera bat",
|
||||
"description": "Button to add a costume in the editor tab"
|
||||
},
|
||||
"gui.costumeTab.addBlankCostume": {
|
||||
|
@ -756,7 +756,7 @@
|
|||
"description": "Button to add a backdrop by uploading a file in the editor tab"
|
||||
},
|
||||
"gui.costumeTab.addFileCostume": {
|
||||
"message": "Kargatu itxura",
|
||||
"message": "Kargatu tankera",
|
||||
"description": "Button to add a costume by uploading a file in the editor tab"
|
||||
},
|
||||
"gui.costumeTab.addCameraCostume": {
|
||||
|
@ -968,7 +968,7 @@
|
|||
"description": "Name for the 'Change Size' how-to"
|
||||
},
|
||||
"gui.howtos.glide-around.name": {
|
||||
"message": "Planeatu inguruan",
|
||||
"message": "Txirrist egin inguruan",
|
||||
"description": "Name for the 'Glide Around' how-to"
|
||||
},
|
||||
"gui.howtos.record-a-sound.name": {
|
||||
|
@ -1072,19 +1072,19 @@
|
|||
"description": "Tag for filtering a library for fantasy"
|
||||
},
|
||||
"gui.libraryTags.fashion": {
|
||||
"message": "Fashion",
|
||||
"message": "Moda",
|
||||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "Janaria",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
"message": "Barnekaldeak",
|
||||
"message": "Barnealdeak",
|
||||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "Begiztak",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1092,7 +1092,7 @@
|
|||
"description": "Tag for filtering a library for music"
|
||||
},
|
||||
"gui.libraryTags.notes": {
|
||||
"message": "Notes",
|
||||
"message": "Notak",
|
||||
"description": "Tag for filtering a library for notes"
|
||||
},
|
||||
"gui.libraryTags.outdoors": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "Patroiak",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1112,7 +1112,7 @@
|
|||
"description": "Tag for filtering a library for percussion"
|
||||
},
|
||||
"gui.libraryTags.space": {
|
||||
"message": "Hutsune",
|
||||
"message": "Espazioa",
|
||||
"description": "Tag for filtering a library for space"
|
||||
},
|
||||
"gui.libraryTags.sports": {
|
||||
|
@ -1124,11 +1124,11 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Ahotsa",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "Zoroa",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
"description": "Default name for a new backdrop, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.costume": {
|
||||
"message": "itxura{index}",
|
||||
"message": "tankera{index}",
|
||||
"description": "Default name for a new costume, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.sprite": {
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"description": "Title for button to see more in how-to library"
|
||||
},
|
||||
"gui.comingSoon.message1": {
|
||||
"message": "Don't worry, we're on it {emoji}",
|
||||
"message": "Ewela nchegbu ,anyi na-elebara anya na ya",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message2": {
|
||||
|
@ -104,7 +104,7 @@
|
|||
"description": "Prompt for pushing the button on the device"
|
||||
},
|
||||
"gui.connection.auto-scanning.start-search": {
|
||||
"message": "Start Searching",
|
||||
"message": "Bido choba",
|
||||
"description": "Button in prompt for starting a search"
|
||||
},
|
||||
"gui.connection.connecting-searchbutton": {
|
||||
|
@ -112,7 +112,7 @@
|
|||
"description": "Label indicating that search is in progress"
|
||||
},
|
||||
"gui.connection.auto-scanning.try-again": {
|
||||
"message": "Try again",
|
||||
"message": "Megharia ya",
|
||||
"description": "Button in prompt for trying a device search again"
|
||||
},
|
||||
"gui.connection.connected": {
|
||||
|
@ -136,7 +136,7 @@
|
|||
"description": "The device connection process has encountered an error."
|
||||
},
|
||||
"gui.connection.error.tryagainbutton": {
|
||||
"message": "Try again",
|
||||
"message": "Megharia ya",
|
||||
"description": "Button to initiate trying the device connection again after an error"
|
||||
},
|
||||
"gui.connection.error.helpbutton": {
|
||||
|
@ -176,7 +176,7 @@
|
|||
"description": "Message for making sure Bluetooth is enabled"
|
||||
},
|
||||
"gui.connection.unavailable.tryagainbutton": {
|
||||
"message": "Try again",
|
||||
"message": "Megharia ya",
|
||||
"description": "Button to initiate trying the device connection again after an error"
|
||||
},
|
||||
"gui.connection.unavailable.helpbutton": {
|
||||
|
@ -184,11 +184,11 @@
|
|||
"description": "Button to view help content"
|
||||
},
|
||||
"gui.controls.go": {
|
||||
"message": "Go",
|
||||
"message": "Gawa",
|
||||
"description": "Green flag button title"
|
||||
},
|
||||
"gui.controls.stop": {
|
||||
"message": "Stop",
|
||||
"message": "Kwusi",
|
||||
"description": "Stop button title"
|
||||
},
|
||||
"gui.crashMessage.label": {
|
||||
|
@ -420,7 +420,7 @@
|
|||
"description": "Menu bar item for turning on turbo mode"
|
||||
},
|
||||
"gui.menuBar.seeCommunity": {
|
||||
"message": "See Community",
|
||||
"message": "Lee obodo",
|
||||
"description": "Label for see community button"
|
||||
},
|
||||
"gui.menuBar.joinScratch": {
|
||||
|
@ -468,7 +468,7 @@
|
|||
"description": "Header for Preview Info Modal"
|
||||
},
|
||||
"gui.previewModal.notnowtooltip": {
|
||||
"message": "Not Now",
|
||||
"message": "Ugbua ugbua",
|
||||
"description": "Tooltip for Not Now button"
|
||||
},
|
||||
"gui.previewModal.tryittooltip": {
|
||||
|
@ -488,7 +488,7 @@
|
|||
"description": "Invitation to try 3.0 Beta"
|
||||
},
|
||||
"gui.previewInfo.notnow": {
|
||||
"message": "Not Now",
|
||||
"message": "Ugbua ugbua",
|
||||
"description": "Label for button to back out of trying Scratch 3.0 Beta"
|
||||
},
|
||||
"gui.previewModal.tryit": {
|
||||
|
@ -532,7 +532,7 @@
|
|||
"description": "Button in prompt for confirming the dialog"
|
||||
},
|
||||
"gui.playbackStep.stopMsg": {
|
||||
"message": "Stop",
|
||||
"message": "Kwusi",
|
||||
"description": "Stop/Play button in recording playback"
|
||||
},
|
||||
"gui.playbackStep.playMsg": {
|
||||
|
@ -564,7 +564,7 @@
|
|||
"description": "Title of the button to start playing the sound"
|
||||
},
|
||||
"gui.soundEditor.stop": {
|
||||
"message": "Stop",
|
||||
"message": "Kwusi",
|
||||
"description": "Title of the button to stop the sound"
|
||||
},
|
||||
"gui.soundEditor.trim": {
|
||||
|
@ -588,7 +588,7 @@
|
|||
"description": "Title of the button to apply the faster effect"
|
||||
},
|
||||
"gui.soundEditor.slower": {
|
||||
"message": "Slower",
|
||||
"message": "Nwayoo",
|
||||
"description": "Title of the button to apply the slower effect"
|
||||
},
|
||||
"gui.soundEditor.echo": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"gui.backpack.errorBackpack": {
|
||||
"message": "배낭 로딩 중 오류 ",
|
||||
"message": "개인 저장소를 불러오는 중 오류 ",
|
||||
"description": "Error backpack message"
|
||||
},
|
||||
"gui.backpack.loadingBackpack": {
|
||||
|
@ -8,7 +8,7 @@
|
|||
"description": "Loading backpack message"
|
||||
},
|
||||
"gui.backpack.emptyBackpack": {
|
||||
"message": "배낭이 비었습니다",
|
||||
"message": "개인 저장소가 비었습니다",
|
||||
"description": "Empty backpack message"
|
||||
},
|
||||
"gui.unsupportedBrowser.label": {
|
||||
|
@ -196,11 +196,11 @@
|
|||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "We are so sorry, but it looks like Scratch has crashed. This bug has been\n automatically reported to the Scratch Team. Please refresh your page to try\n 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": {
|
||||
|
@ -368,11 +368,11 @@
|
|||
"description": "Menu bar item for restoring the last deleted sprite."
|
||||
},
|
||||
"gui.menuBar.restoreSound": {
|
||||
"message": "Restore Sound",
|
||||
"message": "소리 되돌리기",
|
||||
"description": "Menu bar item for restoring the last deleted sound."
|
||||
},
|
||||
"gui.menuBar.restoreCostume": {
|
||||
"message": "Restore Costume",
|
||||
"message": "모양 되돌리기",
|
||||
"description": "Menu bar item for restoring the last deleted costume."
|
||||
},
|
||||
"gui.menuBar.restore": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Label for feedback form modal button"
|
||||
},
|
||||
"gui.gui.projectTitlePlaceholder": {
|
||||
"message": "Project title here",
|
||||
"message": "프로젝트 제목을 입력하세요",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
|
@ -808,11 +808,11 @@
|
|||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"message": "야옹",
|
||||
"description": "Name for the meow sound"
|
||||
},
|
||||
"gui.defaultProject.variable": {
|
||||
"message": "생성한 변수",
|
||||
"message": "나의 변수",
|
||||
"description": "Name for the default variable"
|
||||
},
|
||||
"gui.howtos.intro-move-sayhello-hat.name": {
|
||||
|
@ -1076,7 +1076,7 @@
|
|||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "음식",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "반복",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1092,7 +1092,7 @@
|
|||
"description": "Tag for filtering a library for music"
|
||||
},
|
||||
"gui.libraryTags.notes": {
|
||||
"message": "Notes",
|
||||
"message": "음표",
|
||||
"description": "Tag for filtering a library for notes"
|
||||
},
|
||||
"gui.libraryTags.outdoors": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "패턴",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1120,27 +1120,27 @@
|
|||
"description": "Tag for filtering a library for sports"
|
||||
},
|
||||
"gui.libraryTags.underwater": {
|
||||
"message": "바다속",
|
||||
"message": "바닷속",
|
||||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "목소리",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "엉뚱한 소리",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
"message": "backdrop{index}",
|
||||
"message": "배경 [index]",
|
||||
"description": "Default name for a new backdrop, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.costume": {
|
||||
"message": "costume{index}",
|
||||
"message": "모양 [index]",
|
||||
"description": "Default name for a new costume, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.sprite": {
|
||||
"message": "Sprite{index}",
|
||||
"message": "스프라이트 [index]",
|
||||
"description": "Default name for a new sprite, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.pop": {
|
||||
|
@ -1148,7 +1148,7 @@
|
|||
"description": "Name of the pop sound, the default sound added to a sprite"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
"message": "Scratch Project",
|
||||
"message": "스크래치 프로젝트",
|
||||
"description": "Default title for project"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
"description": "Button in prompt for starting a search"
|
||||
},
|
||||
"gui.connection.unavailable.installscratchlink": {
|
||||
"message": "Āta titiro mēnā kua tāuta te Scratch Link, kua whakahaerehia hoki.",
|
||||
"message": "Āta titiro mēnā kua tāutahia te Scratch Link, kua whakahaerehia hoki.",
|
||||
"description": "Message for getting Scratch Link installed"
|
||||
},
|
||||
"gui.connection.unavailable.enablebluetooth": {
|
||||
|
@ -1040,11 +1040,11 @@
|
|||
"description": "Description for the 'LEGO MINDSTORMS EV3' extension"
|
||||
},
|
||||
"gui.extension.ev3.connectingMessage": {
|
||||
"message": "Kei te hono. Kia tika te tautuhi te pine EV3 ki te 1234.",
|
||||
"message": "Kei te hono. Kia tika te tautuhi i te pine EV3 ki te 1234.",
|
||||
"description": "Message to help people connect to their EV3. Must note the PIN should be 1234."
|
||||
},
|
||||
"gui.extension.wedo2.description": {
|
||||
"message": "Hanga me ngā pūrere me ngā paerongo.",
|
||||
"message": "Hanga me ngā pūkaha me ngā paerongo.",
|
||||
"description": "Description for the 'LEGO WeDo 2.0' extension"
|
||||
},
|
||||
"gui.extension.wedo2.connectingMessage": {
|
||||
|
|
|
@ -316,7 +316,7 @@
|
|||
"description": "Placeholder text for library search field"
|
||||
},
|
||||
"gui.library.allTag": {
|
||||
"message": "Alt",
|
||||
"message": "Alle",
|
||||
"description": "Label for library tag to revert to all items after filtering by tag."
|
||||
},
|
||||
"gui.loader.message1": {
|
||||
|
@ -472,7 +472,7 @@
|
|||
"description": "Tooltip for Not Now button"
|
||||
},
|
||||
"gui.previewModal.tryittooltip": {
|
||||
"message": "Prøv det",
|
||||
"message": "Prøv",
|
||||
"description": "Tooltip for Try It button"
|
||||
},
|
||||
"gui.previewModal.viewprojecttooltip": {
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
"description": "Description for the 'Video Sensing' extension"
|
||||
},
|
||||
"gui.extension.translate.name": {
|
||||
"message": "Oversett",
|
||||
"message": "Oversette",
|
||||
"description": "Name for the Translate extension"
|
||||
},
|
||||
"gui.extension.translate.description": {
|
||||
|
@ -1092,7 +1092,7 @@
|
|||
"description": "Tag for filtering a library for music"
|
||||
},
|
||||
"gui.libraryTags.notes": {
|
||||
"message": "Merknader",
|
||||
"message": "Noter",
|
||||
"description": "Tag for filtering a library for notes"
|
||||
},
|
||||
"gui.libraryTags.outdoors": {
|
||||
|
|
|
@ -96,19 +96,19 @@
|
|||
"description": "Text shown when no devices could be found"
|
||||
},
|
||||
"gui.connection.auto-scanning.prescan": {
|
||||
"message": "Have your device nearby, then begin searching.",
|
||||
"message": "Tenha seu dispositivo em mãos e então comece a busca.",
|
||||
"description": "Prompt for beginning the search"
|
||||
},
|
||||
"gui.connection.auto-scanning.pressbutton": {
|
||||
"message": "Press the button on your device.",
|
||||
"message": "Pressione o botão no seu dispositivo.",
|
||||
"description": "Prompt for pushing the button on the device"
|
||||
},
|
||||
"gui.connection.auto-scanning.start-search": {
|
||||
"message": "Start Searching",
|
||||
"message": "Inicie a Busca",
|
||||
"description": "Button in prompt for starting a search"
|
||||
},
|
||||
"gui.connection.connecting-searchbutton": {
|
||||
"message": "Searching...",
|
||||
"message": "Procurando...",
|
||||
"description": "Label indicating that search is in progress"
|
||||
},
|
||||
"gui.connection.auto-scanning.try-again": {
|
||||
|
@ -196,11 +196,11 @@
|
|||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "We are so sorry, but it looks like Scratch has crashed. This bug has been\n automatically reported to the Scratch Team. Please refresh your page to try\n again.",
|
||||
"message": "Parece que o Scratch parou de funcionar. Este erro foi\n reportado para a Equipe Scratch automaticamente. Atualize sua página para tentar\n novamente.",
|
||||
"description": "Message to inform the user that page has crashed."
|
||||
},
|
||||
"gui.crashMessage.reload": {
|
||||
"message": "Reload",
|
||||
"message": "Recarregue",
|
||||
"description": "Button to reload the page when page crashes"
|
||||
},
|
||||
"gui.customProcedures.myblockModalTitle": {
|
||||
|
@ -364,19 +364,19 @@
|
|||
"description": "accessibility text for the tutorials button"
|
||||
},
|
||||
"gui.menuBar.restoreSprite": {
|
||||
"message": "Restore Sprite",
|
||||
"message": "Restaure o Ator",
|
||||
"description": "Menu bar item for restoring the last deleted sprite."
|
||||
},
|
||||
"gui.menuBar.restoreSound": {
|
||||
"message": "Restore Sound",
|
||||
"message": "Restaure o Som",
|
||||
"description": "Menu bar item for restoring the last deleted sound."
|
||||
},
|
||||
"gui.menuBar.restoreCostume": {
|
||||
"message": "Restore Costume",
|
||||
"message": "Restaure a Fantasia",
|
||||
"description": "Menu bar item for restoring the last deleted costume."
|
||||
},
|
||||
"gui.menuBar.restore": {
|
||||
"message": "Restore",
|
||||
"message": "Restaurar",
|
||||
"description": "Menu bar item for restoring the last deleted item in its disabled state."
|
||||
},
|
||||
"gui.menuBar.saveNow": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Label for feedback form modal button"
|
||||
},
|
||||
"gui.gui.projectTitlePlaceholder": {
|
||||
"message": "Project title here",
|
||||
"message": "Título do projeto",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
|
@ -808,7 +808,7 @@
|
|||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"message": "Miau",
|
||||
"description": "Name for the meow sound"
|
||||
},
|
||||
"gui.defaultProject.variable": {
|
||||
|
@ -1076,7 +1076,7 @@
|
|||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "Comida",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "Laços",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "Padrões",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1124,23 +1124,23 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Voz",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "Maluco",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
"message": "backdrop{index}",
|
||||
"message": "pano de fundo{index}",
|
||||
"description": "Default name for a new backdrop, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.costume": {
|
||||
"message": "costume{index}",
|
||||
"message": "fantasia{index}",
|
||||
"description": "Default name for a new costume, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.sprite": {
|
||||
"message": "Sprite{index}",
|
||||
"message": "Ator{index}",
|
||||
"description": "Default name for a new sprite, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.pop": {
|
||||
|
@ -1148,7 +1148,7 @@
|
|||
"description": "Name of the pop sound, the default sound added to a sprite"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
"message": "Scratch Project",
|
||||
"message": "Projeto Scratch",
|
||||
"description": "Default title for project"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
|
|
@ -1076,7 +1076,7 @@
|
|||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "Храна",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "Петље",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1092,7 +1092,7 @@
|
|||
"description": "Tag for filtering a library for music"
|
||||
},
|
||||
"gui.libraryTags.notes": {
|
||||
"message": "Notes",
|
||||
"message": "Белешке",
|
||||
"description": "Tag for filtering a library for notes"
|
||||
},
|
||||
"gui.libraryTags.outdoors": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "Шаблони",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1124,11 +1124,11 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Глас",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "Блесав",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
|
|
|
@ -96,19 +96,19 @@
|
|||
"description": "Text shown when no devices could be found"
|
||||
},
|
||||
"gui.connection.auto-scanning.prescan": {
|
||||
"message": "Have your device nearby, then begin searching.",
|
||||
"message": "Aramayı başlatmak için cihazını yakınında bulundur.",
|
||||
"description": "Prompt for beginning the search"
|
||||
},
|
||||
"gui.connection.auto-scanning.pressbutton": {
|
||||
"message": "Press the button on your device.",
|
||||
"message": "Cihazındaki düğmeye bas.",
|
||||
"description": "Prompt for pushing the button on the device"
|
||||
},
|
||||
"gui.connection.auto-scanning.start-search": {
|
||||
"message": "Start Searching",
|
||||
"message": "Aramaya Başla",
|
||||
"description": "Button in prompt for starting a search"
|
||||
},
|
||||
"gui.connection.connecting-searchbutton": {
|
||||
"message": "Searching...",
|
||||
"message": "Aranıyor...",
|
||||
"description": "Label indicating that search is in progress"
|
||||
},
|
||||
"gui.connection.auto-scanning.try-again": {
|
||||
|
|
|
@ -196,11 +196,11 @@
|
|||
"description": "Crash Message title"
|
||||
},
|
||||
"gui.crashMessage.description": {
|
||||
"message": "We are so sorry, but it looks like Scratch has crashed. This bug has been\n automatically reported to the Scratch Team. Please refresh your page to try\n again.",
|
||||
"message": "Схоже на те, що в Скретчі, на жаль, трапилась аварія. \nПовідомлення про цей недолік автоматично надіслано\nдо Команди розробників Скретчу. Оновіть сторінку, \nщоб спробувати ще раз. ",
|
||||
"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": {
|
||||
|
@ -436,7 +436,7 @@
|
|||
"description": "Label for feedback form modal button"
|
||||
},
|
||||
"gui.gui.projectTitlePlaceholder": {
|
||||
"message": "Project title here",
|
||||
"message": "Тут назва проекту",
|
||||
"description": "Placeholder for project title when blank"
|
||||
},
|
||||
"gui.modal.help": {
|
||||
|
@ -472,7 +472,7 @@
|
|||
"description": "Tooltip for Not Now button"
|
||||
},
|
||||
"gui.previewModal.tryittooltip": {
|
||||
"message": "Try It",
|
||||
"message": "Спробуйте це!",
|
||||
"description": "Tooltip for Try It button"
|
||||
},
|
||||
"gui.previewModal.viewprojecttooltip": {
|
||||
|
@ -808,7 +808,7 @@
|
|||
"description": "Heading for the help/tutorials library"
|
||||
},
|
||||
"gui.defaultProject.meow": {
|
||||
"message": "Meow",
|
||||
"message": "Няв",
|
||||
"description": "Name for the meow sound"
|
||||
},
|
||||
"gui.defaultProject.variable": {
|
||||
|
@ -1072,11 +1072,11 @@
|
|||
"description": "Tag for filtering a library for fantasy"
|
||||
},
|
||||
"gui.libraryTags.fashion": {
|
||||
"message": "Fashion",
|
||||
"message": "Мода",
|
||||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "Їжа",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1124,7 +1124,7 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "Голос",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
|
@ -1132,15 +1132,15 @@
|
|||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
"message": "backdrop{index}",
|
||||
"message": "тло{index}",
|
||||
"description": "Default name for a new backdrop, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.costume": {
|
||||
"message": "costume{index}",
|
||||
"message": "образ{index}",
|
||||
"description": "Default name for a new costume, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.sprite": {
|
||||
"message": "Sprite{index}",
|
||||
"message": "Спрайт{index}",
|
||||
"description": "Default name for a new sprite, scratch will automatically adjust the number if necessary"
|
||||
},
|
||||
"gui.sharedMessages.pop": {
|
||||
|
@ -1148,7 +1148,7 @@
|
|||
"description": "Name of the pop sound, the default sound added to a sprite"
|
||||
},
|
||||
"gui.gui.defaultProjectTitle": {
|
||||
"message": "Scratch Project",
|
||||
"message": "Скретч-проект",
|
||||
"description": "Default title for project"
|
||||
},
|
||||
"gui.backpack.header": {
|
||||
|
|
|
@ -1076,7 +1076,7 @@
|
|||
"description": "Tag for filtering a library for fashion"
|
||||
},
|
||||
"gui.libraryTags.food": {
|
||||
"message": "Food",
|
||||
"message": "食物",
|
||||
"description": "Tag for filtering a library for food"
|
||||
},
|
||||
"gui.libraryTags.indoors": {
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
"description": "Tag for filtering a library for indoors"
|
||||
},
|
||||
"gui.libraryTags.loops": {
|
||||
"message": "Loops",
|
||||
"message": "循环向",
|
||||
"description": "Tag for filtering a library for loops"
|
||||
},
|
||||
"gui.libraryTags.music": {
|
||||
|
@ -1100,7 +1100,7 @@
|
|||
"description": "Tag for filtering a library for outdoors"
|
||||
},
|
||||
"gui.libraryTags.patterns": {
|
||||
"message": "Patterns",
|
||||
"message": "图案",
|
||||
"description": "Tag for filtering a library for patterns"
|
||||
},
|
||||
"gui.libraryTags.people": {
|
||||
|
@ -1124,11 +1124,11 @@
|
|||
"description": "Tag for filtering a library for underwater"
|
||||
},
|
||||
"gui.libraryTags.voice": {
|
||||
"message": "Voice",
|
||||
"message": "人声",
|
||||
"description": "Tag for filtering a library for voice"
|
||||
},
|
||||
"gui.libraryTags.wacky": {
|
||||
"message": "Wacky",
|
||||
"message": "古怪",
|
||||
"description": "Tag for filtering a library for wacky"
|
||||
},
|
||||
"gui.sharedMessages.backdrop": {
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"description": "Label for the button that converts selected points to sharp points"
|
||||
},
|
||||
"paint.modeTools.thickness": {
|
||||
"message": "Thickness",
|
||||
"message": "Πάχος",
|
||||
"description": "Label for the number input to choose the line thickness"
|
||||
},
|
||||
"paint.modeTools.flipHorizontal": {
|
||||
|
@ -108,7 +108,7 @@
|
|||
"description": "Label for the button to flip the image vertically"
|
||||
},
|
||||
"paint.modeTools.filled": {
|
||||
"message": "Filled",
|
||||
"message": "Γεμμάτο",
|
||||
"description": "Label for the button that sets the bitmap rectangle/oval mode to draw outlines"
|
||||
},
|
||||
"paint.modeTools.outlined": {
|
||||
|
@ -132,7 +132,7 @@
|
|||
"description": "Label for the brush tool"
|
||||
},
|
||||
"paint.eraserMode.eraser": {
|
||||
"message": "Eraser",
|
||||
"message": "Γόμα",
|
||||
"description": "Label for the eraser tool"
|
||||
},
|
||||
"paint.fillMode.fill": {
|
||||
|
@ -156,7 +156,7 @@
|
|||
"description": "Label for the reshape tool, which allows changing the points in the lines of the vectors"
|
||||
},
|
||||
"paint.roundedRectMode.roundedRect": {
|
||||
"message": "Rounded Rectangle",
|
||||
"message": "Στρογγυλεμένο Ορθογώνιο",
|
||||
"description": "Label for the rounded rectangle tool"
|
||||
},
|
||||
"paint.selectMode.select": {
|
||||
|
@ -168,7 +168,7 @@
|
|||
"description": "Label for the text tool"
|
||||
},
|
||||
"paint.colorPicker.swap": {
|
||||
"message": "Swap",
|
||||
"message": "Αντιμετάθεση",
|
||||
"description": "Label for button that swaps the two colors in a gradient"
|
||||
}
|
||||
}
|
|
@ -28,7 +28,7 @@
|
|||
"description": "Label for the color picker for the fill color"
|
||||
},
|
||||
"paint.paintEditor.costume": {
|
||||
"message": "Itxura",
|
||||
"message": "Tankera",
|
||||
"description": "Label for the name of a costume"
|
||||
},
|
||||
"paint.paintEditor.group": {
|
||||
|
@ -48,11 +48,11 @@
|
|||
"description": "Alt to image for the button to redo an action"
|
||||
},
|
||||
"paint.paintEditor.forward": {
|
||||
"message": "Aurrerantz",
|
||||
"message": "Aurrealderantz",
|
||||
"description": "Label for the `Send forward on canvas` button"
|
||||
},
|
||||
"paint.paintEditor.backward": {
|
||||
"message": "Atzerantz",
|
||||
"message": "Atzealderantz",
|
||||
"description": "Label for the `Send backward on canvas` button"
|
||||
},
|
||||
"paint.paintEditor.front": {
|
||||
|
|
|
@ -100,11 +100,11 @@
|
|||
"description": "Label for the number input to choose the line thickness"
|
||||
},
|
||||
"paint.modeTools.flipHorizontal": {
|
||||
"message": "Retournement horizontal",
|
||||
"message": "Retourner horizontalement",
|
||||
"description": "Label for the button to flip the image horizontally"
|
||||
},
|
||||
"paint.modeTools.flipVertical": {
|
||||
"message": "Retournement vertical",
|
||||
"message": "Retourner verticalement",
|
||||
"description": "Label for the button to flip the image vertically"
|
||||
},
|
||||
"paint.modeTools.filled": {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"description": "Label for the brightness component in the color picker"
|
||||
},
|
||||
"gui.comingSoon.message1": {
|
||||
"message": "Don't worry, we're on it {emoji}",
|
||||
"message": "Ewela nchegbu ,anyi na-elebara anya na ya",
|
||||
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
|
||||
},
|
||||
"gui.comingSoon.message2": {
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
"description": "Label for the reshape tool, which allows changing the points in the lines of the vectors"
|
||||
},
|
||||
"paint.roundedRectMode.roundedRect": {
|
||||
"message": "Tapawhā Tōpuku",
|
||||
"message": "Tapawhā Roa Tōpuku",
|
||||
"description": "Label for the rounded rectangle tool"
|
||||
},
|
||||
"paint.selectMode.select": {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import en from 'react-intl/locale-data/en';
|
||||
import am from 'react-intl/locale-data/am';
|
||||
import ar from 'react-intl/locale-data/ar';
|
||||
import az from 'react-intl/locale-data/az'; // also parent for Abkahz
|
||||
import ca from 'react-intl/locale-data/ca';
|
||||
import cs from 'react-intl/locale-data/cs';
|
||||
|
@ -22,11 +23,14 @@ import is from 'react-intl/locale-data/is';
|
|||
import it from 'react-intl/locale-data/it';
|
||||
import ja from 'react-intl/locale-data/ja';
|
||||
import ko from 'react-intl/locale-data/ko';
|
||||
import lt from 'react-intl/locale-data/lt';
|
||||
import lv from 'react-intl/locale-data/lv';
|
||||
import nl from 'react-intl/locale-data/nl';
|
||||
import nb from 'react-intl/locale-data/nb';
|
||||
import nn from 'react-intl/locale-data/nn';
|
||||
import pl from 'react-intl/locale-data/pl';
|
||||
import pt from 'react-intl/locale-data/pt';
|
||||
import ro from 'react-intl/locale-data/ro';
|
||||
import ru from 'react-intl/locale-data/ru';
|
||||
import sl from 'react-intl/locale-data/sl';
|
||||
import sk from 'react-intl/locale-data/sk';
|
||||
|
@ -72,6 +76,7 @@ locales = {
|
|||
let localeData = [].concat(
|
||||
en,
|
||||
am,
|
||||
ar,
|
||||
az, // parent for Abkahz
|
||||
ca,
|
||||
cs,
|
||||
|
@ -94,6 +99,8 @@ let localeData = [].concat(
|
|||
it,
|
||||
ja,
|
||||
ko,
|
||||
lt,
|
||||
lv,
|
||||
nl,
|
||||
nb,
|
||||
nn,
|
||||
|
@ -103,6 +110,7 @@ let localeData = [].concat(
|
|||
sk,
|
||||
sr,
|
||||
sv,
|
||||
ro,
|
||||
ru,
|
||||
th,
|
||||
tr,
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
const locales = {
|
||||
'ab': {name: 'Аҧсшәа'},
|
||||
'ar': {name: 'العربية'},
|
||||
'am': {name: 'አማርኛ'},
|
||||
'az': {name: 'Azeri'},
|
||||
'id': {name: 'Bahasa Indonesia'},
|
||||
|
@ -40,6 +41,7 @@ const locales = {
|
|||
'pl': {name: 'Polski'},
|
||||
'pt': {name: 'Português'},
|
||||
'pt-br': {name: 'Português Brasileiro'},
|
||||
'ro': {name: 'Română'},
|
||||
'ru': {name: 'Русский'},
|
||||
'sr': {name: 'Српски'},
|
||||
'sk': {name: 'Slovenčina'},
|
||||
|
@ -78,6 +80,7 @@ const customLocales = {
|
|||
|
||||
// list of RTL locales supported, and a function to check whether a locale is RTL
|
||||
const rtlLocales = [
|
||||
'ar',
|
||||
'he'
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue