mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
feat: add filipino translations
This commit is contained in:
parent
3c70988d14
commit
ccae0fc838
52 changed files with 4193 additions and 0 deletions
285
editor/blocks/fil.json
Normal file
285
editor/blocks/fil.json
Normal file
|
@ -0,0 +1,285 @@
|
|||
{
|
||||
"CONTROL_FOREVER": "kailanman",
|
||||
"CONTROL_REPEAT": "ulitin nang %1",
|
||||
"CONTROL_IF": "kung %1 edi",
|
||||
"CONTROL_ELSE": "kundi",
|
||||
"CONTROL_STOP": "itigil",
|
||||
"CONTROL_STOP_ALL": "lahat",
|
||||
"CONTROL_STOP_THIS": "script na ito",
|
||||
"CONTROL_STOP_OTHER": "ibang script sa sprite",
|
||||
"CONTROL_WAIT": "maghintay nang %1 (na) segundo",
|
||||
"CONTROL_WAITUNTIL": "maghintay hanggang %1",
|
||||
"CONTROL_REPEATUNTIL": "ulitin hanggang %1",
|
||||
"CONTROL_WHILE": "habang %1",
|
||||
"CONTROL_FOREACH": "sa bawat %1 sa %2",
|
||||
"CONTROL_STARTASCLONE": "kapag clone ako nagsimula",
|
||||
"CONTROL_CREATECLONEOF": "gumawa ng clone ng %1",
|
||||
"CONTROL_CREATECLONEOF_MYSELF": "ako",
|
||||
"CONTROL_DELETETHISCLONE": "tanggalin ang clone na ito",
|
||||
"CONTROL_COUNTER": "counter",
|
||||
"CONTROL_INCRCOUNTER": "increment counter",
|
||||
"CONTROL_CLEARCOUNTER": "linisin ang counter",
|
||||
"CONTROL_ALLATONCE": "sabay-sabay",
|
||||
"DATA_SETVARIABLETO": "itakda ang %1 bilang %2",
|
||||
"DATA_CHANGEVARIABLEBY": "palitan ang %1 ng %2",
|
||||
"DATA_SHOWVARIABLE": "ipakita ang variable na %1",
|
||||
"DATA_HIDEVARIABLE": "itago ang variable na %1",
|
||||
"DATA_ADDTOLIST": "idagdag ang %1 sa %2",
|
||||
"DATA_DELETEOFLIST": "burahin ang %1 ng %2",
|
||||
"DATA_DELETEALLOFLIST": "burahin lahat ng %1",
|
||||
"DATA_INSERTATLIST": "isingit ang %1 sa %2 ng %3",
|
||||
"DATA_REPLACEITEMOFLIST": "palitan ang item na %1 ng %2 ng %3",
|
||||
"DATA_ITEMOFLIST": "item na %1 ng %2",
|
||||
"DATA_ITEMNUMOFLIST": "# ng item na %1 sa %2",
|
||||
"DATA_LENGTHOFLIST": "haba ng %1",
|
||||
"DATA_LISTCONTAINSITEM": "may %2 ang %1?",
|
||||
"DATA_SHOWLIST": "ipakita ang listahan na %1",
|
||||
"DATA_HIDELIST": "itago ang listahan na %1",
|
||||
"DATA_INDEX_ALL": "lahat",
|
||||
"DATA_INDEX_LAST": "huli",
|
||||
"DATA_INDEX_RANDOM": "kahit ano",
|
||||
"EVENT_WHENFLAGCLICKED": "kapag pinindot ang %1",
|
||||
"EVENT_WHENTHISSPRITECLICKED": "kapag pinindot ang sprite na ito",
|
||||
"EVENT_WHENSTAGECLICKED": "kapag pinindot ang stage",
|
||||
"EVENT_WHENTOUCHINGOBJECT": "kapag tumama ang sprite na ito sa %1",
|
||||
"EVENT_WHENBROADCASTRECEIVED": "kapag natanggap ko ang %1",
|
||||
"EVENT_WHENBACKDROPSWITCHESTO": "kapag lumipat ang likod sa %1",
|
||||
"EVENT_WHENGREATERTHAN": "kapag %1 > %2",
|
||||
"EVENT_WHENGREATERTHAN_TIMER": "timer",
|
||||
"EVENT_WHENGREATERTHAN_LOUDNESS": "ingay",
|
||||
"EVENT_BROADCAST": "iulat ang %1",
|
||||
"EVENT_BROADCASTANDWAIT": "iulat ang %1 at maghintay",
|
||||
"EVENT_WHENKEYPRESSED": "kapag pinindot ang key na %1",
|
||||
"EVENT_WHENKEYPRESSED_SPACE": "space",
|
||||
"EVENT_WHENKEYPRESSED_LEFT": "kaliwang arrow",
|
||||
"EVENT_WHENKEYPRESSED_RIGHT": "kanang arrow",
|
||||
"EVENT_WHENKEYPRESSED_DOWN": "pababang arrow",
|
||||
"EVENT_WHENKEYPRESSED_UP": "pataas na arrow",
|
||||
"EVENT_WHENKEYPRESSED_ANY": "anuman",
|
||||
"LOOKS_SAYFORSECS": "sabihin ang %1 nang %2 (na) segundo",
|
||||
"LOOKS_SAY": "sabihin ang %1",
|
||||
"LOOKS_HELLO": "Kamusta!",
|
||||
"LOOKS_THINKFORSECS": "isipin ang %1 nang %2 (na) segundo",
|
||||
"LOOKS_THINK": "isipin ang %1",
|
||||
"LOOKS_HMM": "Hmm...",
|
||||
"LOOKS_SHOW": "ipakita",
|
||||
"LOOKS_HIDE": "itago",
|
||||
"LOOKS_HIDEALLSPRITES": "itago lahat ng sprite",
|
||||
"LOOKS_EFFECT_COLOR": "kulay",
|
||||
"LOOKS_EFFECT_FISHEYE": "fisheye",
|
||||
"LOOKS_EFFECT_WHIRL": "ipo-ipo",
|
||||
"LOOKS_EFFECT_PIXELATE": "pixelate",
|
||||
"LOOKS_EFFECT_MOSAIC": "mosaic",
|
||||
"LOOKS_EFFECT_BRIGHTNESS": "liwanag",
|
||||
"LOOKS_EFFECT_GHOST": "multo",
|
||||
"LOOKS_CHANGEEFFECTBY": "baguhin ang epektong %1 nang %2",
|
||||
"LOOKS_SETEFFECTTO": "itakda ang epektong %1 bilang %2",
|
||||
"LOOKS_CLEARGRAPHICEFFECTS": "tanggalin lahat ng graphic effects",
|
||||
"LOOKS_CHANGESIZEBY": "palitan ang laki nang %1",
|
||||
"LOOKS_SETSIZETO": "itakda ang laki nang %1",
|
||||
"LOOKS_SIZE": "laki",
|
||||
"LOOKS_CHANGESTRETCHBY": "palitan ang banat nang %1",
|
||||
"LOOKS_SETSTRETCHTO": "itakda ang banat nang %1 %",
|
||||
"LOOKS_SWITCHCOSTUMETO": "palitan ang costume ng %1",
|
||||
"LOOKS_NEXTCOSTUME": "susunod na costume",
|
||||
"LOOKS_SWITCHBACKDROPTO": "palitan ang likod ng %1",
|
||||
"LOOKS_GOTOFRONTBACK": "pumunta sa layer na %1",
|
||||
"LOOKS_GOTOFRONTBACK_FRONT": "harap",
|
||||
"LOOKS_GOTOFRONTBACK_BACK": "likod",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS": "pumunta %1 nang %2 na layer",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS_FORWARD": "sa harap",
|
||||
"LOOKS_GOFORWARDBACKWARDLAYERS_BACKWARD": "sa likod",
|
||||
"LOOKS_BACKDROPNUMBERNAME": "likod na %1",
|
||||
"LOOKS_COSTUMENUMBERNAME": "costume na %1",
|
||||
"LOOKS_NUMBERNAME_NUMBER": "bilang",
|
||||
"LOOKS_NUMBERNAME_NAME": "pangalan",
|
||||
"LOOKS_SWITCHBACKDROPTOANDWAIT": "palitan ang likod ng %1 at maghintay",
|
||||
"LOOKS_NEXTBACKDROP_BLOCK": "susunod na likod",
|
||||
"LOOKS_NEXTBACKDROP": "susunod na likod",
|
||||
"LOOKS_PREVIOUSBACKDROP": "nakaraang likod",
|
||||
"LOOKS_RANDOMBACKDROP": "kahit anong likod",
|
||||
"MOTION_MOVESTEPS": "gumalaw nang %1 (na) hakbang",
|
||||
"MOTION_TURNLEFT": "umikot %1 nang %2 (na) digri",
|
||||
"MOTION_TURNRIGHT": "umikot %1 nang %2 (na) digri",
|
||||
"MOTION_POINTINDIRECTION": "humarap sa direksyong %1",
|
||||
"MOTION_POINTTOWARDS": "humarap patungong %1",
|
||||
"MOTION_POINTTOWARDS_POINTER": "mouse pointer",
|
||||
"MOTION_POINTTOWARDS_RANDOM": "kahit anong direksyon",
|
||||
"MOTION_GOTO": "pumunta sa %1",
|
||||
"MOTION_GOTO_POINTER": "mouse pointer",
|
||||
"MOTION_GOTO_RANDOM": "kahit anong direksyon",
|
||||
"MOTION_GOTOXY": "pumunta sa x: %1 y: %2",
|
||||
"MOTION_GLIDESECSTOXY": "dumulas nang %1 (na) seg. papuntang x: %2 y: %3",
|
||||
"MOTION_GLIDETO": "dumulas nang %1 (na) seg. papuntang %2",
|
||||
"MOTION_GLIDETO_POINTER": "mouse pointer",
|
||||
"MOTION_GLIDETO_RANDOM": "kahit anong direksyon",
|
||||
"MOTION_CHANGEXBY": "palitan ang x ng %1",
|
||||
"MOTION_SETX": "itakda ang x bilang %1",
|
||||
"MOTION_CHANGEYBY": "palitan ang y ng %1",
|
||||
"MOTION_SETY": "itakda ang y bilang %1",
|
||||
"MOTION_IFONEDGEBOUNCE": "kung nasa gilid, tumalbog",
|
||||
"MOTION_SETROTATIONSTYLE": "itakda ang estilo ng pag-ikot %1",
|
||||
"MOTION_SETROTATIONSTYLE_LEFTRIGHT": "kaliwa-kanan",
|
||||
"MOTION_SETROTATIONSTYLE_DONTROTATE": "wag umikot",
|
||||
"MOTION_SETROTATIONSTYLE_ALLAROUND": "lahatan",
|
||||
"MOTION_XPOSITION": "posisyong x",
|
||||
"MOTION_YPOSITION": "posisyong y",
|
||||
"MOTION_DIRECTION": "direksyon",
|
||||
"MOTION_SCROLLRIGHT": "i-scroll pakanan nang %1",
|
||||
"MOTION_SCROLLUP": "i-scroll pataas nang %1",
|
||||
"MOTION_ALIGNSCENE": "ihanay ang eksena %1",
|
||||
"MOTION_ALIGNSCENE_BOTTOMLEFT": "babang kaliwa",
|
||||
"MOTION_ALIGNSCENE_BOTTOMRIGHT": "babang kanan",
|
||||
"MOTION_ALIGNSCENE_MIDDLE": "gitna",
|
||||
"MOTION_ALIGNSCENE_TOPLEFT": "taas na kaliwa",
|
||||
"MOTION_ALIGNSCENE_TOPRIGHT": "taas na kanan",
|
||||
"MOTION_XSCROLL": "x scroll",
|
||||
"MOTION_YSCROLL": "y scroll",
|
||||
"MOTION_STAGE_SELECTED": "Napiling stage: walang motion block",
|
||||
"OPERATORS_ADD": "%1 + %2",
|
||||
"OPERATORS_SUBTRACT": "%1 - %2",
|
||||
"OPERATORS_MULTIPLY": "%1 * %2",
|
||||
"OPERATORS_DIVIDE": "%1 / %2",
|
||||
"OPERATORS_RANDOM": "pumili ng kahit ano mula %1 hanggang %2",
|
||||
"OPERATORS_GT": "%1 > %2",
|
||||
"OPERATORS_LT": "%1 < %2",
|
||||
"OPERATORS_EQUALS": "%1 = %2",
|
||||
"OPERATORS_AND": "%1 at %2",
|
||||
"OPERATORS_OR": "%1 o %2",
|
||||
"OPERATORS_NOT": "hindi %1",
|
||||
"OPERATORS_JOIN": "ipagsama ang %1 %2",
|
||||
"OPERATORS_JOIN_APPLE": "mansanas",
|
||||
"OPERATORS_JOIN_BANANA": "saging",
|
||||
"OPERATORS_LETTEROF": "titik %1 ng %2",
|
||||
"OPERATORS_LETTEROF_APPLE": "m",
|
||||
"OPERATORS_LENGTH": "haba ng %1",
|
||||
"OPERATORS_CONTAINS": "may %2 ang %1?",
|
||||
"OPERATORS_MOD": "%1 mod %2",
|
||||
"OPERATORS_ROUND": "i-round ang %1",
|
||||
"OPERATORS_MATHOP": "%1 ng %2",
|
||||
"OPERATORS_MATHOP_ABS": "abs",
|
||||
"OPERATORS_MATHOP_FLOOR": "floor",
|
||||
"OPERATORS_MATHOP_CEILING": "ceiling",
|
||||
"OPERATORS_MATHOP_SQRT": "sqrt",
|
||||
"OPERATORS_MATHOP_SIN": "sin",
|
||||
"OPERATORS_MATHOP_COS": "cos",
|
||||
"OPERATORS_MATHOP_TAN": "tan",
|
||||
"OPERATORS_MATHOP_ASIN": "asin",
|
||||
"OPERATORS_MATHOP_ACOS": "acos",
|
||||
"OPERATORS_MATHOP_ATAN": "atan",
|
||||
"OPERATORS_MATHOP_LN": "ln",
|
||||
"OPERATORS_MATHOP_LOG": "log",
|
||||
"OPERATORS_MATHOP_EEXP": "e ^",
|
||||
"OPERATORS_MATHOP_10EXP": "10 ^",
|
||||
"PROCEDURES_DEFINITION": "i-define ang %1",
|
||||
"SENSING_TOUCHINGOBJECT": "tinatamaan ang %1?",
|
||||
"SENSING_TOUCHINGOBJECT_POINTER": "mouse pointer",
|
||||
"SENSING_TOUCHINGOBJECT_EDGE": "gilid",
|
||||
"SENSING_TOUCHINGCOLOR": "tinatamaan ang kulay %1?",
|
||||
"SENSING_COLORISTOUCHINGCOLOR": "tinatamaan ang %2 ng kulay na %1?",
|
||||
"SENSING_DISTANCETO": "layo sa %1",
|
||||
"SENSING_DISTANCETO_POINTER": "mouse pointer",
|
||||
"SENSING_ASKANDWAIT": "magtanong ng %1 at maghintay",
|
||||
"SENSING_ASK_TEXT": "Ano ang pangalan mo?",
|
||||
"SENSING_ANSWER": "sagot",
|
||||
"SENSING_KEYPRESSED": "napindot ang key na %1?",
|
||||
"SENSING_MOUSEDOWN": "nakapindot?",
|
||||
"SENSING_MOUSEX": "mouse x",
|
||||
"SENSING_MOUSEY": "mouse y",
|
||||
"SENSING_SETDRAGMODE": "itakda ang drag mode bilang %1",
|
||||
"SENSING_SETDRAGMODE_DRAGGABLE": "nahihila",
|
||||
"SENSING_SETDRAGMODE_NOTDRAGGABLE": "di-nahihila",
|
||||
"SENSING_LOUDNESS": "lakas",
|
||||
"SENSING_LOUD": "malakas?",
|
||||
"SENSING_TIMER": "timer",
|
||||
"SENSING_RESETTIMER": "i-reset ang timer",
|
||||
"SENSING_OF": "%1 ng %2",
|
||||
"SENSING_OF_XPOSITION": "posisyong x",
|
||||
"SENSING_OF_YPOSITION": "posisyong y",
|
||||
"SENSING_OF_DIRECTION": "direksyon",
|
||||
"SENSING_OF_COSTUMENUMBER": "costume #",
|
||||
"SENSING_OF_COSTUMENAME": "pangalan ng costume",
|
||||
"SENSING_OF_SIZE": "laki",
|
||||
"SENSING_OF_VOLUME": "volume",
|
||||
"SENSING_OF_BACKDROPNUMBER": "likod #",
|
||||
"SENSING_OF_BACKDROPNAME": "pangalan ng likod",
|
||||
"SENSING_OF_STAGE": "Stage",
|
||||
"SENSING_CURRENT": "kasalukuyang %1",
|
||||
"SENSING_CURRENT_YEAR": "taon",
|
||||
"SENSING_CURRENT_MONTH": "buwan",
|
||||
"SENSING_CURRENT_DATE": "petsa",
|
||||
"SENSING_CURRENT_DAYOFWEEK": "araw ng linggo",
|
||||
"SENSING_CURRENT_HOUR": "oras",
|
||||
"SENSING_CURRENT_MINUTE": "minuto",
|
||||
"SENSING_CURRENT_SECOND": "segundo",
|
||||
"SENSING_DAYSSINCE2000": "araw simula noong 2000",
|
||||
"SENSING_USERNAME": "username",
|
||||
"SENSING_USERID": "user id",
|
||||
"SOUND_PLAY": "simulan ang tunog na %1",
|
||||
"SOUND_PLAYUNTILDONE": "i-play ang tunog na %1 hanggang matapos",
|
||||
"SOUND_STOPALLSOUNDS": "itigil ang lahat ng tunog",
|
||||
"SOUND_SETEFFECTO": "itakda ang epektong %1 bilang %2",
|
||||
"SOUND_CHANGEEFFECTBY": "baguhin ang epektong %1 nang %2",
|
||||
"SOUND_CLEAREFFECTS": "tanggalin lahat ng sound effects",
|
||||
"SOUND_EFFECTS_PITCH": "tinis",
|
||||
"SOUND_EFFECTS_PAN": "i-pan kaliwa/kanan",
|
||||
"SOUND_CHANGEVOLUMEBY": "palitan ang volume nang %1",
|
||||
"SOUND_SETVOLUMETO": "itakda ang volume bilang %1%",
|
||||
"SOUND_VOLUME": "volume",
|
||||
"SOUND_RECORD": "mag-record...",
|
||||
"CATEGORY_MOTION": "Galaw",
|
||||
"CATEGORY_LOOKS": "Hitsura",
|
||||
"CATEGORY_SOUND": "Tunog",
|
||||
"CATEGORY_EVENTS": "Pangyayari",
|
||||
"CATEGORY_CONTROL": "Kontrol",
|
||||
"CATEGORY_SENSING": "Pakiramdam",
|
||||
"CATEGORY_OPERATORS": "Mga Operator",
|
||||
"CATEGORY_VARIABLES": "Mga Variable",
|
||||
"CATEGORY_MYBLOCKS": "Mga Block Ko",
|
||||
"DUPLICATE": "Doblehin",
|
||||
"DELETE": "Burahin",
|
||||
"ADD_COMMENT": "Magkomento",
|
||||
"REMOVE_COMMENT": "Tanggalin ang Komento",
|
||||
"DELETE_BLOCK": "Tanggalin ang Block",
|
||||
"DELETE_X_BLOCKS": "Magtanggal ng %1 (na) Block",
|
||||
"DELETE_ALL_BLOCKS": "Tanggalin lahat ng %1 (na) block?",
|
||||
"CLEAN_UP": "Linisin ang mga Block",
|
||||
"HELP": "Tulong",
|
||||
"UNDO": "I-undo",
|
||||
"REDO": "I-redo",
|
||||
"EDIT_PROCEDURE": "Baguhin",
|
||||
"SHOW_PROCEDURE_DEFINITION": "Pumunta sa definition",
|
||||
"WORKSPACE_COMMENT_DEFAULT_TEXT": "Magsalita...",
|
||||
"COLOUR_HUE_LABEL": "Kulay",
|
||||
"COLOUR_SATURATION_LABEL": "Tingkad",
|
||||
"COLOUR_BRIGHTNESS_LABEL": "Liwanag",
|
||||
"CHANGE_VALUE_TITLE": "Baguhin ang value:",
|
||||
"RENAME_VARIABLE": "I-rename ang variable",
|
||||
"RENAME_VARIABLE_TITLE": "I-rename lahat ng \"%1\" na variable sa:",
|
||||
"RENAME_VARIABLE_MODAL_TITLE": "I-rename ang Variable",
|
||||
"NEW_VARIABLE": "Gumawa ng Variable",
|
||||
"NEW_VARIABLE_TITLE": "Pangalan ng bagong variable:",
|
||||
"VARIABLE_MODAL_TITLE": "Bagong Variable",
|
||||
"VARIABLE_ALREADY_EXISTS": "Meron na'ng variable na \"%1\".",
|
||||
"VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE": "Meron na'ng variable na \"%1\" para sa ibang variable na may type na \"%2\".",
|
||||
"DELETE_VARIABLE_CONFIRMATION": "Tanggalin ang %1 (na) paggamit ng \"%2\" na variable?",
|
||||
"CANNOT_DELETE_VARIABLE_PROCEDURE": "Di mabura ang variable na \"%1\" dahil parte ito ng kahulugan para sa function na \"%2\"",
|
||||
"DELETE_VARIABLE": "Burahin ang variable na \"%1\"",
|
||||
"NEW_PROCEDURE": "Gumawa ng Block",
|
||||
"PROCEDURE_ALREADY_EXISTS": "Meron na'ng procedure na \"%1\".",
|
||||
"PROCEDURE_DEFAULT_NAME": "pangalan ng block",
|
||||
"PROCEDURE_USED": "Para burahin ang kahulugan ng isang block, tanggalin muna ang lahat ng paggamit sa naturang block.",
|
||||
"NEW_LIST": "Gumawa ng Listahan",
|
||||
"NEW_LIST_TITLE": "Pangalan ng bagong listahan:",
|
||||
"LIST_MODAL_TITLE": "Bagong Listahan",
|
||||
"LIST_ALREADY_EXISTS": "Meron na'ng listahan na \"%1\".",
|
||||
"RENAME_LIST_TITLE": "I-rename lahat ng mga listahan na \"%1\" ng:",
|
||||
"RENAME_LIST_MODAL_TITLE": "I-rename ang Listahan",
|
||||
"DEFAULT_LIST_ITEM": "bagay",
|
||||
"DELETE_LIST": "Burahin ang listahang \"%1\"",
|
||||
"RENAME_LIST": "I-rename ang listahan",
|
||||
"NEW_BROADCAST_MESSAGE": "Bagong mensahe",
|
||||
"NEW_BROADCAST_MESSAGE_TITLE": "Pangalan ng bagong mensahe:",
|
||||
"BROADCAST_MODAL_TITLE": "Bagong Mensahe",
|
||||
"DEFAULT_BROADCAST_MESSAGE_NAME": "mensahe1"
|
||||
}
|
215
editor/extensions/fil.json
Normal file
215
editor/extensions/fil.json
Normal file
|
@ -0,0 +1,215 @@
|
|||
{
|
||||
"boost.color.any": "kahit anong kulay",
|
||||
"boost.color.black": "itim",
|
||||
"boost.color.blue": "bughaw",
|
||||
"boost.color.green": "berde",
|
||||
"boost.color.red": "pula",
|
||||
"boost.color.white": "puti",
|
||||
"boost.color.yellow": "dilaw",
|
||||
"boost.getMotorPosition": "posisyon ng motor na [MOTOR_REPORTER_ID]",
|
||||
"boost.getTiltAngle": "anggulo ng pagtagilid [TILT_DIRECTION]",
|
||||
"boost.motorDirection.backward": "papunta doon",
|
||||
"boost.motorDirection.forward": "papunta rito",
|
||||
"boost.motorDirection.reverse": "pabalik",
|
||||
"boost.motorOff": "isara ang motor na [MOTOR_ID]",
|
||||
"boost.motorOn": "buksan ang motor na [MOTOR_ID]",
|
||||
"boost.motorOnFor": "buksan ang motor na [MOTOR_ID] nang [DURATION] (na) segundo",
|
||||
"boost.motorOnForRotation": "buksan ang motor na [MOTOR_ID] nang [ROTATION] (na) ikot",
|
||||
"boost.seeingColor": "nakikita ang brick na [COLOR]?",
|
||||
"boost.setLightHue": "itakda ang kulay ng ilaw bilang [HUE]",
|
||||
"boost.setMotorDirection": "itakda sa direksyong [MOTOR_DIRECTION] ang motor na [MOTOR_ID]",
|
||||
"boost.setMotorPower": "itakda sa bilis na [POWER] % ang motor na [MOTOR_ID]",
|
||||
"boost.tiltDirection.any": "kahit ano",
|
||||
"boost.tiltDirection.down": "baba",
|
||||
"boost.tiltDirection.left": "kaliwa",
|
||||
"boost.tiltDirection.right": "kanan",
|
||||
"boost.tiltDirection.up": "taas",
|
||||
"boost.whenColor": "kapag nakita ang brick na [COLOR]",
|
||||
"boost.whenTilted": "kapag nakatagilid [TILT_DIRECTION_ANY]",
|
||||
"ev3.beepNote": "i-beep ang notang [NOTE] nang [TIME] (na) segundo",
|
||||
"ev3.buttonPressed": "pinindot ang button na [PORT]?",
|
||||
"ev3.getBrightness": "liwanag",
|
||||
"ev3.getDistance": "layo",
|
||||
"ev3.getMotorPosition": "posisyon ng motor na [PORT]",
|
||||
"ev3.motorSetPower": "itakda ang lakas na [POWER] % sa motor na [PORT]",
|
||||
"ev3.motorTurnClockwise": "paikutin dito nang [TIME] (na) seguno ang motor na [PORT]",
|
||||
"ev3.motorTurnCounterClockwise": "paikutin doon nang [TIME] (na) segundo ang motor na [PORT]",
|
||||
"ev3.whenBrightnessLessThan": "kapag ang liwanag < [DISTANCE]",
|
||||
"ev3.whenButtonPressed": "kapag pinindot ang button na [PORT]",
|
||||
"ev3.whenDistanceLessThan": "kapag ang layo < [DISTANCE]",
|
||||
"gdxfor.getAcceleration": "pagbilis [DIRECTION]",
|
||||
"gdxfor.getForce": "pwersa",
|
||||
"gdxfor.getSpin": "bilis ng pag-ikot [DIRECTION]",
|
||||
"gdxfor.getTilt": "anggulo ng pagtagilid [TILT]",
|
||||
"gdxfor.isFreeFalling": "nahuhulog?",
|
||||
"gdxfor.isTilted": "nakatagilid [TILT]?",
|
||||
"gdxfor.pulled": "hinila",
|
||||
"gdxfor.pushed": "tinulak",
|
||||
"gdxfor.shaken": "niyugyog",
|
||||
"gdxfor.startedFalling": "nagsimulang mahulog",
|
||||
"gdxfor.tiltDirectionMenu.any": "kahit ano",
|
||||
"gdxfor.tiltDirectionMenu.back": "likod",
|
||||
"gdxfor.tiltDirectionMenu.front": "harap",
|
||||
"gdxfor.tiltDirectionMenu.left": "kaliwa",
|
||||
"gdxfor.tiltDirectionMenu.right": "kanan",
|
||||
"gdxfor.turnedFaceDown": "nakaharap pababa",
|
||||
"gdxfor.turnedFaceUp": "nakaharap pataas",
|
||||
"gdxfor.whenForcePushedOrPulled": "kapag ang sensor ng pwersa ay [PUSH_PULL]",
|
||||
"gdxfor.whenGesture": "kapag [GESTURE]",
|
||||
"gdxfor.whenTilted": "kapag nakatagilid [TILT]",
|
||||
"makeymakey.downArrow": "pababang arrow",
|
||||
"makeymakey.downArrowShort": "baba",
|
||||
"makeymakey.leftArrow": "kaliwang arrow",
|
||||
"makeymakey.leftArrowShort": "kaliwa",
|
||||
"makeymakey.rightArrow": "kanang arrow",
|
||||
"makeymakey.rightArrowShort": "kanan",
|
||||
"makeymakey.spaceKey": "space",
|
||||
"makeymakey.upArrow": "pataas na arrow",
|
||||
"makeymakey.upArrowShort": "taas",
|
||||
"makeymakey.whenKeyPressed": "kapag pinindot ang key na [KEY]",
|
||||
"makeymakey.whenKeysPressedInOrder": "kapag diretsong pinindot ang [SEQUENCE]",
|
||||
"microbit.buttonsMenu.any": "kahit ano",
|
||||
"microbit.clearDisplay": "linisin ang display",
|
||||
"microbit.defaultTextToDisplay": "Kamusta",
|
||||
"microbit.displaySymbol": "i-display ang [MATRIX]",
|
||||
"microbit.displayText": "i-display ang teksto na [TEXT]",
|
||||
"microbit.gesturesMenu.jumped": "tumalon",
|
||||
"microbit.gesturesMenu.moved": "gumalaw",
|
||||
"microbit.gesturesMenu.shaken": "niyugyog",
|
||||
"microbit.isButtonPressed": "pinindot ang button na [BTN]?",
|
||||
"microbit.isTilted": "nakatagilid [DIRECTION]?",
|
||||
"microbit.pinStateMenu.off": "nakasara",
|
||||
"microbit.pinStateMenu.on": "nakabukas",
|
||||
"microbit.tiltAngle": "anggulo ng pagtagilid [DIRECTION]",
|
||||
"microbit.tiltDirectionMenu.any": "kahit ano",
|
||||
"microbit.tiltDirectionMenu.back": "likod",
|
||||
"microbit.tiltDirectionMenu.front": "harap",
|
||||
"microbit.tiltDirectionMenu.left": "kaliwa",
|
||||
"microbit.tiltDirectionMenu.right": "kanan",
|
||||
"microbit.whenButtonPressed": "kapag pinindot ang button na [BTN]",
|
||||
"microbit.whenGesture": "kapag [GESTURE]",
|
||||
"microbit.whenPinConnected": "kapag konektado ang pin na [PIN]",
|
||||
"microbit.whenTilted": "kapag nakatagilid [DIRECTION]",
|
||||
"music.categoryName": "Musika",
|
||||
"music.changeTempo": "baguhin ang bilis nang [TEMPO]",
|
||||
"music.drumBass": "(2) Bass Drum",
|
||||
"music.drumBongo": "(13) Bongo",
|
||||
"music.drumCabasa": "(15) Cabasa",
|
||||
"music.drumClaves": "(9) Claves",
|
||||
"music.drumClosedHiHat": "(6) Closed Hi-Hat",
|
||||
"music.drumConga": "(14) Conga",
|
||||
"music.drumCowbell": "(11) Cowbell",
|
||||
"music.drumCrashCymbal": "(4) Crash Cymbal",
|
||||
"music.drumCuica": "(18) Cuica",
|
||||
"music.drumGuiro": "(16) Guiro",
|
||||
"music.drumHandClap": "(8) Hand Clap",
|
||||
"music.drumOpenHiHat": "(5) Open Hi-Hat",
|
||||
"music.drumSideStick": "(3) Side Stick",
|
||||
"music.drumSnare": "(1) Snare Drum",
|
||||
"music.drumTambourine": "(7) Tambourine",
|
||||
"music.drumTriangle": "(12) Triangle",
|
||||
"music.drumVibraslap": "(17) Vibraslap",
|
||||
"music.drumWoodBlock": "(10) Wood Block",
|
||||
"music.getTempo": "bilis",
|
||||
"music.instrumentBass": "(6) Bass",
|
||||
"music.instrumentBassoon": "(14) Bassoon",
|
||||
"music.instrumentCello": "(8) Cello",
|
||||
"music.instrumentChoir": "(15) Choir",
|
||||
"music.instrumentClarinet": "(10) Clarinet",
|
||||
"music.instrumentElectricGuitar": "(5) Electric Guitar",
|
||||
"music.instrumentElectricPiano": "(2) Electric Piano",
|
||||
"music.instrumentFlute": "(12) Flute",
|
||||
"music.instrumentGuitar": "(4) Guitar",
|
||||
"music.instrumentMarimba": "(19) Marimba",
|
||||
"music.instrumentMusicBox": "(17) Music Box",
|
||||
"music.instrumentOrgan": "(3) Organ",
|
||||
"music.instrumentPiano": "(1) Piano",
|
||||
"music.instrumentPizzicato": "(7) Pizzicato",
|
||||
"music.instrumentSaxophone": "(11) Saxophone",
|
||||
"music.instrumentSteelDrum": "(18) Steel Drum",
|
||||
"music.instrumentSynthLead": "(20) Synth Lead",
|
||||
"music.instrumentSynthPad": "(21) Synth Pad",
|
||||
"music.instrumentTrombone": "(9) Trombone",
|
||||
"music.instrumentVibraphone": "(16) Vibraphone",
|
||||
"music.instrumentWoodenFlute": "(13) Wooden Flute",
|
||||
"music.midiPlayDrumForBeats": "i-play ang tambol na [DRUM] nang [BEATS] (na) beat",
|
||||
"music.midiSetInstrument": "itakda ang instrumento bilang [INSTRUMENT]",
|
||||
"music.playDrumForBeats": "i-play ang tambol na [DRUM] nang [BEATS] (na) beat",
|
||||
"music.playNoteForBeats": "i-play ang notang [NOTE] nang [BEATS] (na) beat",
|
||||
"music.restForBeats": "magpahinga nang [BEATS] (na) beat",
|
||||
"music.setInstrument": "itakda ang instrumento bilang [INSTRUMENT]",
|
||||
"music.setTempo": "itakda ang bilis bilang [TEMPO]",
|
||||
"pen.categoryName": "Panulat",
|
||||
"pen.changeColorParam": "baguhin ang panulat [COLOR_PARAM] ng [VALUE]",
|
||||
"pen.changeHue": "baguhin ang kulay ng panulat sa [HUE]",
|
||||
"pen.changeShade": "baguhin ang shade ng panulat sa [SHADE]",
|
||||
"pen.changeSize": "baguhin ang laki ng panulat nang [SIZE]",
|
||||
"pen.clear": "burahin lahat",
|
||||
"pen.colorMenu.brightness": "liwanag",
|
||||
"pen.colorMenu.color": "kulay",
|
||||
"pen.colorMenu.saturation": "tingkad",
|
||||
"pen.colorMenu.transparency": "labo",
|
||||
"pen.penDown": "ibaba ang panulat",
|
||||
"pen.penUp": "itaas ang panulat",
|
||||
"pen.setColor": "itakda ang kulay ng panulat sa [COLOR]",
|
||||
"pen.setColorParam": "itakda ang panulat [COLOR_PARAM] sa [VALUE]",
|
||||
"pen.setHue": "itakda ang kulay ng panulat sa [HUE]",
|
||||
"pen.setShade": "itakda ang shade ng panulat sa [SHADE]",
|
||||
"pen.setSize": "itakda ang laki ng panulat sa [SIZE]",
|
||||
"pen.stamp": "i-stamp",
|
||||
"speech.defaultWhenIHearValue": "tara",
|
||||
"speech.extensionName": "Speech to Text",
|
||||
"speech.listenAndWait": "makinig at maghintay",
|
||||
"speech.speechReporter": "sinabi",
|
||||
"speech.whenIHear": "kapag narinig ko ang [PHRASE]",
|
||||
"text2speech.alto": "alto",
|
||||
"text2speech.categoryName": "Text to Speech",
|
||||
"text2speech.defaultTextToSpeak": "kamusta",
|
||||
"text2speech.giant": "higante",
|
||||
"text2speech.kitten": "kuting",
|
||||
"text2speech.setLanguageBlock": "itakda ang wika sa [LANGUAGE]",
|
||||
"text2speech.setVoiceBlock": "itakda ang boses sa [VOICE]",
|
||||
"text2speech.speakAndWaitBlock": "sabihin ang [WORDS]",
|
||||
"text2speech.squeak": "squeak",
|
||||
"text2speech.tenor": "tenor",
|
||||
"translate.categoryName": "Magsalin",
|
||||
"translate.defaultTextToTranslate": "kamusta",
|
||||
"translate.translateBlock": "isalin ang [WORDS] sa [LANGUAGE]",
|
||||
"translate.viewerLanguage": "wika",
|
||||
"videoSensing.categoryName": "Video Sensing",
|
||||
"videoSensing.direction": "direksyon",
|
||||
"videoSensing.motion": "galaw",
|
||||
"videoSensing.off": "sarado",
|
||||
"videoSensing.on": "bukas",
|
||||
"videoSensing.onFlipped": "pabaligtad",
|
||||
"videoSensing.setVideoTransparency": "itakda ang labo ng video sa [TRANSPARENCY]",
|
||||
"videoSensing.sprite": "sprite",
|
||||
"videoSensing.stage": "stage",
|
||||
"videoSensing.videoOn": "[ATTRIBUTE] ng video sa [SUBJECT]",
|
||||
"videoSensing.videoToggle": "itakda ang video sa [VIDEO_STATE]",
|
||||
"videoSensing.whenMotionGreaterThan": "kapag ang paggalaw sa video > [REFERENCE]",
|
||||
"wedo2.getDistance": "layo",
|
||||
"wedo2.getTiltAngle": "anggulo ng pagtagilid [TILT_DIRECTION]",
|
||||
"wedo2.isTilted": "nakatagilid [TILT_DIRECTION_ANY]?",
|
||||
"wedo2.motorDirection.backward": "papunta doon",
|
||||
"wedo2.motorDirection.forward": "papunta rito",
|
||||
"wedo2.motorDirection.reverse": "pabalik",
|
||||
"wedo2.motorId.a": "motor A",
|
||||
"wedo2.motorId.all": "lahat ng motor",
|
||||
"wedo2.motorId.b": "motor B",
|
||||
"wedo2.motorId.default": "motor",
|
||||
"wedo2.motorOff": "patayin ang [MOTOR_ID]",
|
||||
"wedo2.motorOn": "buksan ang [MOTOR_ID]",
|
||||
"wedo2.motorOnFor": "buksan ang [MOTOR_ID] nang [DURATION] (na) segundo",
|
||||
"wedo2.playNoteFor": "i-play ang notang [NOTE] nang [DURATION] (na) segundo",
|
||||
"wedo2.setLightHue": "itakda ang kulay ng ilaw bilang [HUE]",
|
||||
"wedo2.setMotorDirection": "itakda ang direksyon ng [MOTOR_ID] sa [MOTOR_DIRECTION]",
|
||||
"wedo2.startMotorPower": "itakda ang lakas ng [MOTOR_ID] sa [POWER]",
|
||||
"wedo2.tiltDirection.any": "kahit ano",
|
||||
"wedo2.tiltDirection.down": "baba",
|
||||
"wedo2.tiltDirection.left": "kaliwa",
|
||||
"wedo2.tiltDirection.right": "kanan",
|
||||
"wedo2.tiltDirection.up": "taas",
|
||||
"wedo2.whenDistance": "kapag ang layo [OP] [REFERENCE]",
|
||||
"wedo2.whenTilted": "kapag nakatagilid [TILT_DIRECTION_ANY]"
|
||||
}
|
513
editor/interface/fil.json
Normal file
513
editor/interface/fil.json
Normal file
|
@ -0,0 +1,513 @@
|
|||
{
|
||||
"gui.alerts.lostPeripheralConnection": "Nawala ang koneksyon ng Scratch sa {extensionName}.",
|
||||
"gui.alerts.tryAgain": "Subukan Muli",
|
||||
"gui.alerts.download": "I-download",
|
||||
"gui.connection.reconnect": "Kumonekta Ulit",
|
||||
"gui.backpack.costumeLabel": "costume",
|
||||
"gui.backpack.soundLabel": "tunog",
|
||||
"gui.backpack.scriptLabel": "script",
|
||||
"gui.backpack.spriteLabel": "sprite",
|
||||
"gui.backpack.header": "Backpack",
|
||||
"gui.backpack.errorBackpack": "Nagka-error sa pag-load sa backpack",
|
||||
"gui.backpack.loadingBackpack": "Naglo-load...",
|
||||
"gui.backpack.more": "Higit pa",
|
||||
"gui.backpack.emptyBackpack": "Walang laman ang backpack",
|
||||
"gui.unsupportedBrowser.label": "Di suportado ang browser",
|
||||
"gui.unsupportedBrowser.errorLabel": "Nagka-error",
|
||||
"gui.unsupportedBrowser.notRecommended": "Paumanhin, pero mukha yatang gumagamit po kayo ng isang bersyon ng browser na di suportado ng Scratch. Rinerekomenda po namin na gamitin ang pinakabagong bersyon ng isang suportadong browser tulad ng Google Chrome, Mozilla Firefox, Microsoft Edge, o Apple Safari.",
|
||||
"gui.unsupportedBrowser.description": "Paumanhin, pero hindi po suportado ng Scratch ang browser na ito. Rinerekomenda po namin na gamitin ang pinakabagong bersyon ng isang suportadong browser tulad ng Google Chrome, Mozilla Firefox, Microsoft Edge, o Apple Safari.",
|
||||
"gui.unsupportedBrowser.back": "Balik",
|
||||
"gui.unsupportedBrowser.previewfaq": "Upang matuto pa, puntahan ang {previewFaqLink}.",
|
||||
"gui.unsupportedBrowser.previewfaqlinktext": "Mga Madalas Itanong",
|
||||
"gui.cards.all-tutorials": "Mga Tutorial",
|
||||
"gui.cards.shrink": "Paliitin",
|
||||
"gui.cards.expand": "Palakihin",
|
||||
"gui.cards.close": "Isara",
|
||||
"gui.cards.more-things-to-try": "Maraming masusubukan!",
|
||||
"gui.cards.see-more": "Tingnan pa",
|
||||
"gui.comingSoon.message1": "Wag kang mag-alala, ginagawa na namin ito{emoji}",
|
||||
"gui.comingSoon.message2": "Abangan...",
|
||||
"gui.comingSoon.message3": "Ginagawa na namin ito {emoji}",
|
||||
"gui.connection.auto-scanning.noPeripheralsFound": "Walang nakitang device",
|
||||
"gui.connection.auto-scanning.prescan": "Ilapit ang iyong device, tapos simulan ang paghahanap.",
|
||||
"gui.connection.auto-scanning.pressbutton": "Pindutin ang button ng iyong device.",
|
||||
"gui.connection.auto-scanning.start-search": "Simulan ang Paghahanap",
|
||||
"gui.connection.connecting-searchbutton": "Naghahanap...",
|
||||
"gui.connection.auto-scanning.try-again": "Subukan muli",
|
||||
"gui.connection.connected": "Konektado",
|
||||
"gui.connection.disconnect": "Nadiskonekta",
|
||||
"gui.connection.go-to-editor": "Pumunta sa Editor",
|
||||
"gui.connection.connecting-cancelbutton": "Kumokonekta...",
|
||||
"gui.connection.error.errorMessage": "Hala, mukha yatang may mali.",
|
||||
"gui.connection.error.tryagainbutton": "Subukan muli",
|
||||
"gui.connection.error.helpbutton": "Tulong",
|
||||
"gui.connection.peripheral-name-label": "Pangalan ng device",
|
||||
"gui.connection.connect": "Ikonekta",
|
||||
"gui.connection.scanning.lookingforperipherals": "Naghahanap ng mga device",
|
||||
"gui.connection.scanning.noPeripheralsFound": "Walang nahanap na device",
|
||||
"gui.connection.scanning.instructions": "Piliin ang iyong device sa listahan sa taas.",
|
||||
"gui.connection.search": "I-refresh",
|
||||
"gui.connection.unavailable.installscratchlink": "Siguraduhing naka-install at nakabukas ang Scratch Link",
|
||||
"gui.connection.unavailable.enablebluetooth": "Siguraduhing nakabukas ang Bluetooth",
|
||||
"gui.connection.unavailable.tryagainbutton": "Subukan muli",
|
||||
"gui.connection.unavailable.helpbutton": "Tulong",
|
||||
"gui.controls.go": "Magsimula",
|
||||
"gui.controls.stop": "Itigil",
|
||||
"gui.crashMessage.label": "Hala! May mali.",
|
||||
"gui.crashMessage.description": "Paumanhin, pero mukha yatang nag-crash ang Scratch. Kusang naiulat na po ang bug na ito sa Scratch Team. Paki-refresh po ng page para masubukan muli.",
|
||||
"gui.crashMessage.errorNumber": "Nai-log ang iyong error na may id na {errorId}",
|
||||
"gui.crashMessage.reload": "I-reload",
|
||||
"gui.customProcedures.myblockModalTitle": "Gumawa ng Block",
|
||||
"gui.customProcedures.addAnInputNumberText": "Magdagdag ng input",
|
||||
"gui.customProcedures.numberTextType": "bilang o teksto",
|
||||
"gui.customProcedures.addAnInputBoolean": "Magdagdag ng input",
|
||||
"gui.customProcedures.booleanType": "boolean",
|
||||
"gui.customProcedures.addALabel": "Magdagdag ng label",
|
||||
"gui.customProcedures.runWithoutScreenRefresh": "Patakbuhin nang walang refresh ng screen",
|
||||
"gui.customProcedures.cancel": "Ikansela",
|
||||
"gui.customProcedures.ok": "Sige",
|
||||
"gui.SpriteInfo.direction": "Direksyon",
|
||||
"gui.directionPicker.rotationStyles.allAround": "Lahatan",
|
||||
"gui.directionPicker.rotationStyles.leftRight": "Kaliwa/Kanan",
|
||||
"gui.directionPicker.rotationStyles.dontRotate": "Wag paikutin",
|
||||
"gui.gui.addExtension": "Magdagdag ng Extension",
|
||||
"gui.gui.codeTab": "Code",
|
||||
"gui.gui.backdropsTab": "Mga Likod",
|
||||
"gui.gui.costumesTab": "Mga Costume",
|
||||
"gui.gui.soundsTab": "Mga Tunog",
|
||||
"gui.extensionLibrary.comingSoon": "Abangan",
|
||||
"gui.extensionLibrary.requires": "Kailangan ng",
|
||||
"gui.extensionLibrary.collaboration": "Collaboration kasama ang",
|
||||
"gui.library.filterPlaceholder": "Maghanap",
|
||||
"gui.library.allTag": "Lahat",
|
||||
"gui.loader.message1": "Ginagawa ang mga block...",
|
||||
"gui.loader.message2": "Nilo-load ang mga sprite...",
|
||||
"gui.loader.message3": "Nilo-load ang mga tunog...",
|
||||
"gui.loader.message4": "Nilo-load ang mga extension...",
|
||||
"gui.loader.message5": "Nagpapakalat ng pusa...",
|
||||
"gui.loader.message6": "Kailan ba ito matatapos?",
|
||||
"gui.loader.message7": "Pinapataba si Gobo...",
|
||||
"gui.loader.message8": "Inihahanda ang mga emoji...",
|
||||
"gui.loader.headline": "Nilo-load ang Proyekto",
|
||||
"gui.loader.creating": "Ginagawa ang Proyekto",
|
||||
"gui.accountMenu.profile": "Profile",
|
||||
"gui.accountMenu.myStuff": "Gawa Ko",
|
||||
"gui.accountMenu.myClasses": "Mga Klase Ko",
|
||||
"gui.accountMenu.myClass": "Klase Ko",
|
||||
"gui.accountMenu.accountSettings": "Pagsasaayos sa account",
|
||||
"gui.accountMenu.signOut": "Mag-logout",
|
||||
"gui.authorInfo.byUser": "ni {username}",
|
||||
"gui.menuBar.seeProjectPage": "Tingnan ang Pahina ng Proyekto",
|
||||
"general.username": "Username",
|
||||
"general.password": "Password",
|
||||
"general.signIn": "Mag-login",
|
||||
"login.needHelp": "Kailangan ng tulong?",
|
||||
"form.validationRequired": "Kailangan ito",
|
||||
"gui.menuBar.LanguageSelector": "tagapili ng wika",
|
||||
"gui.menuBar.tutorialsLibrary": "Mga Tutorial",
|
||||
"gui.menuBar.restoreSprite": "I-restore ang Sprite",
|
||||
"gui.menuBar.restoreSound": "I-restore ang Tunog",
|
||||
"gui.menuBar.restoreCostume": "I-restore ang Costume",
|
||||
"gui.menuBar.restore": "I-restore",
|
||||
"gui.menuBar.saveNow": "I-save na",
|
||||
"gui.menuBar.saveAsCopy": "I-save bilang kopya",
|
||||
"gui.menuBar.remix": "I-remix",
|
||||
"gui.menuBar.new": "Bago",
|
||||
"gui.menuBar.file": "File",
|
||||
"gui.menuBar.downloadToComputer": "I-save sa kompyuter mo",
|
||||
"gui.menuBar.edit": "Baguhin",
|
||||
"gui.menuBar.turboModeOff": "Isara ang Turbo Mode",
|
||||
"gui.menuBar.turboModeOn": "Buksan ang Turbo Mode",
|
||||
"gui.menuBar.joinScratch": "Sumali sa Scratch",
|
||||
"gui.menuBar.signIn": "Mag-login",
|
||||
"gui.gui.projectTitlePlaceholder": "Pangalan ng proyekto dito",
|
||||
"gui.menuBar.saveNowLink": "I-save na",
|
||||
"gui.menuBar.isShared": "Ibinahagi",
|
||||
"gui.menuBar.share": "Ibahagi",
|
||||
"gui.modal.help": "Tulong",
|
||||
"gui.modal.back": "Balik",
|
||||
"gui.monitor.listMonitor.empty": "(walang laman)",
|
||||
"gui.monitor.listMonitor.listLength": "haba {length}",
|
||||
"gui.monitor.contextMenu.default": "normal na readout",
|
||||
"gui.monitor.contextMenu.large": "malaking readout",
|
||||
"gui.monitor.contextMenu.slider": "slider",
|
||||
"gui.monitor.contextMenu.sliderRange": "palitan ang slider range",
|
||||
"gui.monitor.contextMenu.import": "i-import",
|
||||
"gui.monitor.contextMenu.export": "i-export",
|
||||
"gui.monitor.contextMenu.hide": "itago",
|
||||
"gui.playButton.play": "I-play",
|
||||
"gui.playButton.stop": "Itigil",
|
||||
"gui.gui.variableScopeOptionAllSprites": "Para sa lahat ng sprite",
|
||||
"gui.gui.variableScopeOptionSpriteOnly": "Para lang sa sprite na ito",
|
||||
"gui.gui.cloudVariableOption": "Variable sa cloud (nakalagay sa server)",
|
||||
"gui.gui.variablePromptAllSpritesMessage": "Magagamit ang variable na ito sa lahat ng sprite.",
|
||||
"gui.gui.listPromptAllSpritesMessage": "Magagamit ang listahan na ito ng lahat ng sprite.",
|
||||
"gui.prompt.cancel": "Ikansela",
|
||||
"gui.prompt.ok": "Sige",
|
||||
"gui.playbackStep.stopMsg": "Itigil",
|
||||
"gui.playbackStep.playMsg": "I-play",
|
||||
"gui.playbackStep.loadingMsg": "Naglo-load...",
|
||||
"gui.playbackStep.saveMsg": "I-save",
|
||||
"gui.playbackStep.reRecordMsg": "Muling mag-record",
|
||||
"gui.recordModal.title": "Mag-record ng Tunog",
|
||||
"gui.recordingStep.beginRecord": "Pindutin ang button sa baba para makapag-record",
|
||||
"gui.recordingStep.permission": "{arrow} Kailangan namin ng permiso mo para magamit ang iyong mikropono",
|
||||
"gui.recordingStep.stop": "Itigil ang pag-record",
|
||||
"gui.recordingStep.record": "Mag-record",
|
||||
"gui.sliderModal.min": "Pinakamababa",
|
||||
"gui.sliderModal.max": "Pinakamataas",
|
||||
"gui.sliderModal.title": "Baguhin ang slider range",
|
||||
"gui.sliderPrompt.cancel": "Kanselahin",
|
||||
"gui.sliderPrompt.ok": "Sige",
|
||||
"gui.soundEditor.sound": "Tunog",
|
||||
"gui.soundEditor.play": "I-play",
|
||||
"gui.soundEditor.stop": "Itigil",
|
||||
"gui.soundEditor.copy": "Kopyahin",
|
||||
"gui.soundEditor.paste": "I-paste",
|
||||
"gui.soundEditor.copyToNew": "Kopyahin sa Bago",
|
||||
"gui.soundEditor.delete": "Burahin",
|
||||
"gui.soundEditor.save": "I-save",
|
||||
"gui.soundEditor.undo": "I-undo",
|
||||
"gui.soundEditor.redo": "I-redo",
|
||||
"gui.soundEditor.faster": "Pabilisin",
|
||||
"gui.soundEditor.slower": "Pabagalin",
|
||||
"gui.soundEditor.echo": "Alingawngaw",
|
||||
"gui.soundEditor.robot": "Robot",
|
||||
"gui.soundEditor.louder": "Palakasin",
|
||||
"gui.soundEditor.softer": "Pahinain",
|
||||
"gui.soundEditor.reverse": "Baligtarin",
|
||||
"gui.soundEditor.fadeOut": "I-fadeout",
|
||||
"gui.soundEditor.fadeIn": "I-fadein",
|
||||
"gui.soundEditor.mute": "I-mute",
|
||||
"gui.SpriteInfo.spritePlaceholder": "Pangalan",
|
||||
"gui.SpriteInfo.sprite": "Sprite",
|
||||
"gui.SpriteInfo.show": "Ipakita",
|
||||
"gui.SpriteInfo.size": "Laki",
|
||||
"gui.spriteSelectorItem.contextMenuDuplicate": "doblehin",
|
||||
"gui.spriteSelectorItem.contextMenuExport": "i-export",
|
||||
"gui.spriteSelectorItem.contextMenuDelete": "burahin",
|
||||
"gui.spriteSelector.addSpriteFromLibrary": "Pumili ng Sprite",
|
||||
"gui.spriteSelector.addSpriteFromPaint": "Pinta",
|
||||
"gui.spriteSelector.addSpriteFromSurprise": "Sorpresa",
|
||||
"gui.spriteSelector.addSpriteFromFile": "Mag-upload ng Sprite",
|
||||
"gui.stageHeader.stageSizeLarge": "Lumipat sa malaking stage",
|
||||
"gui.stageHeader.stageSizeSmall": "Lumipat sa maliit na stage",
|
||||
"gui.stageHeader.stageSizeFull": "Pumasok sa fullscreen",
|
||||
"gui.stageHeader.stageSizeUnFull": "Lumabas sa fullscreen",
|
||||
"gui.stageHeader.fullscreenControl": "Kontrol sa fullscreen",
|
||||
"gui.spriteSelector.addBackdropFromLibrary": "Pumili ng Likod",
|
||||
"gui.stageSelector.addBackdropFromPaint": "Pinta",
|
||||
"gui.stageSelector.addBackdropFromSurprise": "Sorpresa",
|
||||
"gui.stageSelector.addBackdropFromFile": "Mag-upload ng Likod",
|
||||
"gui.stageSelector.stage": "Stage",
|
||||
"gui.stageSelector.backdrops": "Mga Likod",
|
||||
"gui.telemetryOptIn.label": "Mag-ulat ng mga statistics para mapaganda pa ang Scratch",
|
||||
"gui.telemetryOptIn.body1": "Palaging inaalam po ng Scratch Team kung papaano ginagamit ang Scratch sa iba't ibang panig ng mundo. Para makatulong, pwede niyo pong payagan ang Scrath na kusang magpadala ng impormasyon sa paggamit sa Scratch Team.",
|
||||
"gui.telemetryOptIn.body2": "Ang mga impormasyon na kinokolekta po namin ay ang wikang pinili, paggamit sa mga block, at ilang mga pangyayari tulad ng pag-save, pag-load, at pag-upload sa isang proyekto. HINDI PO NAMIN kokolektahin ang kahit anong personal na impormasyon. Pakitingnan po ang aming {privacyPolicyLink} para sa karagdagang impormasyon.",
|
||||
"gui.telemetryOptIn.privacyPolicyLink": "Patakaran sa Pagkapribado",
|
||||
"gui.telemetryOptIn.optInText": "Ibahagi ang data ng paggamit ko sa Scratch Team",
|
||||
"gui.telemetryOptIn.optInTooltip": "Buksan ang telemetry",
|
||||
"gui.telemetryOptIn.optOutText": "Wag ibahagi ang data ng paggamit ko sa Scratch Team",
|
||||
"gui.telemetryOptIn.optOutTooltip": "Isara ang telemetry",
|
||||
"gui.telemetryOptIn.settingWasUpdated": "Na-update na ang pagsasaayos mo.",
|
||||
"gui.telemetryOptIn.buttonClose": "Isara",
|
||||
"gui.turboMode.active": "Turbo Mode",
|
||||
"gui.webglModal.label": "Di suportado ng browser mo ang WebGL",
|
||||
"gui.webglModal.description": "Mukha yata {webGlLink} ng browser o kompyuter mo. Kailangan ang teknolohiyang ito para gumana ang Scratch 3.0.",
|
||||
"gui.webglModal.webgllink": "di suportado ang WebGL",
|
||||
"gui.webglModal.back": "Balik",
|
||||
"gui.webglModal.previewfaq": "Para matuto pa, pumunta sa {previewFaqLink}.",
|
||||
"gui.webglModal.previewfaqlinktext": "Mga Madalas Itanong",
|
||||
"gui.costumeLibrary.chooseABackdrop": "Pumili ng Likod",
|
||||
"gui.costumeLibrary.chooseACostume": "Pumili ng Costume",
|
||||
"gui.costumeTab.addBackdropFromLibrary": "Pumili ng Likod",
|
||||
"gui.costumeTab.addCostumeFromLibrary": "Pumili ng Costume",
|
||||
"gui.costumeTab.addBlankCostume": "Pinta",
|
||||
"gui.costumeTab.addSurpriseCostume": "Sorpresa",
|
||||
"gui.costumeTab.addFileBackdrop": "Mag-upload ng Likod",
|
||||
"gui.costumeTab.addFileCostume": "Mag-upload ng Costume",
|
||||
"gui.extensionLibrary.chooseAnExtension": "Pumili ng Extension",
|
||||
"gui.extensionLibrary.extensionUrl": "I-type ang URL ng extension",
|
||||
"gui.monitors.importListColumnPrompt": "Anong hanay ang dapat gamitin (1-{numberOfColumns})?",
|
||||
"gui.recordingStep.alertMsg": "Di masimulan ang pag-record",
|
||||
"gui.soundLibrary.chooseASound": "Pumili ng Tunog",
|
||||
"gui.soundTab.fileUploadSound": "Mag-upload ng Tunog",
|
||||
"gui.soundTab.surpriseSound": "Sorpresa",
|
||||
"gui.soundTab.recordSound": "Mag-record",
|
||||
"gui.soundTab.addSoundFromLibrary": "Pumili ng Tunog",
|
||||
"gui.spriteLibrary.chooseASprite": "Pumili ng Sprite",
|
||||
"gui.tipsLibrary.tutorials": "Pumili ng Tutorial",
|
||||
"gui.alerts.createsuccess": "Nagawa na ang bagong proyeko.",
|
||||
"gui.alerts.createcopysuccess": "Nai-save na ang proyekto bilang kopya.",
|
||||
"gui.alerts.createremixsuccess": "Nai-save na ang proyekto bilang remix.",
|
||||
"gui.alerts.creating": "Gumagawa ng bago...",
|
||||
"gui.alerts.creatingCopy": "Kinokopya ang proyekto...",
|
||||
"gui.alerts.creatingRemix": "Rine-remix ang proyeko...",
|
||||
"gui.alerts.creatingError": "Di magawa ang proyekto. Pakisubukan muli!",
|
||||
"gui.alerts.savingError": "Di mai-save ang proyekto.",
|
||||
"gui.alerts.savesuccess": "Nai-save na ang proyekto.",
|
||||
"gui.alerts.saving": "Sine-save ang proyekto...",
|
||||
"gui.alerts.cloudInfo": "Tandaan, sinusuportahan lang ng mga variable sa cloud ang mga bilang, hindi letra o simbolo. {learnMoreLink}",
|
||||
"gui.alerts.cloudInfoLearnMore": "Matuto pa.",
|
||||
"gui.alerts.importing": "Ini-import...",
|
||||
"gui.defaultProject.meow": "Ngiyaw...",
|
||||
"gui.defaultProject.variable": "variable ko",
|
||||
"gui.menuBar.modeMenu": "Mode",
|
||||
"gui.menuBar.normalMode": "Normal",
|
||||
"gui.menuBar.caturdayMode": "Pusabado",
|
||||
"gui.menuBar.1990sMode": "90s",
|
||||
"gui.menuBar.oldTimeyMode": "Sinaunang panahon",
|
||||
"gui.menuBar.prehistoricMode": "Bago ang kasaysayan",
|
||||
"gui.howtos.intro-move-sayhello-hat.name": "Magsimula",
|
||||
"gui.howtos.intro-move.step_stepMove": "Magdagdag ng block sa paggalaw",
|
||||
"gui.howtos.add-a-move-block.step_stepSay": "Magdagdag ng block sa pagsalita",
|
||||
"gui.howtos.add-a-move-block.step_stepGreenFlag": "Pindutin ang berdeng bandila para magsimula",
|
||||
"gui.howtos.intro-getting-started-ASL.name": "Magsimula - ASL",
|
||||
"gui.howtos.animate-a-name.name": "Pagalawin ang Pangalan",
|
||||
"gui.howtos.animate-a-name.step_AnimatePickLetter": "Pumili ng Sprite na Letra",
|
||||
"gui.howtos.animate-a-name.step_AnimatePlaySound": "Mag-play ng Tunog Kapag Pinindot",
|
||||
"gui.howtos.animate-a-name.step_AnimatePickLetter2": "Pumili ng Isa Pang Sprite na Letra",
|
||||
"gui.howtos.animate-a-name.step_AnimateChangeColor": "Pumili ng kulay",
|
||||
"gui.howtos.animate-a-name.step_AnimateSpin": "Pumili ng Isa Pang Sprite na Letra & Paikutin Ito",
|
||||
"gui.howtos.animate-a-name.step_AnimateGrow": "Pumili ng Isa Pang Sprite na Letra & Palakihin Ito",
|
||||
"gui.howtos.imagine": "Mag-isip ng Mundo",
|
||||
"gui.howtos.imagine.step_imagineTypeWhatYouWant": "I-type ang Gusto Mong Sabihin",
|
||||
"gui.howtos.imagine.step_imagineClickGreenFlag": "Pindutin ang Berdeng Bandila para Magsimula",
|
||||
"gui.howtos.imagine.step_imagineChooseBackdrop": "Pumili ng Kahit Anong Likod",
|
||||
"gui.howtos.imagine.step_imagineChooseSprite": "Pumili ng Kahit Anong Sprite",
|
||||
"gui.howtos.imagine.step_imagineFlyAround": "Pinduin ang Space para Dumulas",
|
||||
"gui.howtos.imagine.step_imagineChooseAnotherSprite": "Pumili ng Isa Pang Sprite",
|
||||
"gui.howtos.imagine.step_imagineLeftRight": "Gumalaw Kaliwa-Kanan",
|
||||
"gui.howtos.imagine.step_imagineUpDown": "Gumalaw Taas-Baba",
|
||||
"gui.howtos.imagine.step_imagineChangeCostumes": "Magpalit ng Costume",
|
||||
"gui.howtos.imagine.step_imagineGlideToPoint": "Dumulas patungo sa isang Point",
|
||||
"gui.howtos.imagine.step_imagineGrowShrink": "Palakihin at Paliitin",
|
||||
"gui.howtos.imagine.step_imagineChooseAnotherBackdrop": "Pumili ng Isa Pang Likod",
|
||||
"gui.howtos.imagine.step_imagineSwitchBackdrops": "Magpalit ng Likod",
|
||||
"gui.howtos.imagine.step_imagineRecordASound": "Magdagdag ng Tunog",
|
||||
"gui.howtos.imagine.step_imagineChooseSound": "Piliin ang Tunog Mo",
|
||||
"gui.howtos.make-music.name": "Gumawa ng Musika",
|
||||
"gui.howtos.Make-Music.step_PickInstrument": "Pumili ng Sprite na Instrumento",
|
||||
"gui.howtos.Make-Music.step_PlaySoundClick": "Mag-play ng Tunog Kapag Pinindot",
|
||||
"gui.howtos.Make-Music.step_MakeSong": "Gumawa ng Kanta",
|
||||
"gui.howtos.make-music.step_MakeBeat": "Pumili ng Tambol & Gumawa ng Beat",
|
||||
"gui.howtos.make-music.step_MakeBeatBox": "Piliin ang Sprite na Mikropono & Sorpresang Beatbox",
|
||||
"gui.howtos.story.name": "Gumawa ng Kuwento",
|
||||
"gui.howtos.story.step_addbg": "Magdagdag ng Likod",
|
||||
"gui.howtos.story.step_addsprite": "Magdagdag ng Tauhan",
|
||||
"gui.howtos.story.step_saysomething": "Magsabi ng Kahit Ano",
|
||||
"gui.howtos.story.step_addanothersprite": "Magdagdag ng Isa Pang Tauhan",
|
||||
"gui.howtos.story.step_flip": "Ibahin ang Direksyon",
|
||||
"gui.howtos.story.step_conversation": "Gumawa ng Usapan",
|
||||
"gui.howtos.story.addanotherbg": "Magdagdag ng Isa Pang Likod",
|
||||
"gui.howtos.story.step_swithbg": "Magpalit ng Likod",
|
||||
"gui.howtos.story.step_hidewizard": "Itago ang Tauhan",
|
||||
"gui.howtos.story.step_showwizard": "Ipakita ang Tauhan",
|
||||
"gui.howtos.make-a-chase-game.name": "Gumawa ng Larong Habulan",
|
||||
"gui.howtos.Chase-Game.step_BG": "Magdagdag ng Likod",
|
||||
"gui.howtos.chase-game.step_AddOcto": "Magdagdag ng Sprite",
|
||||
"gui.howtos.make-music.step_LeftRight": "Gumalaw Pakanan & Pakaliwa Gamit Arrow Keys",
|
||||
"gui.howtos.Chase-Game.step_UpDown": "Gumalaw Pataas & Pababa Gamit Arrow Keys",
|
||||
"gui.howtos.Chase-Game.step_AddStar": "Magdagdag ng Isa Pang Sprite",
|
||||
"gui.howtos.Chase-Game.step_MoveRandom": "Gumalaw sa Kung Saan-saan",
|
||||
"gui.howtos.Chase-Game.step_WhenTouch": "Sa Sprite na Pugita, Kapag Tumama Mag-play ng Tunog",
|
||||
"gui.howtos.Chase-Game.step_ScoreVariable": "Gumawa ng Variable ng Iskor",
|
||||
"gui.howtos.Chase-Game.ScoreWhenTouch": "Sa Sprite na Pugita, Kapag Tumama Magdagdag ng Iskor",
|
||||
"gui.howtos.animate-char.name": "Pagalawin ang Karakter",
|
||||
"gui.howtos.animate-char.step_addbg": "Magdagdag ng Likod",
|
||||
"gui.howtos.animate-char.step_addsprite": "Magdagdag ng Sprite",
|
||||
"gui.howtos.animate-char.step_saysomething": "Magsabi ng Kahit Ano",
|
||||
"gui.howtos.animate-char.step_addsound": "Magdagdag ng Tunog",
|
||||
"gui.howtos.animate-char.step_animatetalking": "I-animate ang Pagsasalita",
|
||||
"gui.howtos.animate-char.step_arrowkeys": "Gumalaw Gamit Arrow Keys",
|
||||
"gui.howtos.animate-char.step_jump": "Tumalon",
|
||||
"gui.howtos.animate-char.step_changecolor": "Magpalit ng Kulay",
|
||||
"gui.howtos.make-a-game.name": "Gumawa ng Larong Pindutan",
|
||||
"gui.howtos.Make-A-Game.step_GamePickSprite": "Pumili ng Sprite",
|
||||
"gui.howtos.make-a-game.step_GamePlaySound": "Mag-play ng Tunog Kapag Pinindot",
|
||||
"gui.howtos.make-a-game.step_GameAddScore": "Gumawa ng Variable ng Iskor",
|
||||
"gui.howtos.make-a-game.step_GameChangeScore": "Kapag Pinindto Pataasin ang Iskor",
|
||||
"gui.howtos.make-a-game.step_Random": "Pumunta sa kahit anong posisyon",
|
||||
"gui.howtos.make-music.step_GameChangeColor": "Magpalit ng Kulay",
|
||||
"gui.howtos.make-music.step_ResetScore": "I-reset ang Iskor",
|
||||
"gui.howtos.make-it-fly.name": "Paliparin",
|
||||
"gui.howtos.fly.step_stepflyChooseBackdrop": "Pumili ng Langit bilang Likod",
|
||||
"gui.howtos.add-a-move-block.step_stepflyChooseCharacter": "Pumili ng Karakter",
|
||||
"gui.howtos.fly.step_stepflySaySomething": "Magsabi ng Kahit Ano",
|
||||
"gui.howtos.add-a-move-block.step_stepflyMoveArrows": "Gumalaw Gamit Arrow Keys",
|
||||
"gui.howtos.fly.step_stepflyChooseObject": "Pumili ng Bagay na Kokolektahin",
|
||||
"gui.howtos.add-a-move-block.step_stepflyFlyingObject": "Pagalawin ang Bagay",
|
||||
"gui.howtos.add-a-move-block.step_stepflySelectFlyingSprite": "Piliin ang Karakter Mo",
|
||||
"gui.howtos.add-a-move-block.step_stepflyAddScore": "Magdagdag ng Iskor",
|
||||
"gui.howtos.add-a-move-block.step_stepflyKeepScore": "Itabi ang Iskor",
|
||||
"gui.howtos.add-a-move-block.step_stepflyAddScenery": "Magdagdag ng Tanawin",
|
||||
"gui.howtos.add-a-move-block.step_stepflyMoveScenery": "Pagalawin ang Tanawin",
|
||||
"gui.howtos.add-a-move-block.step_stepflySwitchLooks": "Susunod na Costume",
|
||||
"gui.howtos.pong": "Pong Game",
|
||||
"gui.howtos.pong.step_pongAddBackdrop": "Magdagdag ng Likod",
|
||||
"gui.howtos.pong.step_pongAddBallSprite": "Magdagdag ng Sprite na Bola",
|
||||
"gui.howtos.pong.step_pongBounceAround": "Patalbugin",
|
||||
"gui.howtos.pong.step_pongAddPaddle": "Magdagdag ng Paddle",
|
||||
"gui.howtos.pong.step_pongMoveThePaddle": "Pagalawin ang Paddle",
|
||||
"gui.howtos.pong.step_pongSelectBallSprite": "Piliin ang Sprite na Bola",
|
||||
"gui.howtos.pong.step_pongAddMoreCodeToBall": "Mag-code para Patalbugin ang Bola sa Paddle",
|
||||
"gui.howtos.pong.step_pongAddAScore": "Magdagdag ng Iskor",
|
||||
"gui.howtos.pong.step_pongChooseScoreFromMenu": "Piliin ang 'Iskor' sa Menu",
|
||||
"gui.howtos.pong.step_pongInsertChangeScoreBlock": "Isingit ang Block na 'Baguhin ang Iskor'",
|
||||
"gui.howtos.pong.step_pongResetScore": "I-reset ang Iskor",
|
||||
"gui.howtos.pong.step_pongAddLineSprite": "Magdagdag ng Sprite na Linya",
|
||||
"gui.howtos.pong.step_pongGameOver": "Talo Na",
|
||||
"gui.howtos.code-cartoon": "Mag-code ng Cartoon",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonSaySomething": "Magsalita ng Kahit Ano Kapag Pinindot Mo ang Berdeng Bandila",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonAnimate": "Pagalawin ang Karakter Kapag Pinindot Mo Ito",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonSelectDifferentCharacter": "Pumili ng Ibang Karakter",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonUseMinusSign": "Gamitin ang Minus Sign para Lumiit",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonGrowShrink": "Palakihin at Paliitin ang Karakter",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonSelectDifferentCharacter2": "Pumili ng Ibang Karakter",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonJump": "Patalunin Pataas Pababa",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonChangeScenes": "Pindutin ang Karakter para Magpalit ng Eksena",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonGlideAround": "Padulasin",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonChangeCostumes": "Magpalit ng Costume",
|
||||
"gui.howtos.code-cartoon.step_codeCartoonChooseMoreCharacters": "Pumili pa ng Mas Maraming Karakter na Idadagdag sa Cartoon Mo",
|
||||
"gui.howtos.cartoon-network": "I-animate ang Larong Adventure",
|
||||
"gui.howtos.cartoon-network.step_CNcharacter": "Piliin ang Karakter na Ipapakita",
|
||||
"gui.howtos.cartoon-network.step_CNsay": "Magsabi ng Kahit Ano",
|
||||
"gui.howtos.cartoon-network.step_CNglide": "Padulasin",
|
||||
"gui.howtos.cartoon-network.step_CNpicksprite": "Piliin ang Hahabuling Bagay",
|
||||
"gui.howtos.cartoon-network.step_CNcollect": "Mangolekta ng mga Bagay",
|
||||
"gui.howtos.cartoon-network.step_CNvariable": "Gumawa ng Variable na Iskor",
|
||||
"gui.howtos.cartoon-network.step_CNscore": "Itabi ang Iskor",
|
||||
"gui.howtos.cartoon-network.step_CNbackdrop": "Level Up: Ibahin ang Likod",
|
||||
"gui.howtos.videosens.name": "Video Sensing",
|
||||
"gui.howtos.videosens.step_addextension": "Magdagdag ng Dugtong",
|
||||
"gui.howtos.videosens.step_pet": "Himasmasin ang Pusa",
|
||||
"gui.howtos.videosens.step_animate": "I-animate",
|
||||
"gui.howtos.videosens.step_pop": "Putukin ang Lobo",
|
||||
"gui.howtos.say-it-out-loud": "Gumawa ng mga Animation na Nagsasalita",
|
||||
"gui.howtos.say-it-out-loud.step_AddTXTextension": "Idagdag ang mga block na Text to Speech",
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpeech": "Magsabi ng Kahit Ano",
|
||||
"gui.howtos.say-it-out-loud_TXTSetVoice": "Magtakda ng Boses",
|
||||
"gui.howtos.say-it-out-loud.step_TXTMove": "Gumalaw-galaw",
|
||||
"gui.howtos.say-it-out-loud.step_TXTBackdrop": "Magdagdag ng Likod",
|
||||
"gui.howtos.say-it-out-loud.step_TXTAddSprite": "Magdagdag ng Isa Pang Tauhan",
|
||||
"gui.howtos.say-it-out-loud.step_TXTSong": "Umawit",
|
||||
"gui.howtos.say-it-out-loud.step_TXTColor": "Magpalit ng Kulay",
|
||||
"gui.howtos.say-it-out-loud.step_TXTSpin": "Umikot-ikot",
|
||||
"gui.howtos.say-it-out-loud.step_TXTGrow": "Palakihin at Paliitin",
|
||||
"gui.howtos.talking": "Kuwento-kuwento",
|
||||
"gui.howtos.talking.step_talesAddExtension": "Pindutin ang mga block sa Text to Speech",
|
||||
"gui.howtos.talking.step_talesChooseSprite": "Pumili ng Sprite",
|
||||
"gui.howtos.talking.step_talesSaySomething": "Pasalitain ang isang Karakter",
|
||||
"gui.howtos.talking.step_talesChooseBackdrop": "Pumili ng Likod",
|
||||
"gui.howtos.talking.step_talesSwitchBackdrop": "Pumili ng Karakter at Pumunta sa Susunod na Likod",
|
||||
"gui.howtos.talking.step_talesChooseAnotherSprite": "Pumili ng Isa Pang Sprite",
|
||||
"gui.howtos.talking.step_talesMoveAround": "Gumalaw-galaw",
|
||||
"gui.howtos.talking.step_talesChooseAnotherBackdrop": "Pumili ng Isa Pang Likod",
|
||||
"gui.howtos.talking.step_talesAnimateTalking": "I-animate ang Pagsasalita",
|
||||
"gui.howtos.talking.step_talesChooseThirdBackdrop": "Pumili ng Isa Pang Likod",
|
||||
"gui.howtos.talking.step_talesChooseSound": "Piliin ang Kantang Sasayawan",
|
||||
"gui.howtos.talking.step_talesDanceMoves": "Mga Dance Move",
|
||||
"gui.howtos.talking.step_talesAskAnswer": "Kunin ang mga block na Magtanong at Sumagot mula sa Sensing",
|
||||
"gui.howtos.add-sprite.name": "Magdagdag ng Sprite",
|
||||
"gui.howtos.add-sprite.step_addSprite": "Magdagdag ng Sprite",
|
||||
"gui.howtos.add-a-backdrop.name": "Magdagdag ng Likod",
|
||||
"gui.howtos.add-a-backdrop.step_addBackdrop": "Magdagdag ng Likod",
|
||||
"gui.howtos.change-size.name": "Ibahin ang Laki",
|
||||
"gui.howtos.change-size.step_changeSize": "Ibahin ang Laki",
|
||||
"gui.howtos.glide-around.name": "Padulasin",
|
||||
"gui.howtos.change-size.step_glideAroundBackAndForth": "Padulasin",
|
||||
"gui.howtos.change-size.step_glideAroundPoint": "Dumulas patungo sa isang Point",
|
||||
"gui.howtos.record-a-sound.name": "Mag-record ng Tunog",
|
||||
"gui.howtos.change-size.step_recordASoundSoundsTab": "Pumunta sa 'Mga Tunog'",
|
||||
"gui.howtos.change-size.step_recordASoundClickRecord": "Pindutin ang 'Mag-record'",
|
||||
"gui.howtos.change-size.step_recordASoundPressRecordButton": "Pindutin ang Button sa Pag-record",
|
||||
"gui.howtos.change-size.step_recordASoundChooseSound": "Piliin ang Tunog Mo",
|
||||
"gui.howtos.change-size.step_recordASoundPlayYourSound": "I-play ang Tunog Mo",
|
||||
"gui.howtos.spin-video.name": "Paikutin Ito",
|
||||
"gui.howtos.change-size.step_spinTurn": "Ikutin",
|
||||
"gui.howtos.change-size.step_spinPointInDirection": "Magtakda ng Direksyon",
|
||||
"gui.howtos.hide-and-show.name": "Itago at Ipakita",
|
||||
"gui.howtos.change-size.step_hideAndShow": "Itago at Ipakita",
|
||||
"gui.howtos.switch-costume.name": "Pagalawin ang Sprite",
|
||||
"gui.howtos.change-size.step_switchCostumes": "Pagalawin ang Sprite",
|
||||
"gui.howtos.move-around-with-arrow-keys.name": "Gamitin ang Arrow Keys",
|
||||
"gui.howtos.add-a-backdrop.step_moveArrowKeysLeftRight": "Gumalaw Kaliwa Kanan",
|
||||
"gui.howtos.add-a-backdrop.step_moveArrowKeysUpDown": "Gumalaw Taas Baba",
|
||||
"gui.howtos.add-effects.name": "Magdagdag ng mga Epekto",
|
||||
"gui.howtos.videosens.step_addEffects": "Magdagdag ng mga Epekto",
|
||||
"gui.extension.music.name": "Musika",
|
||||
"gui.extension.music.description": "Mag-play ng mga instrumento at tambol.",
|
||||
"gui.extension.pen.name": "Panulat",
|
||||
"gui.extension.pen.description": "Gumuhit gamit ang mga sprite mo.",
|
||||
"gui.extension.videosensing.name": "Video Sensing",
|
||||
"gui.extension.videosensing.description": "I-sense ang galaw gamit ang kamera.",
|
||||
"gui.extension.text2speech.name": "Text to Speech",
|
||||
"gui.extension.text2speech.description": "Pasalitain ang mga proyekto mo.",
|
||||
"gui.extension.translate.name": "Magsalin",
|
||||
"gui.extension.translate.description": "Isalin ang teksto sa ibang mga wika.",
|
||||
"gui.extension.makeymakey.description": "Gawing key ang kahit ano.",
|
||||
"gui.extension.microbit.description": "Ikonekta ang mga proyekto mo sa mundo.",
|
||||
"gui.extension.microbit.connectingMessage": "Kinokonekta",
|
||||
"gui.extension.ev3.description": "Gumawa ng mga interactive na robot at marami pa.",
|
||||
"gui.extension.ev3.connectingMessage": "Kinokonekta. Siguraduhing nakatakda ang pin ng EV3 mo sa 1234.",
|
||||
"gui.extension.boost.description": "Bigyang-buhay ang mga robot mo.",
|
||||
"gui.extension.boost.connectingMessage": "Kinokonekta",
|
||||
"gui.extension.wedo2.description": "Gumawa kasama ang mga motor at sensor.",
|
||||
"gui.extension.wedo2.connectingMessage": "Kinokonekta",
|
||||
"gui.extension.gdxfor.description": "I-sense ang pagtulak, paghila, paggalaw, at pag-ikot.",
|
||||
"gui.extension.gdxfor.connectingMessage": "Kinokonekta",
|
||||
"gui.libraryTags.all": "Lahat",
|
||||
"gui.libraryTags.animals": "Mga Hayop",
|
||||
"gui.libraryTags.dance": "Sayaw",
|
||||
"gui.libraryTags.effects": "Mga Epekto",
|
||||
"gui.libraryTags.fantasy": "Pantasya",
|
||||
"gui.libraryTags.fashion": "Fashion",
|
||||
"gui.libraryTags.food": "Pagkain",
|
||||
"gui.libraryTags.indoors": "Loob",
|
||||
"gui.libraryTags.loops": "Mga Loop",
|
||||
"gui.libraryTags.music": "Musika",
|
||||
"gui.libraryTags.notes": "Mga Nota",
|
||||
"gui.libraryTags.outdoors": "Labas",
|
||||
"gui.libraryTags.patterns": "Mga Pattern",
|
||||
"gui.libraryTags.people": "Mga Tao",
|
||||
"gui.libraryTags.percussion": "Percussion",
|
||||
"gui.libraryTags.space": "Kalawakan",
|
||||
"gui.libraryTags.sports": "Palakasan",
|
||||
"gui.libraryTags.underwater": "Katubigan",
|
||||
"gui.libraryTags.voice": "Boses",
|
||||
"gui.libraryTags.wacky": "Wacky",
|
||||
"gui.libraryTags.animation": "Animation",
|
||||
"gui.libraryTags.art": "Sining",
|
||||
"gui.libraryTags.games": "Mga Laro",
|
||||
"gui.libraryTags.stories": "Mga Kuwento",
|
||||
"gui.libraryTags.letters": "Mga Letra",
|
||||
"gui.opcodeLabels.direction": "direksyon",
|
||||
"gui.opcodeLabels.xposition": "posisyong x",
|
||||
"gui.opcodeLabels.yposition": "posisyong y",
|
||||
"gui.opcodeLabels.size": "laki",
|
||||
"gui.opcodeLabels.costumename": "pangalan ng costume",
|
||||
"gui.opcodeLabels.costumenumber": "bilang ng costume",
|
||||
"gui.opcodeLabels.backdropname": "pangalan ng likod",
|
||||
"gui.opcodeLabels.backdropnumber": "bilang ng likod",
|
||||
"gui.opcodeLabels.volume": "volume",
|
||||
"gui.opcodeLabels.tempo": "bilis",
|
||||
"gui.opcodeLabels.answer": "sagot",
|
||||
"gui.opcodeLabels.loudness": "lakas",
|
||||
"gui.opcodeLabels.username": "username",
|
||||
"gui.opcodeLabels.year": "taon",
|
||||
"gui.opcodeLabels.month": "buwan",
|
||||
"gui.opcodeLabels.date": "petsa",
|
||||
"gui.opcodeLabels.dayofweek": "araw ng linggo",
|
||||
"gui.opcodeLabels.hour": "oras",
|
||||
"gui.opcodeLabels.minute": "minuto",
|
||||
"gui.opcodeLabels.second": "segundo",
|
||||
"gui.opcodeLabels.timer": "timer",
|
||||
"gui.projectLoader.loadError": "Di nai-load ang piniling file ng proyekto.",
|
||||
"gui.sharedMessages.backdrop": "likod{index}",
|
||||
"gui.sharedMessages.costume": "costume{index}",
|
||||
"gui.sharedMessages.sprite": "Sprite{index}",
|
||||
"gui.sharedMessages.pop": "putok",
|
||||
"gui.sharedMessages.replaceProjectWarning": "Palitan ang nilalaman ng kasalukuyang proyekto?",
|
||||
"gui.sharedMessages.loadFromComputerTitle": "I-load mula sa kompyuter mo",
|
||||
"gui.gui.defaultProjectTitle": "Proyekto sa Scratch"
|
||||
}
|
45
editor/paint-editor/fil.json
Normal file
45
editor/paint-editor/fil.json
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"paint.paintEditor.hue": "Kulay",
|
||||
"paint.paintEditor.saturation": "Tingkad",
|
||||
"paint.paintEditor.brightness": "Liwanag",
|
||||
"gui.comingSoon.message1": "Wag po kayong mag-alala, ginagawa na po namin {emoji}",
|
||||
"gui.comingSoon.message2": "Abangan...",
|
||||
"gui.comingSoon.message3": "Ginagawa na po namin {emoji}",
|
||||
"paint.paintEditor.costume": "Costume",
|
||||
"paint.paintEditor.group": "Igrupo",
|
||||
"paint.paintEditor.ungroup": "Wag igrupo",
|
||||
"paint.paintEditor.undo": "I-undo",
|
||||
"paint.paintEditor.redo": "I-redo",
|
||||
"paint.paintEditor.forward": "Iharap",
|
||||
"paint.paintEditor.backward": "Ilikod",
|
||||
"paint.paintEditor.front": "Harap",
|
||||
"paint.paintEditor.back": "Balik",
|
||||
"paint.paintEditor.more": "Higit pa",
|
||||
"paint.modeTools.brushSize": "Laki",
|
||||
"paint.modeTools.eraserSize": "Laki ng pambura",
|
||||
"paint.modeTools.copy": "Kopyahin",
|
||||
"paint.modeTools.paste": "I-paste",
|
||||
"paint.modeTools.delete": "Burahin",
|
||||
"paint.modeTools.curved": "Nakakurba",
|
||||
"paint.modeTools.pointed": "Matulis",
|
||||
"paint.modeTools.thickness": "Kapal",
|
||||
"paint.modeTools.flipHorizontal": "Baligtarin Pahiga",
|
||||
"paint.modeTools.flipVertical": "Baligtarin Patayo",
|
||||
"paint.modeTools.filled": "Kinulayan",
|
||||
"paint.modeTools.outlined": "Nakabakas",
|
||||
"paint.paintEditor.bitmap": "I-convert sa Bitmap",
|
||||
"paint.paintEditor.vector": "I-convert sa Vector",
|
||||
"paint.paintEditor.fill": "Kulayan",
|
||||
"paint.paintEditor.stroke": "Bakas",
|
||||
"paint.brushMode.brush": "Brush",
|
||||
"paint.eraserMode.eraser": "Pambura",
|
||||
"paint.fillMode.fill": "Kulayan",
|
||||
"paint.lineMode.line": "Linya",
|
||||
"paint.ovalMode.oval": "Bilog",
|
||||
"paint.rectMode.rect": "Parihaba",
|
||||
"paint.reshapeMode.reshape": "Ibahin ang hugis",
|
||||
"paint.roundedRectMode.roundedRect": "Parihabang pabilog",
|
||||
"paint.selectMode.select": "Pumili",
|
||||
"paint.textMode.text": "Teksto",
|
||||
"paint.colorPicker.swap": "Magpalitan"
|
||||
}
|
|
@ -20,6 +20,7 @@ import et from './locale-data/et';
|
|||
import eu from './locale-data/eu';
|
||||
import fa from './locale-data/fa';
|
||||
import fi from './locale-data/fi';
|
||||
import fil from './locale-data/fil';
|
||||
import fr from './locale-data/fr';
|
||||
import fy from './locale-data/fy';
|
||||
import ga from './locale-data/ga';
|
||||
|
@ -90,6 +91,7 @@ let localeData = [].concat(
|
|||
eu,
|
||||
fa,
|
||||
fi,
|
||||
fil,
|
||||
fr,
|
||||
fy,
|
||||
ga,
|
||||
|
|
|
@ -75,6 +75,7 @@ const locales = {
|
|||
'sv': {name: 'Svenska'},
|
||||
'vi': {name: 'Tiếng Việt'},
|
||||
'tr': {name: 'Türkçe'},
|
||||
'fil': {name: 'Wikang Filipino'},
|
||||
'uk': {name: 'Українська'},
|
||||
'zh-cn': {name: '简体中文'},
|
||||
'zh-tw': {name: '繁體中文'}
|
||||
|
|
3
www/scratch-website.3faq-l10njson/fil.json
Normal file
3
www/scratch-website.3faq-l10njson/fil.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"preview-faq.title": "FAQ ng Scratch 3.0"
|
||||
}
|
40
www/scratch-website.about-l10njson/fil.json
Normal file
40
www/scratch-website.about-l10njson/fil.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"about.introOne": "Ang Scratch ay ang pinakamalaking coding community sa mundo para sa mga bata at isang coding language na may simpleng visual interface na nagbibigay-daan sa mga kabataan na lumikha ng mga digital na kwento, laro, at animation. Ang Scratch ay idinisenyo, binuo, at pinangangasiwaan ng ,{foundationLink} isang nonprofit na organisasyon.",
|
||||
"about.introTwo": "Itinataguyod ng Scratch ang computational na pag-iisip at mga kasanayan sa paglutas ng problema; malikhaing pagtuturo at pagkatuto; pagpapahayag ng sarili at pakikipagtulungan; at katarungan sa computing.",
|
||||
"about.introThree": "Laging libre ang Scratch at makukuha ito sa higit 70ng mga wika.",
|
||||
"about.foundationText": "Scratch Foundation",
|
||||
"about.introParents": "Info for parents",
|
||||
"about.introEducators": "Info for educators",
|
||||
"about.whoUsesScratch": "Who Uses Scratch?",
|
||||
"about.whoUsesScratchDescription": "Scratch is designed especially for ages 8 to 16, but is used by people of all ages. Millions of people are creating Scratch projects in a wide variety of settings, including homes, schools, museums, libraries, and community centers.",
|
||||
"about.aroundTheWorld": "Around the World",
|
||||
"about.aroundTheWorldDescription": "Scratch is used in more than {countryCount} different countries and territories and is available in more than {languageCount} languages. To change languages, click the menu at the bottom of the page. Or, in the Project Editor, click the globe at the top of the page. To add or improve a translation, see the {translationLink} page.",
|
||||
"about.translationLinkText": "translation",
|
||||
"about.quotes": "Quotes",
|
||||
"about.quotesDescription": "The Scratch Team has received many emails from youth, parents, and educators expressing thanks for Scratch. Want to see what people are saying? You can read a collection of the {quotesLink} we've received.",
|
||||
"about.quotesLinkText": "quotes",
|
||||
"about.learnMore": "Learn More About Scratch",
|
||||
"about.learnMoreFaq": "Frequently Asked Questions",
|
||||
"about.learnMoreParents": "Information for Parents",
|
||||
"about.learnMoreEducators": "Information for Educators",
|
||||
"about.learnMoreAnnualReport": "Annual Report",
|
||||
"about.literacy": "Learn to Code, Code to Learn",
|
||||
"about.literacyDescription": "The ability to code computer programs is an important part of literacy in today’s society. When people learn to code in Scratch, they learn important strategies for solving problems, designing projects, and communicating ideas.",
|
||||
"about.schools": "Scratch in Schools",
|
||||
"about.schoolsDescription": "Students are learning with Scratch at all levels (from elementary school to college) and across disciplines (such as math, computer science, language arts, social studies). Educator resources are available on the {scratchForEducatorsLink} page.",
|
||||
"about.scratchForEducatorsLinkText": "Scratch For Educators",
|
||||
"about.scratchedLinkText": "ScratchEd website",
|
||||
"about.research": "Research",
|
||||
"about.researchDescription": "The {lifelongKindergartenGroupLink} and collaborators are {researchLink} how young people create, collaborate, and learn with Scratch. For an overview, see the article {codingAtACrossroadsLink} and the book {lifelongKindergartenBookLink}. To find out more about the use of Scratch, see the {statisticsLink} page and the Scratch {annualReportLink}.",
|
||||
"about.researchLinkText": "researching",
|
||||
"about.statisticsLinkText": "statistics",
|
||||
"about.lifelongKindergartenGroupLinkText": "Lifelong Kindergarten group",
|
||||
"about.codingAtACrossroadsLinkText": "Coding at a Crossroads",
|
||||
"about.lifelongKindergartenBookLinkText": "Lifelong Kindergarten",
|
||||
"about.annualReportLinkText": "Annual Report",
|
||||
"about.support": "Support and Funding",
|
||||
"about.supportDescription": "Scratch is available for free, thanks to support from our {donorsLink}. This support helps us provide kids around the world with opportunities to imagine, create, and share. You can support Scratch by making a donation {donateLink}.",
|
||||
"about.donorsLinkText": "mga donor",
|
||||
"about.donateLinkText": "here",
|
||||
"about.donateButton": "Mag-donate"
|
||||
}
|
233
www/scratch-website.annual-report-2019-l10njson/fil.json
Normal file
233
www/scratch-website.annual-report-2019-l10njson/fil.json
Normal file
|
@ -0,0 +1,233 @@
|
|||
{
|
||||
"annualReport.subnavMessage": "Message",
|
||||
"annualReport.subnavMission": "Mission",
|
||||
"annualReport.subnavMilestones": "Milestones",
|
||||
"annualReport.subnavReach": "Reach",
|
||||
"annualReport.subnavInitiatives": "Initiatives",
|
||||
"annualReport.subnavFinancials": "Financials",
|
||||
"annualReport.subnavSupporters": "Supporters",
|
||||
"annualReport.subnavTeam": "Team",
|
||||
"annualReport.subnavDonate": "Mag-donate",
|
||||
"annualReport.mastheadYear": "2019 Annual Report",
|
||||
"annualReport.mastheadTitle": "Cultivating a World of Creative Learning",
|
||||
"annualReport.messageTitle": "Message from the Scratch Team",
|
||||
"annualReport.messageP1": "2019 was a year of great progress for Scratch. We started the year with the launch of Scratch 3.0, our newest generation of Scratch, designed to spark children’s creativity and engage children with diverse interests and backgrounds. We celebrated the end of the year with our team moving from MIT into its new home at the Scratch Foundation, in a playful first-floor space near South Station in Boston. Throughout the year, the Scratch community continued to thrive and grow: More than 20 million young people created projects with Scratch in 2019, an increase of 48% over the year before.",
|
||||
"annualReport.messageP2": "The impact and importance of Scratch have been highlighted in 2020 as the COVID pandemic forced schools to close. Activity in the Scratch online community more than doubled as young people, confined to their homes, turned to Scratch to express themselves creatively and connect with one another. Scratchers have also been actively engaged in Black Lives Matter and other movements for racial justice and equity, creating animated projects and studios to spread awareness and demand change.",
|
||||
"annualReport.messageP3": "From the time we launched Scratch in 2007, we have always seen Scratch as more than a programming language. Scratch provides opportunities for all young people, from all backgrounds, to develop their voices, express their ideas, and create with one another. We love to see the ways that Scratchers have responded to recent societal challenges with creativity, collaboration, caring, and kindness.",
|
||||
"annualReport.messageP4": "In this Annual Report, we’ll share more about the mission, plans, impact, and reach of Scratch, supported with examples of how Scratch is expanding learning opportunities for a broad diversity of young people around the world, both in schools and throughout their lives.",
|
||||
"annualReport.messageP5": "We’re proud of what young people are creating and learning with Scratch today, and we’re committed to providing more opportunities for more young people in the future.",
|
||||
"annualReport.messageSignature": "— The Scratch Team",
|
||||
"annualReport.covidResponseTitle": "Scratch Responds to COVID",
|
||||
"annualReport.covidResponseP1": "As we write this annual report, we are months into the COVID pandemic. Since the middle of March 2020, the Scratch office has been closed and Scratch Team members have been actively working from home to support children and educators around the world whose lives have been disrupted by the pandemic.",
|
||||
"annualReport.covidResponseP2": "On March 17, we launched the #ScratchAtHome initiative to provide children, families, and educators with ideas for engaging in creative learning activities with Scratch at home. We continue to add video tutorials and other resources to the {scratchAtHomeLink}.",
|
||||
"annualReport.covidResponseScratchAtHomePage": "#ScratchAtHome page",
|
||||
"annualReport.covidResponseP3": "Activity in the {scratchCommunityLink} has more than doubled from last year. Scratchers are creating and sharing projects to support and inspire others through the pandemic—with projects and studios that offer ideas for exercising at home, tips for staying healthy, humor to cheer up one another, and thanks to essential workers.",
|
||||
"annualReport.covidResponseScratchCommunity": "Scratch online community",
|
||||
"annualReport.missionTitle": "Our Mission",
|
||||
"annualReport.missionSubtitle": "Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and collaborate with new technologies — so they can shape the world of tomorrow.",
|
||||
"annualReport.missionP1": "We are committed to prioritizing equity across all aspects of our work, with a particular focus on initiatives and approaches that support children, families, and educators furthest from educational justice.",
|
||||
"annualReport.missionP2": "We’ve developed Scratch as a free, safe, playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively — essential skills for everyone in today's society. We work with educators and families to support children in exploring, sharing, and learning.",
|
||||
"annualReport.missionP3": "In developing new technologies, activities, and learning materials, we are guided by what we call the {fourPsItalics}:",
|
||||
"annualReport.fourPs": "Four P’s of Creative Learning",
|
||||
"annualReport.missionProjectsTitle": "Mga Proyekto",
|
||||
"annualReport.missionPeersTitle": "Peers",
|
||||
"annualReport.missionPassionTitle": "Passion",
|
||||
"annualReport.missionPlayTitle": "I-play",
|
||||
"annualReport.missionProjectsDescription": "Engage children in designing, creating, and expressing themselves creatively",
|
||||
"annualReport.missionPeersDescription": "Support children in collaborating, sharing, remixing, and mentoring",
|
||||
"annualReport.missionPassionDescription": "Enable children to build on their interests and work on personally meaningful projects",
|
||||
"annualReport.missionPlayDescription": "Encourage children to tinker, experiment, and iterate",
|
||||
"annualReport.milestonesTitle": "Milestones",
|
||||
"annualReport.milestonesDescription": "Here are some key events and accomplishments in the history of Scratch and the global Scratch community.",
|
||||
"annualReport.milestones2003Message": "Awarded a National Science Foundation grant to start development of Scratch",
|
||||
"annualReport.milestones2004Message": "Offered first Scratch workshop at Computer Clubhouse Teen Summit",
|
||||
"annualReport.milestones2007Message": "Public launch of Scratch programming language and online community",
|
||||
"annualReport.milestones2008Message": "Organized first Scratch Conference for educators and developers",
|
||||
"annualReport.milestones2009Message1.4": "Released Scratch 1.4, translated into more than 40 languages",
|
||||
"annualReport.milestones2009MessageScratchDay": "Hosted first Scratch Day event for children and families",
|
||||
"annualReport.milestones2010Message": "Scratch online community reaches 1 million members",
|
||||
"annualReport.milestones2013MessageFoundation": "Established Code-to-Learn Foundation (later renamed Scratch Foundation)",
|
||||
"annualReport.milestones2013MessageScratch2": "Launch of Scratch 2.0, providing new opportunities for collaboration",
|
||||
"annualReport.milestones2014Message": "Launch of ScratchJr for younger children, ages 5 to 7",
|
||||
"annualReport.milestones2016Message": "Scratch online community reaches 10 million members",
|
||||
"annualReport.milestones2017Message": "Scratch Day grows to 1,100 events in 60 countries",
|
||||
"annualReport.milestones2019MessageScratch3": "Launch of Scratch 3.0, expanding what kids can create with code",
|
||||
"annualReport.milestones2019MessageMove": "Scratch Team moves from MIT into Scratch Foundation",
|
||||
"annualReport.reachTitle": "Reaching Children Around the World",
|
||||
"annualReport.reachSubtitle": "Scratch is the world’s largest coding community for children and teens, ages 8 and up.",
|
||||
"annualReport.reachMillion": "million",
|
||||
"annualReport.reach170million": "170 {million}",
|
||||
"annualReport.reach60million": "60 {million}",
|
||||
"annualReport.reach20million": "20 {million}",
|
||||
"annualReport.reach48million": "48 {million}",
|
||||
"annualReport.reachUniqueVisitors": "Unique Visitors",
|
||||
"annualReport.reachProjectsCreated": "Projects Created",
|
||||
"annualReport.reachProjectCreators": "People Created Projects",
|
||||
"annualReport.reachComments": "Comments Posted in the Online Community",
|
||||
"annualReport.reachGrowthTitle": "Community Growth",
|
||||
"annualReport.reachGrowthBlurb": "New accounts created in the Scratch Online Community within the last 5 years.",
|
||||
"annualReport.reachGlobalCommunity": "Our Global Community",
|
||||
"annualReport.reachMapBlurb": "Total accounts registered in the Scratch Online Community from the launch of Scratch through 2019",
|
||||
"annualReport.reachMap20M": "20M",
|
||||
"annualReport.reachMapLog": "on a logarithmic scale",
|
||||
"annualReport.reachTranslationTitle": "Scratch is Translated into 60+ Languages",
|
||||
"annualReport.reachTranslationBlurb": "Thanks to volunteer translators from around the world.",
|
||||
"annualReport.reachScratchJrBlurb": "ScratchJr is an introductory programming environment that enables young children (ages 5-7) to create their own interactive stories and games.",
|
||||
"annualReport.reach22million": "22 {million}",
|
||||
"annualReport.reachDownloads": "Downloads Since Launching in 2014",
|
||||
"annualReport.initiativesTitle": "Initiatives",
|
||||
"annualReport.initiativesDescription": "The work at the Scratch Foundation centers on three strategic areas: creative tools, community, and schools. Each area prioritizes the voice and needs of children who are underrepresented in creative computing and seeks to support children in diverse settings and cultures around the world.",
|
||||
"annualReport.equity": "Equity",
|
||||
"annualReport.globalStrategy": "Global Strategy",
|
||||
"annualReport.toolsTitle": "Creative Tools",
|
||||
"annualReport.toolsIntro": "We are constantly experimenting and innovating with new technologies and new designs — always striving to provide children with new ways to create, collaborate, and learn.",
|
||||
"annualReport.toolsSpotlight": "Creative Tools — Spotlight Story",
|
||||
"annualReport.toolsLaunch": "Launch of Scratch 3.0",
|
||||
"annualReport.toolsLaunchIntro1": "We designed Scratch 3.0 to expand how, what, and where kids can create with Scratch. Released at the start of 2019, Scratch 3.0 led to a surge of activity in the Scratch community, with more projects — and a greater variety of projects — than ever before.",
|
||||
"annualReport.toolsLaunchIntro2": "Scratch 3.0 includes a library of extensions — extra collections of coding blocks that add new capabilities to Scratch. Some extensions provide access to web services and other software features, while others connect Scratch with physical-world devices like motors and sensors.",
|
||||
"annualReport.toolsTexttoSpeech": "Text-to-Speech",
|
||||
"annualReport.toolsTexttoSpeechIntro": "With the Text-to-Speech extension, kids can program their Scratch characters to speak out loud, in a variety of different voices.",
|
||||
"annualReport.toolsNumProjects": "330,000+",
|
||||
"annualReport.toolsTexttoSpeechProjects": "{numProjects} projects in 2019 used Text-to-Speech",
|
||||
"annualReport.toolsMostPopular": "Most Popular",
|
||||
"annualReport.toolsTexttoSpeechPopular": "{mostPopular} new Scratch Extension in the community",
|
||||
"annualReport.toolsCollabAWS": "Collaboration with Amazon Web Services",
|
||||
"annualReport.toolsTranslate": "Isalin",
|
||||
"annualReport.toolsTranslateIntro": "With the Translate extension, built on the Google Translate API, kids can incorporate automatic translation into their projects, supporting language learning and global communication.",
|
||||
"annualReport.toolsNumLanguages": "50+",
|
||||
"annualReport.toolsTranslateLanguages": "{numLanguages} languages translated in the extension",
|
||||
"annualReport.toolsSupportsLiteracy": "Supports Literacy",
|
||||
"annualReport.toolsCSandLanguageArts": "computer science and language arts",
|
||||
"annualReport.toolsTranslateLiteracy": "{supportsLiteracy} across {CSandLanguageArtsLink}",
|
||||
"annualReport.toolsCollabGoogle": "Collaboration with Google",
|
||||
"annualReport.toolsPhysicalWorld": "Physical World Connections",
|
||||
"annualReport.toolsMindstormsLink": "LEGO Mindstorms EV3",
|
||||
"annualReport.toolsWeDoLink": "WeDo 2.0",
|
||||
"annualReport.toolsLEGORoboticsIntro": "Students can create dancing robots, interactive sculptures, and data-collection experiments using Scratch with LEGO robotics kits. The new LEGO Education SPIKE Prime Set features an app based on Scratch. In addition, Scratch extensions are available for {mindstormsLink} and {weDoLink}.",
|
||||
"annualReport.toolsCollabLEGO": "Collaboration with LEGO Education",
|
||||
"annualReport.toolsVideoTutorials": "Video Tutorials",
|
||||
"annualReport.toolsTutorialsIntro": "Scratch 3.0 introduced a diverse collection of video tutorials to help kids get started with Scratch. The tutorials are open-ended and designed to encourage students to experiment, follow their interests, and express their own ideas.",
|
||||
"annualReport.toolsNumTutorials": "25 new tutorials",
|
||||
"annualReport.toolsNewTutorials": "{numTutorials} available in Scratch 3.0",
|
||||
"annualReport.toolsNumViews": "23 million",
|
||||
"annualReport.toolsTutorialsViews": "{numViews} views in 2019",
|
||||
"annualReport.toolsApp": "Scratch App Supports Learning Offline",
|
||||
"annualReport.toolsDownloadLink": "downloadable app",
|
||||
"annualReport.toolsRaspberryLink": "use on Raspberry Pi 4",
|
||||
"annualReport.toolsAppIntro": "During 2019, the Scratch Team released Scratch 3.0 as a {downloadableLink} for use on multiple platforms, including Windows, MacOS, ChromeOS, and Android tablets. In addition, the Raspberry Pi Foundation released Scratch 3.0 for {raspberryLink}. These downloadable versions are especially important for millions of learners in areas where internet connectivity is unavailable or unreliable.",
|
||||
"annualReport.toolsAbhiTitle": "Abhi at Cartoon Network",
|
||||
"annualReport.toolsAbhiIntro": "To highlight what kids can do with Scratch 3.0, we collaborated with Cartoon Network to create a video featuring Abhi, a 12-year-old Scratcher who loves to make animations and games. In the video, Abhi meets with Ian Jones-Quartey, creator of OK K.O. and other Cartoon Network shows. Abhi introduces Ian to key features of the new version of Scratch, and together they draw and program an animation of a Cartoon Network character jumping up and down.",
|
||||
"annualReport.toolsAbhiQuote": "My favorite thing about Scratch is the community, because they are nice and helpful to me. That’s why I’m always happy to share every project that’s in my dreams.",
|
||||
"annualReport.communityTitle": "Komunidad",
|
||||
"annualReport.communityIntro": "The Scratch online community has always been an important part of the Scratch experience, providing opportunities for children to collaborate, share, and provide feedback to one another.",
|
||||
"annualReport.communitySpotlight": "Community — Spotlight Story",
|
||||
"annualReport.communityTeam": "Scratch Community Team",
|
||||
"annualReport.communityTeamIntro1": "When asked why they use Scratch, most Scratchers talk about the importance of the online community for motivating their ongoing participation, providing a space where they can express their creativity, make friends, receive feedback, get new ideas, and learn new skills. Many Scratchers express their appreciation for the Scratch community as a safe and welcoming space to connect, share, and learn from one another.",
|
||||
"annualReport.communityTeamIntro2": "With 40,000 new projects and 400,000 new comments in the Scratch online community each day, how can we ensure that the community remains safe and friendly, while also supporting and encouraging creative expression? Our Community Team, including full-time staff and a network of moderators, leads this essential work. There are two key dimensions of the Community Team's work: moderation and community engagement.",
|
||||
"annualReport.communityModerationTitle": "Community Moderation",
|
||||
"annualReport.communityModerationInfo": "When young people join the Scratch community, they agree to follow a set of Community Guidelines, which are designed to keep Scratch a safe and supportive place for young people from all backgrounds. Our Community Team uses a wide variety of tools and strategies to encourage good digital citizenship and maintain a positive environment for Scratchers to create in. Automated filters prevent private information from being shared or inappropriate content from being posted, and we allow anyone to report content they feel violates the Community Guidelines.",
|
||||
"annualReport.communityGuidelinesTitle": "Gabay sa Komunidad",
|
||||
"annualReport.communityGuidelinesInfo": "Scratch welcomes people of all ages, races, ethnicities, religions, abilities, sexual orientations, and gender identities.",
|
||||
"annualReport.communityGuidelinesRespect": "Be respectful.",
|
||||
"annualReport.communityGuidelinesShare": "Share.",
|
||||
"annualReport.communityGuidelinesHonest": "Be honest.",
|
||||
"annualReport.communityGuidelinesConstructive": "Be constructive.",
|
||||
"annualReport.communityGuidelinesPrivacy": "Keep personal info private.",
|
||||
"annualReport.communityGuidelinesFriendly": "Help keep the site friendly.",
|
||||
"annualReport.communityEngagementTitle": "Community Engagement",
|
||||
"annualReport.storySwap": "Story Swap",
|
||||
"annualReport.communityEngagementInfo": "Another major role of the Community Team is to highlight and develop opportunities for young people to express their ideas and become engaged in positive ways. The team features projects and studios from community members to serve as inspiration, and it regularly posts Scratch Design Studios to encourage creative activity. Each summer, the team organizes an online Scratch Camp: the theme in 2019 was {storySwapLink}, with Scratchers building on one another’s stories.",
|
||||
"annualReport.communitySDSTitle": "Scratch Design Studios",
|
||||
"annualReport.communitySDSInfo": "Some Scratch Design Studios from 2019:",
|
||||
"annualReport.communityDayintheLife": "Day in the Life",
|
||||
"annualReport.communityDayintheLifeInfo": "Create a project about a day in the life of something",
|
||||
"annualReport.communityYear3000": "Year 3000",
|
||||
"annualReport.communityYear3000Info": "What might life be like in the year 3000?",
|
||||
"annualReport.communityBounce": "Bounce",
|
||||
"annualReport.communityBounceInfo": "Create a project that involves bouncing, jumping, boinging, or hopping.",
|
||||
"annualReport.communityMonochromatic": "Monochromatic",
|
||||
"annualReport.communityMonochromaticInfo": "How would things look if there were only one color?",
|
||||
"annualReport.communityQuotes": "Community — Quotes",
|
||||
"annualReport.communityQuote1": "I joined Scratch when I was 11 years old and the things I learned from using the platform and interacting with the community were really a vital part of my learning growing up.",
|
||||
"annualReport.communityQuote2": "Scratch has allowed me to do things from home, like \n- Respect people and their projects\n- Make friends\n- Feel that I am not alone in this quarantine\n....and much more, so I want to say \n¡GRACIAS!",
|
||||
"annualReport.communityQuote3": "I've been on Scratch for about 2 years, and it's been a life-changing experience! I've learned so many new things, such as coding, online etiquette, and art!",
|
||||
"annualReport.communityQuote4": "Scratch was my favorite hobby in sixth grade. It secretly introduced me to Boolean logic, order of operations, and nested mathematical expressions—not to mention computer programming itself.",
|
||||
"annualReport.studio": "studio",
|
||||
"annualReport.communityBLMIntro": "As racial justice protests swept the United States after the tragic killings of George Floyd, Breonna Taylor, Ahmaud Arbery, and others in early 2020, many young people used Scratch as a way to express their support for the Black Lives Matter movement, creating projects and posting comments to speak out against racism and police violence. In a {BLMStudioLink} featured on the Scratch home page, Scratchers contributed hundreds of projects and thousands of comments. The Scratch Community Team was actively involved, to support Scratchers during a traumatic time and to ensure that all projects and conversations remained respectful.",
|
||||
"annualReport.communityArtwork": "Artwork by the Scratcher OnionDipAnimations",
|
||||
"annualReport.communityChangeTitle": "We see young people as agents of change.",
|
||||
"annualReport.communityChangeInfo": "We are committed to working with them, and with the educators and families who support them, to ensure that they develop the skills, the motivation, and the confidence they’ll need to lead fulfilling lives and bring about meaningful change in society.",
|
||||
"annualReport.watchVideo": "Watch Video",
|
||||
"annualReport.schoolsTitle": "Schools",
|
||||
"annualReport.schoolsIntro": "We provide programs and resources to support teachers and students in schools around the world, designed to achieve equity in creative computing experiences, based on projects, passion, peers, and play.",
|
||||
"annualReport.schoolsSpotlight": "Schools — Spotlight Story",
|
||||
"annualReport.cpsProjectTitle": "Creative Computing in Chicago Public Schools",
|
||||
"annualReport.cpsProjectIntroP1": "In 2019, with funding from Google.org, the Scratch Team partnered with SocialWorks, CS4ALL Chicago and Chicago Public Schools to support seven elementary schools in the South Side of Chicago as they launched an initiative to incorporate creative coding into their curriculum.",
|
||||
"annualReport.cpsProjectIntroP2": "As a part of this initiative, hundreds of students imagined and drew themselves as the superhero of their own video games. They brought those ideas to life in a collaborative Scratch project called SuperMe. Local Chicago hero and Grammy Award winning musician Chance the Rapper was so inspired by the students’ work that he named it the official video game for his hit song “I Love You So Much” and shared it with the world.",
|
||||
"annualReport.familyCreativeNightsHeader": "Family Creative Coding Nights",
|
||||
"annualReport.familyCreativeNightsDescription": "A key to the success of this initiative was to connect students, families, teachers, and other community members through Family Creative Coding Nights. These events brought together hundreds of family members of all ages—from young children to grandparents—in activities that mixed coding with art, dance, and music. These events strengthened connections between home and school, recognizing the important role of families in inspiring and supporting children's learning.",
|
||||
"annualReport.familyNightsPhotoCredit": "Photos by Jordan Macy, SocialWorks",
|
||||
"annualReport.teacherPDHeader": "Investing in Professional Development for Teachers",
|
||||
"annualReport.teacherPDDescription": "Teachers across the participating elementary schools came together for professional development workshops, gaining first-hand experience in creating their own Scratch projects and finding meaningful ways to use Scratch to support student learning across the curriculum.",
|
||||
"annualReport.teacherPDQuoteAttribution": "{teacherName}, CPS Educator",
|
||||
"annualReport.teacherPDQuote": "What surprised me most was the intrinsic collaboration that came with using Scratch in my classroom. Often, students themselves would discover something in the Scratch platform, show me, and then spread it among themselves.",
|
||||
"annualReport.extendingReachHeader": "Extending the Reach",
|
||||
"annualReport.extendingReachDescription": "To expand the reach of this partnership, CS4ALL Chicago built on the Family Creative Coding Night model and has made it available to all Chicago Public Schools. Google CS First produced {codeYourHeroLink} guides for students and teachers, available free online in English and Spanish.",
|
||||
"annualReport.codeYourHero": "Code Your Hero",
|
||||
"annualReport.inTheNewsHeader": "In the News",
|
||||
"annualReport.chicagoSunTimesArticle": "Chicago Sun Times Article",
|
||||
"annualReport.rollingStoneArticle": "Rolling Stone Article",
|
||||
"annualReport.conferencesTitle": "Scratch Conferences around the World",
|
||||
"annualReport.conferencesIntro": "In 2008, the Scratch Team hosted the first Scratch conference at MIT, bringing together educators, researchers, and developers to share ideas and experiences for using Scratch to support creative learning. Since then, the Scratch Team has organized and hosted a Scratch conference at MIT every two years. In addition, members of the global Scratch community have organized and hosted more than a dozen conferences—stretching across oceans, continents, cultures, and languages.",
|
||||
"annualReport.conferencesHeroImageCaption": "Scratch Africa Conference, photo by {photoCredit}",
|
||||
"annualReport.conferencesLatinAmericaTitle": "Latin America",
|
||||
"annualReport.conferencesLatinAmericaDescription": "In May 2019, educators from across Chile and other areas of Latin America came together for the second {scratchAlSurLink} conference in Santiago, Chile. Following the conference, Scratch al Sur released a {spanishVersionLink} of the {creativeComputingCurriculumLink} guide, developed by the Creative Computing group at the Harvard Graduate School of Education.",
|
||||
"annualReport.conferencesSpanishVersionLinkText": "Spanish version",
|
||||
"annualReport.conferencesLatinAmericaImageCaption": "Photo provided by {photoCredit}",
|
||||
"annualReport.conferencesEuropeTitle": "Europe",
|
||||
"annualReport.conferencesEuropeDescription": "In August 2019, the Raspberry Pi Foundation organized the fourth {scratchConferenceEuropeLink}, held in Cambridge, UK. The conference brought together formal and informal educators from more than 25 countries for hands-on workshops, presentations, and demonstrations by students, educators, researchers, and community-based organizations.",
|
||||
"annualReport.conferencesEuropeImageCaption": "Photo provided by {photoCredit}",
|
||||
"annualReport.conferencesAfricaTitle": "Africa",
|
||||
"annualReport.conferencesAfricaDescription": "In October 2019, the first {scratchAfricaConferenceLink} was held in Nairobi, Kenya, drawing more than 250 educators and students from across Africa to share lessons, empower young people, and celebrate accomplishments in creative coding. At the conference, the Scratch Team launched a Swahili version of Scratch, available for use both online and offline.",
|
||||
"annualReport.conferencesAfricaImageCaption": "Photo by {photoCredit}",
|
||||
"annualReport.financialsTitle": "Financials - 2019",
|
||||
"annualReport.financialsButton": "2019 Audited Financials",
|
||||
"annualReport.financialsFutureYears": "Note: Financials in future years will be significantly different, since the Scratch staff has now transitioned from MIT to the Scratch Foundation.",
|
||||
"annualReport.supportersTitle": "Thank You to Our Supporters",
|
||||
"annualReport.supportersIntro": "Thank you to our generous supporters. Your contribution helps us expand creative learning opportunities for children of all ages, from all backgrounds, around the globe.",
|
||||
"annualReport.supportersSpotlightTitle": "Donor - Spotlight Story",
|
||||
"annualReport.supportersSFETitle": "Siegel Family Endowment",
|
||||
"annualReport.supportersSFEDescription1": "In May 2012, David Siegel attended Scratch Day at the MIT Media Lab with his son Zach, an active and enthusiastic Scratcher. Watching Zach and other children using Scratch to code their own games, animations, and robotic creatures, David saw how much potential Scratch had to help children both learn practical coding skills, and develop as computational thinkers.",
|
||||
"annualReport.supportersSFEDescription2": "David knows the importance of computational thinking firsthand, and his career as a computer scientist and entrepreneur has been shaped by the same curiosity that Scratch helps young learners explore every day. It's the same exploratory instinct that led him to study computer science at Princeton, and earn a PhD based on work completed at MIT's Artificial Intelligence Lab. In 2001, he co-founded Two Sigma, which has grown to become a world leader in applying machine learning and data science to investment management.",
|
||||
"annualReport.supportersSFEDescription3": "In 2011, David founded Siegel Family Endowment (SFE) to support organizations working to help people adapt to the demands of new technology, and to better understand and mitigate the powerful disruptions that technology has driven in almost every sector. He is also a co-founder of the Scratch Foundation, and is a strong advocate for the organization's mission to keep Scratch free and accessible to learners all over the world.",
|
||||
"annualReport.supportersCoFounder": "Co-Founder and Co-Chairman",
|
||||
"annualReport.supportersQuote": "Making sure that Scratch remains free and accessible for kids everywhere is one of the most impactful ways we can help young learners engage and thrive in an increasingly digital world. Supporting Scratch is more important today than ever before.",
|
||||
"annualReport.supportersThankYou": "Thank you to our supporters",
|
||||
"annualReport.supportersAllDescription": "Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and share with new technologies. We want to thank all Scratch supporters who, since we started working on Scratch in 2002, have helped us create amazing learning experiences for millions of young people around the world. The following list is based on cumulative giving to Scratch (at both MIT and Scratch Foundation) through December 31, 2019.",
|
||||
"annualReport.supportersFoundingDescription": "We are especially grateful to our Founding Partners who supported us from the early days of Scratch, each providing at least $10,000,000 of cumulative support, in various forms.",
|
||||
"annualReport.supportersFoundingTitle": "Founding Partners",
|
||||
"annualReport.supportersCreativityTitle": "Creativity Circle — $1,000,000+",
|
||||
"annualReport.supportersCollaborationTitle": "Collaboration Circle — $200,000+",
|
||||
"annualReport.supportersImaginationTitle": "Imagination Circle — $50,000+",
|
||||
"annualReport.supportersInspirationTitle": "Inspiration Circle — $20,000+",
|
||||
"annualReport.supportersExplorationTitle": "Exploration Circle — $5,000+",
|
||||
"annualReport.supportersInKindTitle": "In-Kind Supporters",
|
||||
"annualReport.leadershipTitle": "Team Namin",
|
||||
"annualReport.leadershipBoard": "Board of Directors",
|
||||
"annualReport.leadershipChair": "Chair",
|
||||
"annualReport.leadershipProfessor": "Professor of Learning Research",
|
||||
"annualReport.leadershipViceChair": "Vice-Chair",
|
||||
"annualReport.leadershipBoardMember": "Board Member",
|
||||
"annualReport.leadershipPresidentCEO": "President and CEO",
|
||||
"annualReport.leadershipFormerPresident": "Former President",
|
||||
"annualReport.leadershipFounderCEO": "Founder and CEO",
|
||||
"annualReport.leadershipFormerChairCEO": "Former Chair and CEO",
|
||||
"annualReport.leadershipBoardSecretaryTreasurer": "Board Secretary & Treasurer",
|
||||
"annualReport.leadershipBoardSecretary": "Board Secretary",
|
||||
"annualReport.leadershipBoardTreasurer": "Board Treasurer",
|
||||
"annualReport.leadershipScratchTeam": "Scratch Team",
|
||||
"annualReport.leadershipInterim": "Interim Executive Director",
|
||||
"annualReport.donateTitle": "Support Us",
|
||||
"annualReport.donateMessage": "Your support enables us to make Scratch free for everyone, keeps our servers running, and most importantly, we are able to provide kids around the world an opportunity to imagine, create and share. Thank you!",
|
||||
"annualReport.donateButton": "Mag-donate"
|
||||
}
|
306
www/scratch-website.annual-report-2020-l10njson/fil.json
Normal file
306
www/scratch-website.annual-report-2020-l10njson/fil.json
Normal file
|
@ -0,0 +1,306 @@
|
|||
{
|
||||
"annualReport.2020.subnavFoundersMessage": "Founder's Message",
|
||||
"annualReport.2020.subnavMission": "Mission",
|
||||
"annualReport.2020.subnavReach": "Reach",
|
||||
"annualReport.2020.subnavThemes": "Themes",
|
||||
"annualReport.2020.subnavDirectorsMessage": "Director's Message",
|
||||
"annualReport.2020.subnavSupporters": "Supporters",
|
||||
"annualReport.2020.subnavTeam": "Team",
|
||||
"annualReport.2020.subnavDonate": "Mag-donate",
|
||||
"annualReport.2020.mastheadYear": "2020 Annual Report",
|
||||
"annualReport.2020.mastheadTitle": "Adapting to a Changing World",
|
||||
"annualReport.2020.foundersMessageTitle": "A Message from Our Founder",
|
||||
"annualReport.2020.foundersMessageP1": "The year 2020 will be remembered as the year when the COVID pandemic swept across the world, causing hardships and disruptions in the lives of everyone -- with the greatest hardships falling inequitably on those already facing challenges in their lives.",
|
||||
"annualReport.2020.foundersMessageP2": "Throughout the pandemic, young people around the world, many isolated in their homes, have come to the Scratch website in greater numbers than ever before, seeing Scratch as a safe space where they can express themselves creatively, learn new skills, and collaborate with one another. We were inspired by so many of the Scratch projects that young people created during 2020, many of them sharing their thoughts and feelings about the pandemic, climate change, racial injustice, and other issues on their minds. Young people were not just learning computational concepts and skills, but also developing their voice and their identities.",
|
||||
"annualReport.2020.foundersMessageP3": "To ensure that Scratch can continue to play this important role in young people’s lives in the years ahead, we’ve been making significant organizational changes at Scratch. At the start of 2020, the Scratch Team moved out of its longtime home at the MIT Media Lab and into the new offices of the Scratch Foundation in downtown Boston. This move will help us to build a sustainable organization capable of supporting Scratch as a global creative coding platform into the future.",
|
||||
"annualReport.2020.foundersMessageP4": "Later in 2020, as part of this organizational transition, we hired Shawna Young to serve as Executive Director of the Scratch Foundation. Shawna comes to the Scratch Foundation with a strong background in education and nonprofit management, and a deep commitment to equity and inclusion. Throughout her career in institutions such as Duke and MIT, Shawna has worked to expand learning experiences for students from diverse communities. That commitment is strongly aligned with Scratch’s mission and values, and it will play an important role in her leadership at Scratch. I encourage you to read Shawna’s message at the end of this annual report.",
|
||||
"annualReport.2020.foundersMessageP5": "Over the past decade, Scratch has had phenomenal success, engaging tens of millions of young people around the world. But we are just beginning. The challenge for the years ahead is to ensure that we can continue to spread and support not just our technology but also our creative, caring, collaborative learning approach, so that young people around the world have equitable opportunities to imagine, create, share, and learn. We look forward to working with all of you to make that happen!",
|
||||
"annualReport.2020.foundersMessageScratchTitle": "Chair, Scratch Foundation",
|
||||
"annualReport.2020.foundersMessageAffiliation": "Professor, MIT Media Lab",
|
||||
"annualReport.2020.watchVideo": "Watch Video",
|
||||
"annualReport.2020.missionTitle": "Our Mission & Vision",
|
||||
"annualReport.2020.visionHeader": "Vision",
|
||||
"annualReport.2020.visionSubtitle": "To spread creative, caring, collaborative, equitable approaches to coding and learning around the world.",
|
||||
"annualReport.2020.missionHeader": "Mission",
|
||||
"annualReport.2020.missionSubtitle": "Providing young people with digital tools and opportunities to imagine, create, share, and learn.",
|
||||
"annualReport.2020.missionP1": "We are committed to educational justice and prioritizing equity across all aspects of our work, with a particular focus on initiatives and approaches that support children, families, and educators excluded from creative computing.",
|
||||
"annualReport.2020.missionP2": "We’ve developed Scratch as a free, safe, playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively—essential skills for everyone in today's society. We work with educators and families to support children in exploring, sharing, and learning.",
|
||||
"annualReport.2020.missionP3": "In developing new technologies, activities, and learning materials, we are guided by what we call the Four P’s of Creative Learning:",
|
||||
"annualReport.2020.fourPs": "Four P’s of Creative Learning",
|
||||
"annualReport.2020.missionProjectsTitle": "Mga Proyekto",
|
||||
"annualReport.2020.missionPeersTitle": "Peers",
|
||||
"annualReport.2020.missionPassionTitle": "Passion",
|
||||
"annualReport.2020.missionPlayTitle": "I-play",
|
||||
"annualReport.2020.missionProjectsDescription": "Engage children in designing, creating, and expressing themselves creatively",
|
||||
"annualReport.2020.missionPeersDescription": "Support children in collaborating, sharing, remixing, and mentoring",
|
||||
"annualReport.2020.missionPassionDescription": "Enable children to build on their interests and work on personally meaningful projects",
|
||||
"annualReport.2020.missionPlayDescription": "Encourage children to tinker, experiment, and iterate",
|
||||
"annualReport.2020.reachTitle": "Reaching Children Around the World",
|
||||
"annualReport.2020.reachSubtitle": "Scratch is the world’s largest coding community for children and teens, ages 8 and up.",
|
||||
"annualReport.2020.reachMillion": "million",
|
||||
"annualReport.2020.reachNewUsersNumber": "15 {million}",
|
||||
"annualReport.2020.reachNewUsersIncrease": "3.8% from 2019",
|
||||
"annualReport.2020.reachProjectsCreatedNumber": "80 {million}",
|
||||
"annualReport.2020.reachProjectsCreatedIncrease": "37% from 2019",
|
||||
"annualReport.2020.reachProjectCreatorsNumber": "29 {million}",
|
||||
"annualReport.2020.reachProjectCreatorsIncrease": "44% from 2019",
|
||||
"annualReport.2020.reachIncreaseInCommentsNumber": "217%",
|
||||
"annualReport.2020.reachIncreaseInCommentsOld": "48 {million}",
|
||||
"annualReport.2020.reachIncreaseInCommentsIncrease": "150 {million}",
|
||||
"annualReport.2020.reachNewUsers": "New Users",
|
||||
"annualReport.2020.reachProjectsCreated": "Projects Created",
|
||||
"annualReport.2020.reachProjectCreators": "People Creating Projects",
|
||||
"annualReport.2020.reachComments": "increase in comments posted",
|
||||
"annualReport.2020.reachGlobalCommunity": "Our Global Community",
|
||||
"annualReport.2020.reachMapBlurb": "Total accounts registered in the Scratch Online Community from the launch of Scratch through December 2020",
|
||||
"annualReport.2020.reachMap24M": "24M",
|
||||
"annualReport.2020.reachMapLog": "on a logarithmic scale",
|
||||
"annualReport.2020.reachTranslationTitle": "Scratch is Translated into 64 Languages",
|
||||
"annualReport.2020.reachTranslationIncrease": "3 languages from 2019",
|
||||
"annualReport.2020.reachTranslationBlurb": "Thanks to volunteer translators from around the world.",
|
||||
"annualReport.2020.reachScratchJrBlurb": "ScratchJr is an introductory programming environment that enables young children (ages 5-7) to create their own interactive stories and games.",
|
||||
"annualReport.2020.reachDownloadsMillion": "3 {million}",
|
||||
"annualReport.2020.reachDownloads": "Downloads in 2020",
|
||||
"annualReport.2020.reachDownloadsIncrease": "2 {million} from 2019",
|
||||
"annualReport.2020.themesTitle": "Emerging Themes",
|
||||
"annualReport.2020.themesDescription": "As young people faced the unprecedented challenges of COVID-19, Scratch became a more important place than ever for them to connect, create, and express themselves. Throughout the year, our work was focused on three areas to best support our growing global community: connectivity, adaptation, and community. As always, our efforts were grounded in our commitment to equity and inclusion.",
|
||||
"annualReport.2020.equity": "Equity",
|
||||
"annualReport.2020.globalStrategy": "Global Strategy",
|
||||
"annualReport.2020.connectivityTitle": "Connectivity",
|
||||
"annualReport.2020.connectivityIntro": "While young people were isolated inside of their homes due to COVID-19, Scratch offered an opportunity for them to connect and create with faraway friends, classmates, and family members. It also served as a portal to the outside world, where they discovered that millions of kids across countries and continents were experiencing the same things they were.",
|
||||
"annualReport.2020.aaronText": "Aaron’s students worked together to build a “kooky” version of their town called “Norwouldn’t,” packed with storybook creatures, original artwork, and interconnecting narratives. It was one of many collaborative Scratch projects Aaron facilitated to remind students that even while COVID-19 kept them inside their homes, they were still part of a caring and joyful community.",
|
||||
"annualReport.2020.spotlightStory": "Spotlight Story",
|
||||
"annualReport.2020.connectivityIndia": "Scratch in India",
|
||||
"annualReport.2020.connectivityIndiaIntro": "In India, the COVID-19 pandemic took an enormous toll and kept many young people and families isolated inside for long stretches.",
|
||||
"annualReport.2020.connectivityIndiaParagraph": "Across the entire global Scratch community, we saw a huge spike in activity beginning in March 2020. Nowhere was this sudden spike more evident than in India, where the COVID-19 pandemic took an enormous toll and kept many young people and families isolated inside for long stretches of time. Through Scratch, kids in India found connection by creating and sharing 602% more projects than the year before.",
|
||||
"annualReport.2020.connectivityIndiaProjectsNumber": "2.3 {million}",
|
||||
"annualReport.2020.connectivityIndiaProjectsSubhead": "Projects Were Created Online in 2020",
|
||||
"annualReport.2020.connectivityIndiaProjectsIncreasePercent": "602% from 2019",
|
||||
"annualReport.2020.connectivityRegistedUsers": "The number of all-time registered users in India more than doubled in one year, ",
|
||||
"annualReport.2020.connectivityRegistedUsersNumbers": "rising from over 300,000 in 2019 to over 700,000 in 2020.",
|
||||
"annualReport.2020.connectivityIndiaUsers": "The number of unique visitors increased",
|
||||
"annualReport.2020.connectivityIndiaUsersPercent": "156%",
|
||||
"annualReport.2020.connectivityIndiaUsersOld": "1.8 {million}",
|
||||
"annualReport.2020.connectivityIndiaUsersNew": "4.6 {million}",
|
||||
"annualReport.2020.connectivityIndiaProjects": "The number of people creating projects increased",
|
||||
"annualReport.2020.connectivityIndiaProjectsPercent": "270%",
|
||||
"annualReport.2020.connectivityIndiaYear": "in 2020",
|
||||
"annualReport.2020.connectivityIndiaProjectsOld": "303 thousand",
|
||||
"annualReport.2020.connectivityIndiaProjectsNew": "1.1 {million}",
|
||||
"annualReport.2020.connectivityWorld": "Scratch Around the World",
|
||||
"annualReport.2020.connectivityWorldSubtitle": "International Collaborators",
|
||||
"annualReport.2020.connectivityCountryChileTitle": "Scratch Al Sur",
|
||||
"annualReport.2020.connectivityCountryChile": "Chile",
|
||||
"annualReport.2020.connectivityCountryChileParagraph": "Scratch Al Sur is dedicated to supporting computational and creative thinking among students and educators in Chile and across Latin America. They aided our translation and localization efforts in Rapa Nui and Spanish, and have engaged many educators in collaborative, playful Scratch professional development workshops.",
|
||||
"annualReport.2020.connectivityCountryBrazilTitle": "Brazil Creative Learning Network",
|
||||
"annualReport.2020.connectivityCountryBrazil": "Brazil",
|
||||
"annualReport.2020.connectivityCountryBrazilParagraph": "The Brazilian Creative Learning Network is a grassroots movement that implements playful, creative and relevant hands-on educational practices throughout Brazil. In 2020, the Scratch Team presented at the Brazilian Creative Learning Network’s Creative Learning Week event to share how kids were using Scratch to build community, express themselves, and speak out about what’s important to them. In turn, we learned how educators in the network were creating opportunities for self-expression with learners in their own communities.",
|
||||
"annualReport.2020.connectivityCountryIndiaTitle": "Quest Alliance",
|
||||
"annualReport.2020.connectivityCountryIndia": "India",
|
||||
"annualReport.2020.connectivityCountryIndiaParagraph": "Quest Alliance empowers millions of learners and educators with 21st century skills, including creative computing. In 2020, {QuestAllianceLink} shared Scratch with learners and educators across India.",
|
||||
"annualReport.2020.connectivityCountryUSATitle": "Raspberry Pi Foundation",
|
||||
"annualReport.2020.connectivityCountryUSA": "UK",
|
||||
"annualReport.2020.connectivityCountryUSAParagraph": "The Raspberry Pi Foundation works to put the power of computing and digital making into the hands of people all over the world. Through their Making at Home initiative, they lead livestream events that encouraged families and young people to learn and create together. Several of these livestreams featured Scratch tutorials—and sometimes, even {USALink}!",
|
||||
"annualReport.2020.connectivityResources": "Mga Resource",
|
||||
"annualReport.2020.connectivityResourcesSubtitle": "Localizing with Support from the LEGO Foundation",
|
||||
"annualReport.2020.connectivityResourcesParagraph": "To support our growing global reach and aid our COVID-19 response, the LEGO Foundation supported Scratch with a generous grant. With this funding, we were able to localize key resources and reach even more young people around the world.",
|
||||
"annualReport.2020.connectivityExample1Title": "Tutorial Images",
|
||||
"annualReport.2020.connectivityExample1Paragraph": "We created translations of the images for 25 Scratch tutorials in 12 languages—totalling over 1,000 new images!",
|
||||
"annualReport.2020.connectivityExample2Title": "Getting Started with Scratch",
|
||||
"annualReport.2020.connectivityExample2Paragraph": "The Getting Started with Scratch video is the most highly accessed and viewed Scratch tutorial video, greeting new Scratchers when they first join the site. We were able to translate this video into 25 new languages and to update the 3 previous translations, including visuals, voiceovers, and subtitles.",
|
||||
"annualReport.2020.connectivityExample3Title": "Scratch Editor",
|
||||
"annualReport.2020.connectivityExample3Paragraph": "The Scratch project editor is the most essential Scratch resource. We worked with a South African translation company that specializes in culturally-relevant educational translation to translate and review the Scratch editor in five South African languages: isiZulu, isiXhosa, Afrikaans, Sestwana, and Sepedi.",
|
||||
"annualReport.2020.adaptationTitle": "Adaptation",
|
||||
"annualReport.2020.adaptationIntro": "As COVID-19 forced schools to close and pushed learning to virtual spaces, many students and teachers were discovering Scratch for the first time or adapting the way they taught and learned creative coding. From our own homes, the Scratch Team worked to support the changing needs of educators and the online community.",
|
||||
"annualReport.2020.adaptationQuoteName": "Benedikt Hochwartner",
|
||||
"annualReport.2020.adaptationQuoteTitle": "Curator for Creative Learning, mumok, Vienna, Austria",
|
||||
"annualReport.2020.adaptationQuoteText": "In all the troubles over the past year, Scratch remained our platform of communication, our place to meet, and our medium of expressing ourselves creatively.",
|
||||
"annualReport.2020.adaptationHighlightName": "Aaron Reuland",
|
||||
"annualReport.2020.adaptationHighlightTitle": "K-5 Library Media Teacher, Norwood, MA",
|
||||
"annualReport.2020.adaptationHighlightText": "In Aaron Reuland’s Title One school in Norwood, Massachusetts, he counted on Scratch to help engage remote students in creative learning and rekindle their sense of community “when the only things I could count on us all having were a working computer and an internet connection.”",
|
||||
"annualReport.2020.adaptationHighlightText2": "Aaron’s students worked together to build a “kooky” version of their town called “Norwouldn’t,” packed with storybook creatures, original artwork, and interconnecting narratives. It was one of many collaborative Scratch projects Aaron facilitated to remind students that even while COVID-19 kept them inside their homes, they were still part of a caring and joyful community.",
|
||||
"annualReport.2020.adaptationHighlightTitle2": "Scratch at Home",
|
||||
"annualReport.2020.adaptationHighlightText2b": "On March 17, we responded to the COVID-19 crisis by launching the {linkText} to provide children, families, and educators with ideas for engaging in creative learning activities with Scratch at home. It was an invaluable way to connect with our community and adapt to a whole new way of learning and interacting online.",
|
||||
"annualReport.2020.adaptationHighlightTitle3": "Live Create-Alongs",
|
||||
"annualReport.2020.adaptationHighlightText3b": "Our team hosted weekly, live {linkText} to connect with kids, parents, and educators at home and share tips and tricks for creating different types of Scratch projects. We had a blast seeing the projects they were inspired to create in our Create-Along studios!",
|
||||
"annualReport.2020.adaptationHighlightTitle4": "Hack Your Window",
|
||||
"annualReport.2020.adaptationHighlightText4b": "Scratch educator Eduard Muntaner Perich created a #ScratchAtHome-inspired studio that took the community by storm: {linkText}. Hundreds of Scratchers from all over the world imagined fantastical games and stories happening just outside their window.",
|
||||
"annualReport.2020.adaptationEducatorsTitle": "Connecting with Educators",
|
||||
"annualReport.2020.adaptationEducatorsText": "Educators around the world shared their own #ScratchAtHome ideas and discussed the struggles and triumphs of teaching remotely in a lively Twitter Chat on April 8th, 2020.",
|
||||
"annualReport.2020.adaptationSnapshot": "Snapshots",
|
||||
"annualReport.2020.adaptationSnapshot1Title": "Computer Clubhouse Network Virtual Workshops",
|
||||
"annualReport.2020.adaptationSnapshot1Text": "As part of our longstanding partnership, the Scratch Team conducts workshops for youth educators from {linkText}. Like educators around the world, our team had to conduct online workshops for the first time in 2020—and learn how to combat the isolation and technical difficulties of virtual learning. But thanks to online collaboration tools and innovative methods of sharing and reflecting, the team was able to recreate the collaborative, playful spirit of in-person workshops in a virtual space.",
|
||||
"annualReport.2020.adaptationSnapshot2Title": "Bring Yourself Into Scratch",
|
||||
"annualReport.2020.adaptationSnapshot2Text": "2020 was also a year of adapting our tools and platform. We developed and added new sprites to the Sprite Library to inspire and enable beginner Scratchers to make projects representative of their racial, cultural, gender, or other personal identity.",
|
||||
"annualReport.2020.communityTitle": "Komunidad",
|
||||
"annualReport.2020.communityIntro": "In 2020, the Scratch Community became an even more vital place for young people to find a sense of togetherness and belonging. As we saw the meaningful conversations, collaborative projects, and moving stories Scratchers shared, we were in awe of their creative and resilient spirit.",
|
||||
"annualReport.2020.communityTitle1": "Virtual Family Creative Coding Nights Guide",
|
||||
"annualReport.2020.communityText1": "In 2019, with support from Google.org, the Scratch Team worked with Chicago Public School’s Office of Computer Science to connect students, families, teachers, and other community members through Family Creative Coding Nights.",
|
||||
"annualReport.2020.communityText2": "This year, our teams faced a new challenge: how could we bring the playful, community-building spirit of Family Creative Coding Nights to a virtual space, helping schools develop vital connections with remote students and their families? We developed the Virtual Family Coding Nights guide to provide a structure for these connections and support joyful learning",
|
||||
"annualReport.2020.communityDownloadButton": "Virtual Family Coding Nights Guide",
|
||||
"annualReport.2020.communityQuoteName": "Kendra Mallory, M.Ed.",
|
||||
"annualReport.2020.communityQuoteTitle": "Ruggles Elementary S.T.E.M. Coordinator",
|
||||
"annualReport.2020.communityQuoteText": "[In 2020], there were not many opportunities to engage with parents in such a fun, high energy way. So this opportunity provided much needed engagement...Teachers were apprehensive, but the students' level of excitement pushed them into a space where they had to trust the process and allow kids to learn from one another.",
|
||||
"annualReport.2020.communityScratchCommunity": "Scratch Community",
|
||||
"annualReport.2020.communityScratchCommunityIntro": "When asked why they use Scratch, most Scratchers talk about the importance of the online community for motivating their ongoing participation, providing a space where they can express their creativity, make friends, receive feedback, get new ideas, and learn new skills. Many Scratchers express their appreciation for the Scratch community as a safe and welcoming space to connect, share, and learn from one another.",
|
||||
"annualReport.2020.communityQuoteGroupText1": "I joined Scratch when I was 11 years old and the things I learned from using the platform and interacting with the community were really a vital part of my learning growing up.",
|
||||
"annualReport.2020.communityQuoteGroupText2": "Scratch has allowed me to do things from home, like\n- Respect people and their projects\n- Make friends\n- Feel that I am not alone in this quarantine\n....and much more, so I want to say ¡GRACIAS!",
|
||||
"annualReport.2020.communityQuoteGroupText3": "I've been on Scratch for about 2 years, and it's been a life-changing experience! I've learned so many new things, such as coding, online etiquette, and art!",
|
||||
"annualReport.2020.communityQuoteGroupText4": "Scratch was my favorite hobby in sixth grade. It secretly introduced me to Boolean logic, order of operations, and nested mathematical expressions—not to mention computer programming itself.",
|
||||
"annualReport.2020.yearInReview": "Year in Review",
|
||||
"annualReport.2020.yearInReviewText": "2020 was a remarkable year in the online community. The Community Team highlighted and developed opportunities for young people to express their ideas and become engaged in positive ways, and incredible movements sprung up from Scratchers themselves. Here’s a look back at some of the highlights of the year:",
|
||||
"annualReport.2020.yearInReviewCard1Date": "Enero",
|
||||
"annualReport.2020.yearInReviewCard1Title": "End of the Decade Scratch Design Studio",
|
||||
"annualReport.2020.yearInReviewCard1Text": "Scratchers celebrated the close of a decade and new beginnings in this Scratch Design Studio.",
|
||||
"annualReport.2020.yearInReviewCard2Date": "Abril",
|
||||
"annualReport.2020.yearInReviewCard2Title": "April Fool’s Day",
|
||||
"annualReport.2020.yearInReviewCard2Text": "“Mundane mysteries” appeared around the site, and Cat Blocks surprised and delighted the Scratch community.",
|
||||
"annualReport.2020.yearInReviewCard3Date": "Abril",
|
||||
"annualReport.2020.yearInReviewCard3Title": "Create-Alongs",
|
||||
"annualReport.2020.yearInReviewCard3Text": "Scratch Team members began hosting live tutorials to connect and create with Scratchers and their families at home.",
|
||||
"annualReport.2020.yearInReviewCard4Date": "Mayo",
|
||||
"annualReport.2020.yearInReviewCard4Title": "Scratch Month",
|
||||
"annualReport.2020.yearInReviewCard4Text": "Scratchers around the world shared thousands of projects around weekly themes, from recycled crafts to hand-washing jingles.",
|
||||
"annualReport.2020.yearInReviewCard5Date": "Mayo",
|
||||
"annualReport.2020.yearInReviewCard5Title": "Black Lives Matter",
|
||||
"annualReport.2020.yearInReviewCard5Text": "As racial justice protests swept the US, the community came together to support each other and call for change.",
|
||||
"annualReport.2020.yearInReviewCard6Date": "Hunyo",
|
||||
"annualReport.2020.yearInReviewCard6Title": "Fun At Home! Scratch Design Studio",
|
||||
"annualReport.2020.yearInReviewCard6Text": "Scratchers shared their favorite indoor games and activities to keep themselves engaged while staying home.",
|
||||
"annualReport.2020.yearInReviewCard7Date": "Hunyo",
|
||||
"annualReport.2020.yearInReviewCard7Title": "Juneteenth Studio",
|
||||
"annualReport.2020.yearInReviewCard7Text": "Scratchers created projects to honor Juneteenth and the continued fight for racial justice.",
|
||||
"annualReport.2020.yearInReviewCard8Date": "Hulyo",
|
||||
"annualReport.2020.yearInReviewCard8Title": "Scratch Camp",
|
||||
"annualReport.2020.yearInReviewCard8Text": "Scratch the Musical got the whole community acting, singing, and dancing together.",
|
||||
"annualReport.2020.yearInReviewCard9Date": "Oktubre",
|
||||
"annualReport.2020.yearInReviewCard9Title": "Scratchtober",
|
||||
"annualReport.2020.yearInReviewCard9Text": "Scratchers made hundreds of creative stories, games, and animations based on daily themed prompts.",
|
||||
"annualReport.2020.communityQuote2Name": "Anna Lytical, Scratch Alum",
|
||||
"annualReport.2020.communityQuote2Title": "Google Cloud Platform Developer Relations Engineer, and the Coding Drag Queen",
|
||||
"annualReport.2020.communityQuote2Text": "Seeing the power you have when you’re creating something and can represent yourself and your problems and express them or solve them with code is a really magical experience and has real world impact.",
|
||||
"annualReport.2020.communitySnapshotTitle": "Improving Our Tools",
|
||||
"annualReport.2020.communitySnapshotText": "Our Community Team uses a wide variety of tools and strategies to encourage good digital citizenship and maintain a positive environment for Scratchers to create in. In 2020, we developed a new, more intuitive interface to help Scratchers flag inappropriate content, and improved the tools used by our community moderation team. As a result, we received higher quality reports from the community, and our community moderators were able to work more quickly and efficiently—keeping the site safer and friendlier for everyone.",
|
||||
"annualReport.2020.communitySnapshot2Title": "New Scratch Tutorials on YouTube",
|
||||
"annualReport.2020.communitySnapshot2Text": "The Scratch Team began sharing tutorials on our YouTube channel in March 2020 to help Scratchers gain the skills to create whatever they can imagine. From pixel art to virtual pets, these tutorials are a hit with Scratchers of all ages, gaining 1.3 million views in 2020.",
|
||||
"annualReport.2020.tutorial1": "Virtual Town",
|
||||
"annualReport.2020.tutorial2": "Catch Game",
|
||||
"annualReport.2020.tutorial3": "Character Designer",
|
||||
"annualReport.2020.tutorial4": "Virtual Pet",
|
||||
"annualReport.2020.EDMessageTitle": "A Message from Our Executive Director",
|
||||
"annualReport.2020.EDMessageText1": "2020 was a transformational year around the world, and for Scratch. I joined the team in November, when we were months into the COVID-19 pandemic. With my background as an educational leader, I was excited about the potential of leading Scratch through a period of significant change and continuing to work toward my personal goal of helping students from all backgrounds reach new heights. I knew that in this challenging year, young people everywhere were in serious need of even more support to help them achieve their potential.",
|
||||
"annualReport.2020.EDMessageText2": "The inequitable structures we have built to educate children were exacerbated by the pandemic. Through our conversations with families and educators from around the world, we know that in 2020, kids from all communities needed creative learning opportunities to express their ideas and build their skills more than ever, even while many of them did not have the ability to go to school.",
|
||||
"annualReport.2020.EDMessageText3": "As the world adapted and approached creative learning and self expression in new ways, many educators, parents, and young people turned to Scratch. We saw 40% more Scratchers creating projects year over year, and Scratchers left 200% more comments in 2020 than in 2019. Young people from all around the world used Scratch as a place to connect, converse, collaborate, and engage with one another. We saw them discover the amazing things they could create when they were given the opportunity to think creatively and solve problems they were passionate about. ",
|
||||
"annualReport.2020.EDMessageText4": "In the wake of the pandemic, some have called for a “return to normal.” But for many young people, the freedom to learn and explore was missing in our schools well before COVID-19.",
|
||||
"annualReport.2020.EDMessagePullQuote": "We must do everything we can to change the systemic inequities in our educational systems, because “normal” was not built to be fair and equitable for most of our children.",
|
||||
"annualReport.2020.EDMessageText5": "In 2021, Scratch is redoubling our efforts to reach young people who have been historically excluded from creative computing and other creative learning opportunities. With support from Google.org, we’ve launched the Scratch Education Collaborative (SEC), a powerful network of organizations across the world focused on supporting these learners in developing their confidence in creative computing. The 41 organizations in year one of the new program will connect with and learn from the Scratch Team and one another, and develop Equity Toolkits that will support them as they grow and scale their support for the learners in their community.",
|
||||
"annualReport.2020.EDMessageText6": "Our work to make Scratch even more equitable and inclusive is far from over. I’m excited to share more with you in the coming months. Until then, I’d like to extend my sincere appreciation to the Scratch Community for continuing to support and care for each other through a turbulent year. Your creativity and compassion never ceases to inspire us.",
|
||||
"annualReport.2020.EDTitle": "Executive Director, Scratch Foundation",
|
||||
"annualReport.2020.lookingForward": "Looking Forward",
|
||||
"annualReport.2020.lookingForwardText1": "In 2021, we’re continuing to innovate and collaborate with our partners to make Scratch even better for young people around the world. In the coming months, we’re working to bring Scratch into more schools, expand pathways to creative learning, develop and localize more resources for educators and young people, and improve the Scratch onboarding experience, and even more exciting projects.",
|
||||
"annualReport.2020.lookingForwardText2": "We’ve received generous grants from the LEGO Foundation and Google.org to help expand our global reach, advance our mission, and support this important work. Learn more:",
|
||||
"annualReport.2020.learnMore": "Learn More:",
|
||||
"annualReport.2020.learnMoreLink1Text": "The LEGO Foundation and Scratch Foundation announce partnership to support learning through play with technology for millions of children across the world",
|
||||
"annualReport.2020.learnMoreLink2Text": "Computer Science Education Week: More help for more students",
|
||||
"annualReport.2020.supportersTitle": "Thank You to Our Supporters",
|
||||
"annualReport.2020.supportersIntro": "Thank you to our generous supporters. Your contribution helps us expand creative learning opportunities for children of all ages, from all backgrounds, around the globe.",
|
||||
"annualReport.2020.ourSupporters": "Our Supporters",
|
||||
"annualReport.2020.ourSupportersText": "We want to thank all Scratch supporters who, throughout the years, have helped us create amazing learning experiences for millions of young people around the world. The following list is based on giving to the Scratch Foundation from January 1, 2020 to December 31, 2020.",
|
||||
"annualReport.2020.supportersFoundingTitle": "Founding Partners — $10,000,000+",
|
||||
"annualReport.2020.supportersFoundingText": "We are especially grateful to our Founding Partners who have each provided at least $10,000,000 in cumulative support, since the start of Scratch in 2003.",
|
||||
"annualReport.2020.supportersCatPartnersTitle": "Scratch Cat Partners — $1,000,000+",
|
||||
"annualReport.2020.supportersCreativityTitle": "Creativity Circle — $250,000+",
|
||||
"annualReport.2020.supportersCollaborationTitle": "Collaboration Circle — $100,000+",
|
||||
"annualReport.2020.supportersImaginationTitle": "Imagination Circle — $50,000+",
|
||||
"annualReport.2020.supportersInspirationTitle": "Inspiration Circle — $20,000+",
|
||||
"annualReport.2020.supportersExplorationTitle": "Exploration Circle — $5,000+",
|
||||
"annualReport.2020.supportersPlayTitle": "Play Circle — $1,000+",
|
||||
"annualReport.2020.supportersInKindTitle": "In-Kind Supporters",
|
||||
"annualReport.2020.leadershipTitle": "Team Namin",
|
||||
"annualReport.2020.leadershipBoard": "Board of Directors",
|
||||
"annualReport.2020.leadershipChair": "Chair",
|
||||
"annualReport.2020.leadershipProfessor": "Professor of Learning Research",
|
||||
"annualReport.2020.leadershipViceChair": "Vice-Chair",
|
||||
"annualReport.2020.leadershipCoFounder": "Co-Founder and Co-Chairman",
|
||||
"annualReport.2020.leadershipBoardMember": "Board Member",
|
||||
"annualReport.2020.leadershipPresidentCEO": "President and CEO",
|
||||
"annualReport.2020.leadershipFormerPresident": "Former President",
|
||||
"annualReport.2020.leadershipFounderCEO": "Founder and Executive Chairman",
|
||||
"annualReport.2020.leadershipFormerChairCEO": "Former CEO and Chairwoman",
|
||||
"annualReport.2020.leadershipBoardSecretaryTreasurer": "Board Secretary & Treasurer",
|
||||
"annualReport.2020.leadershipBoardSecretary": "Board Secretary",
|
||||
"annualReport.2020.leadershipBoardTreasurer": "Board Treasurer",
|
||||
"annualReport.2020.leadershipScratchTeam": "2020 Scratch Team",
|
||||
"annualReport.2020.leadershipED": "Executive Director",
|
||||
"annualReport.2020.teamThankYou": "Thank you to Mitch Resnick, Natalie Rusk, Rupal Jain, and other collaborators at the Lifelong Kindergarten Group at the MIT Media Lab for your tireless support of Scratch.",
|
||||
"annualReport.2020.donateTitle": "Support Us",
|
||||
"annualReport.2020.donateMessage": "Your support enables us to make Scratch free for everyone, keeps our servers running, and most importantly, we are able to provide kids around the world an opportunity to imagine, create and share. Thank you!",
|
||||
"annualReport.2020.donateButton": "Mag-donate",
|
||||
"annualReport.2020.projectBy": "project by",
|
||||
"annualReport.2020.altAvatar": "user avatar",
|
||||
"annualReport.2020.altDropdownArrow": "Arrow indicating dropdown menu.",
|
||||
"annualReport.2020.altMastheadIllustration": "Three people interacting with physical scratch components.",
|
||||
"annualReport.2020.altWave": "An emoji hand waving.",
|
||||
"annualReport.2020.altMitchHeadshot": "Founder Mitch Resnick",
|
||||
"annualReport.2020.altBlocks": "Two scratch blocks stacked on top of one another.",
|
||||
"annualReport.2020.altBanana": "A banana with a wire plugged into it.",
|
||||
"annualReport.2020.altProjectsIllustration": "Three children, one standing, one sitting in a wheelchair, and one sitting on the ground paint and cut art projects.",
|
||||
"annualReport.2020.altPassionIllustration": "Three children, one standing, one kneeling, and one sitting on the ground paint, play music on a piano, and stargaze using a telescope.",
|
||||
"annualReport.2020.altPeersIllustration": "Four childeren sit around a campfire playing games and high fiving.",
|
||||
"annualReport.2020.altPlayIllustration": "Three children, one standing, one kneeling, and one sitting crosslegged stack rocks, play with toy boats, and fold origami.",
|
||||
"annualReport.2020.altCalendar": "A calendar displaying the year 2020.",
|
||||
"annualReport.2020.altCommentsVisualization": "Two comment bubbles. One smaller and darker representing the share of comments in 2019. One lighter representing the increase in comments made in 2020.",
|
||||
"annualReport.2020.altArrowUp": "An arrow pointing up and to the right.",
|
||||
"annualReport.2020.altTranslated": "A scratch component saying \"Hello\" and listing languages that scratch is available in.",
|
||||
"annualReport.2020.altScratchHorizontalCommand": "A scratch horizontal command component.",
|
||||
"annualReport.2020.altScratchJr": "Scratch Jr logo",
|
||||
"annualReport.2020.altHorizontalLoop": "Scratch horizontal loop component.",
|
||||
"annualReport.2020.altPieChart": "Visualization showing the 602% increase in projects created during 2020 in relation to projects created in 2019.",
|
||||
"annualReport.2020.altUsers": "Two generic user icons, a slightly smaller gray one and a slightly larger purple one.",
|
||||
"annualReport.2020.altArrowNext": "An arrow pointing to the right.",
|
||||
"annualReport.2020.altBenedict": "Avatar for Benedikt Hochwartner",
|
||||
"annualReport.2020.altAaronReuland": "Aaron Reuland imopsed over a paper bag puppet and illustration of a flying turtle.",
|
||||
"annualReport.2020.altSprinklesLeft": "A smiley face, scratch component, and heart displayed on a phone.",
|
||||
"annualReport.2020.altSprinklesRight": "A hand interacting with scratch components.",
|
||||
"annualReport.2020.altFileDownload": "An arrow pointing into a basket indicating that a file can be downloaded.",
|
||||
"annualReport.2020.altWaveTop": "A light blue wave covered with scratch avatars and scratch components.",
|
||||
"annualReport.2020.altWaveBottom": "A light blue wave.",
|
||||
"annualReport.2020.altConnectingLine": "A dotted line connecting the months",
|
||||
"annualReport.2020.altApril": "A pen and pencil drawing on a scratch project depicting a boat and water.",
|
||||
"annualReport.2020.altMay": "A calendar marked with emojis placed on a bubble.",
|
||||
"annualReport.2020.altJune": "The Juneteenth flag and a paper airplane.",
|
||||
"annualReport.2020.altJuly": "A microphone and music notes.",
|
||||
"annualReport.2020.altToolsIllustration": "A hand touching an exclamation point icon above a few text bubbles.",
|
||||
"annualReport.2020.altVirtualTown": "A girl runs along a sidewalk in front of a few houses.",
|
||||
"annualReport.2020.altCatchGame": "An apple floats on the horizon to the right while a basket sits below toward the center of the frame.",
|
||||
"annualReport.2020.altCharacterDesigner": "A dog sits in front of a green and white chevron background.",
|
||||
"annualReport.2020.altVirtualPet": "A hedgehog sits on top of a rock in the middle of some grass.",
|
||||
"annualReport.2020.altLookingForward": "A watering tree waters a sapling that grows into a tall tree.",
|
||||
"annualReport.2020.altIndia1": "A lit sparkler appears below text saying \"happy Diwali!\"",
|
||||
"annualReport.2020.altIndia2": "The scratch cat mascot appears next to some text written in Hindi",
|
||||
"annualReport.2020.altIndia3": "An Indian woman appears in front of the Indian flag which has a heart containing the word \"India\" on it.",
|
||||
"annualReport.2020.altIndia4": "Two hands appear over a flute in front of a background containing a boardwalk and sea.",
|
||||
"annualReport.2020.altChile": "A group of children sits around a table filled with arts and crafts and a laptop.",
|
||||
"annualReport.2020.altBrazil": "Children sit in front of a laptop connected to five spoons with wires.",
|
||||
"annualReport.2020.altIndia": "A woman instructs girls sitting in front of a computer.",
|
||||
"annualReport.2020.altUSA": "A small video thumbnail is displayed next to a screenshot of the Scratch user interface",
|
||||
"annualReport.2020.altChileIcon": "The Scratch mascot",
|
||||
"annualReport.2020.altBrazilIcon": "A green swirl",
|
||||
"annualReport.2020.altIndiaIcon": "A star interlocked with a circle",
|
||||
"annualReport.2020.altUSAIcon": "A cartoon raspberry, the Raspberry Pi Foundation logo",
|
||||
"annualReport.2020.altTutorial": "A Scratch tutorial in Spanish",
|
||||
"annualReport.2020.altGettingStarted": "A play button sits on top of the Scratch UI.",
|
||||
"annualReport.2020.altEditor": "The Scratch UI along with a preview of the progam currently being built showing two people talking to each other.",
|
||||
"annualReport.2020.altHackYourWindow": "A dog in a space helmet, a star, and a donut float outside a window in space.",
|
||||
"annualReport.2020.altScratchInteraction": "Two people talk amongst scratch components. One is handing a component to the other one.",
|
||||
"annualReport.2020.altImageBubbles": "Images from Scratch projects appear in bubble shapes grouped together.",
|
||||
"annualReport.2020.altConnectivityVideoPreview": "A play button appears over a scene of friendly sea creatures.",
|
||||
"annualReport.2020.altAdaptationVideoPreview": "A play button apppears over various scenes from the Scratch user interface.",
|
||||
"annualReport.2020.altJanuaryCard": "Rey from Star Wars holds a staff and stands in the desert.",
|
||||
"annualReport.2020.altAprilCard": "Multiple screenshots from the Scratch UI are placed together.",
|
||||
"annualReport.2020.altMayCard": "Hands belonging to people of a variety of races are raised in fists.",
|
||||
"annualReport.2020.altJuneCard": "A person staples a paper flower together.",
|
||||
"annualReport.2020.altJulyCard": "A crab, mermaid, and octopus play music together under the sea.",
|
||||
"annualReport.2020.altOctoberCard": "A pumpkin and candy corn appear on the wall above a computer workstation.",
|
||||
"annualReport.2020.altDonateIllustration": "Two hands form the shape of a heart with their fingers inside of a cut out heart shape."
|
||||
}
|
271
www/scratch-website.annual-report-2021-l10njson/fil.json
Normal file
271
www/scratch-website.annual-report-2021-l10njson/fil.json
Normal file
|
@ -0,0 +1,271 @@
|
|||
{
|
||||
"annualReport.2021.subnavFoundersMessage": "Founder's Message",
|
||||
"annualReport.2021.subnavMission": "Mission",
|
||||
"annualReport.2021.subnavReach": "Reach",
|
||||
"annualReport.2021.subnavThemes": "Themes",
|
||||
"annualReport.2021.subnavDirectorsMessage": "Director's Message",
|
||||
"annualReport.2021.subnavSupporters": "Supporters",
|
||||
"annualReport.2021.subnavTeam": "Team",
|
||||
"annualReport.2021.subnavDonate": "Mag-donate",
|
||||
"annualReport.2021.mastheadYear": "2021 Annual Report",
|
||||
"annualReport.2021.mastheadTitle": "Building an Equitable Community Together",
|
||||
"annualReport.2021.directorsMessageTitle": "A Message from Our Executive Director",
|
||||
"annualReport.2021.directorsMessageP1": "In 2021, COVID-19 continued to disrupt our routines and shape the way we interact with one another. Even as we began to gather together, schools reopened, and there were calls for a “return to normal,” the most vulnerable in our society remained disproportionately impacted by the inequitable structures that COVID-19 exacerbated. The COVID-19 crisis shaped young people’s relationships to Scratch, and solidified Scratch as a more vital place than ever for them to create, learn, and connect. But as we moved into a new year, we did not leave behind our most vulnerable young people as they began to navigate “the new normal.”",
|
||||
"annualReport.2021.directorsMessageP2": "One of the foundational values of Scratch has always been to empower young people to explore, create, play, and discover—opportunities that aren’t afforded equitably to all students.",
|
||||
"annualReport.2021.directorsMessagePullquote": "We believe in the transformative power of self-expression and creativity, and in providing space for young people to use creative coding as a tool to raise their voice.",
|
||||
"annualReport.2021.directorsMessageP3": "I’m proud to serve as the Executive Director of the Scratch Foundation during this pivotal moment in our history, and will continue to spread Scratch’s caring, collaborative approach to creative learning to kids around the world who need these opportunities the most.",
|
||||
"annualReport.2021.directorsMessageP4": "Last year was an incredible year for the Scratch Foundation–we focused on growing our team with remarkable, diverse leaders and building a solid foundation for our continued transition to an independent organization. We developed a three-year Strategic Plan with the combined efforts of every team member at every level of our organization, codifying the work we’re embarking on together. As Scratch grows, we remain focused on equity and community-building, and keeping Scratch a safe space for kids to connect, create, and collaborate with their peers around the world.",
|
||||
"annualReport.2021.directorsMessageP5": "I can’t thank you enough for embarking on this journey with our team, and for your continued support of our mission. The compassion and creativity of the Scratch Community is endlessly inspiring to us, and we can’t wait for you to join us in the important work ahead of us.",
|
||||
"annualReport.2021.EDTitle": "Executive Director, Scratch Foundation",
|
||||
"annualReport.2021.watchVideo": "Watch Video",
|
||||
"annualReport.2021.missionTitle": "Our Mission, Vision, & Values",
|
||||
"annualReport.2021.missionP1": "We are committed to educational justice and prioritizing equity across all aspects of our work, with a particular focus on initiatives and approaches that support children, families, and educators who have been excluded from creative computing.",
|
||||
"annualReport.2021.missionP2": "We’ve developed Scratch as a free, safe, playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively—essential skills for everyone in today's society. We work with educators and families to support children in exploring, sharing, and learning.",
|
||||
"annualReport.2021.missionHeader": "Mission",
|
||||
"annualReport.2021.missionSubtitle": "Providing young people with digital tools and opportunities to imagine, create, share, and learn.",
|
||||
"annualReport.2021.visionHeader": "Vision",
|
||||
"annualReport.2021.visionSubtitle": "To spread creative, caring, collaborative, equitable approaches to coding and learning around the world.",
|
||||
"annualReport.2021.valuesHeader": "Values",
|
||||
"annualReport.2021.valuesSubtitle": "In this work, we are guided by our core values that define our principles as an organization and a community:",
|
||||
"annualReport.2021.creativeExpressionTitle": "Creative Expression",
|
||||
"annualReport.2021.progressiveImprovementTitle": "Progressive Improvement",
|
||||
"annualReport.2021.EquitableOpportunitiesTitle": "Equitable Opportunities",
|
||||
"annualReport.2021.playfulEngagementTitle": "Playful Engagement",
|
||||
"annualReport.2021.creativeExpressionDescription": " We are committed to providing everyone with tools and opportunities to express their ideas, their interests, and their authentic selves within a supportive community.",
|
||||
"annualReport.2021.progressiveImprovementDescription": "We hold ourselves to a high standard and always strive to iterate, improve, and inspire one another to best serve young people around the world and the community that makes our work possible.",
|
||||
"annualReport.2021.EquitableOpportunitiesDescription": "We are building an educational movement inclusive of people from diverse backgrounds so we can reach children around the world who have been excluded from creative coding opportunities.",
|
||||
"annualReport.2021.playfulEngagementDescription": "At Scratch, play is an approach for making, sharing, learning, and engaging with the world. We encourage joyful exploration, experimentation, and collaboration.",
|
||||
"annualReport.2021.reachTitle": "Reaching Children Around the World",
|
||||
"annualReport.2021.reachSubtitle": "Scratch is the world’s largest coding community for children and teens, ages 8 and up.",
|
||||
"annualReport.2021.reachMillion": "million",
|
||||
"annualReport.2021.reachNewUsersNumber": "18 {million}",
|
||||
"annualReport.2021.reachNewUsersIncrease": "22% from 2020",
|
||||
"annualReport.2021.reachProjectsCreatedNumber": "113 {million}",
|
||||
"annualReport.2021.reachProjectsCreatedIncrease": "39% from 2020",
|
||||
"annualReport.2021.reachProjectCreatorsNumber": "42 {million}",
|
||||
"annualReport.2021.reachProjectCreatorsIncrease": "44% from 2020",
|
||||
"annualReport.2021.reachNewUsers": "New Users",
|
||||
"annualReport.2021.reachProjectsCreated": "Projects Created",
|
||||
"annualReport.2021.reachProjectCreators": "People Creating Projects",
|
||||
"annualReport.2021.reachScratchAroundTheWorld": "Scratch is used around the world across {numberOfCountries}",
|
||||
"annualReport.2021.reachScratchAroundTheWorldBold": "more than 200 countries and territories",
|
||||
"annualReport.2021.reachSaudiArabiaTitle": "Saudi Arabia",
|
||||
"annualReport.2021.reachSaudiArabiaDescription": "We saw tremendous growth around the world in 2021, but we were amazed to see the growth in Saudi Arabia, where we saw twice as many new users as the year before.",
|
||||
"annualReport.2021.reachTranslationTitle": "Scratch is Translated into 74 Languages",
|
||||
"annualReport.2021.reachTranslationIncrease": "10 languages from 2020",
|
||||
"annualReport.2021.reachTranslationBlurb": "Thanks to volunteer translators from around the world.",
|
||||
"annualReport.2021.reachScratchJrBlurb": "ScratchJr is an introductory programming environment that enables young children (ages 5-7) to create their own interactive stories and games.",
|
||||
"annualReport.2021.reachDownloadsMillion": "5 {million}",
|
||||
"annualReport.2021.reachDownloads": "Downloads in 2021",
|
||||
"annualReport.2021.reachDownloadsIncrease": "2 million from 2020",
|
||||
"annualReport.2021.themesTitle": "Emerging Themes",
|
||||
"annualReport.2021.themesDescription": "Amidst ongoing uncertainty from COVID-19, Scratch continued to serve as a key space for young people to connect and create together. In 2021, we focused our efforts on building a strong foundation to equitably support our growing global community and our growing Scratch Team. Our work was centered around three major themes: fostering community, increasing access and accessibility, and developing the Scratch Education Collaborative (SEC).",
|
||||
"annualReport.2021.SECTitle": "Scratch Education Collaborative",
|
||||
"annualReport.2021.SECIntro": "Community voices and partnerships are deeply woven into the fabric of Scratch’s history. They have, and continue to be, integral in helping us increase accessible and equitable coding opportunities worldwide. In 2021, we launched the Scratch Education Collaborative, an initiative committed to identifying and eliminating the barriers to access to creative coding that connects remarkable organizations around the world.",
|
||||
"annualReport.2021.SECWhatIs": "What is SEC?",
|
||||
"annualReport.2021.SECWhatIsP1": "The SEC supports and engages participating organizations in a two-year, collaborative cohort experience to strengthen their commitment to, and implementation of, equitable creative coding using Scratch and ScratchJr.",
|
||||
"annualReport.2021.SECWhatIsP2": "By the end of the cohort experience, organizations will have formed new partnerships with each other and with Scratch, and will have established new models for equity-centered creative coding resources.",
|
||||
"annualReport.2021.SECWhatIsP3": "Our work with the SEC is made possible thanks to a generous grant from Google.org. We’d like to extend our gratitude for their continued support of our mission.",
|
||||
"annualReport.2021.SECOrgNumber": "41",
|
||||
"annualReport.2021.SECOrgLabel": "organizations",
|
||||
"annualReport.2021.SECCountryNumber": "13",
|
||||
"annualReport.2021.SECCountryLabel": "countries",
|
||||
"annualReport.2021.SECPartnerNumber": "7",
|
||||
"annualReport.2021.SECPartnerLabel": "partners",
|
||||
"annualReport.2021.SECMapParagraph": "Our first cohort included 41 organizations representing 13 countries around the world, united by their commitment to supporting learners from historically marginalized communities in developing their confidence with creative computing. Their locations are highlighted below:",
|
||||
"annualReport.2021.spotlightStory": "Spotlight Story",
|
||||
"annualReport.2021.SECSpotlightTitle": "Bridges to Science",
|
||||
"annualReport.2021.SECSpotlightLocation": "Fulshear, Texas",
|
||||
"annualReport.2021.SECSpotlightText1": "Bridges to Science; a Texas-based nonprofit providing math, coding, and robotics programs for underserved youth; was one of 41 exceptional organizations to join the Scratch Education Collaborative's first cohort.",
|
||||
"annualReport.2021.SECSpotlightText2": "In 2021, we supported Bridges to Science in facilitating their first “Hour of Code” workshop with Code.org. The event “Fiestas y Piñatas” attracted over 22,000 teachers and students from Latin America. We also collaborated with Bridges to Science to develop a toolkit of unique resources to meet their community’s needs.",
|
||||
"annualReport.2021.SECPullQuote": "One of the greatest joys that we have in teaching our students is that each one of them, no matter how quiet they are, all find a voice in computer science through Scratch.",
|
||||
"annualReport.2021.SECPullQuoteAttr": "- Rosa Aristy, Bridges to Science Founder ",
|
||||
"annualReport.2021.SECWorkshops": "SEC Workshops",
|
||||
"annualReport.2021.SECWorkshopsText": "Last year, the Scratch Education Collaborative hosted a series of workshops that supported their inaugural cohort in defining and exploring unique pathways to equitable creative coding. Workshops were facilitated by Stanford d. School, Tinkering Studio, the Brazilian Creative Learning Network, and Chicago Public Schools CS4ALL. Together, workshop participants developed a shared understanding of creative coding and discussed strategies and practices that foster culturally sustaining communities through creative communication and collaboration.",
|
||||
"annualReport.2021.SECWorkshopsSubtitle": "How can we creatively empower local community in exploring creative coding?",
|
||||
"annualReport.2021.accessTitle": "Access",
|
||||
"annualReport.2021.accessIntro": "As COVID-19 forced schools to close and pushed learning to virtual spaces, many students and teachers were discovering Scratch for the first time or adapting the way they taught and learned creative coding. From our own homes, the Scratch Team worked to support the changing needs of educators and the online community.",
|
||||
"annualReport.2021.accessASL": "ASL Tutorial",
|
||||
"annualReport.2021.accessASLText": "In 2021, we partnered with Deaf Kids Code to launch our first American Sign Language tutorial in the Scratch Editor.",
|
||||
"annualReport.2021.accessASLText2": " Together, we were inspired to create an evergreen resource that would expand creative pathways for deaf Scratchers.",
|
||||
"annualReport.2021.accessASLText3": "The video is a 13-minute remake of our original “Getting Started with Scratch” tutorial that introduces beginners to the Scratch platform.",
|
||||
"annualReport.2021.accessPullQuote": "Being a good ally is a willingness to bend towards being accessible and really putting weight on the recommendations of organizations like mine … Asking, ‘What is it that we can do?’ and really letting us take the reins and go for it, with very little to no resistance; that is a very rare thing.",
|
||||
"annualReport.2021.accessPullQuoteAttr": "- Shireen Hafeez, Founder of Deaf Kids Code ",
|
||||
"annualReport.2021.accessDEICommittee": "DEI Committees at Scratch",
|
||||
"annualReport.2021.accessDEICommitteeText": "In 2021, several committees at Scratch embarked on work to make Scratch more diverse, equitable, and inclusive for all users. We’re excited to share the progress each committee has made and the work still ahead.",
|
||||
"annualReport.2021.accessDEICommitteeAccessibility": "Accessibility",
|
||||
"annualReport.2021.accessDEICommitteeAccessibilityText": "The Accessibility Committee was created in response to one Scratch Team member’s own difficulty using Scratch’s coding blocks and a recognized need to better support Scratchers of all abilities.",
|
||||
"annualReport.2021.accessDEICommitteeAccessibilityText2": "In October of 2021, the committee launched a project to make the color of our coding blocks accessible for Scratchers with vision impairments. The committee is excited to partner with teachers and community organizations specializing in accessibility so the coding blocks meet web accessibility guidelines, and more importantly, lower floors to make Scratch more accessible for all.",
|
||||
"annualReport.2021.accessDEICommitteeG-JEDI": "G-JEDI",
|
||||
"annualReport.2021.accessDEICommitteeG-JEDIText": "The Global, Justice, Equity, Diversity, and Inclusion (G-JEDI) Committee was formed to develop a shared language that defines what Diversity, Equity, and Inclusion (DEI) mean to the Scratch Team.",
|
||||
"annualReport.2021.accessDEICommitteeG-JEDIText2": "In 2021, the committee began work on a DEI statement to outline the ways in which DEI has informed the Scratch Team and community’s past and present work, and how it will continue to inform new initiatives going forward.",
|
||||
"annualReport.2021.accessDEICommitteeEquityXDesign": "Equity x Design",
|
||||
"annualReport.2021.accessDEICommitteeEquityXDesignText": "The EquityXDesign Committee was created as a place for Scratch Team members and our collaborators in MIT’s Lifelong Kindergarten group to read and discuss ideas around equity-centered design practices.",
|
||||
"annualReport.2021.accessDEICommitteeEquityXDesignText2": "The conversations are guided by Sasha Costanza-Chock’s “Design Justice: Community-Led Practices to Build the Worlds We Need,” and committee members discuss ways in which they can incorporate equity-centered design practices in the development of Scratch tools and resources.",
|
||||
"annualReport.2021.access10NewLanguages": "10 New Languages",
|
||||
"annualReport.2021.access10NewLanguagesText": "With huge thanks to our translation community, we were able to connect with Scratchers in 74 languages last year! In 2021, 10 new languages were added to Scratch, including isiXhosa (South Africa), Sepedi (South Africa), Setswana (South Africa), Afrikaans (South Africa), Kichwa (Peru), ଓଡ଼ିଆ/Odia (India), Kazakh (Kazakhstan), Aragonese (Spain), Western Frisian (the Netherlands), and Bengali (Bangladesh, India, and other regions).",
|
||||
"annualReport.2021.accessSouthAfrica": "Zero-rated Scratch in South Africa",
|
||||
"annualReport.2021.accessSouthAfricaText": "To improve the Scratch experience for young people in regions with low or no internet connectivity, we partnered with the National Education Collaboration Trust (NECT) of South Africa to host a zero-rated page for downloading Scratch. Downloads on zero-rated pages do not use up any data bandwidth, reducing a barrier to accessing Scratch due to data limits and costs. Just two months after its April 2021 launch, the page had more than 1300 visitors.",
|
||||
"annualReport.2021.accessSnapshot": "Snapshots",
|
||||
"annualReport.2021.communityTitle": "Komunidad",
|
||||
"annualReport.2021.communityIntro": "In 2021, the Scratch community continued to experience rapid growth as even more young people around the world created and connected alongside their peers. We also continued to develop partnerships with community members to improve the Scratch experience for our diverse community of users.",
|
||||
"annualReport.2021.communityScratchConference": "Scratch Conference",
|
||||
"annualReport.2021.communityScratchConferenceText1": "In July, educators in our global community came together to celebrate creative coding at the Scratch Conference. This free, virtual event was led by our collaborators at MIT’s Lifelong Kindergarten Group. The conference brought together {more_bold}, who spent the day connecting, collaborating, and learning from one another, even as COVID kept us apart.",
|
||||
"annualReport.2021.communityScratchConferenceText1More": "more than 1,500 educators and Scratch enthusiasts",
|
||||
"annualReport.2021.communityVolunteerTranslators": "Volunteer Translators",
|
||||
"annualReport.2021.communityVolunteerTranslatorsText": "Since Scratch was launched in 2007, we have been committed to supporting our users worldwide. Our language translation volunteers work closely with the Scratch Team to help translate and localize our platform and resources for the diverse communities that we serve.",
|
||||
"annualReport.2021.communityVolunteerTranslatorsText2": "Thousands of translators have volunteered their time to translate Scratch into 74 languages and counting, and there are currently more than one thousand translators signed up to translate Scratch and ScratchJr. We’re grateful to our volunteers for helping us reach more Scratchers around the world!",
|
||||
"annualReport.2021.communityScratchCommunity": "The Scratch Community in 2021",
|
||||
"annualReport.2021.communityScratchCommunityIntro": "In 2021, more than 113 million projects were created on the Scratch site – almost a 39% increase from 2020 – and more than one million new studios were created! Throughout the year, the Scratch Team hosted numerous studios to celebrate important events and encourage Scratchers to participate in the online community.",
|
||||
"annualReport.2021.yearInReview": "Year in Review",
|
||||
"annualReport.2021.yearInReviewText": "2021 was a remarkable year in the online community. The Community Team highlighted and developed opportunities for young people to express their ideas and become engaged in positive ways, and incredible movements sprung up from Scratchers themselves. Here’s a look back at some of the highlights of the year:",
|
||||
"annualReport.2021.yearInReviewCard1Date": "Enero",
|
||||
"annualReport.2021.yearInReviewCard1Title": "Poetic Cafe",
|
||||
"annualReport.2021.yearInReviewCard1Text": "We “opened” our very first Poetic Cafe where Scratchers were invited to write, share, or collaborate on poems to share with the community.",
|
||||
"annualReport.2021.yearInReviewCard2Date": "Pebrero",
|
||||
"annualReport.2021.yearInReviewCard2Title": "Black History Month Studio",
|
||||
"annualReport.2021.yearInReviewCard2Text": "Scratchers shared interactive artwork, created poems, animated music videos, and more to celebrate influential people and events in Black history.",
|
||||
"annualReport.2021.yearInReviewCard3Date": "Abril",
|
||||
"annualReport.2021.yearInReviewCard3Title": "April Fool’s Day",
|
||||
"annualReport.2021.yearInReviewCard3Text": "Scratchers were asked to imagine the “Secret life” of the Scratch Cat and went on a treasure hunt for fun and silly things hidden around the Scratch website.",
|
||||
"annualReport.2021.yearInReviewCard4Date": "Mayo",
|
||||
"annualReport.2021.yearInReviewCard4Title": "Scratch Week",
|
||||
"annualReport.2021.yearInReviewCard4Text": "Scratchers around the world shared more than 3,500 projects responding to themed prompts like “Cooking With Scratch” and “Ridiculous Inventions” to celebrate Scratch's birthday.",
|
||||
"annualReport.2021.yearInReviewCard5Date": "Hunyo",
|
||||
"annualReport.2021.yearInReviewCard5Title": "Pride Month",
|
||||
"annualReport.2021.yearInReviewCard5Text": "Scratchers created projects using all the colors of the rainbow to celebrate the LGBTQ+ community in the Pride Month studio.",
|
||||
"annualReport.2021.yearInReviewCard6Date": "Agosto",
|
||||
"annualReport.2021.yearInReviewCard6Title": "Scratch Camp",
|
||||
"annualReport.2021.yearInReviewCard6Text": "During this annual three-week long event, Scratchers created more than 7,000 projects that moved and grooved, showcased creative do-it-yourself (DIY) ideas, and shared their discoveries about the natural world around them.",
|
||||
"annualReport.2021.yearInReviewCard7Date": "Oktubre",
|
||||
"annualReport.2021.yearInReviewCard7Title": "Scratchtober",
|
||||
"annualReport.2021.yearInReviewCard7Text": "For two weeks, Scratchers created projects showcasing their interpretations of daily prompts in the Scratchtober studio. More than 3,500 projects were created around single-word themes like underwater, celebration, and creatures.",
|
||||
"annualReport.2021.yearInReviewCard8Date": "Disyembre",
|
||||
"annualReport.2021.yearInReviewCard8Title": "CSEdWeek",
|
||||
"annualReport.2021.yearInReviewCard8Text": "Computer Science Education Week (CSEdWeek) occurred from December 6-12 to celebrate computer science around the world. Scratch participated in the week by encouraging community members to check out tutorials, studios, and a live event hosted in partnership with Makey Makey!",
|
||||
"annualReport.2021.yearInReviewCard9Date": "Disyembre",
|
||||
"annualReport.2021.yearInReviewCard9Title": "2021: A Scratch Year in Review Studio",
|
||||
"annualReport.2021.yearInReviewCard9Text": "In 2021, Scratchers learned new skills, connected with friends around the world, and found creative ways to express themselves. More than 1,000 Scratchers shared their favorite Scratch memories and what Scratch meant to them in the 2021: A Scratch Year in Review studio.",
|
||||
"annualReport.2021.communityScratchLabTitle": "Scratch Lab",
|
||||
"annualReport.2021.communityScratchLabText": "With the launch of Scratch Lab in February, we’ve opened the doors of our development process directly to Scratchers around the world.",
|
||||
"annualReport.2021.communityScratchLabText2": "Before we decide if we should introduce new blocks to the Scratch coding editor, it’s crucial to see the creative, innovative, and surprising ways Scratchers interact with them. Scratch Lab is a sandbox where everyone can try out these new features and, most importantly, share their thoughts and ideas directly with us.",
|
||||
"annualReport.2021.communityScratchLabText3": "Over 500,000 Scratchers explored the Scratch Lab site in 2021, and they submitted more than 37,000 pieces of feedback.",
|
||||
"annualReport.2021.communityScratchLabText4": "This feedback has been invaluable as we evaluate and develop Animated Text blocks, Face Sensing blocks, and more potential new features.",
|
||||
"annualReport.2021.ytData1": "100,000",
|
||||
"annualReport.2021.ytData1Sub": "subscribers",
|
||||
"annualReport.2021.ytData2": "9 million",
|
||||
"annualReport.2021.ytData2Sub": "views on videos",
|
||||
"annualReport.2021.ytData3Top": "viewers in",
|
||||
"annualReport.2021.ytData3": "178",
|
||||
"annualReport.2021.ytData3Sub": "countries",
|
||||
"annualReport.2021.communitySnapshot2Title": "The Scratch Team on YouTube",
|
||||
"annualReport.2021.communitySnapshot2Text": "The Scratch Team YouTube channel reached 100,000 subscribers in 2021— a nearly 500 percent increase from 2020! As students, educators, and families evolved in response to the pandemic, we knew we had to create resources that were reactive to their needs.",
|
||||
"annualReport.2021.communitySnapshot2Text2": "These resources include a series of comprehensive Scratch tutorials that guide users through designing stories, games, and animations on Scratch. In 2021, these videos garnered nearly nine million views from viewers in 178 countries.",
|
||||
"annualReport.2021.tutorial1": "How to Make an 'About Me'",
|
||||
"annualReport.2021.tutorial2": "How to Make a Clicker Game",
|
||||
"annualReport.2021.tutorial3": "How to Make a Mouse Trail",
|
||||
"annualReport.2021.FounderMessageTitle": "A Message from Our Founder",
|
||||
"annualReport.2021.FounderMessageSubTitle": "Support and Inspiration from a Founding Partner",
|
||||
"annualReport.2021.FounderMessageText1": "As you read through this annual report, you’ll learn about many ways that Scratch is expanding creative computing opportunities for millions of young people around the world, especially those from marginalized communities. This global impact is possible because of the tireless work of the growing team of engineers, designers, educators, community moderators, and others at the Scratch Foundation.",
|
||||
"annualReport.2021.FounderMessageText2": "To continue to grow our efforts and impact, we rely on the generous financial support of an incredible collection of companies, foundations, and individual donors who are aligned with our mission and vision. Here, I want to highlight the support and inspiration we’ve received from one of our Founding Partners: the LEGO Foundation.",
|
||||
"annualReport.2021.FounderMessageText3": "My research group at the MIT Media Lab started collaborating with the LEGO company and LEGO Foundation more than 30 years ago. LEGO funding helped support our early work on Scratch, leading up to the public launch of Scratch in 2007. Then, when Scratch spun out of MIT into the Scratch Foundation in 2019, the LEGO Foundation provided important funding for the new organization, with a five-year $10 million grant to “support transformative educational change by developing and promoting playful, creative approaches to coding...in diverse economic and cultural contexts.” When the pandemic hit, the LEGO Foundation stepped up with an additional $5 million grant in 2021, to ensure that the Scratch Foundation could meet the needs of children and educators disrupted by the pandemic.",
|
||||
"annualReport.2021.FounderMessageText4": "But the LEGO-Scratch connection goes far beyond financial support. The Scratch approach of creating animated stories and games by snapping together graphical programming blocks was inspired, in part, by the way children build LEGO houses and castles by snapping together plastic LEGO bricks. Scratch and LEGO also share the same project-based educational philosophy, encouraging children to iteratively refine their projects by trying out an idea, seeing what happens, then making revisions and trying again.",
|
||||
"annualReport.2021.FounderMessageText5": "I’ve always loved the LEGO slogan “Joy of Building, Pride of Creation.” The LEGO Foundation’s deep partnership with the Scratch Foundation is helping to bring “Joy of Building, Pride of Creation” to children’s digital activities. The partnership serves as a model of how organizations with shared ideas and values can work together to catalyze transformational change in learning and education. As the Scratch Foundation continues to build its network of partners and supporters, I look forward to connecting with other organizations to expand creative computing opportunities for children around the world.",
|
||||
"annualReport.2021.FounderTitle": "Founder, Scratch Foundation",
|
||||
"annualReport.2021.lookingForward": "Looking Forward",
|
||||
"annualReport.2021.lookingForwardText1": "In 2021, we outlined a Strategic Framework guiding our major priorities for the next 4 years. We’re focused on these major areas:",
|
||||
"annualReport.2021.lookingForwardText2": "We would like to extend a huge thank you to the LEGO Foundation, whose generous COVID Recovery Grant will enable us to carry out this crucial work. We can’t wait to share more with you about the exciting projects we have planned, including updates to the Scratch experience for schools, updates to ScratchJr, and more.",
|
||||
"annualReport.2021.LookingForward1": "Strengthening the Scratch Platform and Community Infrastructure",
|
||||
"annualReport.2021.LookingForward2": "Expanding Pathways to Creative Learning",
|
||||
"annualReport.2021.LookingForward3": "Building Organizational Capacity and Ensuring Fiscal Sustainability",
|
||||
"annualReport.2021.supportersTitle": "Thank You to Our Supporters",
|
||||
"annualReport.2021.supportersIntro": "Thank you to our generous supporters. Your contribution helps us expand creative learning opportunities for children of all ages, from all backgrounds, around the globe.",
|
||||
"annualReport.2021.ourSupporters": "Our Supporters",
|
||||
"annualReport.2021.ourSupportersText": "We want to thank all Scratch supporters who, throughout the years, have helped us amazing learning experiences for millions of young people around the world. The following list is based on giving to Scratch Foundation from January 1, 2021 to December 31, 2021.",
|
||||
"annualReport.2021.supportersFoundingTitle": "Founding Partners — $10,000,000+",
|
||||
"annualReport.2021.supportersFoundingText": "We are especially grateful to our Founding Partners who have each provided at least $10,000,000 in cumulative support, since the start of Scratch in 2003.",
|
||||
"annualReport.2021.supportersCatPartnersTitle": "Scratch Cat Partners — $1,000,000+",
|
||||
"annualReport.2021.supportersCreativityTitle": "Creativity Circle — $250,000+",
|
||||
"annualReport.2021.supportersCollaborationTitle": "Collaboration Circle — $100,000+",
|
||||
"annualReport.2021.supportersImaginationTitle": "Imagination Circle — $50,000+",
|
||||
"annualReport.2021.supportersInspirationTitle": "Inspiration Circle — $20,000+",
|
||||
"annualReport.2021.supportersExplorationTitle": "Exploration Circle — $5,000+",
|
||||
"annualReport.2021.supportersPlayTitle": "Play Circle — $1,000+",
|
||||
"annualReport.2021.supportersInKindTitle": "In-Kind Supporters",
|
||||
"annualReport.2021.leadershipTitle": "Team Namin",
|
||||
"annualReport.2021.leadershipBoard": "Board of Directors",
|
||||
"annualReport.2021.leadershipChair": "Chair",
|
||||
"annualReport.2021.leadershipProfessor": "Professor of Learning Research",
|
||||
"annualReport.2021.leadershipViceChair": "Vice-Chair",
|
||||
"annualReport.2021.leadershipCoFounder": "Co-Founder and Co-Chairman",
|
||||
"annualReport.2021.leadershipBoardMember": "Board Member",
|
||||
"annualReport.2021.leadershipPresidentCEO": "President and CEO",
|
||||
"annualReport.2021.leadershipFormerPresident": "Former President",
|
||||
"annualReport.2021.leadershipFounderCEO": "Founder and CEO",
|
||||
"annualReport.2021.leadershipFormerChairCEO": "Former CEO and Chairwoman",
|
||||
"annualReport.2021.leadershipBoardSecretaryTreasurer": "Board Secretary & Treasurer",
|
||||
"annualReport.2021.leadershipBoardSecretary": "Board Secretary",
|
||||
"annualReport.2021.leadershipBoardTreasurer": "Board Treasurer",
|
||||
"annualReport.2021.leadershipScratchTeam": "2021 Scratch Team",
|
||||
"annualReport.2021.leadershipED": "Executive Director",
|
||||
"annualReport.2021.teamThankYou": "Thank you to Mitch Resnick, Natalie Rusk, Rupal Jain, and other collaborators at the Lifelong Kindergarten Group at the MIT Media Lab for your tireless support of Scratch.",
|
||||
"annualReport.2021.donateTitle": "Support Us",
|
||||
"annualReport.2021.donateMessage": "Your support enables us to create inspiring, creative, and memorable learning experiences for kids everywhere, especially those who have been systemically excluded from creative coding opportunities. Make a gift to Scratch today to help us keep our servers running, maintain our growing global community, and make creative coding possible for kids in every country around the world.",
|
||||
"annualReport.2021.donateMessage2": "Thank you for your generosity.",
|
||||
"annualReport.2021.donateButton": "Mag-donate",
|
||||
"annualReport.2021.projectBy": "project by",
|
||||
"annualReport.2021.JuneIlloAttr": "Flags by @ratchild",
|
||||
"annualReport.2021.OctIlloAttr": "Potato and glasses by @Cupwing",
|
||||
"annualReport.2021.altMap": "A map of the world showing 41 SEC organizations",
|
||||
"annualReport.2021.altSECSpotlightImage": "A child plays with a toy in front of an orange background",
|
||||
"annualReport.2021.altAccessibility": "Two people use sign language in front of a green background.",
|
||||
"annualReport.2021.altaccessDEICommittee": "A hand holds out a scratch component on a green background.",
|
||||
"annualReport.2021.altaccessDEICommitteeAccessibility": "A hand paints scratch components on a blue background.",
|
||||
"annualReport.2021.altaccessDEICommitteeG-JEDI": "Two hands reach toward a text bubble with a heart inside it.",
|
||||
"annualReport.2021.altaccessDEICommitteeEquitXDesign": "Two hands work together to compile a list of scratch components.",
|
||||
"annualReport.2021.altaccessSouthAfrica": "Two kids, one using a tablet and one using a laptop, work on a scratch project together.",
|
||||
"annualReport.2021.altcommunityVolunteerTransators": "Four hands are raised with text bubbles resting on top of them in front of a purple background.",
|
||||
"annualReport.2021.altcommunityThankYou": "A globe with a banner across it saying 'Thank you' surrounded by the words for thank you in various languages.",
|
||||
"annualReport.2021.altAvatar": "user avatar",
|
||||
"annualReport.2021.altDropdownArrow": "Arrow indicating dropdown menu.",
|
||||
"annualReport.2021.altMastheadIllustration": "Three people interacting with physical scratch components.",
|
||||
"annualReport.2021.altWave": "An emoji hand waving.",
|
||||
"annualReport.2021.altMitchHeadshot": "Founder Mitch Resnick",
|
||||
"annualReport.2021.altCalendar": "A calendar displaying the year 2021.",
|
||||
"annualReport.2021.altWorldVisualization": "An illustrated version of the globe.",
|
||||
"annualReport.2021.altSaudiArabiaVisualization": "A bar chart showing that there were more than twice as many new Scratch users in 2021 as there were in 2020.",
|
||||
"annualReport.2021.altScratchHorizontalCommand": "A yellow Scratch programming component.",
|
||||
"annualReport.2021.altSECVideoPreview": "The Scratch interface appears on the left and a girl signing appears on the right.",
|
||||
"annualReport.2021.altScratchJr": "Text reading Scratch jr",
|
||||
"annualReport.2021.altHorizontalLoop": "A yellow horizontal Scratch programming component.",
|
||||
"annualReport.2021.altaccessDEICommitteeEquityXDesign": "Two hands lining up physical Scratch components.",
|
||||
"annualReport.2021.altcommunityVolunteerTranslators": "Hands reaching up in front of a purple background with text bubbles floating above them.",
|
||||
"annualReport.2021.altScratchLogoText": "A green rectangle with the words 'Scratch Lab' writton on it.",
|
||||
"annualReport.2021.altScratchLabVideo": "A screenshot of a Scratch project with a play button on top.",
|
||||
"annualReport.2021.altHat": "A person wearing a yellow hat and pink heart sunglasses.",
|
||||
"annualReport.2021.altScratchText": "A rainbow Scratch component displaying the text, 'Here we go!'",
|
||||
"annualReport.2021.altStar": "A girl with a yellow star in front of her face.",
|
||||
"annualReport.2021.altMouseTrail": "Multiple cut outs of a squirrel head placed randomly on top of each other.",
|
||||
"annualReport.2021.altSECWorkshops": "People playing together",
|
||||
"annualReport.2021.altArrowUp": "An arrow pointing up.",
|
||||
"annualReport.2021.altTranslated": "A scratch component saying \"Hello\" and listing languages that scratch is available in.",
|
||||
"annualReport.2021.altAboutMe": "The words 'About me' placed over an easel, hedgehog, mango, and soccer ball.",
|
||||
"annualReport.2021.altClickerGame": "A math game showing an apple, an orange, and a cut up bowl of fruit.",
|
||||
"annualReport.2021.altLookingForward1": "Interlocking hexagons displaying a swirl, start, and heart.",
|
||||
"annualReport.2021.altLookingForward2": "A sign post with one arrow poining right displaying a swirl and one arrow pointing left displaying a heart.",
|
||||
"annualReport.2021.altLookingForward3": "Colorful blocks lined up to create steps with a plant growing on top.",
|
||||
"annualReport.2021.altSparkle": "White sparkle decoration",
|
||||
"annualReport.2021.altDownArrow": "Purple arrow pointing down",
|
||||
"annualReport.2021.altConnectingLine": "A dotted line connecting timeline elements.",
|
||||
"annualReport.2021.altApril": "A pen and Scratch components placed on top of a purple background.",
|
||||
"annualReport.2021.altJune": "A birthday cake in front of a banner of flags displaying various types of LGBTQ+ pride.",
|
||||
"annualReport.2021.altAugust": "A potato, birthday had, and sunglasses on top of a purple background.",
|
||||
"annualReport.2021.altCard1": "A colorful blob floats in front of a black and gray background next to the words 'A dream In a world of nightmares.'",
|
||||
"annualReport.2021.altCard2": "A black woman is wearing a yellow headband and gold hoop earrings.",
|
||||
"annualReport.2021.altCard3": "The scratch cat mascot swings in front of buildings accompanied by text reading 'I think Scratch Cat is a superhero.'",
|
||||
"annualReport.2021.altCard5": "A smiling block stands next to a text bubble reading 'no matter how anyone dresses, what pronouns they use, or who they love, you should always respect them!'",
|
||||
"annualReport.2021.altCard6": "A potato wearing sunglasses sits in front of a purple background.",
|
||||
"annualReport.2021.altCard7": "A colorful birthday hat sits on top of a neon cube.",
|
||||
"annualReport.2021.altCard9": "'2022' sits in front of a rainbow of ovals.",
|
||||
"annualReport.2021.altDonateIllustration": "Two hands form the shape of a heart with their fingers inside of a cut out heart shape."
|
||||
}
|
233
www/scratch-website.annual-report-l10njson/fil.json
Normal file
233
www/scratch-website.annual-report-l10njson/fil.json
Normal file
|
@ -0,0 +1,233 @@
|
|||
{
|
||||
"annualReport.subnavMessage": "Message",
|
||||
"annualReport.subnavMission": "Mission",
|
||||
"annualReport.subnavMilestones": "Milestones",
|
||||
"annualReport.subnavReach": "Reach",
|
||||
"annualReport.subnavInitiatives": "Initiatives",
|
||||
"annualReport.subnavFinancials": "Financials",
|
||||
"annualReport.subnavSupporters": "Supporters",
|
||||
"annualReport.subnavTeam": "Team",
|
||||
"annualReport.subnavDonate": "Mag-donate",
|
||||
"annualReport.mastheadYear": "2019 Annual Report",
|
||||
"annualReport.mastheadTitle": "Cultivating a World of Creative Learning",
|
||||
"annualReport.messageTitle": "Message from the Scratch Team",
|
||||
"annualReport.messageP1": "2019 was a year of great progress for Scratch. We started the year with the launch of Scratch 3.0, our newest generation of Scratch, designed to spark children’s creativity and engage children with diverse interests and backgrounds. We celebrated the end of the year with our team moving from MIT into its new home at the Scratch Foundation, in a playful first-floor space near South Station in Boston. Throughout the year, the Scratch community continued to thrive and grow: More than 20 million young people created projects with Scratch in 2019, an increase of 48% over the year before.",
|
||||
"annualReport.messageP2": "The impact and importance of Scratch have been highlighted in 2020 as the COVID pandemic forced schools to close. Activity in the Scratch online community more than doubled as young people, confined to their homes, turned to Scratch to express themselves creatively and connect with one another. Scratchers have also been actively engaged in Black Lives Matter and other movements for racial justice and equity, creating animated projects and studios to spread awareness and demand change.",
|
||||
"annualReport.messageP3": "From the time we launched Scratch in 2007, we have always seen Scratch as more than a programming language. Scratch provides opportunities for all young people, from all backgrounds, to develop their voices, express their ideas, and create with one another. We love to see the ways that Scratchers have responded to recent societal challenges with creativity, collaboration, caring, and kindness.",
|
||||
"annualReport.messageP4": "In this Annual Report, we’ll share more about the mission, plans, impact, and reach of Scratch, supported with examples of how Scratch is expanding learning opportunities for a broad diversity of young people around the world, both in schools and throughout their lives.",
|
||||
"annualReport.messageP5": "We’re proud of what young people are creating and learning with Scratch today, and we’re committed to providing more opportunities for more young people in the future.",
|
||||
"annualReport.messageSignature": "— The Scratch Team",
|
||||
"annualReport.covidResponseTitle": "Scratch Responds to COVID",
|
||||
"annualReport.covidResponseP1": "As we write this annual report, we are months into the COVID pandemic. Since the middle of March 2020, the Scratch office has been closed and Scratch Team members have been actively working from home to support children and educators around the world whose lives have been disrupted by the pandemic.",
|
||||
"annualReport.covidResponseP2": "On March 17, we launched the #ScratchAtHome initiative to provide children, families, and educators with ideas for engaging in creative learning activities with Scratch at home. We continue to add video tutorials and other resources to the {scratchAtHomeLink}.",
|
||||
"annualReport.covidResponseScratchAtHomePage": "#ScratchAtHome page",
|
||||
"annualReport.covidResponseP3": "Activity in the {scratchCommunityLink} has more than doubled from last year. Scratchers are creating and sharing projects to support and inspire others through the pandemic—with projects and studios that offer ideas for exercising at home, tips for staying healthy, humor to cheer up one another, and thanks to essential workers.",
|
||||
"annualReport.covidResponseScratchCommunity": "Scratch online community",
|
||||
"annualReport.missionTitle": "Our Mission",
|
||||
"annualReport.missionSubtitle": "Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and collaborate with new technologies — so they can shape the world of tomorrow.",
|
||||
"annualReport.missionP1": "We are committed to prioritizing equity across all aspects of our work, with a particular focus on initiatives and approaches that support children, families, and educators furthest from educational justice.",
|
||||
"annualReport.missionP2": "We’ve developed Scratch as a free, safe, playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively — essential skills for everyone in today's society. We work with educators and families to support children in exploring, sharing, and learning.",
|
||||
"annualReport.missionP3": "In developing new technologies, activities, and learning materials, we are guided by what we call the {fourPsItalics}:",
|
||||
"annualReport.fourPs": "Four P’s of Creative Learning",
|
||||
"annualReport.missionProjectsTitle": "Mga Proyekto",
|
||||
"annualReport.missionPeersTitle": "Peers",
|
||||
"annualReport.missionPassionTitle": "Passion",
|
||||
"annualReport.missionPlayTitle": "I-play",
|
||||
"annualReport.missionProjectsDescription": "Engage children in designing, creating, and expressing themselves creatively",
|
||||
"annualReport.missionPeersDescription": "Support children in collaborating, sharing, remixing, and mentoring",
|
||||
"annualReport.missionPassionDescription": "Enable children to build on their interests and work on personally meaningful projects",
|
||||
"annualReport.missionPlayDescription": "Encourage children to tinker, experiment, and iterate",
|
||||
"annualReport.milestonesTitle": "Milestones",
|
||||
"annualReport.milestonesDescription": "Here are some key events and accomplishments in the history of Scratch and the global Scratch community.",
|
||||
"annualReport.milestones2003Message": "Awarded a National Science Foundation grant to start development of Scratch",
|
||||
"annualReport.milestones2004Message": "Offered first Scratch workshop at Computer Clubhouse Teen Summit",
|
||||
"annualReport.milestones2007Message": "Public launch of Scratch programming language and online community",
|
||||
"annualReport.milestones2008Message": "Organized first Scratch Conference for educators and developers",
|
||||
"annualReport.milestones2009Message1.4": "Released Scratch 1.4, translated into more than 40 languages",
|
||||
"annualReport.milestones2009MessageScratchDay": "Hosted first Scratch Day event for children and families",
|
||||
"annualReport.milestones2010Message": "Scratch online community reaches 1 million members",
|
||||
"annualReport.milestones2013MessageFoundation": "Established Code-to-Learn Foundation (later renamed Scratch Foundation)",
|
||||
"annualReport.milestones2013MessageScratch2": "Launch of Scratch 2.0, providing new opportunities for collaboration",
|
||||
"annualReport.milestones2014Message": "Launch of ScratchJr for younger children, ages 5 to 7",
|
||||
"annualReport.milestones2016Message": "Scratch online community reaches 10 million members",
|
||||
"annualReport.milestones2017Message": "Scratch Day grows to 1,100 events in 60 countries",
|
||||
"annualReport.milestones2019MessageScratch3": "Launch of Scratch 3.0, expanding what kids can create with code",
|
||||
"annualReport.milestones2019MessageMove": "Scratch Team moves from MIT into Scratch Foundation",
|
||||
"annualReport.reachTitle": "Reaching Children Around the World",
|
||||
"annualReport.reachSubtitle": "Scratch is the world’s largest coding community for children and teens, ages 8 and up.",
|
||||
"annualReport.reachMillion": "million",
|
||||
"annualReport.reach170million": "170 {million}",
|
||||
"annualReport.reach60million": "60 {million}",
|
||||
"annualReport.reach20million": "20 {million}",
|
||||
"annualReport.reach48million": "48 {million}",
|
||||
"annualReport.reachUniqueVisitors": "Unique Visitors",
|
||||
"annualReport.reachProjectsCreated": "Projects Created",
|
||||
"annualReport.reachProjectCreators": "People Created Projects",
|
||||
"annualReport.reachComments": "Comments Posted in the Online Community",
|
||||
"annualReport.reachGrowthTitle": "Community Growth",
|
||||
"annualReport.reachGrowthBlurb": "New accounts created in the Scratch Online Community within the last 5 years.",
|
||||
"annualReport.reachGlobalCommunity": "Our Global Community",
|
||||
"annualReport.reachMapBlurb": "Total accounts registered in the Scratch Online Community from the launch of Scratch through 2019",
|
||||
"annualReport.reachMap20M": "20M",
|
||||
"annualReport.reachMapLog": "on a logarithmic scale",
|
||||
"annualReport.reachTranslationTitle": "Scratch is Translated into 60+ Languages",
|
||||
"annualReport.reachTranslationBlurb": "Thanks to volunteer translators from around the world.",
|
||||
"annualReport.reachScratchJrBlurb": "ScratchJr is an introductory programming environment that enables young children (ages 5-7) to create their own interactive stories and games.",
|
||||
"annualReport.reach22million": "22 {million}",
|
||||
"annualReport.reachDownloads": "Downloads Since Launching in 2014",
|
||||
"annualReport.initiativesTitle": "Initiatives",
|
||||
"annualReport.initiativesDescription": "The work at the Scratch Foundation centers on three strategic areas: creative tools, community, and schools. Each area prioritizes the voice and needs of children who are underrepresented in creative computing and seeks to support children in diverse settings and cultures around the world.",
|
||||
"annualReport.equity": "Equity",
|
||||
"annualReport.globalStrategy": "Global Strategy",
|
||||
"annualReport.toolsTitle": "Creative Tools",
|
||||
"annualReport.toolsIntro": "We are constantly experimenting and innovating with new technologies and new designs — always striving to provide children with new ways to create, collaborate, and learn.",
|
||||
"annualReport.toolsSpotlight": "Creative Tools — Spotlight Story",
|
||||
"annualReport.toolsLaunch": "Launch of Scratch 3.0",
|
||||
"annualReport.toolsLaunchIntro1": "We designed Scratch 3.0 to expand how, what, and where kids can create with Scratch. Released at the start of 2019, Scratch 3.0 led to a surge of activity in the Scratch community, with more projects — and a greater variety of projects — than ever before.",
|
||||
"annualReport.toolsLaunchIntro2": "Scratch 3.0 includes a library of extensions — extra collections of coding blocks that add new capabilities to Scratch. Some extensions provide access to web services and other software features, while others connect Scratch with physical-world devices like motors and sensors.",
|
||||
"annualReport.toolsTexttoSpeech": "Text-to-Speech",
|
||||
"annualReport.toolsTexttoSpeechIntro": "With the Text-to-Speech extension, kids can program their Scratch characters to speak out loud, in a variety of different voices.",
|
||||
"annualReport.toolsNumProjects": "330,000+",
|
||||
"annualReport.toolsTexttoSpeechProjects": "{numProjects} projects in 2019 used Text-to-Speech",
|
||||
"annualReport.toolsMostPopular": "Most Popular",
|
||||
"annualReport.toolsTexttoSpeechPopular": "{mostPopular} new Scratch Extension in the community",
|
||||
"annualReport.toolsCollabAWS": "Collaboration with Amazon Web Services",
|
||||
"annualReport.toolsTranslate": "Isalin",
|
||||
"annualReport.toolsTranslateIntro": "With the Translate extension, built on the Google Translate API, kids can incorporate automatic translation into their projects, supporting language learning and global communication.",
|
||||
"annualReport.toolsNumLanguages": "50+",
|
||||
"annualReport.toolsTranslateLanguages": "{numLanguages} languages translated in the extension",
|
||||
"annualReport.toolsSupportsLiteracy": "Supports Literacy",
|
||||
"annualReport.toolsCSandLanguageArts": "computer science and language arts",
|
||||
"annualReport.toolsTranslateLiteracy": "{supportsLiteracy} across {CSandLanguageArtsLink}",
|
||||
"annualReport.toolsCollabGoogle": "Collaboration with Google",
|
||||
"annualReport.toolsPhysicalWorld": "Physical World Connections",
|
||||
"annualReport.toolsMindstormsLink": "LEGO Mindstorms EV3",
|
||||
"annualReport.toolsWeDoLink": "WeDo 2.0",
|
||||
"annualReport.toolsLEGORoboticsIntro": "Students can create dancing robots, interactive sculptures, and data-collection experiments using Scratch with LEGO robotics kits. The new LEGO Education SPIKE Prime Set features an app based on Scratch. In addition, Scratch extensions are available for {mindstormsLink} and {weDoLink}.",
|
||||
"annualReport.toolsCollabLEGO": "Collaboration with LEGO Education",
|
||||
"annualReport.toolsVideoTutorials": "Video Tutorials",
|
||||
"annualReport.toolsTutorialsIntro": "Scratch 3.0 introduced a diverse collection of video tutorials to help kids get started with Scratch. The tutorials are open-ended and designed to encourage students to experiment, follow their interests, and express their own ideas.",
|
||||
"annualReport.toolsNumTutorials": "25 new tutorials",
|
||||
"annualReport.toolsNewTutorials": "{numTutorials} available in Scratch 3.0",
|
||||
"annualReport.toolsNumViews": "23 million",
|
||||
"annualReport.toolsTutorialsViews": "{numViews} views in 2019",
|
||||
"annualReport.toolsApp": "Scratch App Supports Learning Offline",
|
||||
"annualReport.toolsDownloadLink": "downloadable app",
|
||||
"annualReport.toolsRaspberryLink": "use on Raspberry Pi 4",
|
||||
"annualReport.toolsAppIntro": "During 2019, the Scratch Team released Scratch 3.0 as a {downloadableLink} for use on multiple platforms, including Windows, MacOS, ChromeOS, and Android tablets. In addition, the Raspberry Pi Foundation released Scratch 3.0 for {raspberryLink}. These downloadable versions are especially important for millions of learners in areas where internet connectivity is unavailable or unreliable.",
|
||||
"annualReport.toolsAbhiTitle": "Abhi at Cartoon Network",
|
||||
"annualReport.toolsAbhiIntro": "To highlight what kids can do with Scratch 3.0, we collaborated with Cartoon Network to create a video featuring Abhi, a 12-year-old Scratcher who loves to make animations and games. In the video, Abhi meets with Ian Jones-Quartey, creator of OK K.O. and other Cartoon Network shows. Abhi introduces Ian to key features of the new version of Scratch, and together they draw and program an animation of a Cartoon Network character jumping up and down.",
|
||||
"annualReport.toolsAbhiQuote": "My favorite thing about Scratch is the community, because they are nice and helpful to me. That’s why I’m always happy to share every project that’s in my dreams.",
|
||||
"annualReport.communityTitle": "Komunidad",
|
||||
"annualReport.communityIntro": "The Scratch online community has always been an important part of the Scratch experience, providing opportunities for children to collaborate, share, and provide feedback to one another.",
|
||||
"annualReport.communitySpotlight": "Community — Spotlight Story",
|
||||
"annualReport.communityTeam": "Scratch Community Team",
|
||||
"annualReport.communityTeamIntro1": "When asked why they use Scratch, most Scratchers talk about the importance of the online community for motivating their ongoing participation, providing a space where they can express their creativity, make friends, receive feedback, get new ideas, and learn new skills. Many Scratchers express their appreciation for the Scratch community as a safe and welcoming space to connect, share, and learn from one another.",
|
||||
"annualReport.communityTeamIntro2": "With 40,000 new projects and 400,000 new comments in the Scratch online community each day, how can we ensure that the community remains safe and friendly, while also supporting and encouraging creative expression? Our Community Team, including full-time staff and a network of moderators, leads this essential work. There are two key dimensions of the Community Team's work: moderation and community engagement.",
|
||||
"annualReport.communityModerationTitle": "Community Moderation",
|
||||
"annualReport.communityModerationInfo": "When young people join the Scratch community, they agree to follow a set of Community Guidelines, which are designed to keep Scratch a safe and supportive place for young people from all backgrounds. Our Community Team uses a wide variety of tools and strategies to encourage good digital citizenship and maintain a positive environment for Scratchers to create in. Automated filters prevent private information from being shared or inappropriate content from being posted, and we allow anyone to report content they feel violates the Community Guidelines.",
|
||||
"annualReport.communityGuidelinesTitle": "Gabay sa Komunidad",
|
||||
"annualReport.communityGuidelinesInfo": "Scratch welcomes people of all ages, races, ethnicities, religions, abilities, sexual orientations, and gender identities.",
|
||||
"annualReport.communityGuidelinesRespect": "Be respectful.",
|
||||
"annualReport.communityGuidelinesShare": "Share.",
|
||||
"annualReport.communityGuidelinesHonest": "Be honest.",
|
||||
"annualReport.communityGuidelinesConstructive": "Be constructive.",
|
||||
"annualReport.communityGuidelinesPrivacy": "Keep personal info private.",
|
||||
"annualReport.communityGuidelinesFriendly": "Help keep the site friendly.",
|
||||
"annualReport.communityEngagementTitle": "Community Engagement",
|
||||
"annualReport.storySwap": "Story Swap",
|
||||
"annualReport.communityEngagementInfo": "Another major role of the Community Team is to highlight and develop opportunities for young people to express their ideas and become engaged in positive ways. The team features projects and studios from community members to serve as inspiration, and it regularly posts Scratch Design Studios to encourage creative activity. Each summer, the team organizes an online Scratch Camp: the theme in 2019 was {storySwapLink}, with Scratchers building on one another’s stories.",
|
||||
"annualReport.communitySDSTitle": "Scratch Design Studios",
|
||||
"annualReport.communitySDSInfo": "Some Scratch Design Studios from 2019:",
|
||||
"annualReport.communityDayintheLife": "Day in the Life",
|
||||
"annualReport.communityDayintheLifeInfo": "Create a project about a day in the life of something",
|
||||
"annualReport.communityYear3000": "Year 3000",
|
||||
"annualReport.communityYear3000Info": "What might life be like in the year 3000?",
|
||||
"annualReport.communityBounce": "Bounce",
|
||||
"annualReport.communityBounceInfo": "Create a project that involves bouncing, jumping, boinging, or hopping.",
|
||||
"annualReport.communityMonochromatic": "Monochromatic",
|
||||
"annualReport.communityMonochromaticInfo": "How would things look if there were only one color?",
|
||||
"annualReport.communityQuotes": "Community — Quotes",
|
||||
"annualReport.communityQuote1": "I joined Scratch when I was 11 years old and the things I learned from using the platform and interacting with the community were really a vital part of my learning growing up.",
|
||||
"annualReport.communityQuote2": "Scratch has allowed me to do things from home, like \n- Respect people and their projects\n- Make friends\n- Feel that I am not alone in this quarantine\n....and much more, so I want to say \n¡GRACIAS!",
|
||||
"annualReport.communityQuote3": "I've been on Scratch for about 2 years, and it's been a life-changing experience! I've learned so many new things, such as coding, online etiquette, and art!",
|
||||
"annualReport.communityQuote4": "Scratch was my favorite hobby in sixth grade. It secretly introduced me to Boolean logic, order of operations, and nested mathematical expressions—not to mention computer programming itself.",
|
||||
"annualReport.studio": "studio",
|
||||
"annualReport.communityBLMIntro": "As racial justice protests swept the United States after the tragic killings of George Floyd, Breonna Taylor, Ahmaud Arbery, and others in early 2020, many young people used Scratch as a way to express their support for the Black Lives Matter movement, creating projects and posting comments to speak out against racism and police violence. In a {BLMStudioLink} featured on the Scratch home page, Scratchers contributed hundreds of projects and thousands of comments. The Scratch Community Team was actively involved, to support Scratchers during a traumatic time and to ensure that all projects and conversations remained respectful.",
|
||||
"annualReport.communityArtwork": "Artwork by the Scratcher OnionDipAnimations",
|
||||
"annualReport.communityChangeTitle": "We see young people as agents of change.",
|
||||
"annualReport.communityChangeInfo": "We are committed to working with them, and with the educators and families who support them, to ensure that they develop the skills, the motivation, and the confidence they’ll need to lead fulfilling lives and bring about meaningful change in society.",
|
||||
"annualReport.watchVideo": "Watch Video",
|
||||
"annualReport.schoolsTitle": "Schools",
|
||||
"annualReport.schoolsIntro": "We provide programs and resources to support teachers and students in schools around the world, designed to achieve equity in creative computing experiences, based on projects, passion, peers, and play.",
|
||||
"annualReport.schoolsSpotlight": "Schools — Spotlight Story",
|
||||
"annualReport.cpsProjectTitle": "Creative Computing in Chicago Public Schools",
|
||||
"annualReport.cpsProjectIntroP1": "In 2019, with funding from Google.org, the Scratch Team partnered with SocialWorks, CS4ALL Chicago and Chicago Public Schools to support seven elementary schools in the South Side of Chicago as they launched an initiative to incorporate creative coding into their curriculum.",
|
||||
"annualReport.cpsProjectIntroP2": "As a part of this initiative, hundreds of students imagined and drew themselves as the superhero of their own video games. They brought those ideas to life in a collaborative Scratch project called SuperMe. Local Chicago hero and Grammy Award winning musician Chance the Rapper was so inspired by the students’ work that he named it the official video game for his hit song “I Love You So Much” and shared it with the world.",
|
||||
"annualReport.familyCreativeNightsHeader": "Family Creative Coding Nights",
|
||||
"annualReport.familyCreativeNightsDescription": "A key to the success of this initiative was to connect students, families, teachers, and other community members through Family Creative Coding Nights. These events brought together hundreds of family members of all ages—from young children to grandparents—in activities that mixed coding with art, dance, and music. These events strengthened connections between home and school, recognizing the important role of families in inspiring and supporting children's learning.",
|
||||
"annualReport.familyNightsPhotoCredit": "Photos by Jordan Macy, SocialWorks",
|
||||
"annualReport.teacherPDHeader": "Investing in Professional Development for Teachers",
|
||||
"annualReport.teacherPDDescription": "Teachers across the participating elementary schools came together for professional development workshops, gaining first-hand experience in creating their own Scratch projects and finding meaningful ways to use Scratch to support student learning across the curriculum.",
|
||||
"annualReport.teacherPDQuoteAttribution": "{teacherName}, CPS Educator",
|
||||
"annualReport.teacherPDQuote": "What surprised me most was the intrinsic collaboration that came with using Scratch in my classroom. Often, students themselves would discover something in the Scratch platform, show me, and then spread it among themselves.",
|
||||
"annualReport.extendingReachHeader": "Extending the Reach",
|
||||
"annualReport.extendingReachDescription": "To expand the reach of this partnership, CS4ALL Chicago built on the Family Creative Coding Night model and has made it available to all Chicago Public Schools. Google CS First produced {codeYourHeroLink} guides for students and teachers, available free online in English and Spanish.",
|
||||
"annualReport.codeYourHero": "Code Your Hero",
|
||||
"annualReport.inTheNewsHeader": "In the News",
|
||||
"annualReport.chicagoSunTimesArticle": "Chicago Sun Times Article",
|
||||
"annualReport.rollingStoneArticle": "Rolling Stone Article",
|
||||
"annualReport.conferencesTitle": "Scratch Conferences around the World",
|
||||
"annualReport.conferencesIntro": "In 2008, the Scratch Team hosted the first Scratch conference at MIT, bringing together educators, researchers, and developers to share ideas and experiences for using Scratch to support creative learning. Since then, the Scratch Team has organized and hosted a Scratch conference at MIT every two years. In addition, members of the global Scratch community have organized and hosted more than a dozen conferences—stretching across oceans, continents, cultures, and languages.",
|
||||
"annualReport.conferencesHeroImageCaption": "Scratch Africa Conference, photo by {photoCredit}",
|
||||
"annualReport.conferencesLatinAmericaTitle": "Latin America",
|
||||
"annualReport.conferencesLatinAmericaDescription": "In May 2019, educators from across Chile and other areas of Latin America came together for the second {scratchAlSurLink} conference in Santiago, Chile. Following the conference, Scratch al Sur released a {spanishVersionLink} of the {creativeComputingCurriculumLink} guide, developed by the Creative Computing group at the Harvard Graduate School of Education.",
|
||||
"annualReport.conferencesSpanishVersionLinkText": "Spanish version",
|
||||
"annualReport.conferencesLatinAmericaImageCaption": "Photo provided by {photoCredit}",
|
||||
"annualReport.conferencesEuropeTitle": "Europe",
|
||||
"annualReport.conferencesEuropeDescription": "In August 2019, the Raspberry Pi Foundation organized the fourth {scratchConferenceEuropeLink}, held in Cambridge, UK. The conference brought together formal and informal educators from more than 25 countries for hands-on workshops, presentations, and demonstrations by students, educators, researchers, and community-based organizations.",
|
||||
"annualReport.conferencesEuropeImageCaption": "Photo provided by {photoCredit}",
|
||||
"annualReport.conferencesAfricaTitle": "Africa",
|
||||
"annualReport.conferencesAfricaDescription": "In October 2019, the first {scratchAfricaConferenceLink} was held in Nairobi, Kenya, drawing more than 250 educators and students from across Africa to share lessons, empower young people, and celebrate accomplishments in creative coding. At the conference, the Scratch Team launched a Swahili version of Scratch, available for use both online and offline.",
|
||||
"annualReport.conferencesAfricaImageCaption": "Photo by {photoCredit}",
|
||||
"annualReport.financialsTitle": "Financials - 2019",
|
||||
"annualReport.financialsButton": "2019 Audited Financials",
|
||||
"annualReport.financialsFutureYears": "Note: Financials in future years will be significantly different, since the Scratch staff has now transitioned from MIT to the Scratch Foundation.",
|
||||
"annualReport.supportersTitle": "Thank You to Our Supporters",
|
||||
"annualReport.supportersIntro": "Thank you to our generous supporters. Your contribution helps us expand creative learning opportunities for children of all ages, from all backgrounds, around the globe.",
|
||||
"annualReport.supportersSpotlightTitle": "Donor - Spotlight Story",
|
||||
"annualReport.supportersSFETitle": "Siegel Family Endowment",
|
||||
"annualReport.supportersSFEDescription1": "In May 2012, David Siegel attended Scratch Day at the MIT Media Lab with his son Zach, an active and enthusiastic Scratcher. Watching Zach and other children using Scratch to code their own games, animations, and robotic creatures, David saw how much potential Scratch had to help children both learn practical coding skills, and develop as computational thinkers.",
|
||||
"annualReport.supportersSFEDescription2": "David knows the importance of computational thinking firsthand, and his career as a computer scientist and entrepreneur has been shaped by the same curiosity that Scratch helps young learners explore every day. It's the same exploratory instinct that led him to study computer science at Princeton, and earn a PhD based on work completed at MIT's Artificial Intelligence Lab. In 2001, he co-founded Two Sigma, which has grown to become a world leader in applying machine learning and data science to investment management.",
|
||||
"annualReport.supportersSFEDescription3": "In 2011, David founded Siegel Family Endowment (SFE) to support organizations working to help people adapt to the demands of new technology, and to better understand and mitigate the powerful disruptions that technology has driven in almost every sector. He is also a co-founder of the Scratch Foundation, and is a strong advocate for the organization's mission to keep Scratch free and accessible to learners all over the world.",
|
||||
"annualReport.supportersCoFounder": "Co-Founder and Co-Chairman",
|
||||
"annualReport.supportersQuote": "Making sure that Scratch remains free and accessible for kids everywhere is one of the most impactful ways we can help young learners engage and thrive in an increasingly digital world. Supporting Scratch is more important today than ever before.",
|
||||
"annualReport.supportersThankYou": "Thank you to our supporters",
|
||||
"annualReport.supportersAllDescription": "Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and share with new technologies. We want to thank all Scratch supporters who, since we started working on Scratch in 2002, have helped us create amazing learning experiences for millions of young people around the world. The following list is based on cumulative giving to Scratch (at both MIT and Scratch Foundation) through December 31, 2019.",
|
||||
"annualReport.supportersFoundingDescription": "We are especially grateful to our Founding Partners who supported us from the early days of Scratch, each providing at least $10,000,000 of cumulative support, in various forms.",
|
||||
"annualReport.supportersFoundingTitle": "Founding Partners",
|
||||
"annualReport.supportersCreativityTitle": "Creativity Circle — $1,000,000+",
|
||||
"annualReport.supportersCollaborationTitle": "Collaboration Circle — $200,000+",
|
||||
"annualReport.supportersImaginationTitle": "Imagination Circle — $50,000+",
|
||||
"annualReport.supportersInspirationTitle": "Inspiration Circle — $20,000+",
|
||||
"annualReport.supportersExplorationTitle": "Exploration Circle — $5,000+",
|
||||
"annualReport.supportersInKindTitle": "In-Kind Supporters",
|
||||
"annualReport.leadershipTitle": "Team Namin",
|
||||
"annualReport.leadershipBoard": "Board of Directors",
|
||||
"annualReport.leadershipChair": "Chair",
|
||||
"annualReport.leadershipProfessor": "Professor of Learning Research",
|
||||
"annualReport.leadershipViceChair": "Vice-Chair",
|
||||
"annualReport.leadershipBoardMember": "Board Member",
|
||||
"annualReport.leadershipPresidentCEO": "President and CEO",
|
||||
"annualReport.leadershipFormerPresident": "Former President",
|
||||
"annualReport.leadershipFounderCEO": "Founder and CEO",
|
||||
"annualReport.leadershipFormerChairCEO": "Former Chair and CEO",
|
||||
"annualReport.leadershipBoardSecretaryTreasurer": "Board Secretary & Treasurer",
|
||||
"annualReport.leadershipBoardSecretary": "Board Secretary",
|
||||
"annualReport.leadershipBoardTreasurer": "Board Treasurer",
|
||||
"annualReport.leadershipScratchTeam": "Scratch Team",
|
||||
"annualReport.leadershipInterim": "Interim Executive Director",
|
||||
"annualReport.donateTitle": "Support Us",
|
||||
"annualReport.donateMessage": "Your support enables us to make Scratch free for everyone, keeps our servers running, and most importantly, we are able to provide kids around the world an opportunity to imagine, create and share. Thank you!",
|
||||
"annualReport.donateButton": "Mag-donate"
|
||||
}
|
57
www/scratch-website.become-a-scratcher-l10njson/fil.json
Normal file
57
www/scratch-website.become-a-scratcher-l10njson/fil.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"becomeAScratcher.buttons.back": "Bumalik",
|
||||
"becomeAScratcher.buttons.next": "Susunod",
|
||||
"becomeAScratcher.buttons.communityGuidelines": "Gabay sa Komunidad",
|
||||
"becomeAScratcher.buttons.getStarted": "Magsimula",
|
||||
"becomeAScratcher.buttons.finishLater": "Tapusin Mamaya",
|
||||
"becomeAScratcher.buttons.goBack": "Bumalik",
|
||||
"becomeAScratcher.buttons.iAgree": "Sang-ayon Ako",
|
||||
"becomeAScratcher.buttons.takeMeBack": "Pakibalik ako sa Scratch",
|
||||
"becomeAScratcher.buttons.backToProfile": "Bumalik sa Profile Page",
|
||||
"becomeAScratcher.congratulations.header": "Pagbati sa'yo, {username}! Ipinamalas mong handa ka nang maging Scratcher.",
|
||||
"becomeAScratcher.congratulations.body": "Scratch is a friendly and welcoming community for everyone, where people create, share, and learn together. We welcome people of all ages, races, ethnicities, religions, abilities, sexual orientations, and gender identities.",
|
||||
"becomeAScratcher.toBeAScratcher.header": "Ano ang ibig sabihin ng pagiging isang Scratcher?",
|
||||
"becomeAScratcher.toBeAScratcher.body": "You might notice on your profile page that you are currently a “New Scratcher”. Now that you have spent some time on Scratch, we invite you to become a “Scratcher”.",
|
||||
"becomeAScratcher.toBeAScratcher.definition": "Scratchers have a bit more experience on Scratch and are excited to both contribute to the community and to make it a supportive and welcoming space for others.",
|
||||
"becomeAScratcher.toBeAScratcher.canDo": "Here are some things Scratchers do:",
|
||||
"becomeAScratcher.toBeAScratcher.createStudios": "Create studios",
|
||||
"becomeAScratcher.toBeAScratcher.helpOut": "Help out in the community",
|
||||
"becomeAScratcher.toBeAScratcher.communityGuidelines": "Next, we will take you through the community guidelines and explain what these are.",
|
||||
"becomeAScratcher.guidelines.respectSection": "Become a Scratcher - Treat everyone with respect",
|
||||
"becomeAScratcher.guidelines.respectHeader": "Scratchers treat everyone with respect.",
|
||||
"becomeAScratcher.guidelines.respectBody": "Everyone on Scratch is encouraged to share things that excite them and are important to them—we hope that you find ways to celebrate your own identity on Scratch, and allow others to do the same.",
|
||||
"becomeAScratcher.guidelines.safeSection": "Become a Scratcher - Be safe",
|
||||
"becomeAScratcher.guidelines.safeHeader": "Scratchers are safe: we keep personal and contact information private.",
|
||||
"becomeAScratcher.guidelines.safeBody": "This includes not sharing real last names, phone numbers, addresses, hometowns, school names, email addresses, usernames or links to social media sites, video chatting applications, or websites with private chat functionality.",
|
||||
"becomeAScratcher.guidelines.feedbackSection": "Become a Scratcher - Give helpful feedback",
|
||||
"becomeAScratcher.guidelines.feedbackHeader": "Scratchers give helpful feedback.",
|
||||
"becomeAScratcher.guidelines.feedbackBody": "When commenting on a project, remember to say something you like about it, offer suggestions, and be kind, not critical.",
|
||||
"becomeAScratcher.guidelines.remix1Section": "Become a Scratcher - Embrace remix culture",
|
||||
"becomeAScratcher.guidelines.remix1Header": "Scratchers embrace remix culture.",
|
||||
"becomeAScratcher.guidelines.remix1Body": "Remixing is when you build upon someone else’s projects, code, ideas, images, or anything else they share on Scratch to make your own unique creation.",
|
||||
"becomeAScratcher.guidelines.remix2Section": "Become a Scratcher - Embrace remix culture",
|
||||
"becomeAScratcher.guidelines.remix2Header": "Remixing is a great way to collaborate and connect with other Scratchers.",
|
||||
"becomeAScratcher.guidelines.remix2Body": "You are encouraged to use anything you find on Scratch in your own creations, as long as you provide credit to everyone whose work you used and make a meaningful change to it. ",
|
||||
"becomeAScratcher.guidelines.remix3Section": "Become a Scratcher - Embrace remix culture",
|
||||
"becomeAScratcher.guidelines.remix3Header": "Remixing means sharing with others.",
|
||||
"becomeAScratcher.guidelines.remix3Body": "When you share something on Scratch, you are giving permission to all Scratchers to use your work in their creations, too.",
|
||||
"becomeAScratcher.guidelines.honestSection": "Become a Scratcher - Be honest",
|
||||
"becomeAScratcher.guidelines.honestHeader": "Matapat ang mga Scratcher.",
|
||||
"becomeAScratcher.guidelines.honestBody": "Mahalagang maging tapat at totoo kapag nakikipag-ugnayan sa iba sa Scratch, at tandaang may isang tao sa likod ng bawat Scratch account.",
|
||||
"becomeAScratcher.guidelines.friendlySection": "Become a Scratcher - Keep the site friendly",
|
||||
"becomeAScratcher.guidelines.friendlyHeader": "Scratchers help keep the site friendly.",
|
||||
"becomeAScratcher.guidelines.friendlyBody": "It’s important to keep your creations and conversations friendly and appropriate for all ages. If you think something on Scratch is mean, insulting, too violent, or otherwise disruptive to the community, click “Report” to let us know about it.",
|
||||
"becomeAScratcher.invitation.header": "{username}, we invite you to become a Scratcher.",
|
||||
"becomeAScratcher.invitation.body": "Scratch is a friendly and welcoming community for everyone. If you agree to be respectful, be safe, give helpful feedback, embrace remix culture, be honest, and help keep the site friendly, click “I agree!”",
|
||||
"becomeAScratcher.invitation.finishLater": "You get to decide if you want to become a Scratcher. If you do not want to be a Scratcher yet, just click “Finish Later” above.",
|
||||
"registration.success.error": "Paumanhin, may nangyaring di inaasahang error.",
|
||||
"becomeAScratcher.success.header": "Yehey! Isa ka nang ganap na Scratcher.",
|
||||
"becomeAScratcher.success.body": "Here are some links that might be helpful for you.",
|
||||
"becomeAScratcher.success.communityGuidelines": "Gabay sa Komunidad",
|
||||
"becomeAScratcher.success.createAProject": "Create a Project",
|
||||
"becomeAScratcher.noInvitation.header": "Whoops! Looks like you haven’t received an invitation to become a Scratcher yet.",
|
||||
"becomeAScratcher.noInvitation.body": "To become a Scratcher, you must be active on Scratch for a while, share several projects, and comment constructively in the community. After a few weeks, you will receive a notification inviting you to become a Scratcher. Scratch on!",
|
||||
"becomeAScratcher.finishLater.header": "No worries, take your time!",
|
||||
"becomeAScratcher.finishLater.body": "By leaving this page, you will not finish the process to become a Scratcher and will stay as a New Scratcher. If you change your mind later, you can always come back via your profile page.",
|
||||
"becomeAScratcher.finishLater.clickBecomeAScratcher": "Just click on “★ Become a Scratcher!” below your username."
|
||||
}
|
36
www/scratch-website.boost-l10njson/fil.json
Normal file
36
www/scratch-website.boost-l10njson/fil.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"boost.headerText": "The {boostLink} kit brings your LEGO creations to life with powerful motors, a color sensor and more. By combining it with Scratch, you can build your own robotic creatures, tell physical-digital stories, invent new game controllers, or whatever else you can imagine.",
|
||||
"boost.gettingStarted": "Magsimula",
|
||||
"boost.connectingBoost": "Connecting BOOST to Scratch",
|
||||
"boost.powerBoost": "Turn on your sensor by pressing the power button.",
|
||||
"boost.useScratch3": "Use the {scratch3Link} editor.",
|
||||
"boost.addExtension": "Add the BOOST extension.",
|
||||
"boost.thingsToTry": "Things to Try",
|
||||
"boost.makeAMotorMove": "Make a motor move",
|
||||
"boost.findTurnMotorOnForSeconds": "Find the {turnMotorOnForSeconds} block and click on it.",
|
||||
"boost.turnMotorOnForSeconds": "“turn motor A on for 1 seconds”",
|
||||
"boost.connectALegoBeam": "Connect a LEGO beam with an axle to motor A and click the block again to make it spin.",
|
||||
"boost.starterProjects": "Starter Projects",
|
||||
"boost.troubleshootingTitle": "Troubleshooting",
|
||||
"boost.updateScratchLinkTitle": "Make sure you have the latest version of Scratch Link",
|
||||
"boost.updateScratchLinkText": "Install Scratch Link using the button above. We recommend using the app store installation process to help keep your version up to date.",
|
||||
"boost.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"boost.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"boost.winOSVersionLinkText": "Windows",
|
||||
"boost.macOSVersionLinkText": "Mac OS",
|
||||
"boost.closeScratchCopiesTitle": "Close other copies of Scratch",
|
||||
"boost.closeScratchCopiesText": "Only one copy of Scratch can connect with a BOOST at a time. If you have Scratch open in other browser tabs, close it and try again.",
|
||||
"boost.otherComputerConnectedTitle": "Make sure no other computer is connected to your sensor",
|
||||
"boost.otherComputerConnectedText": "Only one computer can be connected to a BOOST at a time. If you have another computer connected to your sensor, disconnect the sensor or close Scratch on that computer and try again.",
|
||||
"boost.imgAltBoostIllustration": "Illustration of the LEGO BOOST.",
|
||||
"boost.imgAltConnectALegoBeam": "A LEGO BOOST hub with an axle and a short beam connected to motor A.",
|
||||
"boost.feedTheCat": "Feed the Cat",
|
||||
"boost.feedTheCatDescription": "Feed a robot cat with colored LEGO bricks.",
|
||||
"boost.imgAltFeedTheCat": "A Scratch project with a white cat",
|
||||
"boost.driving": "Driving",
|
||||
"boost.drivingDescription": "Drive around a wheeled robot and make music.",
|
||||
"boost.imgAltDriving": "A Scratch project with a wheeled robot with eyes",
|
||||
"boost.walkAround": "Walk Around",
|
||||
"boost.walkAroundDescription": "Make your own controller to move a character on the screen.",
|
||||
"boost.imgAltwalkAround": "A Scratch project with character on a green background"
|
||||
}
|
21
www/scratch-website.camp-l10njson/fil.json
Normal file
21
www/scratch-website.camp-l10njson/fil.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"camp.title": "Scratch Camp: Down Deep",
|
||||
"camp.dates": "July 24th - August 13th",
|
||||
"camp.welcome": "Welcome to Scratch Camp 2017!",
|
||||
"camp.welcomeIntro": "Come take a dive into the ocean with us and design your very own creation. Your creation can be anything you might find in the ocean - real or made up! <br /> In this year’s camp, dive down deep with us in these three parts:",
|
||||
"camp.part1Dates": "Part 1 (July 24th - July 30th)",
|
||||
"camp.detailsTitle": "Details:",
|
||||
"camp.part1Details": "Create a project introducing us to a character, real or imagined, that lives in the ocean. You could create a monster from the depths, a cute little starfish, a taco eating shark, or anything else you can imagine.",
|
||||
"camp.particpateTitle": "How to Participate:",
|
||||
"camp.part1Particpate": "Part 1 of camp will take place in the <a href=\"https://scratch.mit.edu/studios/4160302/\">Main Camp Cabin studio</a>. Here you can ask questions, view other Scratchers' creations, and submit your own. Go to the studio to learn more!",
|
||||
"camp.part2Dates": "Part 2 (July 31st - August 6th)",
|
||||
"camp.part2Details": "Now make your character interactive! Does your character have questions to ask us? What happens when you click on it? Does it have any special powers? And more!",
|
||||
"camp.part2Particpate": "Part 2 of camp will also take place in the <a href=\"https://scratch.mit.edu/studios/4160302/\">Main Camp Cabin studio</a>. Here you can ask questions, view other Scratchers' creations, and submit your own. Go to the studio to learn more!",
|
||||
"camp.part3Dates": "Part 3 (August 7th - August 13th)",
|
||||
"camp.part3Details": "Create a project using your own creation along with other Scratchers’ creations. It could be a game, story, animation, or anything you come up with!",
|
||||
"camp.part3Particpate": "The <a href=\"https://scratch.mit.edu/studios/4160301/\">Final Projects Camp Cabin studio</a> will hold part 3 of this year's Scratch Camp. Here you can submit your final project, give feedback to others, and celebrate Scratch Camp! Swim on over to the studio when part 3 comes out!",
|
||||
"camp.helpfulInfo": "Helpful Information",
|
||||
"camp.infoCounselors": "The <a href=\"https://scratch.mit.edu/studios/4160300/\">Camp Counselors studio</a> offers a variety of examples for your ocean creation. You can also directly communicate with the Counselors there.",
|
||||
"camp.infoPart3": "Remember, in part 3, you must use some other creations made for this Scratch Camp. Use their part 2 project to learn about the character's personality!",
|
||||
"camp.infoTime": "Don't worry if you aren't around the whole time, you can always participate in whatever part you are available for! Just have fun and dive deep!"
|
||||
}
|
14
www/scratch-website.conference-2021-index-l10njson/fil.json
Normal file
14
www/scratch-website.conference-2021-index-l10njson/fil.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"conference-2021.title": "Scratch Around the World:",
|
||||
"conference-2021.subtitle": "An Online Conference",
|
||||
"conference-2021.dateDesc": "July 22, 2021",
|
||||
"conference-2021.locationDetails": "Online",
|
||||
"conference-2021.date": "When:",
|
||||
"conference-2021.location": "Where:",
|
||||
"conference-2021.desc1": "Join us for Scratch Around the World, an online conference for educators interested in creative learning with Scratch.",
|
||||
"conference-2021.desc1a": "Although we are not able to meet in person this year, we are excited to find ways to connect and share with others in the global Scratch educator community.",
|
||||
"conference-2021.desc3": "The conference will be free of charge.",
|
||||
"conference-2021.register": "Go to registration page",
|
||||
"conference-2021.stayDesc2": "For additional questions, contact the Scratch Conference Team at {emailLink}",
|
||||
"conference-2021.organizedBy": "The Scratch Conference is organized by the Lifelong Kindergarten group at the MIT Media Lab in collaboration with the Scratch Foundation."
|
||||
}
|
13
www/scratch-website.conference-2022-index-l10njson/fil.json
Normal file
13
www/scratch-website.conference-2022-index-l10njson/fil.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"conference-2022.title": "Scratch Conference 2022",
|
||||
"conference-2022.locationDetails": "Online",
|
||||
"conference-2022.date": "When:",
|
||||
"conference-2022.location": "Where:",
|
||||
"conference-2022.eventTime": "10 AM - 4 PM ET",
|
||||
"conference-2022.desc1": "Join us for Scratch Conference 2022, an online gathering for educators interested in creative learning with Scratch! This year's theme will be \"What will you create?\"",
|
||||
"conference-2022.desc1a": "Although we are not able to meet in person this year, we are excited to find ways to connect and share with others in the global Scratch educator community.",
|
||||
"conference-2022.desc3": "The conference will be free of charge.",
|
||||
"conference-2022.register": "Stay tuned for registration information!",
|
||||
"conference-2022.stayDesc2": "For additional questions, contact the Scratch Conference Team at {emailLink}",
|
||||
"conference-2022.organizedBy": "The Scratch Conference is organized by the Scratch Foundation."
|
||||
}
|
31
www/scratch-website.conference-index-2017-l10njson/fil.json
Normal file
31
www/scratch-website.conference-index-2017-l10njson/fil.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"conference-2017.title": "Scratch Conferences 2017",
|
||||
"conference-2017.desc": "This year, in celebration of Scratch’s 10th anniversary, the global Scratch community will host regional Scratch conferences in many cities around the world.",
|
||||
"conference-2017.seeBelow": "Learn more about conference dates and locations below.",
|
||||
"conference-2017.date": "Date",
|
||||
"conference-2017.location": "Location",
|
||||
"conference-2017.audience": "Audience",
|
||||
"conference-2017.language": "Language",
|
||||
"conference-2017.website": "Visit Website",
|
||||
"conference-2017.franceTitle": "Scratch2017BDX",
|
||||
"conference-2017.franceSubTitle": "Opening, Inspiring, Connecting",
|
||||
"conference-2017.franceDesc": "Scratch2017BDX is an opportunity to meet people and share ideas, and to be inspired and inspiring. It's a global fest to celebrate creativity and enjoy discoveries and understanding about Scratch and beyond.",
|
||||
"conference-2017.franceAudience": "Global Scratch family",
|
||||
"conference-2017.brasilTitle": "Conferência Scratch Brasil 2017",
|
||||
"conference-2017.brasilDesc": "The Scratch Brazil Conference 2017 will be a meeting point for Brazilian educators, researchers, developers and makers who are interested in creating, sharing and learning with Scratch. The conference will foster discussions about the use of Scratch in and out of the classroom, creative computing, Scratch extensions, and other important themes related to Scratch's adoption in Brazil. We are planning something very participatory, with lots of hands-on workshops, poster sessions and opportunities for collaboration.",
|
||||
"conference-2017.brasilAudience": "Educators, researchers, developers, and makers",
|
||||
"conference-2017.hungaryTitle": "Scratch 2017 @ Budapest",
|
||||
"conference-2017.hungaryDesc": "The Scratch Conference in Budapest is a unique opportunity to meet our extended Scratch family and grow and inspire each other. It is a space to revel in creative thinking and coding, to dive in and share in all the diverse possibilities we have found. We are change agents — tried and true geeks in our genes — and we look forward to rolling up our shirt sleeves and having some “hard-fun”. Truly in this sphere, the outlook for the future is bright and we are excited. Come, meet, and collaborate with other members of the Scratch community.",
|
||||
"conference-2017.hungaryAudience": "Teachers, educators, foundations",
|
||||
"conference-2017.chileTitle": "Scratch al Sur 2017",
|
||||
"conference-2017.chileSubTitle": "Imaginando, creando, compartiendo",
|
||||
"conference-2017.chileDesc": "Scratch al Sur 2017 is an opportunity to learn about the importance of introducing programming languages in schools. All lectures and workshops will provide an opportunity to share different experiences, from higher levels to those who are beginning to participate in Scratch's global community.",
|
||||
"conference-2017.chileAudience": "School teachers, principals, education administrators, researchers, and information technology professionals",
|
||||
"conference-2017.chinaTitle": "Scratch Conference: China*Love",
|
||||
"conference-2017.chinaDesc": "Join us for a gathering to support creative expression with Scratch in China. Share ways to promote learning with passion for programming, animation, community, and life.",
|
||||
"conference-2017.chinaAudience": "Educators, parents, developers, makers",
|
||||
"conference-2017.costaricaTitle": "Scratch Conference Costa Rica",
|
||||
"conference-2017.costaricaSubTitle": "People, Projects, and Places",
|
||||
"conference-2017.costaricaDesc": "Scratch Conference Costa Rica is a global event taking place at a community level that unites teachers, students, businesses, and leaders, so that coding and design is part of every child's education, starting with Scratch.",
|
||||
"conference-2017.costaricaAudience": "Scratch users, teachers, college professors, potential Scratchers, university students (future teachers and software developers) in Costa Rica and Spanish-speaking Latin America"
|
||||
}
|
27
www/scratch-website.conference-index-2019-l10njson/fil.json
Normal file
27
www/scratch-website.conference-index-2019-l10njson/fil.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"conference-2019.title": "Scratch Conferences 2019",
|
||||
"conference-2019.descA": "Scratch conferences are playful gatherings of educators, researchers, developers, and other members of the worldwide Scratch community.",
|
||||
"conference-2019.descB": "These events, held in various locations around the world, provide opportunities for people of diverse backgrounds and practices to discuss how they support children using Scratch, to collaborate and share ideas with one another, and to bring new creative-learning strategies and activities back to their own communities.",
|
||||
"conference-2019.descC": "The first Scratch conference was held at MIT in 2008, and the Scratch Team has continued to organize a Scratch conference every other year. The next Scratch@MIT conference will be held in the summer of 2020 (in Cambridge, Massachusetts, USA).",
|
||||
"conference-2019.descD": "In 2019, there will be several Scratch conferences held in other locations around the world (see below).",
|
||||
"conference-2019.seeBelow": "Schedule & Locations",
|
||||
"conference-2019.joinMailingListButtonText": "Join Mailing List",
|
||||
"conference-2019.joinMailingList": "To learn more about 2020’s Scratch@MIT conference in Cambridge, Massachusetts, and to receive updates about regional conferences around the world, join our mailing list.",
|
||||
"conference-2019.date": "Date",
|
||||
"conference-2019.location": "Location",
|
||||
"conference-2019.audience": "Audience",
|
||||
"conference-2019.language": "Language",
|
||||
"conference-2019.hashtag": "Hashtag",
|
||||
"conference-2019.website": "Visit Website",
|
||||
"conference-2019.ukTitle": "Scratch Conference Europe",
|
||||
"conference-2019.ukDesc": "Hosted by Raspberry Pi, the 2019 Scratch Conference Europe will take place in Cambridge, UK, from Friday 23 August to Sunday 25 August. The schedule is full of exciting participatory activities led by members of the Scratch community. Participants can look forward to workshops, talks, and keynotes across a range of topics, including the new Scratch 3.0, as well as plenty of informal opportunities to chat and connect!",
|
||||
"conference-2019.ukAudience": "Education professionals and volunteers",
|
||||
"conference-2019.kenyaTitle": "Scratch Conference Africa: Scratch2019NBO",
|
||||
"conference-2019.kenyaSubTitle": "Waves of Innovation",
|
||||
"conference-2019.kenyaDesc": "In recognition of Africa's technological contributions to the world and the potential of the youth of Africa, Scratch2019NBO will be held in Nairobi, Kenya. Join educators from around the world to share lessons, empower young people, and celebrate accomplishments in creative coding.",
|
||||
"conference-2019.kenyaPostpone": "The Scratch2019NBO conference, originally planned for Nairobi, Kenya in July 2019, has been postponed. Information about future plans will be available later this year.",
|
||||
"conference-2019.kenyaAudience": "Educators",
|
||||
"conference-2019.chileDesc": "Scratch al Sur Conferencia Chile 2019 is an event aimed at teachers of all educational areas and levels, who seek to innovate in the classroom through creative learning, thus supporting public policies that are promoted through the National Plan of Digital Languages, launched by the Chilean government as of 2019. Various workshops, panels, experiences, stands, a presentation of the new Scratch 3.0, Makey-Makey, and much more will be offered.",
|
||||
"conference-2019.chileAudience": "Teachers and policy makers",
|
||||
"conference-2019.spanishWithSimultaneous": "Spanish - simultaneous translation into English during plenary sessions"
|
||||
}
|
14
www/scratch-website.conference-index-2021-l10njson/fil.json
Normal file
14
www/scratch-website.conference-index-2021-l10njson/fil.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"conference-2021.title": "Scratch Around the World:",
|
||||
"conference-2021.subtitle": "An Online Conference",
|
||||
"conference-2021.dateDesc": "July 22, 2021",
|
||||
"conference-2021.locationDetails": "Online",
|
||||
"conference-2021.date": "When:",
|
||||
"conference-2021.location": "Where:",
|
||||
"conference-2021.desc1": "Join us for Scratch Around the World, an online conference for educators interested in creative learning with Scratch.",
|
||||
"conference-2021.desc1a": "Although we are not able to meet in person this year, we are excited to find ways to connect and share with others in the global Scratch educator community.",
|
||||
"conference-2021.desc3": "The conference will be free of charge.",
|
||||
"conference-2021.register": "Go to registration page",
|
||||
"conference-2021.stayDesc2": "For additional questions, contact the Scratch Conference Team at {emailLink}",
|
||||
"conference-2021.organizedBy": "The Scratch Conference is organized by the Lifelong Kindergarten group at the MIT Media Lab in collaboration with the Scratch Foundation."
|
||||
}
|
56
www/scratch-website.conference-index-l10njson/fil.json
Normal file
56
www/scratch-website.conference-index-l10njson/fil.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"conference-2018.title": "Scratch Conference 2018:",
|
||||
"conference-2018.subtitle": "The Next Generation",
|
||||
"conference-2018.dateDesc": "July 26-28, 2018 | Cambridge, MA, USA",
|
||||
"conference-2018.dateDescMore": " (with opening reception the evening of July 25)",
|
||||
"conference-2018.locationDetails": "MIT Media Lab, Cambridge, MA",
|
||||
"conference-2018.seeBelow": "Learn more about conference dates and locations below.",
|
||||
"conference-2018.date": "When:",
|
||||
"conference-2018.location": "Where:",
|
||||
"conference-2018.desc1": "Join us for the Scratch@MIT conference, a playful gathering of educators, researchers, developers, and other members of the worldwide Scratch community.",
|
||||
"conference-2018.desc2": "We're planning a very participatory conference, with an entire day of hands-on workshops and lots of opportunities for peer-to-peer discussion and collaboration. The conference is intended primarily for adults who support young people learning Scratch.",
|
||||
"conference-2018.registrationDate": "Registration opens March 1, 2018.",
|
||||
"conference-2018.registerNow": "Register Now!",
|
||||
"conference-2018.sessionDesc": "Interested in offering a session? We invite four types of proposals:",
|
||||
"conference-2018.sessionItem1Title": "Poster/demonstration (90 minutes).",
|
||||
"conference-2018.sessionItem1Desc": "Show off your project in an exhibition setting, alongside other presenters. You will be provided with display space for a poster and table space for a computer or handouts.",
|
||||
"conference-2018.sessionItem2Title": "Hands-on workshop (90 minutes).",
|
||||
"conference-2018.sessionItem2Desc": "Engage participants in hands-on activities, highlighting new ways of creating and collaborating with Scratch.",
|
||||
"conference-2018.sessionItem3Title": "Interactive panel (60 minutes).",
|
||||
"conference-2018.sessionItem3Desc": "Discuss a Scratch-related topic in a panel with three or more people. Your proposal should describe how you will engage the audience during the session.",
|
||||
"conference-2018.sessionItem4Title": "Ignite talk (5 minutes).",
|
||||
"conference-2018.sessionItem4Desc": "Share what you've been doing in a short, lively presentation.",
|
||||
"conference-2018.deadline": "Deadline for proposals is February 5, 2018.",
|
||||
"conference-2018.proposal": " Submit Your Proposal",
|
||||
"conference-2018.proposalDeadline": "Deadline for proposals: February 5",
|
||||
"conference-2018.proposalAccept": "Notification of acceptance: March 1",
|
||||
"conference-2018.registrationTitle": "Registration:",
|
||||
"conference-2018.registrationEarly": "Early Bird Registration (March 1-May 1): $200",
|
||||
"conference-2018.registrationStandard": "Standard Registration (after May 1): $300",
|
||||
"conference-2018.questions": "Questions? Contact the Scratch Team at {emailLink}",
|
||||
"conference-2018.questionsTitle": "Questions:",
|
||||
"conference-2018.submissionQ": "I missed the submission deadline. Can I still submit a proposal for the conference?",
|
||||
"conference-2018.submissionAns": "We are no longer accepting proposal submissions.",
|
||||
"conference-2018.regQ": "I can only attend one day of the conference. Do you offer single-day registration?",
|
||||
"conference-2018.regAns": "Sorry, we are not offering single-day tickets.",
|
||||
"conference-2018.accommodationsQ": "I want to plan my visit. Do you have suggestions for accommodations?",
|
||||
"conference-2018.accommodationsAns1": "Yes, MIT partners with several hotels in the area who offer discounts to participants attending MIT events, including: {marriottLink} (0.4 miles from the MIT Media Lab), {holidayinnLink} (1.6 miles), {residenceinnLink} (0.3 miles), and {lemeridienLink} (0.9 miles). To reserve a room at one of these hotels, call the hotel and request the MIT discount. Advance booking is strongly recommended, as summer is a busy time in Boston. All MIT rates are subject to availability.",
|
||||
"conference-2018.accommodationsAns2": "If you are looking for additional accommodation options, we also recommend the {acLink} (7.1 miles), {doubletreeLink} (3.3 miles), and {hotelbostonLink} with the code MITSC2018 (5.3 mile). You might also consider home-share options such as Airbnb. Find an extended list of accommodations {mitLink}.",
|
||||
"conference-2018.here": "here",
|
||||
"conference-2018.accommodationsAns3": "Limited lodging is available in {neuLink} dorms rooms at the following rates:",
|
||||
"conference-2018.apartment": "Apartment",
|
||||
"conference-2018.suite": "Suite",
|
||||
"conference-2018.single": "Single",
|
||||
"conference-2018.double": "Double",
|
||||
"conference-2018.pp": "/person/night",
|
||||
"conference-2018.accommodationsAns4": "To request a dorm room, please complete the {dormrequestLink}. Please note that Northeastern is located in Boston, two miles from the conference site at MIT. It is a half-hour commute via public transportation, accessible by subway via the Green Line (the Northeastern stop on the E line) or the Orange Line (Ruggles Station stop).",
|
||||
"conference-2018.dormRequestText": "Dorm Room Request Form",
|
||||
"conference-2018.letterQ": "Can I get a visa letter?",
|
||||
"conference-2018.letterAns": "Yes. Contact us at {emailLink}, and we can email you a letter.",
|
||||
"conference-2018.preConfQ": "In previous years, there was an event on Wednesday evening before the conference. Will you be hosting something similar this year?",
|
||||
"conference-2018.preConfAns": "There will be an informal, optional reception the evening of Wednesday, July 25. Participants may register early at this time as well.",
|
||||
"conference-2018.bringQ": "What should I bring?",
|
||||
"conference-2018.bringAns": "Plan to bring your personal device (laptops are preferred) and power cord. Presenters should plan to bring all additional presentation materials (we will provide projectors and screens). Snacks and beverages will be available throughout the day.",
|
||||
"conference-2018.moreQ": "Have additional questions?",
|
||||
"conference-2018.moreAns": "Contact the Scratch Team at {emailLink}."
|
||||
}
|
27
www/scratch-website.contact-us-l10njson/fil.json
Normal file
27
www/scratch-website.contact-us-l10njson/fil.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"contactUs.title": "Kontakin Kami",
|
||||
"contactUs.intro": "You can find answers to most questions about Scratch on our {faqLink} page.",
|
||||
"contactUs.faqLinkText": "Frequently Asked Questions",
|
||||
"contactUs.forumsInfo": "If you cannot find an answer in the FAQ, there are many experienced Scratchers in the Discussion Forums who are happy to help.",
|
||||
"contactUs.forumsLinkText": "Mga Diskurso",
|
||||
"contactUs.questionsText": "{questionsLink}: Ask others in the community about anything related to Scratch.",
|
||||
"contactUs.questionsForum": "You can ask general questions about how to do stuff in the {questionsLink} forum.",
|
||||
"contactUs.questionsLinkText": "Questions About Scratch",
|
||||
"contactUs.scriptsText": "{scriptsLink}: Get help with the blocks or code to make your project work.",
|
||||
"contactUs.scriptsForum": "If you need help with a specific project, try posting in the {scriptsLink} forum.",
|
||||
"contactUs.scriptsLinkText": "Help with Scripts",
|
||||
"contactUs.bugsText": "{bugsLink}: Find out how to deal with technical issues you encounter on the Scratch website or in the project editor.",
|
||||
"contactUs.bugsForum": "If you want to report a bug in Scratch, check the {bugsLink} forum. It's the best place to report bugs and see if others are experiencing similar difficulties.",
|
||||
"contactUs.bugsLinkText": "Bugs and Glitches",
|
||||
"contactUs.formIntro": "If you still need to contact us, please fill out the form below with as much detail as you can. If you have any screenshots, attachments or links that help to explain your problem, please include them. We get a lot of mail, so we may not be able to respond to your message.",
|
||||
"contactUs.findHelp": "Where to find help:",
|
||||
"contactUs.contactScratch": "Contact the Scratch Team",
|
||||
"contactUs.qTitle": "Mga Tanong",
|
||||
"contactUs.seeFaq": "See the FAQ",
|
||||
"contactUs.faqInfo": "You can find a list of answers to many questions about Scratch on our {faqLink} page.",
|
||||
"contactUs.askCommunity": "Ask the Community",
|
||||
"contactUs.forumsIntro": "You can also look through and post questions in the Scratch Discussion forums.",
|
||||
"contactUs.forumsHelp": "There are many friendly and experienced Scratch community members who can help with the following topics and more:",
|
||||
"contactUs.needSupport": "Need Support?",
|
||||
"contactUs.supportInfo": "Click {helpLink} to type in a question about anything related to Scratch or to contact us. The Scratch Team receives lots of messages each day and is not able to answer each one individually, so we encourage you to read our online support articles and participate in the Discussion forums."
|
||||
}
|
46
www/scratch-website.credits-l10njson/fil.json
Normal file
46
www/scratch-website.credits-l10njson/fil.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"credits.title": "Mga Nabigyan ng Credit & Mga Nag-Ambag sa Scratch",
|
||||
"credits.developers": "Scratch is designed, developed, and moderated by the staff of the Scratch Foundation, a nonprofit organization.",
|
||||
"credits.moderators": "The team of Scratch moderators manages, supports, and improves the Scratch online community:",
|
||||
"credits.previousTitle": "Previous MIT Scratch Team Members",
|
||||
"credits.previousBody": "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch) and Andrés Monroy-Hernández (who led the development of the first Scratch community website). Other contributors include:",
|
||||
"credits.partnersTitle": "Design and Development Partners",
|
||||
"credits.researchersIntro": "Research on Scratch is being conducted by members of the MIT Scratch Team and researchers at other universities, including:",
|
||||
"credits.partnersBody": "Paula Bontá and Brian Silverman, Playful Invention Company (who started contributing to the design of Scratch even before it was called Scratch).",
|
||||
"credits.researchersTitle": "Scratch Researchers",
|
||||
"credits.researchersBody": "{scratchResearchLink} is being conducted by members of the MIT Scratch Team and researchers at other universities, including:",
|
||||
"credits.researchLinkText": "Research on Scratch",
|
||||
"credits.researchersContributors": "Yasmin Kafai (who collaborated on the {nsfLink}) at the University of Pennsylvania Graduate School of Education, Karen Brennan (who leads the {scratchEdLink}) at the Harvard Graduate School of Education, Benjamin Mako Hill at the University of Washington, Andrés Monroy Hernández at Microsoft Research, Mimi Ito and Crystle Martin at the University of California, Irvine, Quinn Burke at College of Charleston, Deborah Fields at Utah State University, and Kylie Peppler at Indiana University.",
|
||||
"credits.researchNSFLinkText": "initial NSF Scratch grant",
|
||||
"credits.researchScratchEdLinkText": "ScratchEd project",
|
||||
"credits.acknowledgementsTitle": "Acknowledgements",
|
||||
"credits.acknowledgementsContributors": "The following people have also contributed to the development and support of Scratch over the years:",
|
||||
"credits.acknowledgementsDonors": "The Scratch Foundation is a 501(c)(3) non-profit that relies on tax-deductible donations to support Scratch and keep it free for all. For a list of donors to the Scratch Foundation, please visit the {donorsLink}.",
|
||||
"credits.acknowledgementsDonorsLinkText": "Supporters page",
|
||||
"credits.acknowledgementsLifelongKindergarten": "The {lifelongKindergartenLink} at the MIT Media Lab initiated the Scratch project in 2002, and received a {nsfGrantLink} to support it a year later. The group publicly launched Scratch in 2007 and developed it through 2019, when the Scratch Team moved to the Scratch Foundation. The Lifelong Kindergarten group, led by Professor Mitchel Resnick, continues to collaborate with the Scratch Team to research and support creative learning with Scratch around the world.",
|
||||
"credits.acknowledgementsLifelongKindergartenLinkText": "Lifelong Kindergarten research group",
|
||||
"credits.acknowledgementsNSFGrantLinkText": "National Science Foundation Grant",
|
||||
"credits.acknowledgementsTranslators": "With the help of {translatorsLink} around the world, Scratch is available in many languages.",
|
||||
"credits.acknowledgementsLanguageOrganizers": "Many thanks to the following language organizers for helping to coordinate Scratch translators in their language:",
|
||||
"credits.acknowledgementsTranslatorsLinkText": "Scratch Translators",
|
||||
"credits.acknowledgementsCommunity": "We greatly appreciate all of the contributions by members of the worldwide Scratch community, who have shaped the direction of Scratch by sharing their projects, comments, and ideas.",
|
||||
"credits.acknowledgementsInfluencers": "The ideas of Seymour Papert and Alan Kay have deeply inspired and influenced our work on Scratch.",
|
||||
"credits.supportersTitle": "Supporting Organizations",
|
||||
"credits.supportersFinancialHeader": "The following organizations have provided major financial support for Scratch:",
|
||||
"credits.supportersServicesHeader": "The following organizations donate their services to help keep the Scratch project running:",
|
||||
"credits.supportersOpenHeader": "Scratch would not be possible without free and open source software, including:",
|
||||
"credits.currentSponsors": "Current Sponsors",
|
||||
"credits.currentFinancialSupport": "The following organizations are providing major financial support for Scratch:",
|
||||
"credits.donorsTitle": "Mga Donor",
|
||||
"credits.lifelongKindergartenTitle": "Lifelong Kindergarten Group",
|
||||
"credits.translationsTitle": "Translators",
|
||||
"credits.illustrationsTitle": "Illustrations",
|
||||
"credits.acknowledgementsIllustrations": "Many thanks to the following artists for their contributions to the Scratch sprite library:",
|
||||
"credits.soundsTitle": "Mga Tunog",
|
||||
"credits.pastContributors": "Past Scratch Team Members",
|
||||
"credits.pastContributorsThanks": "Many important contributions have been made by previous Scratch Team members, including:",
|
||||
"credits.acknowledgementsOtherContributors": "Past Contributors",
|
||||
"credits.otherContributors": "Other contributors include:",
|
||||
"credits.acknowledgementsSounds": "The Scratch sound library uses free sound resources from Adobe.com, Archive.org, FreeMusicArchive.org, FreeSound.org, and Incompetech.com.",
|
||||
"credits.soundsThanks": "Thanks to Nina Paley from Archive.org; Kellee Maize, Peter Rudenko, and Chris Zabriskie from FreeMusicArchive.org; and Kevin MacLeod from Incompetech.com. Thanks to the following freesound.org artists:"
|
||||
}
|
60
www/scratch-website.developers-l10njson/fil.json
Normal file
60
www/scratch-website.developers-l10njson/fil.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"developers.hereLinkText": "here",
|
||||
"developers.title": "Scratch for Developers",
|
||||
"developers.introLinkText": "Scratch Team",
|
||||
"developers.intro": "On this page, you’ll find information about open source projects created and maintained by the {introLink}, as well as our thoughts on best practices for designing learning experiences for children.",
|
||||
"developers.projectsTitle": "Mga Proyekto",
|
||||
"developers.principlesTitle": "Principles",
|
||||
"developers.joinTitle": "Join Us",
|
||||
"developers.donateTitle": "Mag-donate",
|
||||
"developers.partnersTitle": "Partners",
|
||||
"developers.faqTitle": "Mga Tanong na Karaniwang Tinatanong",
|
||||
"developers.projectsIntro": "The following projects are open source and available for any purpose.",
|
||||
"developers.scratchBlocksTitle": "Scratch Blocks",
|
||||
"developers.scratchBlocksIntroBlocklyLinkText": "Blockly technology",
|
||||
"developers.scratchBlocksIntro": "Scratch Blocks is a new development project for the next generation of graphical programming blocks, based on a collaboration between Google and MIT’s Scratch Team — building on Google’s {blocklyLink} and informed by the Scratch Team’s expertise in developing creative learning tools for young people. Scratch Blocks will provide a framework for building programming blocks in both vertical (text-based) and horizontal (icon-based) formats. You can access the code (currently as a developer-preview) and documentation {githubLink}.",
|
||||
"developers.scratchBlocksBody": "This first release includes code for Scratch’s Horizontal Grammar. Looking ahead, we plan to release additional code including but not limited to the Vertical Grammar (currently used by Scratch), a new Rendering Engine to support sprites and graphic effects, and a new Audio Engine to support creation with sound and music.",
|
||||
"developers.wwwTitle": "Scratch WWW",
|
||||
"developers.wwwIntro": "Scratch-www is a standalone web client for the Scratch Community, built using React and Redux. Access the code and documentation through {wwwIntroLink}.",
|
||||
"developers.LearningPrinciples": "Learning Principles",
|
||||
"developers.DesignPrinciples": "Design Principles",
|
||||
"developers.principlesIntro": "We created Scratch to empower young people to think creatively, reason systematically, and work collaboratively. We are guided by a set of {learningPrinciples} and {designPrinciples} that we hope you will follow as you develop new tools and technologies with Scratch Blocks.",
|
||||
"developers.jrBodyWebsiteLinkText": "ScratchJr website",
|
||||
"developers.jrBody": "ScratchJr is an introductory programming language that enables young children (ages 5-7) to create their own interactive stories and games. For more information, visit the {websiteLink} or access the code and documentation on {githubLink}.",
|
||||
"developers.learningPrinciplesProjectsBody": "People learn best when they are actively working on projects — generating new ideas, designing prototypes, making improvements and creating final products.",
|
||||
"developers.learningPrinciplesPassionTitle": "Passion",
|
||||
"developers.learningPrinciplesPassionBody": "When people focus on things they care about, they work longer and harder, persist in the face of challenges, and learn more in the process.",
|
||||
"developers.learningPrinciplesPeersTitle": "Peers",
|
||||
"developers.learningPrinciplesPeersBody": "Learning flourishes as a social activity, with people sharing ideas, collaborating on projects, and building on one another's work.",
|
||||
"developers.learningPrinciplesPlayTitle": "I-play",
|
||||
"developers.learningPrinciplesPlayBody": "Learning involves playful experimentation — trying new things, tinkering with materials, testing boundaries, taking risks, iterating again and again.",
|
||||
"developers.designPrinciplesRoomTitle": "Low Floor & Wide Walls",
|
||||
"developers.designPrinciplesRoomBody": "In order to encourage a varied and diverse set of interactions, we explicitly include elements and features that are easy for kids to understand (low floor), but general enough to support diverse uses (wide walls).",
|
||||
"developers.designPrinciplesSimpleTitle": "Make it as Simple as Possible — And Maybe Even Simpler",
|
||||
"developers.designPrinciplesSimpleBody": "Despite the common drive to add more features to software products, we have found that reducing the number of features often improves the user experience. What initially seems like a constraint or limitation can foster new forms of creativity.",
|
||||
"developers.designPrinciplesGlobalTitle": "Many Paths, Many Styles",
|
||||
"developers.designPrinciplesGlobalBody": "Many math and science activities have traditionally been biased towards specific populations. By paying special attention to creating accessible and appealing technologies, we are working to close the gap.",
|
||||
"developers.designPrinciplesTinkerTitle": "Design for Tinkerability",
|
||||
"developers.designPrinciplesTinkerBody": "We believe that the learning process is inherently iterative. Tinkerers start by exploring and experimenting, then revising and refining their goals and creations. To support this style of interaction, we design our interfaces to encourage quick experimentation and rapid cycles of iteration.",
|
||||
"developers.joinBodyJobsLinkText": "Jobs Page",
|
||||
"developers.joinBody": "We're a diverse group of educators, designers, and engineers, who work together in a playful, creative environment full of LEGO bricks, craft materials, and maker tools. We strongly value diversity, collaboration, and respect in the workplace. If you're interested in joining us, take a look at our open positions on our {jobsPageLink}, or send us an email at {emailLink}.",
|
||||
"developers.donateIntroLinkText": "making a donation to support Scratch",
|
||||
"developers.donateIntro": "We are pleased to provide Scratch free of charge. If you enjoy using Scratch, please consider {donateLink}. Donations of any size are appreciated.",
|
||||
"developers.donateBody": "Your donation to the Scratch Foundation will be used to support future development of Scratch software and the Scratch website.",
|
||||
"developers.donateThanks": "Thanks for supporting Scratch!",
|
||||
"developers.partnersIntro": "The creation and maintenance of this open source code would not be possible without generous technical and financial support from our partners:",
|
||||
"developers.faqAboutTitle": "Where can I learn more about Scratch?",
|
||||
"developers.faqAboutBodyLLKLinkText": "Lifelong Kindergarten",
|
||||
"developers.faqAboutBodyMITLinkText": "MIT Media Lab",
|
||||
"developers.faqAboutBody": "Scratch is a free programming language and online community where young people can create their own interactive stories, games, and animations. Scratch is a project of the {llkLink} Group at the {mitLink}. You can learn more about Scratch {aboutLink}.",
|
||||
"developers.faqRulesTitle": "Are there rules to using this code in my application?",
|
||||
"developers.faqRulesBody": "You may use this code in accordance with the license which governs each project. We also strongly encourage you to consider the learning and design principles (above, on this page) when building creative learning experiences for kids of all ages.",
|
||||
"developers.faqNameTitle": "Am I allowed to use the name \"Scratch Blocks\" in the description of my app and other public messaging?",
|
||||
"developers.faqNameBody": "If you wish, you can publicly state that your application is powered by Scratch Blocks. If you do so, we would also encourage you to link back to the code repository.",
|
||||
"developers.faqReleasesTitle": "Are you releasing more code and when?",
|
||||
"developers.faqReleasesBody": "We plan to open source additional code relating to the Scratch programming language over the next few months. Keep an eye on this page!",
|
||||
"developers.faqDifferencesTitle": "What’s the difference between Blockly and Scratch Blocks?",
|
||||
"developers.faqDifferencesBody": "Scratch Blocks builds upon the Blockly code base, and is specifically designed with our principles in mind to support creative learning experiences.",
|
||||
"developers.faqCollabTitle": "I’d like to collaborate. How do I get in touch?",
|
||||
"developers.faqCollabBody": "You can reach us over on {githubLink} or on our {contactUsLink} page. We look forward to hearing from you!"
|
||||
}
|
24
www/scratch-website.dmca-l10njson/fil.json
Normal file
24
www/scratch-website.dmca-l10njson/fil.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"dmca.intro": "The Lifelong Kindergarten research group respects the intellectual property of others, as well as our users. If you believe that your work has been copied in a way that constitutes copyright infringement, please email copyright@scratch.mit.edu, or mail your complaint to the following:",
|
||||
"dmca.llkresponse": "The Lifelong Kindergarten Group will promptly process and investigate notices of alleged infringement and will take appropriate actions under the Digital Millennium Copyright Act (“DMCA”) and other applicable intellectual property laws. Upon receipt of notices complying or substantially complying with the DMCA, the Lifelong Kindergarten Group may act expeditiously to remove or disable access to any material claimed to be infringing. Repeat infringers of third-party copyrights are subject to termination in appropriate circumstances.",
|
||||
"dmca.assessment": "In assessing whether or not a Scratch user has violated your copyrights, please keep in mind that Scratch is an educational and not-for-profit initiative, seeking to aid children’s learning by providing the tools for them to learn and express themselves using digital technology. Please also keep in mind the “Fair Use” doctrine incorporated into the Copyright Act of 1976, 17 U.S.C. § 107.",
|
||||
"dmca.eyetoeye": "We hope you also see Scratch not only as a good way of popularizing your creations/website but also as an opportunity to do something good for children’s education.",
|
||||
"dmca.afterfiling": "If you choose to make a copyright infringement complaint, please note that we may post your notification, with personally identifiable information redacted, to a clearinghouse such as chillingeffects.org. Please also note that you may be liable for damages (including costs and attorneys’ fees) if you materially misrepresent that an activity is infringing your copyright.",
|
||||
"dmca.counternotification": "Counter-notification",
|
||||
"dmca.ifremoved": "If your content has been removed due to a DMCA takedown notice, you believe you have a legal right to use the material, and you want to legally dispute this claim, you can file a DMCA counter-notification. You should only submit a counter-notification if the content was removed because of a mistake or misidentification and you are willing to go to court to defend your use of the material.",
|
||||
"dmca.mailcounter": "A DMCA counter-notification can be emailed to copyright@scratch.mit.edu or mailed to:",
|
||||
"dmca.mustinclude": "This counter-notice must include:",
|
||||
"dmca.fullname": "Your full name",
|
||||
"dmca.address": "Your address",
|
||||
"dmca.phone": "Your phone number",
|
||||
"dmca.email": "Your email address",
|
||||
"dmca.username": "The username of your Scratch account",
|
||||
"dmca.projecturl": "The URLs of the projects which were taken down",
|
||||
"dmca.statementerror": "A statement made under penalty of perjury that the content was removed in error",
|
||||
"dmca.statementjurisdiction": "A statement consenting to jurisdiction in the area which you reside",
|
||||
"dmca.signature": "Your signature",
|
||||
"dmca.valid": "Upon receipt of a valid DMCA counter-notice, Scratch will share the information you provide with the person who made the original claim of copyright infringement against you. They will be able to use this information to contact you or to notify you if they choose to file a lawsuit against you.",
|
||||
"dmca.lawsuit": "If we are not notified about a lawsuit being filed ten (10) business days after providing a counter-notification to a person who has filed a DMCA takedown notice, access to the content which was taken down will be restored.",
|
||||
"dmca.repeat": "Repeat Infringers",
|
||||
"dmca.disableaccess": "We are required by the DMCA to disable access to our service to repeat copyright infringers. If we receive a DMCA compliant takedown notice against a person, and that person doesn’t submit a counter-notification, a strike is added to their account. After three (3) strikes have been received, accounts belonging to the person will be blocked and standard measures will be taken to block their access to Scratch. We assess strikes ten (10) business days after a DMCA takedown notice is received to ensure that no person is blocked before they have a chance to review the issue and submit a valid counter-notice."
|
||||
}
|
56
www/scratch-website.download-l10njson/fil.json
Normal file
56
www/scratch-website.download-l10njson/fil.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"download.appTitle": "I-download ang Scratch App",
|
||||
"download.appIntro": "Gusto mo bang gumawa at i-save ang mga proyekto sa Scratch nang walang internet? I-download ang libreng Scratch app.",
|
||||
"download.requirements": "Mga Kailangan",
|
||||
"download.imgAltDownloadIllustration": "Screenshot ng Scratch 3.0 sa Desktop",
|
||||
"download.troubleshootingTitle": "Mga Madalas Itanong",
|
||||
"download.startScratchDesktop": "Simulan ang Scratch Desktop",
|
||||
"download.howDoIInstall": "Paano ko ma-install ang Scratch Desktop?",
|
||||
"download.whenSupportLinuxApp": "Kailan niyo kaya gagawing available sa Linux ang Scratch Desktop?",
|
||||
"download.whenSupportLinux": "Kailan kaya magkakaroon sa Linux ang Scratch Desktop?",
|
||||
"download.supportLinuxAnswer": "Kasalukuyang di suportado sa Linux ang Scratch Desktop. Nakikipagtulungan po kami sa mga partners namin at sa open-source community para tukuyin kung may paraan ba para masuportahan ang Linux sa hinaharap. Abangan!",
|
||||
"download.whenSupportLinuxAppAnswer": "Kasalukuyang di suportado sa Linux ang Scratch app. Nakikipagtulungan po kami sa mga partners namin at sa open-source community para tukuyin kung may paraan ba para masuportahan ang Linux sa hinaharap. Abangan!",
|
||||
"download.supportChromeOS": "Kailan kaya magkakaroon sa Chromebook ang Scratch Desktop?",
|
||||
"download.supportChromeOSAnswer": "Di pa po available ang Scratch Desktop para sa mga Chromebook. Kasalukuyan pa po naming ginagawa ito at inaasahang mailalabas po ito sa dulo ng 2019.",
|
||||
"download.olderVersionsTitle": "Mga Lumang Bersyon",
|
||||
"download.olderVersions": "Hinahanap ang mga lumang bersyon ng Scratch?",
|
||||
"download.scratch1-4Desktop": "Scratch 1.4",
|
||||
"download.scratch2Desktop": "Scratch 2.0 Offline Editor",
|
||||
"download.cannotAccessMacStore": "Paano kung di ko ma-access ang Mac App Store?",
|
||||
"download.cannotAccessWindowsStore": "Paano kung di ko ma-access ang Microsoft Store?",
|
||||
"download.macMoveAppToApplications": "Pakibuksan po ng .dmg file. Ilipat po ang Scratch 3 sa Applications.",
|
||||
"download.macMoveToApplications": "Pakibuksan po ng .dmg file. Ilipat po ang Scratch Desktop sa Applications.",
|
||||
"download.winMoveToApplications": "Pakibuksan po ang .exe file.",
|
||||
"download.doIHaveToDownload": "Kailangan ko bang i-download ang app para magamit ang Scratch?",
|
||||
"download.doIHaveToDownloadAnswer": "Hindi po. Magagamit niyo rin po ang editor ng proyekto ng Scratch sa karamihan ng mga web browser sa karamihan ng mga device sa pamamagitan po ng pagpunta sa scratch.mit.edu at pagpindot sa \"Gumawa\".",
|
||||
"download.canIUseScratchLink": "Magagamit ko ba ang Scratch Link para kumonekta sa mga extension?",
|
||||
"download.canIUseScratchLinkAnswer": "Opo. Gayunpaman, kakailanganin niyo po ng internet para magamit ang Scratch Link.",
|
||||
"download.canIUseExtensions": "Pwede ba ako kumonekta sa mga hardware extension?",
|
||||
"download.canIUseExtensionsAnswer": "Opo. Gamit ang Scratch app, makakakonekta po kayo sa mga extension, at hindi niyo po kailangan ang Scratch Link.",
|
||||
"download.howConnectHardwareDevices": "Paano ko maikokonekta ang Scratch app sa mga hardware device?",
|
||||
"download.howConnectHardwareDevicesAnswerLink": "Kakailanganin niyo pong i-install at patakbuhin ang Scratch Link para po makakonekta sa mga hardware device kapag ginagamit ang Scratch app sa {operatingsystem}. Kakailanganin niyo rin po ng internet para magamit ang Scratch Link.",
|
||||
"download.howConnectHardwareDevicesAnswerApp": "Gamit ang Scratch app, makakakonekta po kayo sa mga hardware device kagaya ng micro:bit o LEGO Boost. Kapag ginagamit niyo po ang Scratch app sa {operatingsystem}, hindi niyo na po kailangan ang Scratch Link.",
|
||||
"download.desktopAndBrowser": "Pwede bang nakabukas ang Scratch Desktop at Scratch sa browser nang sabay?",
|
||||
"download.appAndBrowser": "Pwede bang nakabukas ang Scratch app at Scratch sa browser nang sabay?",
|
||||
"download.yesAnswer": "Opo.",
|
||||
"download.onPhone": "Pwede ko bang i-install ang Scratch sa Android phone ko?",
|
||||
"download.onPhoneAnswer": "Hindi po. Gumagana lang po sa mga tablet ang kasalukuyang bersyon ng Scratch sa Android.",
|
||||
"download.howUpdateApp": "Paano ko maa-update ang Scratch app?",
|
||||
"download.howUpdateAppAnswerPlayStore": "Pakibuksan po ang Google Play store at tumingin po sa mga update. Kung pinapamahalaan ng mga administrator ng paaralan ang installation niyo, kailangan po nilang i-update ang bersyon at gawing available sa mga pinamamahalaang device nila ang update.",
|
||||
"download.howUpdateAppAnswerDownload": "Para po ma-update ang Scratch sa {operatingsystem} mula sa page na ito, paki-download po ang pinakabagong bersyon at i-install. Para tingnan kung anong bersyon pong meron kayo, pakipindot po ng logo ng Scratch sa na-download niyong app.",
|
||||
"download.canIShare": "Pwede ba akong magbahagi gamit Scratch Desktop?",
|
||||
"download.canIShareAnswer": "Hindi po sa ngayon. Mase-save niyo po ang isang proyekto mula sa Scratch Desktop, i-upload ito sa account niyo po sa Scratch, at ibahagi doon. Sa mga susunod na bersyon, idadagdag po namin ang abilidad na makakapag-upload nang direkta mula sa Scratch Desktop sa account niyo po sa Scratch.",
|
||||
"download.canIShareApp": "Pwede ba akong magbahagi online mula sa Scratch app sa {operatingsystem}?",
|
||||
"download.canIShareAnswerPlayStore": "Opo. Pakipindot po ng 3-dots menu ng isang proyekto sa lobby at piliin ang \"Ibahagi\" mula sa mga pagpipilian. Bukod po sa pagbahagi gamit email, pwede kayong mag-login sa account niyo sa Scratch at ibahagi ang isang proyekto sa online community ng Scratch.",
|
||||
"download.canIShareAnswerDownloaded": "Kasalukuyang di po suportado ang pagbahagi nang direkta sa online community mula sa Scratch app sa {operatingsystem}. Sa ngayon, pwede niyo po muna i-export ang proyekto mula sa Scratch app, tapos po ay mag-login sa website ng Scratch, at doon i-upload at ibahagi ang proyekto niyo.",
|
||||
"download.whyNoDevicesVisible": "Bakit walang nagpapakitang kahit anong device sa Scratch kapag sinusubukan kong kumonekta sa mga dugtong ng hardware?",
|
||||
"download.whyNoDevicesVisibleAnswer": "Nalaman po namin na ang pagsara at pagbukas muli sa bluetooth ng inyong {devicePosessive} sa pagsasaayos ng system niyo ang kadalasang nagpapahintulot sa inyo na makita ang mga hardware device muli. Kung sakaling may problema pa rin, siguraduhing nakabukas po ang Location services ng inyong device. Kung wala pa rin po kayong makita, mangyaring {whyNoDevicesContactUsLink}.",
|
||||
"download.whyNoDevicesContactUsLink": "kontakin kami",
|
||||
"download.chromebookPossessive": " ng Chromebook",
|
||||
"download.androidPossessive": "ng Android tablet",
|
||||
"download.whyAskForLocation": "Bakit hinihingi ng {operatingsystem} ang lokasyon ko?",
|
||||
"download.whyAskForLocationAnswer": "Ginagamit po ng Scratch ang bluetooth para po makakonekta sa ibang mga device, tulad ng micro:bit o LEGO BOOST. Magagamit po ang bluetooth sa pagbibigay ng data ng lokasyon sa app, kaya naman pinapahingi po ng Google ang permiso ng user para sa mga app na gumagamit ng bluetooth na ma-access ang kanilang lokasyon. Hindi po gagamitin ng Scratch ang bluetooth para sundan ang inyong lokasyon.",
|
||||
"download.whereProjectStored": "Saan inilalagay ng Scratch App ang mga proyekto ko?",
|
||||
"download.whereProjectStoredAnswer": "Naka-save po sa loob ng app ang mga proyekto. Para po ma-export ang file ng isang proyekto, pakipindot po ang 3-dot menu at piliin ang \"Ibahagi\". Sa susunod na screen, piliin po ang \"i-export\". Dedepende po ang mga pagpipilian sa mga application na naka-install sa inyong device. Kadalasan, ito po ay Google Drive, Files, at email.",
|
||||
"download.iconAltText": "I-download"
|
||||
}
|
31
www/scratch-website.download-scratch2-l10njson/fil.json
Normal file
31
www/scratch-website.download-scratch2-l10njson/fil.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"download.title": "Scratch 2.0 Offline Editor",
|
||||
"download.intro": "You can install the Scratch 2.0 editor to work on projects without an internet connection. This version will work on Windows and MacOS.",
|
||||
"download.installation": "Installation",
|
||||
"download.airTitle": "Adobe AIR",
|
||||
"download.airBody": "If you don't already have it, download and install the latest <a href=\"https://airsdk.harman.com/runtime\">Adobe AIR</a>",
|
||||
"download.macOSX": "Mac OS X",
|
||||
"download.macOlder": "Mac OS 10.5 & Older",
|
||||
"download.windows": "Windows",
|
||||
"download.download": "I-download",
|
||||
"download.offlineEditorTitle": "Scratch Offline Editor",
|
||||
"download.offlineEditorBody": "Next download and install the Scratch 2.0 Offline Editor",
|
||||
"download.supportMaterialsTitle": "Support Materials",
|
||||
"download.supportMaterialsBody": "Need some help getting started? Here are some helpful resources.",
|
||||
"download.starterProjects": "Starter Projects",
|
||||
"download.gettingStarted": "Getting Started Guide",
|
||||
"download.scratchCards": "Scratch Cards",
|
||||
"download.updatesTitle": "Updates",
|
||||
"download.updatesBody": "The Offline Editor can update itself (with user permission). It will check for updates at startup or you can use the \"Check for updates\" command in the file menu.",
|
||||
"download.currentVersion": "The current version is {version}.",
|
||||
"download.otherVersionsTitle": "Other Versions of Scratch",
|
||||
"download.otherVersionsOlder": "If you have an older computer, or cannot install the Scratch 2.0 offline editor, you can try installing <a href=\"http://scratch.mit.edu/scratch_1.4/\">Scratch 1.4</a>.",
|
||||
"download.otherVersionsAdmin": "If you are a network administrator: a Scratch 2.0 MSI has been created and maintained by a member of the community and hosted for public download <a href=\"http://llk.github.io/scratch-msi/\">here</a>.",
|
||||
"download.knownIssuesTitle": "Known issues",
|
||||
"download.knownIssuesOne": "If your offline editor is crashing directly after Scratch is opened, install the Scratch 2 offline editor again (see step 2 above). This issue is due to a bug introduced in Adobe AIR version 14 (released April 2014).",
|
||||
"download.knownIssuesTwo": "Graphic effects blocks (in \"Looks\") may slow down projects due to a known Flash bug.",
|
||||
"download.knownIssuesThree": "The <b>backpack</b> is not yet available.",
|
||||
"download.knownIssuesFour": "On Mac OS you may see a prompt indicating that \"Scratch 2 is trying to install a new helper tool\" and asking for your user name and password. We are currently investigating a solution to this problem.",
|
||||
"download.reportBugs": "Report Bugs and Glitches",
|
||||
"download.notAvailable": "Hmm, editor downloads are not available right now - please refresh the page to try again."
|
||||
}
|
44
www/scratch-website.educator-landing-l10njson/fil.json
Normal file
44
www/scratch-website.educator-landing-l10njson/fil.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"teacherlanding.title": "Scratch for Educators",
|
||||
"teacherlanding.intro": "Your students can use Scratch to code their own interactive stories, animations, and games. In the process, they learn to think creatively, reason systematically, and work collaboratively — essential skills for everyone in today’s society. Educators are integrating Scratch across many different subject areas and age groups.",
|
||||
"teacherlanding.resourcesTitle": "Mga Resource",
|
||||
"teacherlanding.connectTitle": "Ikonekta",
|
||||
"teacherlanding.newsTitle": "News",
|
||||
"teacherlanding.teacherAccountsTitle": "Mga Account ng Guro",
|
||||
"teacherlanding.educatorResourcesTitle": "Resources for Educators",
|
||||
"teacherlanding.educatorGuides": "{educatorLink} show you how to prepare and run Scratch classes and workshops.",
|
||||
"teacherlanding.educatorGuideLinkText": "Educator Guides",
|
||||
"teacherlanding.sip": "{sipName} ({abbreviatedSipName}) shares ideas and resources from Scratch Team and educators around the world. Each month, the {abbreviatedSipName} website features a new theme to explore and discuss.",
|
||||
"teacherlanding.sipName": "Scratch in Practice",
|
||||
"teacherlanding.abbreviatedSipName": "SiP",
|
||||
"teacherlanding.howUsingScratch": "How Educators Are Using Scratch",
|
||||
"teacherlanding.seeLatest": "See the latest",
|
||||
"teacherlanding.creativeComputing": "{scratchEdLink} from the ScratchEd Team at Harvard provides plans, activities, and strategies for introducing creative computing in the classroom.",
|
||||
"teacherlanding.scratchEdLinkText": "Creative Computing",
|
||||
"teacherlanding.studentResourcesTitle": "Resources for Students",
|
||||
"teacherlanding.tutorialResources": "Explore {tutorialLink} to find out how you can create stories, animations, games, and more!",
|
||||
"teacherlanding.tutorialLink": "Scratch Tutorials",
|
||||
"teacherlanding.codingCardResources": "Download and print {codingCardLink} for step-by-step instructions for a variety of projects.",
|
||||
"teacherlanding.codingCardLink": "Coding Cards",
|
||||
"teacherlanding.ideasResources": "Visit the {ideasPageLink} for additional resources from the Scratch Team",
|
||||
"teacherlanding.ideasLink": "Ideas Page",
|
||||
"teacherlanding.connectingWithEducators": "Connecting with Other Educators",
|
||||
"teacherlanding.teachingWithScratch": "Join the {teachingWithScratchLink} Facebook group to share ideas, questions, and resources related to teaching with Scratch.",
|
||||
"teacherlanding.teachingWithScratchLink": "Teaching with Scratch",
|
||||
"teacherlanding.attendMeetups": "Attend {meetupLink} to share ideas and strategies with other educators for supporting computational creativity in all its forms.",
|
||||
"teacherlanding.meetupLink": "ScratchEd Educator Meetups",
|
||||
"teacherlanding.moreGetStartedTitle": "More Ways to Get Started",
|
||||
"teacherlanding.csFirst": "Google’s free curriculum, {csFirstLink}, has been used by students and educators worldwide. Over 1,000 instructional videos and lesson plans introduce students to Scratch.",
|
||||
"teacherlanding.csFirstLink": "CS First",
|
||||
"teacherlanding.codeClub": "Visit {codeClubLink} to access more than 30 free project modules to engage students in learning to make interactive stories, games, and animations.",
|
||||
"teacherlanding.codeClubLink": "Code Club",
|
||||
"teacherlanding.newsAndUpdatesTitle": "News and Updates",
|
||||
"teacherlanding.followUs": "Follow us on {facebookLink}, {twitterLink}, and {instagramLink}!",
|
||||
"teacherlanding.signupTips": "Sign up to receive {signupTipsLink} from the Scratch Team",
|
||||
"teacherlanding.signupTipsLink": "updates and tips",
|
||||
"teacherlanding.accountsTitle": "Teacher Accounts in Scratch",
|
||||
"teacherlanding.accountsRequestInfo": "As an educator, you can request a Scratch Teacher Account, which makes it easier to create accounts for students and to manage their projects and comments. To learn more, see the {setupGuideLink} and the {teacherAccountFaqLink}.",
|
||||
"teacherlanding.accountsSetupGuide": "Teacher Account Setup Guide",
|
||||
"teacherlanding.accountsFaqPage": "Teacher Account FAQ page",
|
||||
"teacherlanding.requestAccount": "Request Account"
|
||||
}
|
11
www/scratch-website.ethics-l10njson/fil.json
Normal file
11
www/scratch-website.ethics-l10njson/fil.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"ethics.title": "Scratch Foundation Research Code of Ethics",
|
||||
"ethics.intro1": "At the Scratch Foundation, our mission is to provide young people with digital tools and opportunities to imagine, create, share, and learn. The Scratch platform is a free, safe, playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively — essential skills for everyone in today's society. We work with educators and families to support children in this playful learning environment.",
|
||||
"ethics.intro2": "This Code of Ethics guides Scratch Foundation employees and affiliates as they conduct research and evaluation in support of the efforts to improve the platform, participant experience, teaching and learning outcomes, and grant-funded work. All research and evaluation work at the Foundation adheres to the following principles.",
|
||||
"ethics.principle1Title": "Principle 1: Protect our participants.",
|
||||
"ethics.principle1": "{title} Scratch Foundation employees and contractors respect the privacy and confidentiality of participants. Employees and contractors will not disclose any personally identifiable information about any participant without the permission of the participant and (if a minor) the participant’s parent or guardian. Additionally, we will avoid causing harm to participants and seek to maximize the benefits of participation. Participation in research activities is always voluntary; contact us at {researchEmailLink} to opt-out.",
|
||||
"ethics.principle2Title": "Principle 2: Lead with transparency.",
|
||||
"ethics.principle2": "{title} When collecting data, Foundation staff and contractors will disclose the objective, participation requirements (including time and effort), any possible participation-related risks, ways in which we will safeguard and report the data, ways in which participants can opt out, and relevant Foundation contact information. ",
|
||||
"ethics.principle3Title": "Principle 3. Embrace data-stewardship.",
|
||||
"ethics.principle3": "{title} Foundation staff and contractors will ensure data security and compliance with digital privacy policies such as (but not limited to) the Scratch Privacy Policy and the General Data Protection Regulation (GDPR). "
|
||||
}
|
55
www/scratch-website.ev3-l10njson/fil.json
Normal file
55
www/scratch-website.ev3-l10njson/fil.json
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"ev3.headerText": "{ev3Link} is an invention kit with motors and sensors you can use to build interactive robotic creations. Connecting it to Scratch expands the possibilities: build a robotic puppet and tell stories, make your own musical instruments and game controllers, or whatever else you can imagine.",
|
||||
"ev3.gettingStarted": "Magsimula",
|
||||
"ev3.connectingEV3": "Connecting EV3 to Scratch",
|
||||
"ev3.turnOnEV3": "Turn on your EV3 by holding down the center button.",
|
||||
"ev3.useScratch3": "Use the {scratch3Link} editor.",
|
||||
"ev3.addExtension": "Add the EV3 extension.",
|
||||
"ev3.firstTimeConnecting": "First time connecting your EV3?",
|
||||
"ev3.pairingDescription": "After clicking the connect button in Scratch, you will need to pair it with your computer:",
|
||||
"ev3.acceptConnection": "Accept the connection.",
|
||||
"ev3.acceptPasscode": "Accept the passcode.",
|
||||
"ev3.windowsFinalizePairing": "Wait for your device to be ready.",
|
||||
"ev3.macosFinalizePairing": "Enter the passcode on your computer.",
|
||||
"ev3.chromeosFinalizePairing": "Enter the passcode on your Chromebook.",
|
||||
"ev3.thingsToTry": "Things to Try",
|
||||
"ev3.makeMotorMove": "Make a motor move",
|
||||
"ev3.plugMotorIn": "Plug a motor into {portA} on the EV3 hub",
|
||||
"ev3.portA": "port A",
|
||||
"ev3.clickMotorBlock": "Find the {motorBlockText} block and click on it.",
|
||||
"ev3.motorBlockText": "\"motor A turn this way\"",
|
||||
"ev3.starterProjects": "Starter Projects",
|
||||
"ev3.starter1BasketballTitle": "Play Basketball",
|
||||
"ev3.starter1BasketballDescription": "Move in front of the distance sensor to bounce the ball.",
|
||||
"ev3.starter2MusicTitle": "Gumawa ng Musika",
|
||||
"ev3.starter2MusicDescription": "Press the buttons to play saxophone and drums.",
|
||||
"ev3.starter3SpaceTitle": "Space Tacos",
|
||||
"ev3.starter3SpaceDescription": "Build your own controller to catch tacos in space.",
|
||||
"ev3.troubleshootingTitle": "Troubleshooting",
|
||||
"ev3.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"ev3.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"ev3.winOSVersionLinkText": "Windows",
|
||||
"ev3.macOSVersionLinkText": "Mac OS",
|
||||
"ev3.makeSurePairedTitle": "Make sure your computer is paired with your EV3",
|
||||
"ev3.makeSurePairedText": "Your computer needs to be paired with your EV3 before it can connect to Scratch. We try to do this automatically the first time you add the EV3 extension, but if it isn't working you can try these {pairingInstructionLink}.",
|
||||
"ev3.pairingInstructionText": "bluetooth pairing instructions from LEGO",
|
||||
"ev3.reconnectTitle": "On Windows, try un-pairing before connecting",
|
||||
"ev3.reconnectText": "If you have connected before and are unable to reconnect, try manually un-pairing your EV3 from your computer: open your Bluetooth settings, find your EV3, and remove it.",
|
||||
"ev3.closeScratchCopiesTitle": "Close other copies of Scratch",
|
||||
"ev3.closeScratchCopiesText": "Only one copy of Scratch can connect with the EV3 at a time. If you have Scratch open in other browser tabs, close it and try again.",
|
||||
"ev3.otherComputerConnectedTitle": "Make sure no other computer is connected to your EV3",
|
||||
"ev3.otherComputerConnectedText": "Only one computer can be connected to an EV3 at a time. If you have another computer connected to your EV3, disconnect the EV3 or close Scratch on that computer and try again.",
|
||||
"ev3.updateFirmwareTitle": "Try updating your EV3 firmware",
|
||||
"ev3.updateFirmwareText": "We recommend updating to EV3 firmware version 1.10E or above. See {firmwareUpdateLink}.",
|
||||
"ev3.firmwareUpdateText": "firmware update instructions from LEGO",
|
||||
"ev3.imgAltEv3Illustration": "Illustration of an EV3 hub, featuring some examples of interacting with it.",
|
||||
"ev3.imgAltAcceptConnection": "Use the buttons on your EV3 to accept the connection.",
|
||||
"ev3.imgAltAcceptPasscode": "Use the center button on your EV3 to accept the passcode.",
|
||||
"ev3.imgAltWaitForWindows": "Windows will notify you when the EV3 is ready.",
|
||||
"ev3.imgAltEnterPasscodeMac": "Enter the passcode into the connection request window opening on your Mac.",
|
||||
"ev3.imgAltEnterPasscodeChrome": "Enter the passcode into the connection request window opening on your Chromebook.",
|
||||
"ev3.imgAltPlugInMotor": "To find port A: hold the EV3 with the screen and buttons facing you, with the screen above the buttons. Port A is on top, and it is the left-most one",
|
||||
"ev3.imgAltStarter1Basketball": "A Scratch project with a basketball.",
|
||||
"ev3.imgAltStarter2Music": "A Scratch project with musical instruments.",
|
||||
"ev3.imgAltStarter3Space": "A Scratch project with Scratch Cat and a taco in space."
|
||||
}
|
5
www/scratch-website.explore-l10njson/fil.json
Normal file
5
www/scratch-website.explore-l10njson/fil.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"explore.trending": "Mainit",
|
||||
"explore.popular": "Sikat",
|
||||
"explore.recent": "Kamakailan"
|
||||
}
|
198
www/scratch-website.faq-l10njson/fil.json
Normal file
198
www/scratch-website.faq-l10njson/fil.json
Normal file
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"faq.title": "Frequently Asked Questions (FAQ)",
|
||||
"faq.intro": "On this page, you’ll find answers to frequently asked questions about Scratch.",
|
||||
"faq.aboutTitle": "General Questions",
|
||||
"faq.scratch3Title": "Scratch 3.0",
|
||||
"faq.remixTitle": "Remixing and Copying",
|
||||
"faq.accountsTitle": "Accounts",
|
||||
"faq.permissionsTitle": "Licensing and Permissions",
|
||||
"faq.inappropriateContentTitle": "Inappropriate Content",
|
||||
"faq.scratchExtensionsTitle": "Scratch Extensions",
|
||||
"faq.cloudDataTitle": "Cloud Variables",
|
||||
"faq.aboutScratchTitle": "What is Scratch, and what can I do with it?",
|
||||
"faq.aboutScratchBody": "With the Scratch programming language and online community, you can create your own interactive stories, games, and animations -- and share your creations with others around the world. As young people create and share Scratch projects, they learn to think creatively, reason systematically, and work collaboratively. To learn more about Scratch, see the {aboutScratchLink} page.",
|
||||
"faq.aboutScratchLinkText": "Patungkol sa Scratch",
|
||||
"faq.makeGameTitle": "How do I make a game or animation with Scratch?",
|
||||
"faq.makeGameBody": "Check out the {ideasLink} to see lots of ways to get started with Scratch",
|
||||
"faq.ideasLinkText": "Ideas page",
|
||||
"faq.whoUsesScratchTitle": "Who uses Scratch?",
|
||||
"faq.whoUsesScratchBody": "Scratch is used by people from all backgrounds, in all countries around the world, in all types of settings -- homes, schools, libraries, museums, and more. Scratch is designed especially for young people ages 8 to 16, but people of all ages create and share with Scratch. Younger children may want to try {scratchJrLink}, a simplified version of Scratch designed for ages 5 to 7.",
|
||||
"faq.requirementsTitle": "What are the system requirements for Scratch?",
|
||||
"faq.requirementsBody": "Scratch will run in most current web browsers on desktops, laptops and tablets. You can view projects on mobile phones, but currently you are not able to create or edit projects on phones. Below is the list of officially supported browsers.",
|
||||
"faq.requirementsDesktop": "Desktop",
|
||||
"faq.requirementsDesktopChrome": "Chrome (63+)",
|
||||
"faq.requirementsDesktopEdge": "Edge (15+)",
|
||||
"faq.requirementsDesktopFirefox": "Firefox (57+)",
|
||||
"faq.requirementsDesktopSafari": "Safari (11+)",
|
||||
"faq.requirementsDesktopIE": "Internet Explorer is NOT supported.",
|
||||
"faq.requirementsTablet": "Tablet",
|
||||
"faq.requirementsTabletChrome": "Mobile Chrome (63+)",
|
||||
"faq.requirementsTabletSafari": "Mobile Safari (11+)",
|
||||
"faq.requirementsNote": "Note:",
|
||||
"faq.requirementsNoteDesktop": "If your computer doesn’t meet these requirements, you can try the {downloadLink} editor (see next item in FAQ). ",
|
||||
"faq.scratchApp": "Scratch app",
|
||||
"faq.requirementsNoteWebGL": "If you encounter a WebGL error, try a different browser.",
|
||||
"faq.requirementsNoteTablets": "On tablets, there is currently not a way to use \"key pressed\" blocks or right-click context menus.",
|
||||
"faq.offlineTitle": "Do you have a downloadable version so I can create and view projects offline?",
|
||||
"faq.offlineBody": "The Scratch app allows you to create Scratch projects without an internet connection. You can download the {downloadLink} from the Scratch website or the app store for your device. (This was previously called the \"Scratch Offline Editor\").",
|
||||
"faq.uploadOldTitle": "Can I still upload projects created with older versions of Scratch to the website?",
|
||||
"faq.uploadOldBody": "Yes: You can share or upload projects made with earlier versions of Scratch, and they will be visible and playable. (However, you can’t download projects made with or edited in later versions of Scratch and open them in earlier versions. For example, you can’t open a Scratch 3.0 project in the desktop version of {scratch2Link}, because Scratch 2.0 doesn’t know how to read the .sb3 project file format.)",
|
||||
"faq.scratch2": "Scratch 2.0",
|
||||
"faq.scratchCostTitle": "How much does Scratch cost? Do I need a license?",
|
||||
"faq.scratchCostBody": "Scratch is and always will be free. You don’t need a license to use Scratch in your school, home, or anywhere else. The development and maintenance of Scratch is paid for by grants and donations. If you’d like to contribute to Scratch, check out our {donateLink}.",
|
||||
"faq.donateLinkText": "Donate page",
|
||||
"faq.mediaLabTitle": "Who created Scratch?",
|
||||
"faq.mediaLabBody": "Scratch is developed and maintained by the Scratch Team at the {llkLink} at {mediaLabLink}.",
|
||||
"faq.llkLinkText": "Lifelong Kindergarten group",
|
||||
"faq.mediaLabLinkText": "MIT Media Lab",
|
||||
"faq.aboutScratch3Title": "What is Scratch 3.0?",
|
||||
"faq.aboutScratch3Body": "Scratch 3.0 is the latest generation of Scratch, launched on January 2, 2019. It is designed to expand how, what, and where you can create with Scratch. It includes dozens of new sprites, a totally new sound editor, and many new programming blocks. And with Scratch 3.0, you’re able to create and play projects on your tablet, in addition to your laptop or desktop computer.",
|
||||
"faq.reportBugsScratch3Title": "How can I report bugs and share feedback on Scratch 3.0?",
|
||||
"faq.reportBugsScratch3Body": "You can report bugs and share feedback in the {forumsLink} section of the Scratch discussion forums.",
|
||||
"faq.forumsLinkText": "Bugs & Glitches",
|
||||
"faq.languagesScratch3Title": "Is Scratch 3.0 available in multiple languages?",
|
||||
"faq.languagesScratch3Body1": "Yes. To change the language of the programming blocks, click on the “globe” icon in the top navigation bar of the programming editor, then click on the dropdown menu to select a language.",
|
||||
"faq.languagesScratch3Body2": "All of our translations are done by volunteers. The Scratch 3.0 editor has already been translated into 40+ languages. You can view all the languages currently being translated and reviewed on our {transifexLink}. If you want to help with translation or review, please contact {emailLink}.",
|
||||
"faq.transifexLinkText": "translation server",
|
||||
"faq.removedBlocksScratch3Title": "Does Scratch 3.0 remove any coding blocks from earlier versions of Scratch?",
|
||||
"faq.removedBlocksScratch3Body": "No coding blocks have been removed in Scratch 3.0, but some have changed a bit and others have moved into \"Extensions\" (as described below, in the {extensionsFAQLink} section).",
|
||||
"faq.newBlocksScratch3Title": "Does Scratch 3.0 introduce new blocks?",
|
||||
"faq.newBlocksScratch3Body": "Yes! In Scratch 3.0 you’ll find:",
|
||||
"faq.newBlocksSoundEffect": "New \"sound effect\" blocks",
|
||||
"faq.newBlocksOperators": "New operators that make it easier to work with text (strings)",
|
||||
"faq.newBlocksPen": "New pen blocks, including support for transparency",
|
||||
"faq.newBlocksGlide": "New glide block to move easily to a sprite (or random point)",
|
||||
"faq.newBlocksExtensions": "Many new capabilities through \"Scratch Extensions\" (see the Extensions section below)",
|
||||
"faq.biggerBlocksScratch3Title": "Why are the blocks bigger in Scratch 3.0 than in earlier versions?",
|
||||
"faq.biggerBlocksScratch3Body": "In order to make Scratch 3.0 work well on touch devices (like many Chromebooks, Windows Surface laptops, and tablets), we needed to make the blocks bigger, so that it’s easier to drag and tap the blocks. In addition, blocks are slightly bigger in Scratch 3.0 to help address issues we observed with new users having trouble clicking and dragging small interface elements.",
|
||||
"faq.extensionsScratch3Title": "Where did the Pen blocks go? Where did the Music blocks go? Where did the Video Sensing blocks go?",
|
||||
"faq.extensionsScratch3Body": "The Pen, Music, and Video Sensing blocks have been moved into extensions. Extensions can be added by clicking the button on the bottom left of the screen (see the \"Extensions\" section below).",
|
||||
"faq.paintEditorScratch3Title": "What are the new features in the Paint Editor?",
|
||||
"faq.paintEditorScratch3Body": "The Paint Editor has been redesigned to provide powerful new features while also making it easier to use. Changes and new features include:",
|
||||
"faq.paintEditorLayout": "New layout that makes available tools and options more visible",
|
||||
"faq.paintEditorTools": "New tools such as an \"eraser\" that works in vector mode",
|
||||
"faq.paintEditorColors": "More options for selecting and adjusting colors",
|
||||
"faq.paintEditorVector": "More control over vector points (curve handles and point modes)",
|
||||
"faq.paintEditorLayers": "Additional controls for ordering layers (\"bring to front\", \"move to back\", etc.)",
|
||||
"faq.paintEditorGradients": "New gradient controls",
|
||||
"faq.soundEditorScratch3Title": "What are the new features in the Sound Editor?",
|
||||
"faq.soundEditorScratch3Body": "The Sound Editor has been redesigned to make it easier to record and manipulate sounds. It offers a number of new features:",
|
||||
"faq.soundEditorRecording": "New recording system that is easier to use",
|
||||
"faq.soundEditorTrimming": "New audio trimming system that is easier to use",
|
||||
"faq.soundEditorEffects": "New sound effects (such as \"faster\", \"slower\", \"echo\", and \"robot\")",
|
||||
"faq.tipsWindwScratch3Title": "What happened to the Scratch Tips Window?",
|
||||
"faq.tipsWindowScratch3Body": "Instead of the Tips Window, Scratch 3.0 provides similar material through the Tutorials Library, which can be accessed through the Tutorials link in the top navigation bar in the programming editor. You’ll find tutorials for entire projects (like \"Make a Chase Game\") or specific blocks and features (such as \"Record a Sound\" or \"Make it Spin\"). More tutorials will be added soon (such as \"Pong Game\" and \"Make It Fly\").",
|
||||
"faq.remixDefinitionTitle": "What is a remix?",
|
||||
"faq.remixDefinitionBody": "When a Scratcher makes a copy of someone else’s project and modifies it to add their own ideas (for example, by changing scripts or costumes), the resulting project is called a \"remix\". Every project shared to the Scratch website can be remixed. We consider even a minor change to be a valid remix, as long as credit is given to the original project creator and others who made significant contributions to the remix.",
|
||||
"faq.remixableTitle": "Why does the Scratch Team require that all projects be “remixable”?",
|
||||
"faq.remixableBody": "We believe that remixing other people’s projects is a great way to learn to program and to create interesting projects. Through remixing, creative ideas spread through the Scratch community, and everyone benefits. All projects shared on the Scratch website are covered by the “Creative Commons Share Alike” license, which means that you can remix any project you see on the Scratch website -- and everyone else can remix any of the projects that you share on the website.",
|
||||
"faq.creativeCommonsTitle": "What if I don’t want others to remix my projects?",
|
||||
"faq.creativeCommonsBody": "Remixing is an important part of the Scratch community. If you don’t want others to view or remix your creations, you can still create projects on the Scratch website, but don’t share them on the website.",
|
||||
"faq.fairUseTitle": "Can I use images / sounds / media from the internet in my projects?",
|
||||
"faq.fairUseBody": "If you choose to integrate someone else’s work into your own, be sure to give them credit on the project “credits” section, and include a link back to the original. To find art / sounds that are already licensed for remixing, check out the {ccLink}.",
|
||||
"faq.ccLinkText": "Creative Commons search page",
|
||||
"faq.whyAccountTitle": "Why is it useful to have a Scratch account?",
|
||||
"faq.whyAccountBody": "Even without an account, you can play other people’s projects, read comments and forums, and even create your own projects. But you need an account to save and share projects, write comments and forum posts, and participate in other \"social\" activities in the community (like \"loving\" other people’s projects).",
|
||||
"faq.createAccountTitle": "How can I create an account?",
|
||||
"faq.createAccountBody": "Just click \"Join\" on the Scratch home page. You’ll need to respond to a few questions, and provide an email address. It takes just a couple minutes, and it’s totally free!",
|
||||
"faq.checkConfirmedTitle": "How can I check whether my account has been confirmed?",
|
||||
"faq.howToConfirmTitle": "How do I confirm my account?",
|
||||
"faq.howToConfirmBody": "After you create a new account on Scratch, you’ll receive an email message with a link. Just click the link to confirm your account. Once you confirm your account, you’ll be able to share projects, write comments, and create studios. Confirming your account also lets you receive email updates from the Scratch Team. If you cannot find the email with the confirmation link, check your Spam folder. If you still can’t find it, and want to receive another copy, go to your Account Settings, click the Email tab, and follow the instructions there. Please note that it may take up to an hour for the email to arrive. If you still don't see the email after an hour, {contactLink}.",
|
||||
"faq.contactLinkText": "let us know",
|
||||
"faq.checkConfirmedBody": "To check whether your account is confirmed, login to your Scratch account and go to your {settingsLink} page. Confirmed email addresses will show a small green checkmark. Otherwise, you will see the text \"Your email address is unconfirmed\" in orange.",
|
||||
"faq.settingsLinkText": "Email Settings",
|
||||
"faq.requireConfirmTitle": "Do I have to confirm my account?",
|
||||
"faq.requireConfirmBody": "You can still use many aspects of Scratch without confirming your account, including creating and saving projects (without sharing them).",
|
||||
"faq.forgotPasswordTitle": "I forgot my username or password. How can I reset it?",
|
||||
"faq.forgotPasswordBody": "Enter your username or email address on the {resetLink} page. The website will send an email to the address associated with your username and a link you can use to reset your password.",
|
||||
"faq.resetLinkText": "Password Reset",
|
||||
"faq.changePasswordTitle": "How do I change my password?",
|
||||
"faq.changePasswordBody": "Login to your Scratch account, then visit our {changeLink} page where you can change your password.",
|
||||
"faq.changeLinkText": "Password Settings",
|
||||
"faq.changeEmailTitle": "How do I change my email address?",
|
||||
"faq.changeEmailBody": "Login to your Scratch account, then visit our {changeEmailLink} page where you can change your email address.",
|
||||
"faq.newScratcherTitle": "How do I transition from 'New Scratcher' to 'Scratcher'?",
|
||||
"faq.newScratcherBody": "When you create an account, you’ll be labelled as a “New Scratcher.” To make the transition to \"Scratcher\", you should make and share projects, comment helpfully on other Scratchers’ projects, and be patient! After you’ve met the requirements, a link will appear on your profile page inviting you to become a Scratcher, and you’ll have some additional capabilities on the Scratch website. (Note that we don't promote New Scratchers to Scratcher on request )",
|
||||
"faq.multipleAccountTitle": "Can I have more than one account?",
|
||||
"faq.multipleAccountBody": "It's fine to have a few accounts on the Scratch website, as long as none of them are used to break the {cgLink}. In that case, all related accounts may be blocked or deleted.",
|
||||
"faq.multipleLoginTitle": "Is it OK to have more than one person logged into an account?",
|
||||
"faq.multipleLoginBody": "This is not allowed because the website and project editor can easily get confused when more than one person is logged in to the same account. When an account does something that violates the {cgLink}, all related accounts may be blocked or deleted. If you share an account with someone who does something bad with it, this means your accounts can be blocked for what the other person did.",
|
||||
"faq.changeUsernameTitle": "Can I change my username?",
|
||||
"faq.changeUsernameBody": "The structure of the Scratch website depends on having a consistent account name, so it’s not possible to change your username. If you really need to switch to a new username, you can make a new account, but you'll have to copy your projects over to the new account on your own.",
|
||||
"faq.shareInfoTitle": "What information can I share on / with my account?",
|
||||
"faq.shareInfoBody": "Please don’t share personal contact information, such as your physical address, email, phone number, or anything else that can be used to make contact outside of the Scratch website. Please report projects, comments, or forum posts that contain this kind of information, so the Scratch Team can remove the information, and remind the author of our policy against sharing personal contact information.",
|
||||
"faq.deleteAccountTitle": "How do I delete my account?",
|
||||
"faq.deleteAccountBody": "Login to Scratch, and then click your username in the top right-hand corner. Select \"Account Settings\", then click the \"I want to delete my account\" link at the bottom of the page. But you should only do this if you are absolutely sure that you want to delete your account.",
|
||||
"faq.scratchFreeTitle": "Is Scratch free? Can I use it wherever I want?",
|
||||
"faq.scratchFreeBody": "Yes! Scratch is available free of charge. You can use it in your school, and you can teach a course about it (even a course that costs money). You don't need to buy a license: it's free!",
|
||||
"faq.scratchScreenshotTitle": "Can I use screenshots of Scratch in a book or presentation?",
|
||||
"faq.scratchScreenshotBody": "Yes, you can use screenshots / images of the Scratch application and website in a book or presentation, and consider them to be licensed under the {licenseLink} license. We ask that you include a note somewhere in your materials saying: \"Scratch is a project of the Scratch Foundation, in collaboration with the Lifelong Kindergarten Group at the MIT Media Lab. It is available for free at https://scratch.mit.edu\".",
|
||||
"faq.licenseLinkText": "Creative Commons Attribution-ShareAlike",
|
||||
"faq.scratchDescriptionTitle": "Can I include a description of Scratch in brochures or other materials?",
|
||||
"faq.scratchDescriptionBody": "Sure! We recommend the following description: \"Scratch is a coding language and online community where you can create your own interactive stories, games, and animations -- and share your creations with others around the world. As young people create and share Scratch projects, they learn to think creatively, reason systematically, and work collaboratively. Scratch is a project of the {sfLink} in collaboration with the Lifelong Kindergarten group at the MIT Media Lab. It is available for free at https://scratch.mit.edu\"",
|
||||
"faq.presentScratchTitle": "Can I present Scratch at a conference?",
|
||||
"faq.presentScratchBody": "Please feel free to make presentations about Scratch to educators or other groups.",
|
||||
"faq.supportMaterialTitle": "May I use / remix Scratch support materials, sprites, images, sounds or sample projects I’ve found on the website?",
|
||||
"faq.supportMaterialBody": "Yes: Most Scratch support materials on the Scratch website are available under the {licenseLink} license. There are a few exceptions: the Scratch Logo, Scratch Cat, Gobo, Pico, Nano, Giga, and Tera are Scratch trademarks, and can not be used without explicit permission from the Scratch Team.",
|
||||
"faq.sellProjectsTitle": "Can I sell my Scratch projects?",
|
||||
"faq.sellProjectsBody": "Yes: Your Scratch project is your creation. But keep in mind that once you share your project on the Scratch website, everyone is free to download, remix, and reuse the project based on the terms of the {licenseLink} license. So if you intend to sell your project, you may want to un-share it from the Scratch website.",
|
||||
"faq.sourceCodeTitle": "Where can I find the source code for Scratch?",
|
||||
"faq.sourceCodeBody": "The source code for the Scratch programming editor can be found on {guiLink}. The source code for {flashLink} and {scratch14Link}, are also available on GitHub. For updated information on development projects relating to the Scratch website, please visit our {developersLink}.",
|
||||
"faq.scratch14": "Scratch 1.4",
|
||||
"faq.okayToShareTitle": "How do I know what is or isn’t okay to share on the Scratch website?",
|
||||
"faq.okayToShareBody": "Check out the Scratch {cgLink} - they’re brief and don’t include a lot of legal stuff. There’s a link at the bottom of every page on Scratch.",
|
||||
"faq.reportContentTitle": "What do I do if I see something that’s inappropriate?",
|
||||
"faq.reportContentBody": "You can click the link that says \"report\" on any project, comment, discussion post, studio, or profile page where you see something that isn't ok for Scratch. If the situation is complicated, you can use the {contactLink} link (available at the bottom of every page) to explain. Be sure to include as much detail as you can, with links to relevant pages.",
|
||||
"faq.noFlameTitle": "What do I do if I see someone being mean or disrespectful?",
|
||||
"faq.noFlameBody": "Don’t add to the flames! Responding to mean comments with more mean comments just makes things worse, and could result in your account being blocked. Instead, simply report anything that is disrespectful or unconstructive, and we’ll follow up with the author. We check reports every day, multiple times per day - so rest assured, we'll sort things out.",
|
||||
"faq.reviewContentTitle": "What does the Scratch team do when something is reported or flagged?",
|
||||
"faq.reviewContentBody": "The Scratch Team reviews reported comments and projects every day. If something breaks the Scratch {cgLink}, we will remove it and send a warning to the account. We may also block the accounts or networks that were used to share it, depending on what was shared and if the person has been sent warnings before",
|
||||
"faq.blockedAccountTitle": "What happens when an account is blocked?",
|
||||
"faq.blockedAccountBody": "When an account is blocked, the owner can no longer access their account, use it to create projects, or post new comments. When they login, they see a page that explains why the account was blocked, along with a web form they can use to request to be unblocked. If the owner can show that they understand why their account was blocked, and promises to follow the Scratch {cgLink} in the future, they will be unblocked.",
|
||||
"faq.stolenAccountTitle": "Someone got access to my account and got my account blocked. What do I do?",
|
||||
"faq.stolenAccountBody": "You are responsible for keeping your password secure. If someone you know took control of your account and did bad things, tell the adults in charge of the computer they used. If you think someone you don’t know has access to your account, change the password and / or use the {contactLink} link to explain the situation. If your account was blocked for doing something that you did which broke the Scratch {cgLink}, please don’t tell us that someone else did it. When people tell us someone else used their account to do something bad, we then need to try and talk to that person before we can restore the account. This means your account will just stay blocked for a lot longer than if you are honest with us about what happened.",
|
||||
"faq.aboutExtensionsTitle": "What are extensions?",
|
||||
"faq.aboutExtensionsBody": "In the Scratch editor, you can add collections of extra blocks called \"extensions.\" For example, there are extensions that enable you to program physical devices (such as micro:bit and LEGO robotics kits) and to translate text within your Scratch projects. We will continue to add new extensions over time, so what you can do with Scratch will continue to grow over time. ",
|
||||
"faq.howToAddExtensionsTitle": "How do I add an extension to a project?",
|
||||
"faq.howToAddExtensionsBody": "If you click on the \"Extensions\" button in the bottom left corner of the Scratch programming editor, you will see a listing of all Scratch Extensions. When you select one of the extensions, a new category of blocks will be added to your project. The extension will be automatically loaded each time your project is opened. You can add multiple extensions to the same project.",
|
||||
"faq.createExtensionsTitle": "How do I create my own extension for Scratch?",
|
||||
"faq.createExtensionsBody": "The Scratch Team will be publishing specifications and guidelines for extensions in the future. Once available, you will be able to submit extensions to the Scratch Team for consideration in the official Scratch 3.0 extensions library. We’ll also provide guidelines for developing and distributing \"experimental\" extensions, which can be used to create projects on individual computers, but not shared in the Scratch online community.",
|
||||
"faq.scratchXTitle": "What will happen to the ScratchX website?",
|
||||
"faq.scratchXBody": "The ScratchX website (scratchx.org) was an experimental testbed for extensions. Extensions created for ScratchX are not compatible with Scratch 3.0. Once experimental extensions are fully supported in Scratch we will discontinue support for ScratchX and provide developers and users time to transition off of ScratchX to the new extensions platform.",
|
||||
"faq.cloudDataInfoTitle": "What are cloud variables?",
|
||||
"faq.cloudDataInfoBody": "Cloud variables allow for data from a project to be saved and shared with other people in the Scratch community. You can use cloud variables to make surveys and other projects where others in the community to access and modify the data over time.",
|
||||
"faq.makeCloudVarTitle": "How can I make a cloud variable?",
|
||||
"faq.makeCloudVarBody": "Go to the \"Variables\" section of the blocks palette, select \"Make a Variable\", and then click the checkbox next to \"Cloud variable (stored on server)\". The data associated with your cloud variable will be stored on the server, preserved over time, and accessible to anyone who opens the project.",
|
||||
"faq.onlyNumbersTitle": "What types of data can be stored in cloud variables?",
|
||||
"faq.onlyNumbersBody": "Only numbers can be stored in cloud variables.",
|
||||
"faq.storedCloudInfoTitle": "Who can see the data stored in cloud variables?",
|
||||
"faq.storedCloudInfoBody": "When you interact with a project using cloud variables, the data associated with your interactions can be stored along with your username, and others can view it.",
|
||||
"faq.reportCloudTitle": "If I see someone post inappropriate content using cloud variables, how do I report it?",
|
||||
"faq.reportCloudBody": "Click the \"Report this\" button (under on the project player on the project page) to report inappropriate content in cloud variables. Make sure that you mention \"cloud variables\" when you type your reason in the report.",
|
||||
"faq.chatRoomTitle": "Can I make chat rooms with cloud variables?",
|
||||
"faq.chatRoomBody": "While it is technically possible to create chat rooms with cloud variables, they are not allowed on the Scratch website.",
|
||||
"faq.changeCloudVarTitle": "Who can change the information in a cloud variable?",
|
||||
"faq.changeCloudVarBody": "Only you and viewers of your project can store data in your project’s cloud variables. If people \"see inside\" or remix your code, it creates a copy of the variable and does not affect or change the original variable.",
|
||||
"faq.newScratcherCloudTitle": "I am logged in, but I cannot use projects with cloud variables. What is going on?",
|
||||
"faq.newScratcherCloudBody": "If you are still a \"New Scratcher\" on the website, you will not be able to use projects with cloud variables. You need to become a \"Scratcher\" to have access to cloud variables. See the Accounts section (above) for more information about the transition from “New Scratcher” to \"Scratcher\".",
|
||||
"faq.multiplayerTitle": "Is it possible to make multiplayer games with cloud variables?",
|
||||
"faq.multiplayerBody": "Multiplayer games may be difficult to create, due to network speed and synchronization issues. However, some Scratchers are coming up with creative ways to use the cloud variables for turn-by-turn and other types of games.",
|
||||
"faq.schoolsTitle": "Scratch in Schools",
|
||||
"faq.howTitle": "How is Scratch used in schools?",
|
||||
"faq.howBody": "Scratch is used in hundreds of thousands of schools around the world, in many different subject areas (including language arts, science, history, math, and computer science). You can learn more about strategies and resources for using Scratch in schools and other learning environments (such as museums, libraries, and community centers) on our {educatorsLink}.",
|
||||
"faq.educatorsLinkText": "Educators Page",
|
||||
"faq.noInternetTitle": "Is there a way for students to use Scratch without an internet connection?",
|
||||
"faq.noInternetBody": "Yes. The {downloadLink} is a downloadable version of Scratch that can run on laptops and desktops. Currently, the Scratch app is available on Windows and Mac devices.",
|
||||
"faq.communityTitle": "Can I turn off the online community for my students?",
|
||||
"faq.communityBody": "The Scratch online community provides a way for young people to share, collaborate, and learn with their peers within a moderated community governed by the Scratch {cgLink}. However, we understand that some educators prefer that their students not participate in an online community. These educators may wish to install the Scratch app, which runs offline and locally on a desktop or laptop computer.",
|
||||
"faq.teacherAccountTitle": "What is a Scratch Teacher Account?",
|
||||
"faq.teacherAccountBody": "A Scratch Teacher Account provides teachers and other educators with additional features to manage student participation on Scratch, including the ability to create student accounts, organize student projects into studios, and monitor student comments. For more information on Scratch Teacher Accounts, see the {eduFaqLink}.",
|
||||
"faq.eduFaqLinkText": "Scratch Teacher Account FAQ",
|
||||
"faq.requestTitle": "How do I request a Scratch Teacher Account?",
|
||||
"faq.requestBody": "You may request a Scratch Teacher Account from the {educatorsLink} on Scratch. We ask for additional information during the registration process in order to verify your role as an educator.",
|
||||
"faq.dataTitle": "What data does Scratch collect about students?",
|
||||
"faq.dataBody": "When a student first signs up on Scratch, we ask for basic demographic data including gender, age (birth month and year), country, and an email address for verification. This data is used (in aggregated form) in research studies intended to improve our understanding of how people learn with Scratch. When an educator uses a Scratch Teacher Account to create student accounts in bulk, students are not required to provide an email address for account setup.",
|
||||
"faq.lawComplianceTitle": "Is the online version of Scratch compliant with United States local and federal data privacy laws?",
|
||||
"faq.lawComplianceBody1": "Scratch cares deeply about the privacy of students and of all individuals who use our platform. We have in place physical and electronic procedures to protect the information we collect on the Scratch website. Although we are not in a position to offer contractual guarantees with each entity that uses our free educational product, we are in compliance with all United States federal laws that are applicable to MIT and the Scratch Foundation, the organizations that have created and maintained Scratch. We encourage you to read the Scratch Privacy Policy for more information.",
|
||||
"faq.lawComplianceBody2": "If you would like to build projects with Scratch without submitting any Personal Information to us, you can download the {downloadLink}. Projects created in the Scratch app are not accessible by the Scratch Team, and using the Scratch app does not disclose any personally identifying information to Scratch unless you upload these projects to the Scratch online community."
|
||||
}
|
37
www/scratch-website.gdxfor-l10njson/fil.json
Normal file
37
www/scratch-website.gdxfor-l10njson/fil.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"gdxfor.deviceName": "Force and Acceleration sensor",
|
||||
"gdxfor.deviceNameShort": "sensor",
|
||||
"gdxfor.headerText": "The {gdxforLink} sensor is a powerful scientific tool that unlocks new ways to connect the physical world to your Scratch projects. Measure force as you push and pull, and interact by shaking, spinning, free falling and more.",
|
||||
"gdxfor.gettingStarted": "Magsimula",
|
||||
"gdxfor.connectingGdxfor": "Connecting Force & Acceleration sensor to Scratch",
|
||||
"gdxfor.powerGdxfor": "Turn on your sensor by pressing the power button.",
|
||||
"gdxfor.useScratch3": "Use the {scratch3Link} editor.",
|
||||
"gdxfor.addExtension": "Add the Go Direct Force & Acceleration extension.",
|
||||
"gdxfor.thingsToTry": "Things to Try",
|
||||
"gdxfor.pushToMakeASound": "Push to make a sound",
|
||||
"gdxfor.connectForcePushedToPlaySound": "Connect the {whenForceSensorPushed} block to a {startSound} block.",
|
||||
"gdxfor.whenForceSensorPushed": "“when force sensor pushed”",
|
||||
"gdxfor.startSound": "“start sound”",
|
||||
"gdxfor.pushOnForceSensor": "Push on the force sensor.",
|
||||
"gdxfor.starterProjects": "Starter Projects",
|
||||
"gdxfor.troubleshootingTitle": "Troubleshooting",
|
||||
"gdxfor.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"gdxfor.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"gdxfor.winOSVersionLinkText": "Windows",
|
||||
"gdxfor.macOSVersionLinkText": "Mac OS",
|
||||
"gdxfor.closeScratchCopiesTitle": "Close other copies of Scratch",
|
||||
"gdxfor.closeScratchCopiesText": "Only one copy of Scratch can connect with the Force and Acceleration sensor at a time. If you have Scratch open in other browser tabs, close it and try again.",
|
||||
"gdxfor.otherComputerConnectedTitle": "Make sure no other computer is connected to your sensor",
|
||||
"gdxfor.otherComputerConnectedText": "Only one computer can be connected to a Force and Acceleration sensor at a time. If you have another computer connected to your sensor, disconnect the sensor or close Scratch on that computer and try again.",
|
||||
"gdxfor.imgAltGdxforIllustration": "Illustration of the Vernier Go Direct Force and Acceleration sensor.",
|
||||
"gdxfor.imgAltPushForce": "A hand pushing the force sensor on the The Vernier Go Direct Force and Acceleration sensor.",
|
||||
"gdxfor.frogBand": "Frog Band",
|
||||
"gdxfor.frogBandDescription": "Shake, push and toss the sensor to make music.",
|
||||
"gdxfor.imgAltFrogBand": "A Scratch project with a frog and musical instruments",
|
||||
"gdxfor.dayAndNight": "Day and Night",
|
||||
"gdxfor.dayAndNightDescription": "Turn the sensor face down to change day into night.",
|
||||
"gdxfor.imgAltDayAndNight": "A Scratch project with an elf in a cloak",
|
||||
"gdxfor.underwaterRocket": "Underwater Rocket",
|
||||
"gdxfor.underwaterRocketDescription": "Spin and push the sensor to steer the ship.",
|
||||
"gdxfor.imgAltUnderwaterRocket": "A Scratch project with an underwater rocket ship"
|
||||
}
|
418
www/scratch-website.general-l10njson/fil.json
Normal file
418
www/scratch-website.general-l10njson/fil.json
Normal file
|
@ -0,0 +1,418 @@
|
|||
{
|
||||
"general.accountSettings": "Pagsasaayos sa account",
|
||||
"general.about": "Patungkol",
|
||||
"general.aboutScratch": "Patungkol sa Scratch",
|
||||
"general.apiError": "Teka, nagka-error ang Scratch.",
|
||||
"general.back": "Balik",
|
||||
"general.birthMonth": "Buwan Ipinanganak",
|
||||
"general.birthYear": "Taon Ipinanganak",
|
||||
"general.donate": "Mag-donate",
|
||||
"general.monthDecember": "Disyembre",
|
||||
"general.cancel": "Ikansela",
|
||||
"general.close": "Isara",
|
||||
"general.collaborators": "Mga Collaborator",
|
||||
"general.community": "Komunidad",
|
||||
"general.confirmEmail": "Kumpirmahin ang Email",
|
||||
"general.contactUs": "Kontakin Kami",
|
||||
"general.getHelp": "Humingi ng Tulong",
|
||||
"general.contact": "Contact",
|
||||
"general.done": "Tapos na",
|
||||
"general.downloadPDF": "I-download ang PDF",
|
||||
"general.emailUs": "I-email Kami",
|
||||
"general.conferences": "Mga Conference",
|
||||
"general.country": "Bansa",
|
||||
"general.create": "Gumawa",
|
||||
"general.credits": "Team Namin",
|
||||
"general.donors": "Mga Donor",
|
||||
"general.dmca": "DMCA",
|
||||
"general.emailAddress": "Email address",
|
||||
"general.english": "Ingles",
|
||||
"general.error": "Hala! May mali",
|
||||
"general.errorIdentifier": "Nai-log ang iyong error na may id na {errorId}",
|
||||
"general.explore": "Maggalugad",
|
||||
"general.faq": "Mga Madalas Itanong",
|
||||
"general.female": "Babae",
|
||||
"general.forParents": "Para sa mga Magulang",
|
||||
"general.forEducators": "Para sa mga Nagtuturo",
|
||||
"general.forDevelopers": "Para sa mga Developer",
|
||||
"general.getStarted": "Magsimula",
|
||||
"general.gender": "Kasarian",
|
||||
"general.guidelines": "Gabay sa Komunidad",
|
||||
"general.invalidSelection": "Invalid na pinili",
|
||||
"general.jobs": "Mga Trabaho",
|
||||
"general.joinScratch": "Sumali sa Scratch",
|
||||
"general.legal": "Legal",
|
||||
"general.loadMore": "Mag-load pa",
|
||||
"general.learnMore": "Matuto pa",
|
||||
"general.male": "Lalaki",
|
||||
"general.messages": "Mga Mensahe",
|
||||
"general.month": "Buwan",
|
||||
"general.monthJanuary": "Enero",
|
||||
"general.monthFebruary": "Pebrero",
|
||||
"general.monthMarch": "Marso",
|
||||
"general.monthApril": "Abril",
|
||||
"general.monthMay": "Mayo",
|
||||
"general.monthJune": "Hunyo",
|
||||
"general.monthJuly": "Hulyo",
|
||||
"general.monthAugust": "Agosto",
|
||||
"general.monthSeptember": "Setyembre",
|
||||
"general.monthOctober": "Oktubre",
|
||||
"general.monthNovember": "Nobyembre",
|
||||
"general.myClass": "Klase Ko",
|
||||
"general.myClasses": "Mga Klase Ko",
|
||||
"general.myStuff": "Gawa Ko",
|
||||
"general.next": "Susunod",
|
||||
"general.noDeletionTitle": "Hindi Buburahin ang Account Mo",
|
||||
"general.noDeletionDescription": "Nakatakdang burahin ang account mo pero nag-login ka. Muling na-activate ang account mo. Kung hindi mo hiniling na burahin ang account mo, kailangan mong {resetLink} para siguraduhing secure ang account mo.",
|
||||
"general.noDeletionLink": "baguhin ang password mo",
|
||||
"general.nonBinary": "Non-binary",
|
||||
"general.notRequired": "Di Kailangan",
|
||||
"general.okay": "Sige",
|
||||
"general.other": "Iba",
|
||||
"general.download": "I-download",
|
||||
"general.password": "Password",
|
||||
"general.press": "Press",
|
||||
"general.privacyPolicy": "Patakaran sa Pagkapribado",
|
||||
"general.projects": "Mga Proyekto",
|
||||
"general.profile": "Profile",
|
||||
"general.required": "Kailangan",
|
||||
"general.resourcesTitle": "Mga Resource sa Nagtuturo",
|
||||
"general.scratchConference": "Scratch Conference",
|
||||
"general.scratchEd": "ScratchEd",
|
||||
"general.scratchFoundation": "Scratch Foundation",
|
||||
"general.scratchJr": "ScratchJr",
|
||||
"general.scratchStore": "Scratch Store",
|
||||
"general.search": "Maghanap",
|
||||
"general.searchEmpty": "Walang nakita",
|
||||
"general.send": "Magpadala",
|
||||
"general.signIn": "Mag-login",
|
||||
"general.startOver": "Umulit uli",
|
||||
"general.statistics": "Estadistika",
|
||||
"general.studios": "Mga Studio",
|
||||
"general.support": "Mga Resource",
|
||||
"general.ideas": "Mga Ideya",
|
||||
"general.tipsWindow": "Tips Window",
|
||||
"general.termsOfUse": "Patakaran sa Paggamit",
|
||||
"general.tryAgain": "Subukan muli",
|
||||
"general.unhandledError": "Paumanhin, pero mukha yata nag-crash po ang Scratch. Kusang iniulat na po ang bug na ito sa Scratch Team.",
|
||||
"general.username": "Username",
|
||||
"general.validationEmail": "Mangyaring maglagay po kayo ng isang valid na email address",
|
||||
"general.validationEmailMatch": "Hindi po tugma ang mga email",
|
||||
"general.viewAll": "Tingnan lahat",
|
||||
"general.website": "Website",
|
||||
"general.whatsHappening": "Anong Nangyayari?",
|
||||
"general.wiki": "Scratch Wiki",
|
||||
"general.copyLink": "Kopyahin ang Link",
|
||||
"general.report": "Mag-ulat",
|
||||
"general.notAvailableHeadline": "Hala! Nagkakamot ng ulo ang mga server namin",
|
||||
"general.notAvailableSubtitle": "Hindi po namin makita ang page na hinahanap niyo. Siguraduhin po na nai-type niyo po ang URL nang tama.",
|
||||
"general.seeAllComments": "Tingnan lahat ng komento",
|
||||
"general.all": "Lahat",
|
||||
"general.animations": "Mga Animation",
|
||||
"general.art": "Sining",
|
||||
"general.games": "Mga Laro",
|
||||
"general.music": "Musika",
|
||||
"general.results": "Mga Resulta",
|
||||
"general.stories": "Mga Kuwento",
|
||||
"general.tutorials": "Mga Tutorial",
|
||||
"general.teacherAccounts": "Mga Account ng Guro",
|
||||
"general.unsupportedBrowser": "Hindi po suportado ang browser na ito",
|
||||
"general.unsupportedBrowserDescription": "Paumanhin, pero hindi po suportado ng Scratch 3.0 ang Internet Explorer, Vivaldi, Opera, o Silk. Rinerekomenda po namin na subukan niyo po ang mga makabagong browser tulad ng Google Chrome, Mozilla Firefox, o Microsoft Edge.",
|
||||
"general.3faq": "Para matuto pa, puntahan ang {faqLink}.",
|
||||
"general.year": "Taon",
|
||||
"footer.discuss": "Mga Diskurso",
|
||||
"footer.scratchFamily": "Pamilya ng Scratch",
|
||||
"footer.donorRecognition": "Libre po ang Scratch dahil po sa suportang galing sa mga {donorLink} namin. Lubos po kaming nagpapasalamat sa mga Founding Partners namin:",
|
||||
"footer.donors": "mga donor",
|
||||
"footer.donorList": "{donor1}, {donor2}, {donor3}, at {donor4}.",
|
||||
"form.validationRequired": "Kailangan ito",
|
||||
"login.needHelp": "Kailangan ng Tulong?",
|
||||
"navigation.signOut": "Mag-logout",
|
||||
"extensionHeader.requirements": "Mga Kailangan",
|
||||
"extensionInstallation.addExtension": "Sa editor, pindutin ang \"Magdagdag ng Extension\" sa babang kaliwa.",
|
||||
"oschooser.choose": "Piliin ang OS mo:",
|
||||
"installScratch.or": "o",
|
||||
"installScratch.directDownload": "Direktang download",
|
||||
"installScratch.appHeaderTitle": "I-install ang Scratch app sa {operatingsystem}",
|
||||
"installScratch.getScratchAppPlay": "Kunin ang Scratch app sa Google Play Store",
|
||||
"installScratch.getScratchAppMacOs": "Kunin ang Scratch app sa Mac App Store",
|
||||
"installScratch.getScratchAppWindows": "Kunin ang Scratch app sa Microsoft Store",
|
||||
"installScratch.useScratchApp": "Buksan ang Scratch app sa inyong device.",
|
||||
"installScratchLink.installHeaderTitle": "I-install ang Scratch Link",
|
||||
"installScratchLink.downloadAndInstall": "I-download at i-install ang Scratch Link",
|
||||
"installScratchLink.startScratchLink": "Patakbuhin ang Scratch Link at siguraduhing gumagana ito. Dapat nasa toolbar mo ito.",
|
||||
"parents.FaqAgeRangeA": "Kahit na nakadisenyo ang Scratch para sa mga 8 hanggang 16 taong gulang, ginagamit rin ito ng mga tao mapaanumang edad nila, kabilang na ang mga bata kasama ang kanilang mga magulang.",
|
||||
"parents.FaqAgeRangeQ": "Ano ang saklaw na edad ng Scratch?",
|
||||
"parents.FaqResourcesQ": "Anong mga resource ang magagamit para matutunan ang Scratch?",
|
||||
"parents.introDescription": "Programming language po ang Scratch at isang online community kung saan maaaring mag-program ang mga bata at magbahagi ng mga interactive media kagaya ng mga kuwento, laro, at animation sa ibang mga tao sa iba't ibang panig ng mundo. Habang gumagawa ang mga bata sa Scratch, natututunan nila ang malikhaing pag-iisip, magtrabaho nang sama-sama, at magdahilan nang sistematiko. Dinisenyo at mine-maintain ang Scratch ng Lifelong Kindergarten group sa MIT Media Lab.",
|
||||
"registration.birthDateStepInfo": "Tinutulungan po kami nito na maintindihan ang saklaw na edad ng mga taong gumagamit ng Scratch. Ginagamit po namin ito para kumpirmahin ang pagmamay-ari sa account kung ikokontak niyo po ang aming team. Hindi po isasapubliko ang impormasyon na ito sa iyong account.",
|
||||
"registration.birthDateStepTitle": "Kailan ka ipinanganak?",
|
||||
"registration.cantCreateAccount": "Hindi kayang gawin ng Scratch ang iyong account.",
|
||||
"registration.checkOutResources": "Magsimula sa Mga Resource",
|
||||
"registration.checkOutResourcesDescription": "Galugarin ang mga materyales para sa mga nagtuturo at facilitator na isinulat ng Scratch Team, kabilang na ang <a href='/educators#resources'>mga tips, tutorial, at gabay</a>.",
|
||||
"registration.choosePasswordStepDescription": "I-type ang bagong password para sa iyong account. Gagamitin mo itong password sa susunod na mag-login ka sa Scratch.",
|
||||
"registration.choosePasswordStepTitle": "Gumawa ng password",
|
||||
"registration.choosePasswordStepTooltip": "Wag mong gagamitin ang pangalan mo o kahit anong madaling hulaan ng iba.",
|
||||
"registration.classroomApiGeneralError": "Paumanhin, hindi po namin makita ang impormasyon ng registration para sa klaseng ito",
|
||||
"registration.countryStepTitle": "Saang bansa ka nakatira?",
|
||||
"registration.generalError": "Paumanhin, may nangyaring di inaasahang error.",
|
||||
"registration.classroomInviteExistingStudentStepDescription": "ikaw ay naimbitahan na sumali sa klase:",
|
||||
"registration.classroomInviteNewStudentStepDescription": "Inimbitahan ka ng iyong guro na sumali sa klase:",
|
||||
"registration.confirmPasswordInstruction": "I-type muli ang password",
|
||||
"registration.confirmYourEmail": "Kumpirmahin ang Email Mo",
|
||||
"registration.confirmYourEmailDescription": "Kung hindi mo pa nagagawa, pakipindot po ng link sa confirmation email na naipadala sa:",
|
||||
"registration.createAccount": "Gawin ang Account Mo",
|
||||
"registration.createUsername": "Gumawa ng username",
|
||||
"registration.errorBadUsername": "Bawal po ang piniling username niyo. Pakisubukan muli ang ibang username.",
|
||||
"registration.errorCaptcha": "Nagkaproblema po sa CAPTCHA test.",
|
||||
"registration.errorPasswordTooShort": "Masyadong maiksi ang iyong password. Kailangan di bababa sa 6 na letra ito.",
|
||||
"registration.errorUsernameExists": "May ganito na'ng username. Pakisubukan muli ang ibang username.",
|
||||
"registration.genderStepTitle": "Anong kasarian mo?",
|
||||
"registration.genderStepDescription": "Welcome po sa Scratch ang lahat ng tao mapaanuman ang kasarian.",
|
||||
"registration.genderStepInfo": "Tinutulungan po kami nito na maintindihan kung sino-sino ang gumagamit ng Scratch, para po mapalawak pa po namin ang partisipasyon. Hindi po isasapubliko ang impormasyon na ito sa account mo.",
|
||||
"registration.genderOptionAnother": "Ibang kasarian:",
|
||||
"registration.genderOptionPreferNotToSay": "Ayokong sabihin",
|
||||
"registration.emailStepTitle": "Anong email mo?",
|
||||
"registration.emailStepInfo": "Makakatulong ito kung sakaling nalimutan mo yung password mo. Hindi isasapubliko ang impormasyon na ito sa account mo.",
|
||||
"registration.goToClass": "Pumunta sa Klase",
|
||||
"registration.invitedBy": "Inimbitahan ni",
|
||||
"registration.lastStepTitle": "Maraming salamat sa paghiling sa isang Scratch Teacher Account",
|
||||
"registration.lastStepDescription": "Kasalukuyan pa po naming pinoproseso ang iyong aplikasyon.",
|
||||
"registration.makeProject": "Gumawa ng proyekto",
|
||||
"registration.mustBeNewStudent": "Kailangang bagong estudyante ka para makumpleto ang iyong pagrehistro",
|
||||
"registration.nameStepTooltip": "Ginagamit ang impormasyon na ito para sa pagbeberipika at sa pag-aggregate sa statistics ng paggamit.",
|
||||
"registration.newPassword": "Bagong Password",
|
||||
"registration.nextStep": "Susunod na Hakbang",
|
||||
"registration.notYou": "Hindi ikaw? Mag-login bilang ibang user",
|
||||
"registration.optIn": "Padalhan ako ng mga update sa paggamit sa Scratch sa edukasyon",
|
||||
"registration.passwordAdviceShort": "Isulat mo ito para maalala mo. Wag na wag mo ito ibigay sa iba!",
|
||||
"registration.personalStepTitle": "Personal na Impormasyon",
|
||||
"registration.personalStepDescription": "Hindi ipapakita sa publiko ang iyong mga indibidwal na sagot, at pananatilihing lihim at secure",
|
||||
"registration.private": "Pananatilihin po naming pribado ang impormasyon na ito.",
|
||||
"registration.problemsAre": "Ang mga problema ay:",
|
||||
"registration.selectCountry": "Pumili ng bansa",
|
||||
"registration.startOverInstruction": "Pindutin ang \"Umulit uli\".",
|
||||
"registration.studentPersonalStepDescription": "Hindi magpapakita sa Scratch website ang impormasyon na ito.",
|
||||
"registration.showPassword": "Ipakita ang password",
|
||||
"registration.troubleReload": "Nagkakaproblema ang Scratch sa pagrehistro. Pakisubukang i-reload ang page o di kaya'y subukan uli sa ibang browser.",
|
||||
"registration.tryAgainInstruction": "Pindutin ang \"Subukan uli\".",
|
||||
"registration.usernameStepDescription": "Sagutan ang mga sumusunod para makahiling ng account. Maaaring tumagal ng isang araw ang pag-aapruba.",
|
||||
"registration.usernameStepDescriptionNonEducator": "Gumawa ng mga proyekto, magbahagi ng ideya, makipagkaibigan. Libre 'to!",
|
||||
"registration.usernameStepRealName": "Mangyaring wag po ninyong gamitin ang kahit anong bahagi ng iyong tunay na pangalan sa iyong username.",
|
||||
"registration.usernameAdviceShort": "Wag niyo pong gamitin ang iyong tunay na pangalan",
|
||||
"registration.studentUsernameStepDescription": "Makakagawa ka ng mga laro, animation, at kuwento sa Scratch. Madali lang gumawa ng account at libre ito. Sagutan ang form sa baba para makapagsimula.",
|
||||
"registration.studentUsernameStepHelpText": "May account na sa Scratch?",
|
||||
"registration.studentUsernameStepTooltip": "Kakailanganin mong gumawa ng isang bagong account sa Scratch para makasali sa klaseng ito.",
|
||||
"registration.studentUsernameSuggestion": "Subukan ang iyong paboritong pagkain, libangan, o hayop at ilang mga numero",
|
||||
"registration.acceptTermsOfUse": "Sa paggawa sa account, kinikilala mo ang {privacyPolicyLink} at tinatanggap at sumasang-ayon sa {touLink}.",
|
||||
"registration.usernameStepTitle": "Humiling ng Teacher Account",
|
||||
"registration.usernameStepTitleScratcher": "Gumawa ng Scratch Account",
|
||||
"registration.validationMaxLength": "Paumanhin, lumagpas na po kayo sa limit sa dami ng karakter.",
|
||||
"registration.validationPasswordConfirmNotEquals": "Hindi tugma ang mga password",
|
||||
"registration.validationPasswordLength": "Dapat 6 na letra o mas mahaba",
|
||||
"registration.validationPasswordNotEquals": "Masyadong madali ang password. Sumubok ng iba?",
|
||||
"registration.validationPasswordNotUsername": "Bawal magkapareho ang username at password",
|
||||
"registration.validationUsernameRegexp": "Letra, numero, - at _ lang ang pwede sa mga username",
|
||||
"registration.validationUsernameMinLength": "Dapat 3 letra o mas mahaba",
|
||||
"registration.validationUsernameMaxLength": "Dapat 20 letra o mas maiksi",
|
||||
"registration.validationUsernameExists": "Nakuha na ang username. Sumubok pa ng iba?",
|
||||
"registration.validationUsernameNotAllowed": "Bawal ang username",
|
||||
"registration.validationUsernameVulgar": "Hmm, mukha yatang di maganda yan",
|
||||
"registration.validationUsernameInvalid": "Invalid na username",
|
||||
"registration.validationUsernameSpaces": "Bawal magkaroon ng mga space ang mga username",
|
||||
"registration.validationEmailInvalid": "Mukhang may mali yata sa email. Sumubok ng iba?",
|
||||
"registration.waitForApproval": "Maghintay sa Pag-apruba",
|
||||
"registration.waitForApprovalDescription": "Pwede ka na'ng mag-login sa account mo sa Scratch, pero di pa magagamit ang mga feature na para sa mga Guro. Kasalukuyan pang rinerebyu ang iyong impormasyon. Mangyaring maghintay po, maaaring tumagal ng isang araw ang pagproseso sa pag-apruba. Makakatanggap ka ng isang email na magsasabing na-upgrade na ang iyong account kapag naaprubahan na ang iyong account.",
|
||||
"registration.welcomeStepDescription": "Matagumpay na na-setup na ang account mo sa Scratch! Miyembro ka na ngayon ng klase:",
|
||||
"registration.welcomeStepDescriptionNonEducator": "Naka-login ka na! Pwede ka na'ng maggalugad at gumawa ng mga proyekto.",
|
||||
"registration.welcomeStepInstructions": "Gustong magbahagi at magkomento? Pindutin ang link sa email na ipinadala namin sa {email}.",
|
||||
"registration.welcomeStepPrompt": "Para makapagsimula, pindutin ang button sa baba.",
|
||||
"registration.welcomeStepTitle": "Mabuhay! Maligayang padating sa Scratch!",
|
||||
"registration.welcomeStepTitleNonEducator": "Maligayang pagdating sa Scratch, {username}!",
|
||||
"emailConfirmationBanner.confirm": "{confirmLink} para mabuksan ang pagbabahagi. {faqLink}",
|
||||
"emailConfirmationBanner.confirmLinkText": "Kumpirmahin ang email mo",
|
||||
"emailConfirmationBanner.faqLinkText": "Nagkakaproblema?",
|
||||
"emailConfirmationModal.confirm": "Kumpirmahin ang email mo",
|
||||
"emailConfirmationModal.wantToShare": "Gustong magbahagi sa Scratch?",
|
||||
"emailConfirmationModal.clickEmailLink": "Kumpirmahin ang email address mo sa pamamagitan ng pagpindot sa email na ipinadala namin sa:",
|
||||
"emailConfirmationModal.resendEmail": "Ipadala muli ang email sa pagkumpirma",
|
||||
"emailConfirmationModal.confirmingTips": "Mga tips para ikumpirma ang iyong email address",
|
||||
"emailConfirmationModal.tipWaitTenMinutes": "Maghintay nang sampung minuto. Maaaring tumagal ang pagdating sa email.",
|
||||
"emailConfirmationModal.tipCheckSpam": "Tingnan ang spam folder mo.",
|
||||
"emailConfirmationModal.correctEmail": "Siguraduhing tama ang email address mo, tingnan ang {accountSettings}.",
|
||||
"emailConfirmationModal.accountSettings": "Pagsasaayos sa Account",
|
||||
"emailConfirmationModal.wantMoreInfo": "Gustong matuto pa? {FAQLink}",
|
||||
"emailConfirmationModal.checkOutFAQ": "Tingnan ang Mga Madalas Itanong",
|
||||
"emailConfirmationModal.havingTrouble": "Nagkakaproblema? {tipsLink}",
|
||||
"emailConfirmationModal.checkOutTips": "Tingnan ang mga tips na ito",
|
||||
"thumbnail.by": "ni",
|
||||
"report.error": "May nangyaring mali habang sinusubukang ipadala ang iyong mensahe. Pakisubukan muli.",
|
||||
"report.project": "I-report ang Proyekto",
|
||||
"report.studio": "I-report ang Studio",
|
||||
"report.projectInstructions": "Kung magpapadala ka ng report, nalalaman ng Scratch Team ang mga proyektong lumalabag sa {CommunityGuidelinesLink}. May nilabag ba ang proyektong ito sa {CommunityGuidelinesLink}? Kung sa tingin mo meron, pakilahad pa po ito.",
|
||||
"report.CommunityGuidelinesLinkText": "Panuntunan sa Komunidad ng Scratch",
|
||||
"report.reasonPlaceHolder": "Pumili ng dahilan",
|
||||
"report.reasonCopy": "Eksaktong Kopya ng isang Proyekto",
|
||||
"report.reasonUncredited": "Gumagamit ng Imahe/Musika Nang Credit",
|
||||
"report.reasonScary": "Masyadong Bayolente o Nakakatakot",
|
||||
"report.reasonJumpscare": "Jumpscare",
|
||||
"report.reasonWeapons": "Gumagamit ng mga makatotohanang sandata",
|
||||
"report.reasonEvent": "May nangyaring bayolente",
|
||||
"report.reasonScaryImages": "Mga nakakatakot na imahe",
|
||||
"report.reasonThreatening": "Nambabanta o nambu-bully ng isang Scratcher",
|
||||
"report.reasonLanguage": "Di-angkop na Wika",
|
||||
"report.reasonMusic": "Di-angkop na Musika",
|
||||
"report.reasonMissing": "Mangyaring pumili ng dahilan",
|
||||
"report.reasonImage": "Di-angkop na Imahe",
|
||||
"report.reasonPersonal": "Ibahagi ang mga Personal na Impormasyon sa Pagkontak",
|
||||
"report.reasonDontLikeIt": "Ayoko sa proyektong ito",
|
||||
"report.reasonDoesntWork": "Di gumagana ang proyektong ito",
|
||||
"report.reasonCouldImprove": "Mapapaganda pa ang proyektong ito",
|
||||
"report.reasonTooHard": "Masyadong mahirap ang proyektong ito",
|
||||
"report.reasonMisleading": "Nanlilinlang o niloloko ng proyektong ito ang komunidad",
|
||||
"report.reasonFaceReveal": "Face reveal ito o gusto lang magpakita ng larawan ng ibang tao",
|
||||
"report.reasonNoRemixingAllowed": "Bawal i-remix ang proyektong ito",
|
||||
"report.reasonCreatorsSafety": "Nag-aalala ako sa kaligtasan ng gumawa sa proyektong ito",
|
||||
"report.reasonSomethingElse": "Iba pa",
|
||||
"report.reasonDisrespectful": "Bastos o Masama sa isang Scratcher o Grupo",
|
||||
"report.receivedHeader": "Natanggap na namin ang iyong report!",
|
||||
"report.receivedBody": "Irerebyu ng Scratch Team ang proyekto base sa mga panuntunan sa komunidad ng Scratch",
|
||||
"report.promptPlaceholder": "Pumili ng dahilan bakit sa taas.",
|
||||
"report.promptCopy": "Mangyaring ibigay ang link ng orihinal na proyekto",
|
||||
"report.promptUncredited": "Mangyaring ibigay ang mga link ng hindi na-credit na content",
|
||||
"report.promptScary": "Mangyaring piliin ang pinakadahilan bakit mo iniisip na maaaring lumalabag sa {CommunityGuidelinesLink} ang proyektong ito.",
|
||||
"report.promptJumpscare1": "A \"jumpscare\" is when something unexpected flashes on the screen with the intent to scare someone.",
|
||||
"report.promptJumpscare2": "Please let us know more about the \"jumpscare,\" such as what happens, and when does it happen in the project. Also, providing the name of the sprite, costume, or backdrop, associated with the jumpscare is helpful.",
|
||||
"report.promptWeapons1": "Please let us know where the image, drawing, or sound of realistic weapons occurs in the project, such as the name of the sprite, costume, or backdrop.",
|
||||
"report.promptWeapons2": "Tip: Scratch projects should not contain realistic weapons, such as photographs of guns, realistic drawings or sounds. However, cartoon or fictional items like laser beams are okay.",
|
||||
"report.promptEvent1": "Please let us know more about the scary event or story in the project. Providing more details will help the Scratch Team better understand the issue and address it.",
|
||||
"report.promptEvent2": "Tip: Scratch is used by all people of ages. It’s important projects do not contain mature themes such as harming someone.",
|
||||
"report.promptScaryImages1": "Please let us know why you feel this image is too scary for Scratch, and where the image occurs in the project, such as the name of the sprite, costume, or backdrop.",
|
||||
"report.promptScaryImages2": "Tip: Scratch is used by all people of ages. It’s important projects do not contain blood, realistic violence, or anything that may feel scary or too mature for younger audiences.",
|
||||
"report.promptThreatening": "Please let us know why you feel this project is threatening another Scratcher.",
|
||||
"report.promptLanguage": "Please say where the inappropriate language occurs in the project (For example: Notes & Credits, sprite name, project text, etc.)",
|
||||
"report.promptMusic": "Please say the name of the audio file with the inappropriate music",
|
||||
"report.promptPersonal": "Please say where the personal contact information is shared (For example: Notes & Credits, sprite name, project text, etc.)",
|
||||
"report.promptGuidelines": "Please select a reason why you feel this project may break the {CommunityGuidelinesLink} and the Scratch Team will review your report.",
|
||||
"report.promptImage": "Please say the name of the sprite or the backdrop with the inappropriate image",
|
||||
"report.promptDontLikeIt": "Scratch projects are made by people of all ages and levels of experience. If you don't like this project because you feel it can be improved upon, we encourage you to share constructive feedback directly with the creator.",
|
||||
"report.promptTips": "Here are tips on sharing constructive feedback:",
|
||||
"report.tipsSupportive": "Be supportive and encouraging.",
|
||||
"report.tipsConstructive": "Leave a comment telling them what you like, but also what they could do to make the project better.",
|
||||
"report.tipsSpecific": "Try to be specific with your feedback. For instance: The controls to move the character did not work.",
|
||||
"report.promptDoesntWork": "A Scratch project, like any other application, may contain a few bugs. That is expected and completely okay!",
|
||||
"report.promptDoesntWorkTips": "We encourage you to share any issues you discover directly with the creator of the project. It's also helpful to provide suggestions on how they may improve their project, if possible.",
|
||||
"report.promptTooHard": "If you feel a project could be easier, we encourage you to share that feedback directly with the creator of the project. Or remix it yourself and make it as easy or hard as you like!",
|
||||
"report.promptMisleading": "Tell us more about how it's tricking or misleading people",
|
||||
"report.promptFaceReveal": "Scratch allows people to use pictures of their face in creative projects like games, stories, or animations. However, Scratch does not allow users to share projects which are just a picture of their face (known as a “face reveal”) or which focus entirely on their physical appearance. Please explain if you feel this project is a face reveal or focuses on the person's physical appearance.",
|
||||
"report.promptNoRemixingAllowed": "Please let us know where the project says it is not okay to remix — such as in the Notes & Credits, project title, etc.",
|
||||
"report.promptCreatorsSafety": "It's important that everyone on Scratch remains safe online and in real life. Please let us know why you are worried about the safety of this user.",
|
||||
"report.promptSomethingElse": "We encourage you to double check if your report fits any of the other available categories. If you strongly feel it does not, please explain why this project breaks the {CommunityGuidelinesLink}.",
|
||||
"report.promptDisrespectful1": "Please let us know why you feel this project is disrespectful to another Scratcher or group. Where does the disrespectful content occur in the project (project text, images, sounds, etc.)?",
|
||||
"report.promptDisrespectful2": "Remember: Scratch welcomes people of all ages, races, ethnicities, religions, abilities, sexual orientations, and gender identities. It’s important everyone feels welcomed and safe when sharing on Scratch.",
|
||||
"report.tooLongError": "That's too long! Please find a way to shorten your text.",
|
||||
"report.tooShortError": "That's too short. Please describe in detail what's inappropriate or disrespectful about the project.",
|
||||
"report.send": "Magpadala",
|
||||
"report.sending": "Sending...",
|
||||
"report.textMissing": "Please tell us why you are reporting this project",
|
||||
"comments.delete": "Burahin",
|
||||
"comments.restore": "I-restore",
|
||||
"comments.reportModal.title": "Report Comment",
|
||||
"comments.reportModal.reported": "The comment has been reported, and the Scratch Team has been notified.",
|
||||
"comments.reportModal.prompt": "Are you sure you want to report this comment?",
|
||||
"comments.deleteModal.title": "Delete Comment",
|
||||
"comments.deleteModal.body": "Delete this comment? If the comment is mean or disrespectful, please click Report instead to let the Scratch Team know about it.",
|
||||
"comments.reply": "reply",
|
||||
"comments.isEmpty": "You can't post an empty comment",
|
||||
"comments.isFlood": "Woah, seems like you're commenting really quickly. Please wait longer between posts.",
|
||||
"comments.isBad": "Hmm...the bad word detector thinks there is a problem with your comment. Please change it and remember to be respectful.",
|
||||
"comments.hasChatSite": "Uh oh! The comment contains a link to a website with unmoderated chat. For safety reasons, please do not link to these sites!",
|
||||
"comments.isSpam": "Hmm, seems like you've posted the same comment a bunch of times. Please don't spam.",
|
||||
"comments.isDisallowed": "Hmm, it looks like comments have been turned off for this page. :/",
|
||||
"comments.isIPMuted": "Sorry, the Scratch Team had to prevent your network from sharing comments or projects because it was used to break our community guidelines too many times. You can still share comments and projects from another network. If you'd like to appeal this block, you can contact appeals@scratch.mit.edu and reference Case Number {appealId}.",
|
||||
"comments.isTooLong": "That comment is too long! Please find a way to shorten your text.",
|
||||
"comments.isNotPermitted": "Sorry, you need to confirm your email address before commenting.",
|
||||
"comments.error": "Oops! Something went wrong posting your comment",
|
||||
"comments.posting": "Posting...",
|
||||
"comments.post": "Post",
|
||||
"comments.cancel": "Kanselahin",
|
||||
"comments.lengthWarning": "{remainingCharacters, plural, one {1 character left} other {{remainingCharacters} characters left}}",
|
||||
"comments.loadMoreReplies": "See more replies",
|
||||
"comments.replyLimitReached": "This comment thread has reached its limit. To continue commenting, you can start a new thread.",
|
||||
"comments.status.delbyusr": "Deleted by project owner",
|
||||
"comments.status.censbyfilter": "Censored by filter",
|
||||
"comments.status.delbyparentcomment": "Parent comment deleted",
|
||||
"comments.status.censbyadmin": "Censored by admin",
|
||||
"comments.status.delbyadmin": "Deleted by admin",
|
||||
"comments.status.parentcommentcensored": "Parent comment censored",
|
||||
"comments.status.delbyclass": "Deleted by class",
|
||||
"comments.status.hiddenduetourl": "Hidden due to URL",
|
||||
"comments.status.markedbyfilter": "Marked by filter",
|
||||
"comments.status.censbyunconstructive": "Censored unconstructive",
|
||||
"comments.status.suspended": "Suspended",
|
||||
"comments.status.acctdel": "Account deleted",
|
||||
"comments.status.deleted": "Deleted",
|
||||
"comments.status.reported": "Reported",
|
||||
"comments.muted.duration": "You will be able to comment again {inDuration}.",
|
||||
"comments.muted.commentingPaused": "Your account has been paused from commenting until then.",
|
||||
"comments.muted.moreInfoGuidelines": "If you would like more information, you can read the {CommunityGuidelinesLink}.",
|
||||
"comments.muted.moreInfoModal": "For more information, {clickHereLink}.",
|
||||
"comments.muted.clickHereLinkText": "click here",
|
||||
"comments.muted.warningBlocked": "If you continue to post comments like this, it will cause you to be blocked from using Scratch",
|
||||
"comments.muted.warningCareful": "We don't want that to happen, so please be careful and make sure you have read and understand the {CommunityGuidelinesLink} before you try to post again!",
|
||||
"comments.muted.mistake": "Think this was a mistake? {feedbackLink}.",
|
||||
"comments.muted.feedbackLinkText": "Let us know",
|
||||
"comments.muted.mistakeHeader": "Think this was a mistake?",
|
||||
"comments.muted.mistakeInstructions": "Sometimes the filter catches things it shouldn't. Reporting a mistake won't change the wait time before you can comment again, but your feedback will help us prevent mistakes from happening in the future.",
|
||||
"comments.muted.thanksFeedback": "Thanks for letting us know!",
|
||||
"comments.muted.thanksInfo": "Your feedback will help us make Scratch better.",
|
||||
"comments.muted.characterLimit": "500 characters max",
|
||||
"comments.muted.feedbackEmpty": "Can't be empty",
|
||||
"comment.type.general": "It appears that your most recent comment didn't follow the Scratch Community Guidelines.",
|
||||
"comment.type.general.past": "It appears that one of your recent comments didn’t follow the Scratch Community Guidelines.",
|
||||
"comment.general.header": "We encourage you to post comments that follow the Scratch Community Guidelines.",
|
||||
"comment.general.content1": "On Scratch, it's important for comments to be kind, to be appropriate for all ages, and to not contain spam.",
|
||||
"comment.type.pii": "Your most recent comment appeared to be sharing or asking for private information.",
|
||||
"comment.type.pii.past": "It appears that one of your recent comments was sharing or asking for private information.",
|
||||
"comment.pii.header": "Please be sure not to share private information on Scratch.",
|
||||
"comment.pii.content1": "It appears that you were sharing or asking for private information.",
|
||||
"comment.pii.content2": "Things you share on Scratch can be seen by everyone, and can appear in search engines. Private information can be used by other people in harmful ways, so it’s important to keep it private.",
|
||||
"comment.pii.content3": "This is a serious safety issue.",
|
||||
"comment.type.unconstructive": "It appears that your most recent comment was saying something that might have been hurtful.",
|
||||
"comment.type.unconstructive.past": "It appears that one of your recent comments was saying something that might have been hurtful.",
|
||||
"comment.unconstructive.header": "We encourage you to be supportive when commenting on other people’s projects.",
|
||||
"comment.unconstructive.content1": "It appears that your comment was saying something that might have been hurtful.",
|
||||
"comment.unconstructive.content2": "If you think something could be better, you can say something you like about the project, and make a suggestion about how to improve it.",
|
||||
"comment.type.vulgarity": "Your most recent comment appeared to include a bad word.",
|
||||
"comment.type.vulgarity.past": "It appears that one of your recent comments contained a bad word.",
|
||||
"comment.vulgarity.header": "We encourage you to use language that’s appropriate for all ages.",
|
||||
"comment.vulgarity.content1": "It appears that your comment contains a bad word.",
|
||||
"comment.vulgarity.content2": "Scratch has users of all ages, so it’s important to use language that is appropriate for all Scratchers.",
|
||||
"comment.type.spam": "Your most recent comment appeared to contain advertising, text art, or a chain message.",
|
||||
"comment.type.spam.past": "It appears that one of your recent comments contained advertising, text art, or a chain message.",
|
||||
"comment.spam.header": "We encourage you not to advertise, copy and paste text art, or ask others to copy comments.",
|
||||
"comment.spam.content1": "Even though advertisements, text art, and chain mail can be fun, they start to fill up the website, and we want to make sure there is room for other comments.",
|
||||
"comment.spam.content2": "Thank you for helping us keep Scratch a friendly, creative community!",
|
||||
"social.embedLabel": "Embed",
|
||||
"social.copyEmbedLinkText": "Copy embed",
|
||||
"social.linkLabel": "Link",
|
||||
"social.copyLinkLinkText": "Copy link",
|
||||
"social.embedCopiedResultText": "Copied",
|
||||
"helpWidget.banner": "Welcome to Support",
|
||||
"helpWidget.submit": "Magpadala",
|
||||
"helpWidget.confirmation": "Thank you for your message.",
|
||||
"extensions.troubleshootingTitle": "Troubleshooting",
|
||||
"extensions.browserCompatibilityTitle": "Make sure your browser is compatible with Scratch Link",
|
||||
"extensions.browserCompatibilityText": "Scratch Link 1.4 is not compatible with Safari. If you use macOS, please use another supported browser, such as Chrome or Firefox.",
|
||||
"extensions.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"extensions.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"extensions.checkOsVersionText2": "If you are using macOS 12, please update to macOS 12.3 or newer. Earlier versions of macOS 12 do not work correctly with Scratch Link.",
|
||||
"extensions.winOSVersionLinkText": "Windows",
|
||||
"extensions.macOSVersionLinkText": "Mac OS",
|
||||
"extensions.closeScratchCopiesTitle": "Close other copies of Scratch",
|
||||
"extensions.closeScratchCopiesText": "Only one copy of Scratch can connect with the {deviceName} at a time. If you have Scratch open in other browser tabs, close it and try again.",
|
||||
"extensions.otherComputerConnectedTitle": "Make sure no other computer is connected to your {deviceNameShort}",
|
||||
"extensions.otherComputerConnectedText": "Only one computer can be connected to a {deviceName} at a time. If you have another computer connected to your {deviceName}, disconnect the {deviceName} or close Scratch on that computer and try again.",
|
||||
"bluetooth.enableLocationServicesTitle": "Make sure you have location services enabled on Chromebooks or Android tablets",
|
||||
"bluetooth.enableLocationServicesText": "Bluetooth can be used to provide location data to the app. In addition to granting the Scratch App permission to access location, location must be enabled in your general device settings. Search for 'Location' in your settings, and make sure it is on. On Chromebooks search for 'Location' in the Google Play Store Android preferences."
|
||||
}
|
19
www/scratch-website.guidelines-l10njson/fil.json
Normal file
19
www/scratch-website.guidelines-l10njson/fil.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"guidelines.title": "Panuntunan sa Komunidad ng Scratch",
|
||||
"guidelines.header1": "Ang Scratch ay isang palakaibigan at malugod na komunidad para sa lahat, kung saan ang mga tao ay sabay-sabay na gumawa, magbahagi, at mag-aral.",
|
||||
"guidelines.header2": "We welcome people of all ages, races, ethnicities, religions, abilities, sexual orientations, and gender identities.",
|
||||
"guidelines.header3": "Help keep Scratch a welcoming, supportive, and creative space for all by following these Community Guidelines:",
|
||||
"guidelines.respectheader": "Treat everyone with respect.",
|
||||
"guidelines.respectbody": "Scratchers have diverse backgrounds, interests, identities, and experiences. Everyone on Scratch is encouraged to share things that excite them and are important to them—we hope that you find ways to celebrate your own identity on Scratch, and allow others to do the same. It’s never OK to attack a person or group’s identity or to be unkind to someone about their background or interests.",
|
||||
"guidelines.privacyheader": "Be safe: keep personal and contact information private.",
|
||||
"guidelines.privacybody": "For safety reasons, don't give out any information that could be used for private communication, in person or online. This includes sharing real last names, phone numbers, addresses, hometowns, school names, email addresses, usernames or links to social media sites, video chatting applications, or websites with private chat functionality.",
|
||||
"guidelines.helpfulheader": "Give helpful feedback.",
|
||||
"guidelines.helpfulbody": "Everyone on Scratch is learning. When commenting on a project, remember to say something you like about it, offer suggestions, and be kind, not critical. Please keep comments respectful and avoid spamming or posting chain mail. We encourage you to try new things, experiment, and learn from others.",
|
||||
"guidelines.remixheader": "Embrace remix culture.",
|
||||
"guidelines.remixbody1": "Remixing is when you build upon someone else’s projects, code, ideas, images, or anything else they share on Scratch to make your own unique creation.",
|
||||
"guidelines.remixbody2": "Remixing is a great way to collaborate and connect with other Scratchers. You are encouraged to use anything you find on Scratch in your own creations, as long as you provide credit to everyone whose work you used and make a meaningful change to it. And when you share something on Scratch, you are giving permission to all Scratchers to use your work in their creations, too.",
|
||||
"guidelines.honestyheader": "Be honest.",
|
||||
"guidelines.honestybody": "It’s important to be honest and authentic when interacting with others on Scratch, and remember that there is a person behind every Scratch account. Spreading rumors, impersonating other Scratchers or celebrities, or pretending to be seriously ill is not respectful to the Scratch Community.",
|
||||
"guidelines.friendlyheader": "Help keep the site friendly.",
|
||||
"guidelines.friendlybody": "It’s important to keep your creations and conversations friendly and appropriate for all ages. If you think something on Scratch is mean, insulting, too violent, or otherwise disruptive to the community, click “Report” to let us know about it. Please use the “Report” button rather than engaging in fights, spreading rumors about other people’s behavior, or otherwise responding to any inappropriate content. The Scratch Team will look at your report and take the appropriate action."
|
||||
}
|
53
www/scratch-website.ideas-l10njson/fil.json
Normal file
53
www/scratch-website.ideas-l10njson/fil.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"ideas.headerMessage": "What will you create?",
|
||||
"ideas.headerButtonMessage": "Choose a tutorial",
|
||||
"ideas.gettingStartedTitle": "Magsimula",
|
||||
"ideas.gettingStartedText": "New to Scratch? Try the Getting Started tutorial.",
|
||||
"ideas.tryIt": "Try it!",
|
||||
"ideas.activityGuidesTitle": "Activity Guides",
|
||||
"ideas.activityGuidesText": "What do you want to make with Scratch? For each activity, you can try the Tutorial, download a set of Coding Cards, or view the Educator Guide.",
|
||||
"ideas.animateANameTitle": "Pagalawin ang Pangalan",
|
||||
"ideas.animateANameDescription": "Animate the letters of your name, initials, or favorite word.",
|
||||
"ideas.animateACharacterTitle": "Animate a Character",
|
||||
"ideas.animateACharacterDescription": "Bring characters to life with animation.",
|
||||
"ideas.makeMusicTitle": "Gumawa ng Musika",
|
||||
"ideas.makeMusicDescription": "Choose instruments, add sounds, and press keys to play music.",
|
||||
"ideas.createAStoryTitle": "Create a Story",
|
||||
"ideas.createAStoryDescription": "Choose characters, add conversation, and bring your story to life.",
|
||||
"ideas.chaseGameTitle": "Gumawa ng Larong Habulan",
|
||||
"ideas.chaseGameDescription": "Make a game where you chase a character to score points.",
|
||||
"ideas.videoSensingTitle": "Video Sensing",
|
||||
"ideas.videoSensingDescription": "Interact with a project using the Video Sensing extension.",
|
||||
"ideas.seeAllTutorials": "See All Tutorials",
|
||||
"ideas.cardsTitle": "Get the Entire Collection of Coding Cards",
|
||||
"ideas.cardsText": "With the Scratch Coding Cards, you can learn to create interactive games, stories, music, animations, and more!",
|
||||
"ideas.starterProjectsTitle": "Starter Projects",
|
||||
"ideas.starterProjectsText": "You can play with Starter Projects and remix them to make your own creations.",
|
||||
"ideas.starterProjectsButton": "Explore Starter Projects",
|
||||
"ideas.tryTheTutorial": "Try the tutorial",
|
||||
"ideas.codingCards": "Coding Cards",
|
||||
"ideas.educatorGuide": "Educator Guide",
|
||||
"ideas.desktopEditorHeader": "Scratch App Download",
|
||||
"ideas.desktopEditorBody": "To create projects without an Internet connection, you can <a href=\"/download\">download the Scratch app</a>.",
|
||||
"ideas.questionsHeader": "Mga Tanong",
|
||||
"ideas.questionsBody": "Mayroon ka ng higit pang tanong? Tumingin sa <a href=\"/info/faq\">Mga Madalas Itanong</a> o pumunta sa <a href=\"/discuss/7/\">Forum ng Pagtulong sa Mga Iskrip</a>.",
|
||||
"ideas.cardsPurchase": "Purchase Printed Set",
|
||||
"ideas.MakeItFlyTitle": "Make It Fly",
|
||||
"ideas.MakeItFlyDescription": "Choose any character and make it fly!",
|
||||
"ideas.RaceTitle": "Race to the Finish",
|
||||
"ideas.RaceDescription": "Make a game where two characters race each other.",
|
||||
"ideas.HideAndSeekTitle": "Hide and Seek",
|
||||
"ideas.HideAndSeekDescription": "Make a hide-and-seek game with characters that appear and disappear.",
|
||||
"ideas.FashionTitle": "Fashion Game",
|
||||
"ideas.FashionDescription": "Make a game where you dress a character with different clothes and styles.",
|
||||
"ideas.PongTitle": "Pong Game",
|
||||
"ideas.PongDescription": "Make a bouncing ball game with sounds, points, and other effects.",
|
||||
"ideas.ImagineTitle": "Mag-isip ng Mundo",
|
||||
"ideas.ImagineDescription": "Imagine a world where anything is possible.",
|
||||
"ideas.DanceTitle": "Let's Dance",
|
||||
"ideas.DanceDescription": "Design an animated dance scene with music and dance moves.",
|
||||
"ideas.CatchTitle": "Catch Game",
|
||||
"ideas.CatchDescription": "Make a game where you catch things falling from the sky.",
|
||||
"ideas.VirtualPetTitle": "Virtual Pet",
|
||||
"ideas.VirtualPetDescription": "Create an interactive pet that can eat, drink, and play."
|
||||
}
|
32
www/scratch-website.messages-l10njson/fil.json
Normal file
32
www/scratch-website.messages-l10njson/fil.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"messages.activityAll": "All Activity",
|
||||
"messages.activityComments": "Comment Activity",
|
||||
"messages.activityProjects": "Project Activity",
|
||||
"messages.activityStudios": "Studio Activity",
|
||||
"messages.activityForums": "Forum Activity",
|
||||
"messages.becomeManagerText": "{username} promoted you to manager for the studio {studio}",
|
||||
"messages.becomeHostText": "{usernameOrScratchTeam} made you the host of the studio {studio}. As host, you now have the ability to edit the studio title, thumbnail, and description. Go say hello in the studio!",
|
||||
"messages.becomeHostScratchTeam": "A Scratch Team member",
|
||||
"messages.curatorInviteText": "{actorLink} invited you to curate the studio {studioLink}. Visit the {tabLink} on the studio to accept the invitation",
|
||||
"messages.curatorTabText": "curator tab",
|
||||
"messages.favoriteText": "{profileLink} favorited your project {projectLink}",
|
||||
"messages.filterBy": "Filter by",
|
||||
"messages.followText": "{profileLink} is now following you",
|
||||
"messages.forumPostText": "There are new posts in the forum thread: {topicLink}",
|
||||
"messages.learnMore": "Click here to learn more",
|
||||
"messages.loveText": "{profileLink} loved your project {projectLink}",
|
||||
"messages.messageTitle": "Mga Mensahe",
|
||||
"messages.profileComment": "{profileLink} commented on {commentLink}",
|
||||
"messages.commentReply": "{profileLink} replied to your comment on {commentLink}",
|
||||
"messages.profileOther": "{username}'s profile",
|
||||
"messages.profileSelf": "your profile",
|
||||
"messages.projectComment": "{profileLink} commented on your project {commentLink}",
|
||||
"messages.remixText": "{profileLink} remixed your project {remixedProjectLink} as {projectLink}",
|
||||
"messages.scratcherInvite": "You are invited to become a Scratcher! {learnMore}!",
|
||||
"messages.scratchTeamTitle": "Messages from the Scratch Team",
|
||||
"messages.studioActivityText": "There was new activity in {studioLink} today",
|
||||
"messages.studioCommentReply": "{profileLink} replied to your comment in {commentLink}",
|
||||
"messages.userJoinText": "Welcome to Scratch! After you make projects and comments, you'll get messages about them here. Go {exploreLink} or {makeProjectLink}.",
|
||||
"messages.userJoinMakeProject": "make a project",
|
||||
"messages.requestError": "Oops! Looks like there was a problem getting some of your messages. Please try to reload this page."
|
||||
}
|
45
www/scratch-website.microbit-l10njson/fil.json
Normal file
45
www/scratch-website.microbit-l10njson/fil.json
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"microbit.headerText": "{microbitLink} is a tiny circuit board designed to help kids learn to code and create with technology. It has many features including an LED display, buttons, and a motion sensor. You can connect it to Scratch and build creative projects that combine the magic of the digital and physical worlds.",
|
||||
"microbit.gettingStarted": "Magsimula",
|
||||
"microbit.installMicrobitHex": "Install Scratch micro:bit HEX",
|
||||
"microbit.cardsDescription": "These cards show how to start making projects with micro:bit and Scratch.",
|
||||
"microbit.connectUSB": "Connect a micro:bit to your computer with a USB cable",
|
||||
"microbit.downloadCardsTitle": "Download micro:bit Cards",
|
||||
"microbit.downloadHex": "Download the Scratch micro:bit HEX file",
|
||||
"microbit.dragDropHex": "Drag and drop the HEX file onto your micro:bit",
|
||||
"microbit.installHexAndroid": "Please follow the instructions to install the HEX file on a computer running Windows, MacOS or ChromeOS.",
|
||||
"microbit.connectingMicrobit": "Connecting micro:bit to Scratch",
|
||||
"microbit.powerMicrobit": "Power your micro:bit with USB or a battery pack.",
|
||||
"microbit.useScratch3": "Use the {scratch3Link} editor.",
|
||||
"microbit.addExtension": "Add the micro:bit extension.",
|
||||
"microbit.thingsToTry": "Things to Try",
|
||||
"microbit.displayHelloTitle": "Display “Hello!”",
|
||||
"microbit.displayHelloBlock": "Find the {displayHelloText} block and click on it.",
|
||||
"microbit.displayHelloText": "“display hello”",
|
||||
"microbit.helloScroll": "You should see {helloText} scroll across the micro:bit display",
|
||||
"microbit.helloText": "“hello”",
|
||||
"microbit.starterProjects": "Starter Projects",
|
||||
"microbit.heartBeat": "Heart Beat",
|
||||
"microbit.heartBeatDescription": "Press the buttons to animate the heart.",
|
||||
"microbit.tiltGuitar": "Tilt Guitar",
|
||||
"microbit.tiltGuitarDescription": "Make music by tilting your micro:bit.",
|
||||
"microbit.oceanAdventure": "Ocean Adventure",
|
||||
"microbit.oceanAdventureDescription": "Build your own controller and swim toward the saxophones.",
|
||||
"microbit.troubleshootingTitle": "Troubleshooting",
|
||||
"microbit.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"microbit.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"microbit.winOSVersionLinkText": "Windows",
|
||||
"microbit.macOSVersionLinkText": "Mac OS",
|
||||
"microbit.closeScratchCopiesTitle": "Close other copies of Scratch",
|
||||
"microbit.closeScratchCopiesText": "Only one copy of Scratch can connect with the micro:bit at a time. If you have Scratch open in other browser tabs, close it and try again.",
|
||||
"microbit.otherComputerConnectedTitle": "Make sure no other computer is connected to your micro:bit",
|
||||
"microbit.otherComputerConnectedText": "Only one computer can be connected to a micro:bit at a time. If you have another computer connected to your micro:bit, disconnect the micro:bit or close Scratch on that computer and try again.",
|
||||
"microbit.resetButtonTitle": "Make sure you aren’t hitting the “reset” button",
|
||||
"microbit.resetButtonText": "Sometimes while using the micro:bit you can accidentally press the “reset” button on the back in-between the USB and power ports. Make sure you keep your fingers (and toes) away from it while using Scratch!",
|
||||
"microbit.imgAltMicrobitIllustration": "Illustration of the micro:bit circuit board.",
|
||||
"microbit.imgAltDragDropHex": "Drag and drop the HEX file from the folder you downloaded it to to the micro:bit.",
|
||||
"microbit.imgAltDisplayH": "A micro:bit displaying an H.",
|
||||
"microbit.imgAltHeartBeat": "A Scratch project with a heart.",
|
||||
"microbit.imgAltTiltGuitar": "A Scratch project with a guitar.",
|
||||
"microbit.imgAltOceanAdventure": "A Scratch project with a clown fish and a saxophone under water."
|
||||
}
|
41
www/scratch-website.parents-l10njson/fil.json
Normal file
41
www/scratch-website.parents-l10njson/fil.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"parents.title": "Para sa mga Magulang",
|
||||
"parents.intro": "Scratch is a programming language and an online community where children\n can program and share interactive media such as stories, games, and \nanimation with people from all over the world. As children create with \nScratch, they learn to think creatively, work collaboratively, and \nreason systematically. Scratch is designed, developed, and moderated by the {scratchFoundation}, a nonprofit organization. ",
|
||||
"parents.scratchFoundationLinkText": "Scratch Foundation",
|
||||
"parents.overview": "How it works",
|
||||
"parents.faq": "Mga Tanong na Karaniwang Tinatanong",
|
||||
"parents.overviewTitle": "How does Scratch work for children?",
|
||||
"parents.overviewLearningTitle": "Learning",
|
||||
"parents.overviewLearningBody": "Scratch is a safe and playful learning environment that engages all children in thinking creatively, reasoning systematically, and working collaboratively—essential skills for everyone in today's society.\nRead an article on the {creativeLearningApproach}.",
|
||||
"parents.creativeLearningApproachLinkText": "Creative Learning Approach",
|
||||
"parents.overviewCommunityTitle": "Komunidad",
|
||||
"parents.overviewCommunityBody": "We ask all participants on the site to follow the {communityGuidelines}.\nWe do not make private account information available to anyone. For more information, please see the {privacyPolicy}.",
|
||||
"parents.communityGuidelinesLinkText": "Gabay sa Komunidad",
|
||||
"parents.privacyPolicyLinkText": "Patakaran sa Pagkapribado",
|
||||
"parents.faqMoreAndAsk": "To find out more about Scratch, please see {faqPage}.\nYou can also ask questions in the {discussionForums}.\nIf you need to contact our staff team directly, click {contactUs} at the bottom of any page.",
|
||||
"parents.faqLinkText": "Frequently Asked Questions",
|
||||
"parents.faqDiscussionForumsLinkText": "Mga Diskurso",
|
||||
"parents.faqContactUsLinkText": "Kontakin Kami",
|
||||
"parents.faqAgeRangeTitle": "Ano ang saklaw na edad ng Scratch?",
|
||||
"parents.faqAgeRangeBody": "Scratch is designed especially for young people ages 8 to 16, but people of all ages create and share with Scratch. Younger children may want to try {scratchJr}, a simplified version of Scratch designed for ages 5 to 7.",
|
||||
"parents.faqResourcesTitle": "Anong mga resource ang magagamit para matutunan ang Scratch?",
|
||||
"parents.faqResourcesBody": "If you’re just getting started, there’s a {stepByStepGuide} available inside Scratch. For an overview of Scratch resources, see the {ideasPage} page.",
|
||||
"parents.faqIdeasLinkText": "Mga Ideya",
|
||||
"parents.faqStepByStepGuideLinkText": "step-by-step guide",
|
||||
"parents.faqGettingStartedGuideLinkText": "Getting Started guide (PDF)",
|
||||
"parents.faqScratchCardsLinkText": "Scratch Cards",
|
||||
"parents.faqTipsLinkText": "Tips",
|
||||
"parents.faqCommunityTitle": "What is the Scratch online community?",
|
||||
"parents.faqCommunityBody": "When participating in the Scratch online community, members can explore and experiment in an open learning community with other Scratch members from all backgrounds, ages, and interests. Members can share their work, get feedback, and learn from each other.",
|
||||
"parents.faqGuidelinesTitle": "What are the guidelines for the Scratch online community?",
|
||||
"parents.faqGuidelinesBody": "The Scratch Team works with the community to maintain a friendly and respectful environment for people of all ages, races, ethnicities, religions, sexual orientations, and gender identities. You can help your child learn how to participate by reviewing the {communityGuidelines} together. Members are asked to comment constructively and to help keep the website friendly by reporting any content that does not follow the Community Guidelines. The Scratch Team works each day to manage activity on the site and respond to reports, with the help of tools such as the {CleanSpeak} profanity filter.",
|
||||
"parents.faqCommunityGuidelinesLinkText": "Gabay sa Komunidad",
|
||||
"parents.faqPrivacyPolicyTitle": "What is your privacy policy?",
|
||||
"parents.faqPrivacyPolicyBody": "To protect children's online privacy, we limit what we collect during the signup process, and what we make public on the website. We don't sell or rent account information to anyone. You can find out more about our {privacyPolicy} page.",
|
||||
"parents.faqFAQLinkText": "frequently asked questions page",
|
||||
"parents.faqOfflineTitle": "Is there a way to use Scratch without participating online?",
|
||||
"parents.faqOfflineBody": "Yes, the Scratch app allows you to create Scratch projects without an internet connection. You can download the {scratchApp} from the Scratch website or the app store on your device.",
|
||||
"parents.faqScratchApp": "Scratch app",
|
||||
"parents.faqOffline2LinkText": "Scratch 2.0 offline editor",
|
||||
"parents.faqOffline14LinkText": "Scratch 1.4 offline editor"
|
||||
}
|
51
www/scratch-website.preview-l10njson/fil.json
Normal file
51
www/scratch-website.preview-l10njson/fil.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"addToStudio.title": "Idagdag sa Studio",
|
||||
"addToStudio.finishing": "Tinatapos na...",
|
||||
"addToStudio.inviteUser": "Mag-anyaya ng user upang idagdag sa studio",
|
||||
"project.titleMaxLength": "Napakahaba ng Pamagat",
|
||||
"project.musicExtensionChip": "Tugtog",
|
||||
"project.penExtensionChip": "Panulat",
|
||||
"project.text2SpeechChip": "Teksto tungo sa Pagsalita",
|
||||
"project.translateChip": "Isalin",
|
||||
"project.videoSensingChip": "Video Sensing",
|
||||
"project.needsConnection": "Kailangan ng Koneksyon",
|
||||
"project.comments.header": "Mga Komento",
|
||||
"project.comments.toggleOff": "Patay ang pagkokomento",
|
||||
"project.comments.toggleOn": "Bukas ang pagkokomento",
|
||||
"project.comments.turnedOff": "Paumanhin, ang pagpo-post ng komento ay nakapatay sa proyektong ito.",
|
||||
"project.comments.turnedOffGlobally": "Nakapatay ngayon ang mga komentong pamproyekto sa Scratch, ngunit huwag mag-alala, naitabi ang iyong komento at maibabalik kalaunan.",
|
||||
"project.share.notShared": "Hindi nakabahagi ang proyektong ito — kaya ikaw lamang ang nakakikita. Iklik ang 'Ibahagi' upang makita ito ninuman!",
|
||||
"project.share.sharedLong": "Isang pagbati sa pagbabagi mo ng iyong proyekto! Maaari na iyang masubukan, mabigyan ng komento, at ma-remix ng ibang tao.",
|
||||
"project.share.sharedShort": "Nakabahagi na ang iyong proyekto.",
|
||||
"project.share.shareButton": "Ibahagi",
|
||||
"project.seeInsideButton": "Tingnan ang loob",
|
||||
"project.remix.justRemixed": "Matagumpay na na-remix ang \"{title}\". Magdagdag ng sprite, ng costume, gumawa ng pagbabago upang maari iyan!",
|
||||
"project.remixButton": "I-remix",
|
||||
"project.remixButton.altText": "Magtabi ng isang kopya ng proyektong ito and magdagdag ng sarili mong ideya.",
|
||||
"project.remixButton.remixing": "Nire-remix...",
|
||||
"project.remixes": "Mga remix",
|
||||
"project.viewAllInList": "Tingnan lahat",
|
||||
"project.inviteToRemix": "Mag-anyaya ng user upang mag-remix",
|
||||
"project.instructionsLabel": "Mga panuto",
|
||||
"project.notesAndCreditsLabel": "Notes and Credits",
|
||||
"project.credit": "Pasasalamat kay {userLink} para sa orihinal na proyektong {projectLink}.",
|
||||
"project.deletedBanner": "Tandaan: Nasa trash folder ang proyektong ito.",
|
||||
"project.defaultCensoredMessage": "Tinanggal ng Scratch Team ang proyektong ito sapagkat walang galang, di-akma sa lahat ng gulang, o kung hindi, nilalabag ang Scratch {communityGuidelinesLink}.",
|
||||
"project.communityCensoredMessage": "Pansamantalang di-binahagi ang iyong proyekto sapagkat maraming tao ang nag-ulat na ito'y di-kaaya-aya.",
|
||||
"project.willReviewCensoredMessage": "Susuriin ng Scratch Team ang proyekto alinsunod sa {communityGuidelinesLink}, at ibalik ang proyekto, o kung hindi ma'y ikumpirma ang censorship.",
|
||||
"project.tempCensoredMessage": "Pakibasa ang {communityGuidelinesLink} at tiyaking binaguhan ang proyekto upang matiyak na ito'y akma bago muling ibahagi.",
|
||||
"project.permCensoredMessage": "Hindi na ito maibabagi sa anumang oras sa hinaharap.",
|
||||
"project.communityGuidelines": "community guidelines",
|
||||
"project.moderationInfoLabel": "Moderation Info",
|
||||
"project.numScripts": "{number}ng script",
|
||||
"project.numSprites": "{number}ng sprite ",
|
||||
"project.descriptionMaxLength": "Napakahaba ng paglalarawan",
|
||||
"project.notesPlaceholder": "Paano mo ginawa ang proyektong ito? Gumamit ka ba ng mga ideya, mga iskrip, o likhang-sining ng ibang tao? Pasalamatan sila rito.",
|
||||
"project.descriptionPlaceholder": "Tell people how to use your project (such as which keys to press).",
|
||||
"project.cloudDataAlert": "Gumagamit ang proyektong ito ng cloud data - isang tampok na magagamit lamang ng mga maka-sign in na Scratchers.",
|
||||
"project.cloudVariables": "Cloud Variables",
|
||||
"project.cloudDataLink": "Tingnan ang Datos",
|
||||
"project.usernameBlockAlert": "Natutuklasan ang proyektong ito kung sino ang gumagamit nito, sa pamamagitan ng \"username\" na block. Upang itago ang iyong pagkakakilanlan, mag-sign out muna bago gamitin ang proyekto. ",
|
||||
"project.inappropriateUpdate": "Hmm... Tingin ng bad word detector na may problema sa iyong text. Pakibago ito and maging magalang.",
|
||||
"project.mutedAddToStudio": "You will be able to add to studios again {inDuration}."
|
||||
}
|
56
www/scratch-website.privacypolicy-apps-l10njson/fil.json
Normal file
56
www/scratch-website.privacypolicy-apps-l10njson/fil.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"privacyApps.title": "Privacy Policy",
|
||||
"privacyApps.updated": "The Scratch Privacy Policy was last updated: January 6, 2022",
|
||||
"privacyApps.intro": "The Scratch Foundation (“Scratch”, “we” or “us”) understands how important privacy is to our community. We wrote this Privacy Policy to explain what Personal Information (“Information”) we collect through our offline editor (the “Scratch App”), how we use, process, and share it, and what we’re doing to keep it safe. It also tells you about your rights and choices with respect to your Personal Information, and how you can contact us if you have any questions or concerns.",
|
||||
"privacyApps.collectionHeader": "What Information Does Scratch Collect About Me?",
|
||||
"privacyApps.collectionParagraph": "For the purpose of this Privacy Policy, “Information” means any information relating to an identified or identifiable individual. The Scratch App automatically collects and stores locally the following Information through its telemetry system: the title of your project in text form, language setting, time zone and events related to your use of the Scratch App (namely when the Scratch App was opened and closed, if a project file has been loaded or saved, or if a new project is created). If you choose to turn on the telemetry sharing feature, the Scratch App will transmit this information to Scratch. Projects created in the Scratch App are not transmitted to or accessible by Scratch unless you choose to upload your project to the Scratch Online Community, at which point the information you share will be subject to the terms of the Scratch Online Community {privacyPolicyLink}. Please see the section “What Happens if I Upload My Project to the Scratch Online Community?” below for more information.",
|
||||
"privacyApps.privacyPolicyLinkText": "Privacy Policy",
|
||||
"privacyApps.usageHeader": "How Does Scratch Use My Information?",
|
||||
"privacyApps.usageIntro": "We use this Information for the following purposes:",
|
||||
"privacyApps.analyticsTitle": "Analytics and Improving the Scratch App",
|
||||
"privacyApps.analyticsDescription": "We use the Information to analyze use of the Scratch App and to enhance your learning experience on the Scratch App.",
|
||||
"privacyApps.researchTitle": "Academic and Scientific Research",
|
||||
"privacyApps.researchDescription": "We de-identify and aggregate Information for statistical analysis in the context of scientific and academic research. For example, to help us understand how people learn through the Scratch App and how we can enhance learning tools for young people. The results of such research are shared with educators and researchers through conferences, journals, and other academic or scientific publications. You can find out more on our {researchPageLink} page.",
|
||||
"privacyApps.researchPageLinkText": "Research",
|
||||
"privacyApps.legalTitle": "Legal",
|
||||
"privacyApps.legalDescription": "We may use your Information to enforce our {termsOfUseLink}, to defend our legal rights, and to comply with our legal obligations and internal policies. We may do this by analyzing your use of the Scratch App.",
|
||||
"privacyApps.termsOfUseLinkText": "Terms of Use",
|
||||
"privacyApps.processingHeader": "What Are The Legal Grounds For Processing Your Information?",
|
||||
"privacyApps.processingParagraph": "If you are located in the European Economic Area, the United Kingdom or Switzerland, we only process your Information based on a valid legal ground. A “legal ground” is a reason that justifies our use of your Information. In this case, we or a third party have a legitimate interest in using your Information (if you choose to allow the Scratch App to send the Scratch team your Information) to create, analyze and share your aggregated or de-identified Information for research purposes, to analyze and enhance your learning experience on the Scratch App and otherwise ensure and improve the safety, security, and performance of the Scratch App. We only rely on our or a third party’s legitimate interests to process your Information when these interests are not overridden by your rights and interests.",
|
||||
"privacyApps.sharingHeader": "How Does Scratch Share My Information?",
|
||||
"privacyApps.sharingIntro": "We disclose information that we collect through the Scratch App to third parties in the following circumstances:",
|
||||
"privacyApps.serviceProvidersTitle": "Service Providers",
|
||||
"privacyApps.serviceProvidersDescription": "To third parties who provide services such as website hosting, data analysis, Information technology and related infrastructure provisions, customer service, email delivery, and other services.",
|
||||
"privacyApps.researchSharingDescription": "To research institutions, such as the Massachusetts Institute of Technology (MIT), to learn about how our users learn through the Scratch App and develop new learning tools. The results of this research or the statistical analysis may be shared through conferences, journals, and other publications.",
|
||||
"privacyApps.mergerTitle": "Merger",
|
||||
"privacyApps.mergerDescription": "To a potential or actual acquirer, successor, or assignee as part of any reorganization, merger, sale, joint venture, assignment, transfer, or other disposition of all or any portion of our organization or assets. You will have the opportunity to opt out of any such transfer if the new entity’s planned processing of your Information differs materially from that set forth in this Privacy Policy.",
|
||||
"privacyApps.legalSharingDescription": "If required to do so by law or in the good faith belief that such action is appropriate: (a) under applicable law, including laws outside your country of residence; (b) to comply with legal process; (c) to respond to requests from public and government authorities, such as school, school districts, and law enforcement, including public and government authorities outside your country of residence; (d) to enforce our terms and conditions; (e) to protect our operations or those of any of our affiliates; (f) to protect our rights, privacy, safety, or property, and/or that of our affiliates, you, or others; and (g) to allow us to pursue available remedies or limit the damages that we may sustain.",
|
||||
"privacyApps.communityHeader": "What Happens If I Upload My Project to the Scratch Online Community?",
|
||||
"privacyApps.communityParagraph": "While using the Scratch App, you may choose to upload your project to the Scratch online community (“Online Community”). If you choose to upload your project to the Online Community, you are sharing your information outside of the Scratch App and providing it to the Online Community service. The information you share when uploading your project, such as your account and project information, will be governed by the Scratch online community {privacyPolicyLink}.",
|
||||
"privacyApps.studentsHeader": "Children and Student Privacy",
|
||||
"privacyApps.coppa": "The Scratch Foundation is a 501(c)(3) nonprofit organization. As such, the Children's Online Privacy Protection Act (COPPA) does not apply to Scratch. Nevertheless, Scratch takes children's privacy seriously. Scratch collects only minimal information from its users, and only uses and discloses information to provide the services and for limited other purposes, such as research, as described in this Privacy Policy.",
|
||||
"privacyApps.ferpa": "Scratch does not collect information from a student's education record, as defined by the Family Educational Rights and Privacy Act (FERPA). Scratch does not disclose information of students to any third parties except as described in this Privacy Policy.",
|
||||
"privacyApps.eeaHeader": "Your Data Protection Rights (EEA)",
|
||||
"privacyApps.eeaIntro": "If you are located in the European Economic Area, the United Kingdom or Switzerland, you have certain rights in relation to your Information:",
|
||||
"privacyApps.accessTitle": "Access, Correction and Data Portability",
|
||||
"privacyApps.accessDescription": "You may ask for an overview of the Information we process about you and to receive a copy of your Information. You also have the right to request to correct incomplete, inaccurate or outdated Information. To the extent required by applicable law, you may request us to provide your Information to another company.",
|
||||
"privacyApps.objectionTitle": "Objection",
|
||||
"privacyApps.objectionDescription": "You may object to (this means “ask us to stop”) any use of your Information that is not (i) processed to comply with a legal obligation, (ii) necessary to do what is provided in a contract between Scratch and you, or (iii) if we have a compelling reason to do so (such as, to ensure safety and security in our online community). If you do object, we will work with you to find a reasonable solution.",
|
||||
"privacyApps.deletionTitle": "Deletion",
|
||||
"privacyApps.deletionDescription": "You may also request the deletion of your Information, as permitted under applicable law. This applies, for instance, where your Information is outdated or the processing is not necessary or is unlawful; where you withdraw your consent to our processing based on such consent; or where you have objected to our processing. In some situations, we may need to retain your Information due to legal obligations or for litigation purposes. If you want to have all of your Information removed from our servers, please contact {helpEmail} for assistance.",
|
||||
"privacyApps.restrictionTitle": "Restriction of Processing",
|
||||
"privacyApps.restrictionDescription": "You may request that we restrict processing of your Information while we are processing a request relating to (i) the accuracy of your Information, (ii) the lawfulness of the processing of your Information, or (iii) our legitimate interests to process this Information. You may also request that we restrict processing of your Information if you wish to use the Information for litigation purposes.",
|
||||
"privacyApps.withdrawalTitle": "Withdrawal Of Consent",
|
||||
"privacyApps.withdrawalDescription": "Where we rely on consent for the processing of your Information, you have the right to withdraw it at any time and free of charge. When you do so, this will not affect the lawfulness of the processing before your consent withdrawal.",
|
||||
"privacyApps.eeaComplaint": "In addition to the above-mentioned rights, you also have the right to lodge a complaint with a competent supervisory authority subject to applicable law. However, there are exceptions and limitations to each of these rights. We may, for example, refuse to act on a request if the request is manifestly unfounded or excessive, or if the request is likely to adversely affect the rights and freedoms of others, prejudice the execution or enforcement of the law, interfere with pending or future litigation, or infringe applicable law. To submit a request to exercise your rights, please contact {helpEmail} for assistance.",
|
||||
"privacyApps.retentionHeader": "Data Retention",
|
||||
"privacyApps.retentionParagraph": "We take measures to delete your Information or keep it in a form that does not allow you to be identified when this Information is no longer necessary for the purposes for which we process it, unless we are required by law to keep this Information for a longer period. When determining the retention period, we take into account various criteria, such as the type of services requested by or provided to you, the nature and length of our relationship with you, possible re-enrollment with our services, the impact on the services we provide to you if we delete some Information from or about you, mandatory retention periods provided by law and the statute of limitations.",
|
||||
"privacyApps.protectHeader": "How Does Scratch Protect My Information?",
|
||||
"privacyApps.protectParagraph": "Scratch has in place administrative, physical, and technical procedures that are intended to protect the Information we collect on the Scratch App against accidental or unlawful destruction, accidental loss, unauthorized alteration, unauthorized disclosure or access, misuse, and any other unlawful form of processing of the Information. However, as effective as these measures are, no security system is impenetrable. We cannot completely guarantee the security of our databases, nor can we guarantee that the Information you supply will not be intercepted while being transmitted to us over the Internet.",
|
||||
"privacyApps.internationalTransferHeader": "International Data Transfer",
|
||||
"privacyApps.internationalTransferParagraph": "We may transfer your Information to countries other than the country where you are located, including to the U.S. (where our Scratch servers are located) or any other country in which we or our service providers maintain facilities. If you are located in the European Economic Area, the United Kingdom or Switzerland, or other regions with laws governing data collection and use that may differ from U.S. law, please note that we may transfer your Information to a country and jurisdiction that does not have the same data protection laws as your jurisdiction. We apply appropriate safeguards to the Information processed and transferred on our behalf. Please contact us for more information on the safeguards used.",
|
||||
"privacyApps.notificationsHeader": "Notifications Of Changes To The Privacy Policy",
|
||||
"privacyApps.notificationsParagraph": "We review our Privacy Policy on a periodic basis, and we may modify our policies as appropriate. We will notify you of any material changes. We encourage you to review our Privacy Policy on a regular basis. The “Last Updated” date at the top of this page indicates when this Privacy Policy was last revised. Your continued use of the Scratch App following these changes means that you accept the revised Privacy Policy.",
|
||||
"privacyApps.contactHeader": "Contact Us",
|
||||
"privacyApps.contactIntro": "The Scratch Foundation is the entity responsible for the processing of your Information. If you have any questions about this Privacy Policy, or if you would like to exercise your rights to your Information, you may contact us at {helpEmail} or via mail at:"
|
||||
}
|
9
www/scratch-website.research-l10njson/fil.json
Normal file
9
www/scratch-website.research-l10njson/fil.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"research.title": "Research on Scratch",
|
||||
"research.conductors": "Research on Scratch is being conducted by the Scratch Foundation team. By sharing projects and participating in the Scratch online community, you are helping us better understand how people use and learn with Scratch. Any publicly shared projects, comments, or other material on the Scratch site may be included in research analyses, presentations, and reports. We never share personally identifiable information. To learn more, please read the {ethicsCodeLink}. (If you have any questions, please use the {contactLink} form.)",
|
||||
"research.collaborators": "Previous research collaborators have included the Lifelong Kindergarten group at MIT, Yasmin Kafai at the University of Pennsylvania Graduate School of Education, Karen Brennan at the Harvard Graduate School of Education, Benjamin Mako Hill at the University of Washington, Andrés Monroy Hernandez at Microsoft Research, Mimi Ito and Crystle Martin at the University of California, Irvine, Quinn Burke at College of Charleston, Deborah Fields at Utah State University, and Kylie Peppler at Indiana University. Below are selected research papers, presentations, and theses on Scratch and the Scratch online community, followed by a list of National Science Foundation grants awarded to support Scratch.",
|
||||
"research.ethicsCodeLinkText": "Scratch Foundation’s Research Code of Ethics",
|
||||
"research.contactLinkText": "Kontakin Kami",
|
||||
"research.papers": "Research Papers & Presentations",
|
||||
"research.grants": "National Science Foundation Grants"
|
||||
}
|
34
www/scratch-website.scratch_14-l10njson/fil.json
Normal file
34
www/scratch-website.scratch_14-l10njson/fil.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"onePointFour.intro": "A previous version of Scratch, version 1.4, is still available for download.",
|
||||
"onePointFour.introNoteLabel": "Note:",
|
||||
"onePointFour.introNote": "{noteLabel} You can still share projects from 1.4 to the Scratch website. However, projects created in newer versions of Scratch cannot be opened in 1.4.",
|
||||
"onePointFour.downloads": "Downloads",
|
||||
"onePointFour.macTitle": "Mac OS X",
|
||||
"onePointFour.macBody": "Compatible with Mac OSX 10.4 through 10.14",
|
||||
"onePointFour.windowsTitle": "Windows",
|
||||
"onePointFour.windowsBody": "Compatible with Windows 2000, XP, Vista, 7, and 8",
|
||||
"onePointFour.windowsNetworkInstaller": "installer",
|
||||
"onePointFour.windowsNetwork": "Network deployments use the {windowsNetworkInstaller}",
|
||||
"onePointFour.linuxTitle": "Debian / Ubuntu",
|
||||
"onePointFour.linuxBody": "Compatible with Ubuntu 12.04 or later",
|
||||
"onePointFour.linuxInstall": "Install Scratch with Software Center",
|
||||
"onePointFour.linuxOptions": "{linuxInstall} or {linuxDownload}",
|
||||
"onePointFour.linuxDownload": "download here",
|
||||
"onePointFour.faqsTitle": "Frequently Asked Questions",
|
||||
"onePointFour.resourcesQ": "What resources are available to help me learn how to use Scratch 1.4?",
|
||||
"onePointFour.gettingStartedGuide": "Scratch 1.4 Getting Started Guide",
|
||||
"onePointFour.referenceGuide": "Scratch 1.4 Reference Guide",
|
||||
"onePointFour.scratchCards": "Scratch Cards",
|
||||
"onePointFour.resourcesA": "For a step-by-step introduction, download the {gettingStartedGuide}. The {referenceGuide} has a thorough explanation of the Scratch interface and programming language. {scratchCards} provide brief explanations that show how to make animations and interactive projects with Scratch.",
|
||||
"onePointFour.requirementsQ": "What are the system requirements for Scratch 1.4?",
|
||||
"onePointFour.requirementsDisplay": "Display: 800 x 480 or larger, thousands or millions of colors (16-bit color or greater) ",
|
||||
"onePointFour.requirementsOS": "Operating System: Windows 2000 or later, Mac OS X 10.4 through 10.14, Ubuntu Linux 9.04 or later (For other versions of Linux, see the Linux Installer page) ",
|
||||
"onePointFour.requirementsDisk": "Disk: at least 120 megabytes of free space to install Scratch.",
|
||||
"onePointFour.requirementsCPUMemory": "CPU and memory: Most computers have enough memory to run Scratch 1.4, but very old computers may run Scratch slowly.",
|
||||
"onePointFour.requirementsSoundVideo": "Sound / Video: Sound playback requires speakers (or headphones), and recording requires a microphone. Many laptops have speakers and microphones built in. Scratch 1.4 can use a USB or built-in camera (optional).",
|
||||
"onePointFour.errorQ": "What if I get an error when I try to upload or share my project to the Scratch website?",
|
||||
"onePointFour.errorFileTooBig": "File too big. The largest file limit is 10 MB. To shrink the size of your Scratch project, click the Edit menu > and select compress sounds, or compress images. If you have compressed sounds and your project still won't upload, try deleting some of the sounds to make it smaller. ",
|
||||
"onePointFour.errorInternet": "Internet connection too slow and times out. Try making the file smaller. If that doesn't work, try connecting from a different computer or connection or web browser.",
|
||||
"onePointFour.errorProxy": "Proxy server getting in the way. Try an Internet connection that does not go through a proxy server, or configure Scratch to use your proxy server. ",
|
||||
"onePointFour.errorLogin": "Wrong username and password. Try logging into Scratch website to make sure username and password are correct. "
|
||||
}
|
4
www/scratch-website.search-l10njson/fil.json
Normal file
4
www/scratch-website.search-l10njson/fil.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"search.trending": "Mainit",
|
||||
"search.popular": "Sikat"
|
||||
}
|
55
www/scratch-website.sec-l10njson/fil.json
Normal file
55
www/scratch-website.sec-l10njson/fil.json
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"sec.title": "Scratch Education Collaborative (SEC)",
|
||||
"sec.intro": "Participating Orgs",
|
||||
"sec.applyNow": "Apply now!",
|
||||
"sec.applyBanner": "Applications are now closed. The deadline for applying to the SEC for 2021 was March 1st.",
|
||||
"sec.projectsTitle": "Participating Orgs",
|
||||
"sec.yearRange": "2021-2022",
|
||||
"sec.org1": "{org1Listing} - AK, USA",
|
||||
"sec.org2": "{org2Listing} - AR, USA",
|
||||
"sec.org3": "{org3Listing} - UT, USA",
|
||||
"sec.org4": "{org4Listing} - TX, USA",
|
||||
"sec.org5": "{org5Listing} - MS, USA",
|
||||
"sec.org6": "{org6Listing} - Santa Bárbara, Brazil",
|
||||
"sec.org7": "{org7Listing} - Sydney, Australia",
|
||||
"sec.org8": "{org8Listing} - Memphis, TN, USA",
|
||||
"sec.org9": "{org9Listing} - NYC, NY, USA",
|
||||
"sec.org10": "{org10Listing} - Jos, Nigeria",
|
||||
"sec.org11": "{org11Listing} - Baltimore, MD, USA",
|
||||
"sec.org12": "{org12Listing} - Johannesburg, South Africa",
|
||||
"sec.org13": "{org13Listing} - Hayward, CA, USA",
|
||||
"sec.org14": "{org14Listing} - Humble, TX, USA",
|
||||
"sec.org15": "{org15Listing} - Guildford, UK",
|
||||
"sec.org16": "{org16Listing} - México City, MX",
|
||||
"sec.org17": "{org17Listing} - Montréal, Canada",
|
||||
"sec.org18": "{org18Listing} - Clark County School District, NV, USA",
|
||||
"sec.org19": "{org19Listing} - Othello School District, WA, USA",
|
||||
"sec.org20": "{org20Listing} - Uganda",
|
||||
"sec.org21": "{org21Listing} - NYC, NY, USA",
|
||||
"sec.org22": "{org22Listing} - USA",
|
||||
"sec.org23": "{org23Listing} - FL, USA",
|
||||
"sec.org24": "{org24Listing} - NYC, NY, USA",
|
||||
"sec.org25": "{org25Listing} - NYC, NY, USA",
|
||||
"sec.org26": "{org26Listing} - Nigeria",
|
||||
"sec.org27": "{org27Listing} - Princeton, NJ, USA",
|
||||
"sec.org28": "{org28Listing} - Bengaluru, India",
|
||||
"sec.org29": "{org29Listing} - Johannesburg, South Africa",
|
||||
"sec.org30": "{org30Listing} - Barcelona, Spain",
|
||||
"sec.org31": "{org31Listing} - Phnom Penh, Cambodia",
|
||||
"sec.org32": "{org32Listing} - Nairobi, Kenya",
|
||||
"sec.org33": "{org33Listing} - Nairobi, Kenya",
|
||||
"sec.org34": "{org34Listing} - Johannesburg, South Africa",
|
||||
"sec.org35": "{org35Listing} - Chicago Public Schools, IL, USA",
|
||||
"sec.org36": "{org36Listing} - Lagos, Nigeria",
|
||||
"sec.org37": "{org37Listing} - Girona, Spain",
|
||||
"sec.org38": "{org38Listing} - Halifax, Nova Scotia",
|
||||
"sec.org39": "{org39Listing} - USA",
|
||||
"sec.org40": "{org40Listing} - Owerri, Nigeria & Nairobi, Kenya",
|
||||
"sec.partnerOrgsTitle": "Partner Orgs",
|
||||
"sec.partnerOrg1": "{partnerOrg1Listing} - Cambridge, UK",
|
||||
"sec.partnerOrg2": "{partnerOrg2Listing} (Formerly {partnerOrg2FormerName}) - Stanford, CA, USA",
|
||||
"sec.partnerOrg3": "{partnerOrg3Listing} - IL, USA",
|
||||
"sec.partnerOrg4": "{partnerOrg4Listing} - New Orleans, LA, USA",
|
||||
"sec.partnerOrg5": "{partnerOrg5Listing} - Brazil",
|
||||
"sec.partnerOrg6": "{partnerOrg6Listing} - San Francisco, CA, USA"
|
||||
}
|
50
www/scratch-website.splash-l10njson/fil.json
Normal file
50
www/scratch-website.splash-l10njson/fil.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"splash.featuredProjects": "Featured Projects",
|
||||
"splash.featuredStudios": "Featured Studios",
|
||||
"splash.projectsCuratedBy": "Projects Curated by {curatorId}",
|
||||
"splash.scratchDesignStudioTitle": "Scratch Design Studio",
|
||||
"splash.visitTheStudio": "Visit the studio",
|
||||
"splash.projectsByScratchersFollowing": "Projects by Scratchers I'm Following",
|
||||
"splash.projectsLovedByScratchersFollowing": "Projects Loved by Scratchers I'm Following",
|
||||
"splash.projectsInStudiosFollowing": "Projects in Studios I'm Following",
|
||||
"splash.communityRemixing": "What the Community is Remixing",
|
||||
"splash.communityLoving": "What the Community is Loving",
|
||||
"messages.becomeCuratorText": "{username} became a curator of {studio}",
|
||||
"messages.becomeManagerText": "{username} was promoted to manager of {studio}",
|
||||
"messages.favoriteText": "{profileLink} favorited {projectLink}",
|
||||
"messages.followProfileText": "{profileLink} is now following {followeeLink}",
|
||||
"messages.followStudioText": "{profileLink} is now following {studioLink}",
|
||||
"messages.loveText": "{profileLink} loved {projectLink}",
|
||||
"messages.remixText": "{profileLink} remixed {remixedProjectLink} as {projectLink}",
|
||||
"messages.shareText": "{profileLink} shared the project {projectLink}",
|
||||
"intro.aboutScratch": "Patungkol sa Scratch",
|
||||
"intro.forEducators": "Para sa mga Nagtuturo",
|
||||
"intro.forParents": "Para sa mga Magulang",
|
||||
"intro.join": "Join",
|
||||
"intro.startCreating": "Start Creating",
|
||||
"intro.tagLine1": "Create stories, games, and animations",
|
||||
"intro.tagLine2": "Share with others around the world",
|
||||
"intro.watchVideo": "Watch Video",
|
||||
"news.scratchNews": "Scratch News",
|
||||
"donatebanner.askSupport": "Scratch is the world's largest free coding community for kids. Your support makes a difference.",
|
||||
"donatebanner.scratchWeek": "May 19-20 is Scratch’s 15th Anniversary! {celebrationLink}. Donate to support creative coding worldwide.",
|
||||
"donatebanner.learnMore": "Learn more",
|
||||
"teacherbanner.greeting": "Kumusta",
|
||||
"teacherbanner.subgreeting": "Teacher Account",
|
||||
"teacherbanner.classesButton": "Aking Mga Klase",
|
||||
"teacherbanner.faqButton": "Teacher Account FAQ",
|
||||
"hocbanner.title": "Get Creative with Coding!",
|
||||
"hocbanner.moreActivities": "See more activities",
|
||||
"hocbanner.imagine": "Mag-isip ng Mundo",
|
||||
"hocbanner.codeACartoon": "Mag-code ng Cartoon",
|
||||
"hocbanner.talking": "Kuwento-kuwento",
|
||||
"hocbanner.makeItFly": "Make It Fly",
|
||||
"hocbanner.makeMusic": "Gumawa ng Musika",
|
||||
"hocbanner.chaseGame": "Gumawa ng Larong Habulan",
|
||||
"welcome.welcomeToScratch": "Welcome to Scratch!",
|
||||
"welcome.learn": "Learn how to make a project in Scratch",
|
||||
"welcome.tryOut": "Try out starter projects",
|
||||
"welcome.connect": "Connect with other Scratchers",
|
||||
"activity.seeUpdates": "This is where you will see updates from Scratchers you follow",
|
||||
"activity.checkOutScratchers": "Check out some Scratchers you might like to follow"
|
||||
}
|
10
www/scratch-website.starter-projects-l10njson/fil.json
Normal file
10
www/scratch-website.starter-projects-l10njson/fil.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"starterProjects.starterProjects": "Starter Projects",
|
||||
"starterProjects.intro": "Try out these starter projects from the Scratch Team. Look inside and remix to make changes and add your ideas.",
|
||||
"starterProjects.animation": "Animation",
|
||||
"starterProjects.games": "Mga Laro",
|
||||
"starterProjects.interactiveArt": "Interactive Art",
|
||||
"starterProjects.musicDance": "Music and Dance",
|
||||
"starterProjects.stories": "Mga Kuwento",
|
||||
"starterProjects.video": "Video Sensing"
|
||||
}
|
140
www/scratch-website.studio-l10njson/fil.json
Normal file
140
www/scratch-website.studio-l10njson/fil.json
Normal file
|
@ -0,0 +1,140 @@
|
|||
{
|
||||
"studio.tabNavProjects": "Mga Proyekto",
|
||||
"studio.tabNavProjectsWithCount": "Projects {projectCount}",
|
||||
"studio.tabNavCurators": "Curators",
|
||||
"studio.tabNavComments": "Mga Komento",
|
||||
"studio.tabNavCommentsWithCount": "Comments {commentCount}",
|
||||
"studio.tabNavActivity": "Activity",
|
||||
"studio.showingDeleted": "Showing Deleted Studio",
|
||||
"studio.title": "Title",
|
||||
"studio.description": "Description",
|
||||
"studio.thumbnail": "Thumbnail",
|
||||
"studio.updateErrors.generic": "Something went wrong updating the studio.",
|
||||
"studio.updateErrors.inappropriate": "That seems inappropriate. Please be respectful.",
|
||||
"studio.updateErrors.textTooLong": "That is too long.",
|
||||
"studio.updateErrors.requiredField": "This cannot be blank.",
|
||||
"studio.updateErrors.thumbnailTooLarge": "Maximum file size is 512 KB and less than 500x500 pixels.",
|
||||
"studio.updateErrors.thumbnailInvalid": "Upload a valid image. The file you uploaded was either not an image or a corrupted image.",
|
||||
"studio.followErrors.confirmEmail": "Please confirm your email address first",
|
||||
"studio.followErrors.generic": "Something went wrong following the studio",
|
||||
"studio.sectionLoadError.projectsHeadline": "Something went wrong loading projects",
|
||||
"studio.sectionLoadError.curatorsHeadline": "Something went wrong loading curators",
|
||||
"studio.sectionLoadError.managersHeadline": "Something went wrong loading managers",
|
||||
"studio.sectionLoadError.activityHeadline": "Something went wrong loading activity",
|
||||
"studio.sectionLoadError.tryAgain": "Subukan muli",
|
||||
"studio.projectsHeader": "Mga Proyekto",
|
||||
"studio.addProjectsHeader": "Add Projects",
|
||||
"studio.addProject": "Add by URL",
|
||||
"studio.openToAll": "Anyone can add projects",
|
||||
"studio.addProjects.noSharedYet": "You don’t have shared projects that you can add to this studio yet.",
|
||||
"studio.addProjects.noFavoritedYet": "You don’t have favorite projects that you can add to this studio yet.",
|
||||
"studio.addProjects.noRecentYet": "You don’t have recently viewed projects that you can add to this studio yet.",
|
||||
"studio.addProjects.noStudentsYet": "You don’t have student projects that you can add to this studio yet.",
|
||||
"studio.projectsEmptyCanAdd1": "Your studio is looking a little empty.",
|
||||
"studio.projectsEmptyCanAdd2": "Add your first project!",
|
||||
"studio.projectsEmpty1": "This studio has no projects yet.",
|
||||
"studio.projectsEmpty2": "Suggest projects you want to add in the comments!",
|
||||
"studio.browseProjects": "Browse Projects",
|
||||
"studio.projectErrors.checkUrl": "Could not find that project. Check the URL and try again.",
|
||||
"studio.projectErrors.generic": "Could not add project.",
|
||||
"studio.projectErrors.tooFast": "You are adding projects too quickly.",
|
||||
"studio.projectErrors.permission": "You do not have permission to add that project.",
|
||||
"studio.projectErrors.duplicate": "That project is already in this studio.",
|
||||
"studio.creatorRole": "Studio Creator",
|
||||
"studio.hostRole": "Studio Host",
|
||||
"studio.managersHeader": "Managers",
|
||||
"studio.unfollowStudio": "Unfollow Studio",
|
||||
"studio.followStudio": "Follow Studio",
|
||||
"studio.editThumbnail": "Edit Thumbnail",
|
||||
"studio.curatorsHeader": "Curators",
|
||||
"studio.inviteCuratorsHeader": "Invite Curators",
|
||||
"studio.inviteCurator": "Invite",
|
||||
"studio.inviteCuratorPlaceholder": "Scratch Username",
|
||||
"studio.curatorInvitationAccepted": "Congratulations! You are now a curator of this studio.",
|
||||
"studio.curatorInvitation": "You’ve been invited to become a curator of this studio.",
|
||||
"studio.curatorAcceptInvite": "Accept Invite",
|
||||
"studio.curatorInvitationError": "Something went wrong, try again later.",
|
||||
"studio.curatorsEmptyCanAdd1": "You don’t have curators right now.",
|
||||
"studio.curatorsEmptyCanAdd2": "Add some curators to collaborate with!",
|
||||
"studio.curatorsEmpty1": "This studio has no curators right now.",
|
||||
"studio.curatorErrors.generic": "Could not invite curator.",
|
||||
"studio.curatorErrors.alreadyCurator": "They are already part of the studio.",
|
||||
"studio.curatorErrors.unknownUsername": "Could not invite a curator with that username.",
|
||||
"studio.curatorErrors.tooFast": "You are adding curators too fast.",
|
||||
"studio.curatorDoYouWantToPromote": "Do you want to promote this person to a manager?",
|
||||
"studio.curatorManagersCan": "Managers can...",
|
||||
"studio.curatorAddAndDeleteCurators": "add and delete curators",
|
||||
"studio.curatorDeleteManagers": "delete other managers",
|
||||
"studio.curatorAddAndDeleteProjects": "add and delete projects",
|
||||
"studio.curatorIfYouTrust": "If you trust this person and you’re sure you want to give them extra permissions, click Promote.",
|
||||
"studio.managerLimitReachedHeader": "This studio has reached the limit of {managerLimit} managers.",
|
||||
"studio.managerLimitMessageCollaborative": "It’s great to see that this studio is collaborative!",
|
||||
"studio.managerLimitMessageRemoveManagers": "Before you can add another manager, you will need to remove an existing manager.",
|
||||
"studio.managerCountInfo": "{numberOfManagers} of {managerLimit}",
|
||||
"studio.managerThresholdInfo": "This studio has {numberOfManagers} managers. Studios can have a maximum of {managerLimit} managers.",
|
||||
"studio.managerThresholdRemoveManagers": "Before you can add another manager, you will need to remove managers until there are fewer than {managerLimit}.",
|
||||
"studio.transfer.youAreAboutTo": "You are about to make someone else the studio host.",
|
||||
"studio.transfer.cannotUndo": "You cannot undo this.",
|
||||
"studio.transfer.thisMeans": "This means...",
|
||||
"studio.transfer.noLongerEdit": "You will no longer be able to edit the title, thumbnail, and description",
|
||||
"studio.transfer.noLongerDelete": "You will no longer be able to delete the studio",
|
||||
"studio.transfer.whichManager": "Which manager do you want to make the host?",
|
||||
"studio.transfer.currentHost": "Current Host",
|
||||
"studio.transfer.newHost": "New Host",
|
||||
"studio.transfer.confirmWithPassword": "To confirm changing the studio host, please enter your password.",
|
||||
"studio.transfer.forgotPassword": "Forgot password?",
|
||||
"studio.transfer.alert.somethingWentWrong": "Something went wrong transferring this studio to a new host.",
|
||||
"studio.transfer.alert.wasntTheRightPassword": "Hmm, that wasn’t the right password.",
|
||||
"studio.transfer.alert.tooManyPasswordAttempts": "Too many password attempts. Please try again later.",
|
||||
"studio.transfer.alert.thisUserCannotBecomeHost": "This user cannot become the host — try transferring to another manager",
|
||||
"studio.remove": "Remove",
|
||||
"studio.promote": "Promote",
|
||||
"studio.transfer": "Change Studio Host",
|
||||
"studio.cancel": "Kanselahin",
|
||||
"studio.okay": "Sige",
|
||||
"studio.next": "Susunod",
|
||||
"studio.back": "Bumalik",
|
||||
"studio.confirm": "Confirm",
|
||||
"studio.commentsHeader": "Mga Komento",
|
||||
"studio.commentsNotAllowed": "Commenting for this studio has been turned off.",
|
||||
"studio.comments.toggleOff": "Nakapatay ang Pagkokomento",
|
||||
"studio.comments.toggleOn": "Bukas ang pagkokomento",
|
||||
"studio.comments.turnedOff": "Sorry, comment posting has been turned off for this studio.",
|
||||
"studio.comments.turnedOffGlobally": "Studio comments across Scratch are turned off, but don't worry, your comments are saved and will be back soon.",
|
||||
"studio.sharedFilter": "Nakabahagi",
|
||||
"studio.favoritedFilter": "Favorited",
|
||||
"studio.recentFilter": "Kamakailan",
|
||||
"studio.studentsFilter": "Students",
|
||||
"studio.activityHeader": "Activity",
|
||||
"studio.activityAddProjectToStudio": "{profileLink} added the project {projectLink}",
|
||||
"studio.activityRemoveProjectStudio": "{profileLink} removed the project {projectLink}",
|
||||
"studio.activityUpdateStudio": "{profileLink} made edits to the title, thumbnail, or description",
|
||||
"studio.activityBecomeCurator": "{newCuratorProfileLink} accepted an invitation from {inviterProfileLink} to curate this studio",
|
||||
"studio.activityRemoveCurator": "{removerProfileLink} removed the curator {removedProfileLink}",
|
||||
"studio.activityBecomeOwner": "{promotedProfileLink} was promoted to manager by {promotorProfileLink}",
|
||||
"studio.activityBecomeHost": "{newHostProfileLink} was made the studio host by {actorProfileLink}",
|
||||
"studio.activityBecomeHostAdminActor": "{newHostProfileLink} was made the studio host by a Scratch Team member",
|
||||
"studio.lastUpdated": "Updated {lastUpdatedDate, date, medium}",
|
||||
"studio.followerCount": "{followerCount} followers",
|
||||
"studio.reportThisStudio": "Report this studio",
|
||||
"studio.reportPleaseExplain": "Please select which part of the studio you find to be disrespectful or inappropriate, or otherwise breaks the Scratch Community Guidelines.",
|
||||
"studio.reportAreThereComments": "Are there inappropriate comments in the studio? Please report them by clicking the \"report\" button on the individual comments.",
|
||||
"studio.reportThanksForLettingUsKnow": "Thanks for letting us know!",
|
||||
"studio.reportYourFeedback": "Your feedback will help us make Scratch better.",
|
||||
"studio.mutedCurators": "You will be able to invite curators and add managers again {inDuration}.",
|
||||
"studio.mutedProjects": "You will be able to add and remove projects again {inDuration}.",
|
||||
"studio.mutedEdit": "You will be able to edit studios again {inDuration}.",
|
||||
"studio.mutedPaused": "Your account has been paused from using studios until then.",
|
||||
"studio.mutedError": "Your account has been paused from using studios. Refresh for more information.",
|
||||
"studio.alertProjectAdded": "\"{title}\" added to studio",
|
||||
"studio.alertProjectAlreadyAdded": "That project is already in this studio",
|
||||
"studio.alertProjectRemoveError": "Something went wrong removing the project",
|
||||
"studio.alertProjectAddError": "Something went wrong adding the project",
|
||||
"studio.alertCuratorAlreadyInvited": "\"{name}\" has already been invited",
|
||||
"studio.alertCuratorInvited": "Curator invite sent to \"{name}\"",
|
||||
"studio.alertManagerPromote": "\"{name}\" is now a manager",
|
||||
"studio.alertManagerPromoteError": "Something went wrong promoting \"{name}\"",
|
||||
"studio.alertMemberRemoveError": "Something went wrong removing \"{name}\"",
|
||||
"studio.alertTransfer": "\"{name}\" is now the host",
|
||||
"studio.alertTransferRateLimit": "A studio can only change hosts once per day. Try again tomorrow."
|
||||
}
|
69
www/scratch-website.teacher-faq-l10njson/fil.json
Normal file
69
www/scratch-website.teacher-faq-l10njson/fil.json
Normal file
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"teacherfaq.title": "Scratch Teacher Account FAQ",
|
||||
"teacherfaq.educatorTitle": "Scratch Educator FAQ",
|
||||
"teacherfaq.educatorGetStartedTitle": "I’m an educator who is new to Scratch, how can I get started?",
|
||||
"teacherfaq.educatorGetStartedBody": "Scratch has many resources available to help you get started! Please see our {educatorResourcesLink} for Guides, Tutorials, and many other resources to help you run your class with Scratch!",
|
||||
"teacherfaq.educatorResourcesLink": "Educator Resources page",
|
||||
"teacherfaq.teacherWhatTitle": "What are teacher accounts?",
|
||||
"teacherfaq.teacherWhatBody": "A Scratch Teacher Account provides educators with additional features to manage student participation on Scratch, including the ability to create student accounts, organize student projects into studios, and monitor student comments. Learn more about Teacher Accounts in the video below:",
|
||||
"teacherfaq.teacherSignUpTitle": "How do I request a teacher account?",
|
||||
"teacherfaq.teacherSignUpBody": "To request a Teacher Account, please go to the teacher account <a href=\"/educators/register\">request form</a>.",
|
||||
"teacherfaq.classMultipleTeachersTitle": "Can a class have multiple teachers?",
|
||||
"teacherfaq.classMultipleTeachersBody": "A class can only have one teacher account associated with it.",
|
||||
"teacherfaq.teacherPersonalTitle": "Why do you need to know my personal information during registration?",
|
||||
"teacherfaq.teacherPersonalBody": "We use this information to verify the account creator is an educator. We will not share this information with anyone else, and it will not be shared publicly on the site.",
|
||||
"teacherfaq.teacherGoogleTitle": "Does Scratch connect with Google Classroom, Clever or any other classroom management service?",
|
||||
"teacherfaq.teacherGoogleBody": "No, Scratch does not connect with any classroom management services.",
|
||||
"teacherfaq.teacherEdTitle": "Are Scratch Teacher accounts linked to ScratchEd accounts?",
|
||||
"teacherfaq.teacherEdBody": "No, Scratch Teacher accounts are not linked to <a href=\"http://scratched.gse.harvard.edu/\">ScratchEd</a> accounts.",
|
||||
"teacherfaq.teacherFeaturesTitle": "Does this feature exist, and if not, can you please add it?",
|
||||
"teacherfaq.teacherFeaturesBody": "Many features are commonly requested, including:",
|
||||
"teacherfaq.teacherFeaturesConvert": "Converting existing Scratch Accounts into Student Accounts",
|
||||
"teacherfaq.teacherMoveStudents": "Moving Student Accounts to other Teacher Accounts and Classes",
|
||||
"teacherfaq.teacherMultipleClasses": "Having Student Accounts be in multiple Classes, or associated with multiple Teacher Accounts",
|
||||
"teacherfaq.teacherLMSs": "Connecting with classroom management systems like Google Classroom and Clever",
|
||||
"teacherfaq.teacherLimitStudent": "Limit what features students have, such as seeing or being able to post comments",
|
||||
"teacherfaq.teacherWillNotImplement": "It is not currently possible to do any of these things on Scratch. We would love to expand the functionality of Teacher Accounts, and all of these features are things we would like to add. However, Scratch is a small organization and our resources are limited, so it may take us a very long time before we can implement any of these changes.",
|
||||
"teacherfaq.studentTransferTitle": "Can I transfer a student from one Teacher Account or class to another?",
|
||||
"teacherfaq.studentTransferBody": "No, it is not possible to transfer students from one class or teacher to another. You can create a new Student Account for the student using a different Teacher Account if they need to be part of a new class.",
|
||||
"teacherfaq.studentAccountsTitle": "Student Accounts",
|
||||
"teacherfaq.studentVerifyTitle": "Do I have to verify each of my student emails?",
|
||||
"teacherfaq.studentVerifyBody": "No. The Teacher Account’s email address is used for all Student Accounts, so there is no need to verify students’ email addresses.",
|
||||
"teacherfaq.studentEndTitle": "What happens when I \"end\" my class?",
|
||||
"teacherfaq.studentEndBody": "When you end a class, your class profile page will be hidden and your students will no longer be able to log in (but their projects and the class studios will still be visible on the site). You may re-open the class at any time. ",
|
||||
"teacherfaq.studentForgetTitle": "What happens if a student forgets their password?",
|
||||
"teacherfaq.studentForgetBody": "You can manually reset a student password from within your Scratch Teacher Account. First, navigate to My Classes (either from the purple banner on the homepage or in the dropdown menu next to your user icon). From there, find the correct Class and click on the Students link. You can then reset the password at the student level using the Settings menu. ",
|
||||
"teacherfaq.studentUnsharedTitle": "Can I see unshared student projects?",
|
||||
"teacherfaq.studentUnsharedBody": "Teacher accounts can only access shared student projects.",
|
||||
"teacherfaq.studentDeleteTitle": "Can I delete student accounts?",
|
||||
"teacherfaq.studentDeleteBody": "You cannot delete a student’s account by using a Teacher Account, but Student Accounts can be deleted through the {accountSettingsLink} page while logged in to the Student Account.",
|
||||
"teacherfaq.accountSettings": "Pagsasaayos sa Account",
|
||||
"teacherfaq.studentAddExistingTitle": "Some of my students already have Scratch accounts, how do I add them to my classroom?",
|
||||
"teacherfaq.studentAddExistingBody": "It is not possible to add an existing Scratch account to a classroom. You will need to create a new Student Account for them using your Teacher Account.",
|
||||
"teacherfaq.studentMultipleTitle": "Can a student be in multiple classes? ",
|
||||
"teacherfaq.studentMultipleBody": "A student can only be a part of one class.",
|
||||
"teacherfaq.studentDiscussTitle": "Is there a space to discuss Teacher Accounts with other teachers?",
|
||||
"teacherfaq.studentDiscussionBody": "Yes, you can engage in discussions with other teachers at {scratchEdLink}, an online community for Scratch educators. Check out their {forumsLink} to join conversations about a number of topics, including but not limited to Teacher Accounts. ScratchEd is developed and supported by the Harvard Graduate School of Education.",
|
||||
"teacherfaq.forums": "forums",
|
||||
"teacherfaq.privacyPolicy": "Scratch Privacy Policy",
|
||||
"teacherfaq.studentDataTitle": "What data does Scratch collect about students?",
|
||||
"teacherfaq.studentDataBody": "When a student first signs up on Scratch, we ask for basic demographic data including gender, age (birth month and year), country, and an email address for verification. This data is used (in aggregated form) in research studies intended to improve our understanding of how people learn with Scratch.",
|
||||
"teacherfaq.studentDataBody2": "When an educator uses a Scratch Teacher Account to create Student Accounts, students are not required to provide an email address. We encourage you to read the {privacyPolicyLink} for more information.",
|
||||
"teacherfaq.studentPrivacyLawsTitle": "Is Scratch compliant with United States local and federal data privacy laws?",
|
||||
"teacherfaq.studentPrivacyLawsBody": "Scratch cares deeply about the privacy of students and of all individuals who use our platform. We have physical and electronic procedures in place to protect the information we collect. Although we are not in a position to offer contractual guarantees with each entity that uses our free educational product, we are in compliance with all United States federal laws that are applicable to a 501(c)(3) non-profit organization. We encourage you to read the {privacyPolicyLink} for more information.",
|
||||
"teacherfaq.student250Title": "I want to add more than 250 students to a class, how can I do this?",
|
||||
"teacherfaq.student250Body": "It is not possible to add more than 250 students to a single class. You can, however, create a new class on the {myClassesLink} and add another 250 student accounts to each new class.",
|
||||
"teacherfaq.myClasses": "My Classes page",
|
||||
"teacherfaq.commTitle": "Komunidad",
|
||||
"teacherfaq.commHiddenTitle": "Can I create a private class?",
|
||||
"teacherfaq.commHiddenBody": "No. All content shared within your class will be accessible to the Scratch community.",
|
||||
"teacherfaq.commWhoTitle": "Who can my students interact with on Scratch?",
|
||||
"teacherfaq.commWhoBody": "Student accounts have the same community privileges as a regular Scratch account, such as sharing projects, commenting, creating studios, and the like. As a teacher, you can see all of your students' activity and perform light moderation actions within your class.",
|
||||
"teacherfaq.commInappropriateTitle": "What can I do if I see something inappropriate?",
|
||||
"teacherfaq.commInappropriateBody": "You can manually remove inappropriate comments and projects created by your students. If you find inappropriate content created by non-students, please notify the Scratch Team by clicking the ‘Report’ button.",
|
||||
"teacherfaq.commTurnOffCommentsTitle": "Can I turn off the ability for students to see and post comments?",
|
||||
"teacherfaq.commTurnOffCommentsBody": "No, you cannot disable the commenting feature for your students in the online Community. You can selectively turn off the ability for others to leave comments on their profiles and each individual project, but there is not a site-wide feature to restrict commenting. If commenting doesn’t feel right for your students, you may want to consider using the {desktopLink} which is an offline version of the Scratch project editor that does not include the online community.",
|
||||
"teacherfaq.commBlockGamesTitle": "Can I block my students from playing games on Scratch?",
|
||||
"teacherfaq.commBlockGamesBody1": "We do not remove projects that are games, or inspired by popular video games unless they contain other elements which would be inappropriate for children. We believe that children learn best when working on projects about things in their life they are passionate about; one of the things they are often passionate about is games.",
|
||||
"teacherfaq.commBlockGamesBody2": "If you are aware of any specific projects which do contain inappropriate elements, please click the 'Report' button which appears on the project page so we can take appropriate action."
|
||||
}
|
39
www/scratch-website.teacherregistration-l10njson/fil.json
Normal file
39
www/scratch-website.teacherregistration-l10njson/fil.json
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"teacherRegistration.nameStepTitle": "First & Last Name",
|
||||
"teacherRegistration.nameStepDescription": "Your name will not be displayed publicly, and will be kept confidential and secure.",
|
||||
"teacherRegistration.firstName": "First Name",
|
||||
"teacherRegistration.lastName": "Last Name",
|
||||
"teacherRegistration.phoneNumber": "Phone Number",
|
||||
"teacherRegistration.phoneStepDescription": "Your phone number will not be displayed publicly, and will be kept confidential and secure",
|
||||
"teacherRegistration.phoneConsent": "Yes, the Scratch Team may call me to verify my Teacher Account if needed",
|
||||
"teacherRegistration.validationPhoneNumber": "Please enter a valid phone number",
|
||||
"teacherRegistration.validationPhoneConsent": "You must consent to verification of your Teacher Account",
|
||||
"teacherRegistration.privacyDescription": "Your information will not be displayed publicly, and will be kept confidential and secure.",
|
||||
"teacherRegistration.organization": "Organization",
|
||||
"teacherRegistration.orgTitle": "Your Role",
|
||||
"teacherRegistration.orgType": "Type of Organization",
|
||||
"teacherRegistration.checkAll": "Check all that apply",
|
||||
"teacherRegistration.orgChoiceElementarySchool": "Elementary School",
|
||||
"teacherRegistration.orgChoiceMiddleSchool": "Middle School",
|
||||
"teacherRegistration.orgChoiceHighSchool": "High School",
|
||||
"teacherRegistration.orgChoiceUniversity": "College/University",
|
||||
"teacherRegistration.orgChoiceAfterschool": "Afterschool Program",
|
||||
"teacherRegistration.orgChoiceMuseum": "Museum",
|
||||
"teacherRegistration.orgChoiceLibrary": "Library",
|
||||
"teacherRegistration.orgChoiceCamp": "Camp",
|
||||
"teacherRegistration.notRequired": "Di Kailangan",
|
||||
"teacherRegistration.addressLine1": "Address Line 1",
|
||||
"teacherRegistration.addressLine2": "Address Line 2 (Optional)",
|
||||
"teacherRegistration.zipCode": "ZIP",
|
||||
"teacherRegistration.stateProvince": "State",
|
||||
"teacherRegistration.city": "City",
|
||||
"teacherRegistration.addressStepTitle": "Address",
|
||||
"teacherRegistration.useScratchStepTitle": "How you plan to use Scratch",
|
||||
"teacherRegistration.useScratchStepDescription": "Tell us a little about how you plan to use Scratch. Why do we ask for this information",
|
||||
"teacherRegistration.useScratchMaxLength": "Description must be at most 300 characters",
|
||||
"teacherRegistration.howUseScratch": "How do you plan to use Scratch at your organization?",
|
||||
"teacherRegistration.emailStepTitle": "Email Address",
|
||||
"teacherRegistration.emailStepDescription": "We will send you a confirmation email that will allow you to access your Scratch Teacher Account.",
|
||||
"teacherRegistration.validationEmailMatch": "Hindi po tugma ang mga email",
|
||||
"teacherRegistration.validationAge": "Sorry, teachers must be at least 16 years old"
|
||||
}
|
37
www/scratch-website.wedo2-l10njson/fil.json
Normal file
37
www/scratch-website.wedo2-l10njson/fil.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"wedo2.headerText": "{wedo2Link} is an introductory invention kit you can use to build interactive robots and other creations. You can snap together Scratch programming blocks to interact with your WeDo 2.0 creations and add animations and sounds.",
|
||||
"wedo2.gettingStarted": "Magsimula",
|
||||
"wedo2.connectingWedo2": "Connecting WeDo 2.0 to Scratch",
|
||||
"wedo2.useScratch3": "Use the {scratch3Link} editor.",
|
||||
"wedo2.addExtension": "Add the WeDo 2.0 extension.",
|
||||
"wedo2.thingsToTry": "Things to Try",
|
||||
"wedo2.makeMotorMove": "Make a motor move",
|
||||
"wedo2.plugMotorIn": "Plug a motor into the WeDo.",
|
||||
"wedo2.clickMotorBlock": "Find the {motorBlockText} block and click on it.",
|
||||
"wedo2.motorBlockText": "\"turn motor on for 1 seconds\"",
|
||||
"wedo2.starterProjects": "Starter Projects",
|
||||
"wedo2.starter1PetTitle": "Make Your Own Pet",
|
||||
"wedo2.starter1PetDescription": "Use a motor to make a spinning tail for your virtual pet.",
|
||||
"wedo2.starter2FoxTitle": "Move the Fox",
|
||||
"wedo2.starter2FoxDescription": "Use the tilt sensor to move the fox back and forth.",
|
||||
"wedo2.starter3PufferfishTitle": "Inflating Pufferfish",
|
||||
"wedo2.starter3PufferfishDescription": "Use the distance sensor to make the fish grow.",
|
||||
"wedo2.troubleshootingTitle": "Troubleshooting",
|
||||
"wedo2.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"wedo2.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
"wedo2.winOSVersionLinkText": "Windows",
|
||||
"wedo2.macOSVersionLinkText": "Mac OS",
|
||||
"wedo2.closeScratchCopiesTitle": "Close other copies of Scratch",
|
||||
"wedo2.closeScratchCopiesText": "Only one copy of Scratch can connect with the WeDo 2.0 at a time. If you have Scratch open in other browser tabs, close it and try again.",
|
||||
"wedo2.otherComputerConnectedTitle": "Make sure no other computer is connected to your WeDo 2.0",
|
||||
"wedo2.otherComputerConnectedText": "Only one computer can be connected to an WeDo 2.0 at a time. If you have another computer connected to your WeDo 2.0, disconnect the WeDo 2.0 or close Scratch on that computer and try again.",
|
||||
"wedo2.updateLinkTitle": "Update Scratch Link",
|
||||
"wedo2.updateLinkText": "Make sure you have installed the latest version of Scratch Link.",
|
||||
"wedo2.legacyInfoTitle": "Using Scratch 2.0?",
|
||||
"wedo2.legacyInfoText": "Visit our page about {wedoLegacyLink}.",
|
||||
"wedo2.legacyLinkText": "using WeDo with Scratch 2.0",
|
||||
"wedo2.imgAltWeDoIllustration": "An illustration of a WeDo2 featuring a tilt sensor and a motor.",
|
||||
"wedo2.imgAltStarter1Pet": "A Scratch project with a dog and a taco.",
|
||||
"wedo2.imgAltStarter2Fox": "A Scratch project with a fox moving back and forth.",
|
||||
"wedo2.imgAltStarter3Pufferfish": "A Scratch project with dinosaurs."
|
||||
}
|
21
www/scratch-website.wedo2-legacy-l10njson/fil.json
Normal file
21
www/scratch-website.wedo2-legacy-l10njson/fil.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"wedoLegacy.intro": "The LEGO® Education WeDo 2.0 is an introductory invention kit you can use to build your own interactive machines. You can snap together Scratch programming blocks to interact with your LEGO WeDo creations and add animations on the screen.",
|
||||
"wedoLegacy.requirement": "The LEGO WeDo 2.0 extension is available for Mac OSX and Windows 10+.",
|
||||
"wedoLegacy.getStarted": "Getting Started with LEGO WeDo 2.0",
|
||||
"wedoLegacy.installTitle": "1. Install Device Manager",
|
||||
"wedoLegacy.installText": "The Device Manager lets you connect WeDo 2.0 to Scratch using Bluetooth",
|
||||
"wedoLegacy.downloadMac": "Download for Mac OSX",
|
||||
"wedoLegacy.downloadWin": "Download for Windows 10+",
|
||||
"wedoLegacy.setupTitle": "2. Setup & Help",
|
||||
"wedoLegacy.setupText": "Connect your WeDo 2.0 by following the steps in the <a href=\"/projects/editor/?tip_bar=ext2\">Tips Window</a>",
|
||||
"wedoLegacy.createTitle": "3. Create",
|
||||
"wedoLegacy.createText": "Use the WeDo extension blocks to turn on lights, control motors, and make your project interactive",
|
||||
"wedoLegacy.wedo2SetupInstructions": "WeDo 2.0 Setup Instructions",
|
||||
"wedoLegacy.wedo1SetupInstructions": "WeDo 1.0 Setup Instructions",
|
||||
"wedoLegacy.starterProjects": "WeDo 2.0 Starter Projects",
|
||||
"wedoLegacy.starterMotor": "Motor",
|
||||
"wedoLegacy.starterDistance": "Distance Sensor",
|
||||
"wedoLegacy.starterTilt": "Tilt Sensor",
|
||||
"wedoLegacy.versionTitle": "Which version do you have?",
|
||||
"wedoLegacy.versionText": "You can also use Scratch to program the original LEGO WeDo (LEGO WeDo 1.0)."
|
||||
}
|
Loading…
Reference in a new issue