{
    "CATEGORY_COLOR"     : "Colour",
    "CATEGORY_CONTROL"   : "Control",
    "CATEGORY_EVENTS"    : "Events",
    "CATEGORY_LISTS"     : "Lists",
    "CATEGORY_LOGIC"     : "Logic",
    "CATEGORY_FUNCTIONS" : "Functions",
    "CATEGORY_MATH"      : "Math",
    "CATEGORY_VARIABLES" : "Variables",
    "CATEGORY_FUN"       : "Fun",
    "CATEGORY_MISC"      : "Misc",

    "COLOR_RANDOM" : "random colour",
    "COLOR_LERP"   : "lerp from %1 to %2 % %3",

    "LOOP_FOREVER_REPEAT"  : "Repeat",
    "LOOP_FOREVER_FOREVER" : "forever",

    "LOOP_X_TIMES_REPEAT" : "Repeat %1 times",

    "LOOP_EVERY_REPEAT" : "Every",

    "LOOP_IN" : "In %1 %2",

    "WHEN"          : "When",
    "GLOBAL_EVENT"  : "When %1",
    "COLLIDES_WITH" : "collides with",
    "RESTART_CODE"  : "Restart code",

    "APP_STARTS" : "app starts",

    "KEY_EVENT" : "When key %1 is %2",

    "RANDOM_CAT" : "random cat",

    "MATH_LERP" : "lerp from %1 to %2 % %3",

    "FUNCTION_DEFINITION_NAME"         : "function",
    "FUNCTION_DEFINITION_DEFAULT_NAME" : "my function",
    "FUNCTION_DEFINITION_DO"           : "do",
    "FUNCTION_DEFINITION_RETURNS"      : "returns",

    "BLOCK_VALUE"                : "value",
    "BLOCK_SET_BACKGROUND_COLOR" : "set background color to %1",
    "BLOCK_IS_CLICKED"           : "is clicked",

    "BLOCK_UI_MOVE_BY"                  : "move  %1 pixels",
    "BLOCK_UI_ROTATE"                   : "turn %1 %2 degrees",
    "BLOCK_UI_ROTATE_CLOCKWISE"         : "turn \u21BB %1 degrees",
    "BLOCK_UI_ROTATE_COUNTER_CLOCKWISE" : "turn \u21BA %1 degrees",
    "BLOCK_UI_ABSOLUTE_ROTATE"          : "point to %1 degrees",
    "BLOCK_UI_SCALE"                    : "set size to %1 %",
    "BLOCK_UI_RELATIVE_SCALE"           : "change size by %1 %",
    "BLOCK_UI_SET_X_Y"                  : "move to x %1, y %2",
    "BLOCK_UI_SET_X"                    : "set x to %1",
    "BLOCK_UI_SET_Y"                    : "set y to %1",
    "BLOCK_UI_VISIBILITY_SHOW"          : "Show",
    "BLOCK_UI_VISIBILITY_HIDE"          : "Hide",
    "BLOCK_UI_TOGGLE_VISIBILITY"        : "toggle visibility",
    "BLOCK_UI_X"                        : "x position",
    "BLOCK_UI_Y"                        : "y position",
    "BLOCK_UI_SIZE"                     : "size",
    "BLOCK_UI_ROTATION"                 : "rotation",

    "DIRECTION_UP"    : "up",
    "DIRECTION_DOWN"  : "down",
    "DIRECTION_LEFT"  : "left",
    "DIRECTION_RIGHT" : "right",

    "BLOCK_DATA_REFRESH"    : "refresh data",
    "BLOCK_DATA_SET_CONFIG" : "set %1 to %2",
    "BLOCK_DATA_FOR_EACH"   : "for each item in",
    "BLOCK_DATA_UPDATED"    : "updated",

    "BLOCK_RSS_SET_SOURCE" : "set source %1",

    "BLOCK_BOX_SET_STROKE_SIZE"      : "set stroke size to %1",
    "BLOCK_BOX_SET_STROKE_COLOR"     : "set stroke colour to %1",
    "BLOCK_BOX_SET_BACKGROUND_COLOR" : "set background colour %1",

    "BLOCK_BUTTON_LABEL"          : "label",
    "BLOCK_BUTTON_SET_LABEL"      : "set label to %1",
    "BLOCK_BUTTON_SET_TEXT_COLOR" : "set text colour to %1",

    "BLOCK_CLOCK_CURRENT" : "current %1",
    "BLOCK_CLOCK_YEAR"    : "Year",
    "BLOCK_CLOCK_MONTH"   : "Month",
    "BLOCK_CLOCK_DAY"     : "Day",
    "BLOCK_CLOCK_HOUR"    : "Hour",
    "BLOCK_CLOCK_MINUTE"  : "Minute",
    "BLOCK_CLOCK_SECONDS" : "Seconds",
    "BLOCK_CLOCK_DATE"    : "Date",
    "BLOCK_CLOCK_TIME"    : "Time",

    "BLOCK_MAP_MOVE_MARKER"        : "move marker to lat %1 long %2",
    "BLOCK_MAP_MOVE_MARKER_RANDOM" : "move marker to random",
    "BLOCK_MAP_SET_VIEW"           : "set view to: %1",
    "BLOCK_MAP_SET_ZOOM"           : "set zoom to: %1",
    "BLOCK_MAP_MAP"                : "Map",
    "BLOCK_MAP_SATELLITE"          : "Satellite",

    "BLOCK_MIC_VOLUME"      : "volume",
    "BLOCK_MIC_PITCH"       : "pitch",
    "BLOCK_MIC_WHEN_VOLUME" : "when volume goes %1 %2",
    "BLOCK_MIC_OVER"        : "over",
    "BLOCK_MIC_UNDER"       : "under",


    "BLOCK_OSC_SET_SPEED" : "set speed %1",
    "BLOCK_OSC_SPEED"     : "speed",
    "BLOCK_OSC_SET_DELAY" : "set delay %1",
    "BLOCK_OSC_DELAY"     : "delay",

    "BLOCK_PICTURE_LIST_LENGTH"      : "length",
    "BLOCK_PICTURE_LIST_ADD_PICTURE" : "add picture %1",
    "BLOCK_PICTURE_LIST_GET_PICTURE" : "get picture %1 in list",
    "BLOCK_PICTURE_LIST_FOR_EACH"    : "for each picture",
    "BLOCK_PICTURE_LIST_PICTURE"     : "picture",
    "BLOCK_PICTURE_LIST_PLAY"        : "play",
    "BLOCK_PICTURE_LIST_PAUSE"       : "pause",
    "BLOCK_PICTURE_LIST_SET_SPEED"   : "set speed to %1",
    "BLOCK_PICTURE_LIST_SAVE_GIF"    : "save gif",

    "BLOCK_SCROLL_SCROLL" : "scroll %1",

    "BLOCK_SPEAKER_SAY"           : "say %1 % speed %2 accent %3",
    "BLOCK_SPEAKER_BRITISH"       : "British English",
    "BLOCK_SPEAKER_US"            : "US English",
    "BLOCK_SPEAKER_FRENCH"        : "French",
    "BLOCK_SPEAKER_GERMAN"        : "German",
    "BLOCK_SPEAKER_ITALIAN"       : "Italian",
    "BLOCK_SPEAKER_PLAY"          : "play %1",
    "BLOCK_SPEAKER_PLAYBACK_RATE" : "set pitch to %1",
    "BLOCK_SPEAKER_LOOP"          : "loop %1",
    "BLOCK_SPEAKER_VOLUME"        : "set volume %1",
    "BLOCK_SPEAKER_RANDOM_FROM"   : "random sound %1",
    "BLOCK_SPEAKER_PICKER_HEADING" : "Pick Sound",

    "BLOCK_SYNTH_PLAY_FREQUENCY_FOR" : "play pitch %1 for %2 miliseconds",
    "BLOCK_SYNTH_START"              : "start",
    "BLOCK_SYNTH_STOP"               : "stop",
    "BLOCK_SYNTH_SET_FREQUENCY"      : "set pitch %1",
    "BLOCK_SYNTH_SET_WAVE"           : "set wave %1",

    "BLOCK_STICKER_SET"         : "set to %1",
    "BLOCK_STICKER_RANDOM"      : "random sticker",
    "BLOCK_STICKER_RANDOM_FROM" : "random %1",

    "BLOCK_TEXT_SET"  : "set text to %1",
    "BLOCK_TEXT_TEXT" : "text",

    "BLOCK_TERMINAL_TOGGLE"  : "toggle %1",
    "BLOCK_TERMINAL_ON" : "on",
    "BLOCK_TERMINAL_OFF" : "off",
    "BLOCK_TERMINAL_PRINT_LINE" : "print line %1",
    "BLOCK_TERMINAL_PRINT" : "print %1",
    "BLOCK_TERMINAL_CLEAR" : "clear",

    "BLOCK_TEXT_INPUT_CHANGED"         : "has changed",
    "BLOCK_TEXT_INPUT_PLACEHOLDER"     : "placeholder",
    "BLOCK_TEXT_INPUT_SET_VALUE"       : "set value to %1",
    "BLOCK_TEXT_INPUT_SET_PLACEHOLDER" : "set placeholder to %1",

    "BLOCK_CANVAS_SETBACKGROUND_COLOR" : "background colour %1",
    "BLOCK_CANVAS_LINE_TO"             : "line to x %1 y %2",
    "BLOCK_CANVAS_LINE_ALONG"          : "line along %1 down %2",
    "BLOCK_CANVAS_FILL_COLOR"          : "fill colour %1",
    "BLOCK_CANVAS_NO_FILL"             : "no fill",
    "BLOCK_CANVAS_STROKE"              : "stroke colour %1 thickness %2",
    "BLOCK_CANVAS_CIRCLE"              : "circle radius %1",
    "BLOCK_CANVAS_ELIPSE"              : "ellipse width %1 height %2",
    "BLOCK_CANVAS_SQUARE"              : "square size %1",
    "BLOCK_CANVAS_RECTANGLE"           : "rectangle width %1 height %2",
    "BLOCK_CANVAS_TRIANGLE"            : "triangle width %1 height %2",
    "BLOCK_CANVAS_ARC"                 : "arc %1 %2 %3 %4",
    "BLOCK_CANVAS_POLYGON"             : "polygon",
    "BLOCK_CANVAS_CLOSE_PATH"          : "close path",
    "BLOCK_CANVAS_PIXEL"               : "pixel",
    "BLOCK_CANVAS_MOVE_TO"             : "move to x %1 y %2",
    "BLOCK_CANVAS_MOVE_TO_RANDOM"      : "move to random point",
    "BLOCK_CANVAS_MOVE_BY"             : "move by x %1 y %2",
    "BLOCK_CANVAS_REPEAT_DRAWING"      : "repeat %1 with rotation %2 move x %3 move y %4",
    "BLOCK_CANVAS_REPEAT_IN_CIRCLE"    : "repeat in circle %1 branches",
    "BLOCK_CANVAS_STAMP"               : "stamp %1 size %2 rotation %3",

    "BLOCK_WEATHER_IS"     : "is %1",
    "BLOCK_WEATHER_SUNNY"  : "sunny",
    "BLOCK_WEATHER_RAINY"  : "rainy",
    "BLOCK_WEATHER_CLOUDY" : "cloudy",
    "BLOCK_WEATHER_SNOWY"  : "snowy",

    "BLOCK_LIGHT_MOVE_BY" : "move %1 by %2 pixels",

    "BLOCK_LIGHT_ANIMATION_PLAY"          : "play",
    "BLOCK_LIGHT_ANIMATION_PLAY_ONCE"     : "play once",
    "BLOCK_LIGHT_ANIMATION_STOP"          : "stop",
    "BLOCK_LIGHT_ANIMATION_GO_TO_FRAME"   : "go to frame nº %1",
    "BLOCK_LIGHT_ANIMATION_SET_SPEED"     : "set speed to %1",
    "BLOCK_LIGHT_ANIMATION_FRAME_COUNT"   : "frame count",
    "BLOCK_LIGHT_ANIMATION_CURRENT_FRAME" : "current frame",

    "BLOCK_LIGHT_ANIMATION_DISPLAY_SET_ANIMATION" : "set animation to %1",

    "BLOCK_LIGHT_CIRCLE_SET_RADIUS" : "set radius to %1",
    "BLOCK_LIGHT_CIRCLE_SET_COLOR"  : "set colour to %1",
    "BLOCK_LIGHT_CIRCLE_RADIUS"     : "radius",
    "BLOCK_LIGHT_CIRCLE_COLOR"      : "colour",

    "BLOCK_LIGHT_RECTANGLE_SET_WIDTH"  : "set width to %1",
    "BLOCK_LIGHT_RECTANGLE_SET_HEIGHT" : "set height to %1",
    "BLOCK_LIGHT_RECTANGLE_WIDTH"      : "width",
    "BLOCK_LIGHT_RECTANGLE_HEIGHT"     : "height",

    "BLOCK_FIREWORKS_REPEAT"   : "repeat 10 times %1 %2",
    "BLOCK_FIREWORKS_AT"       : "fireworks at %1",
    "BLOCK_FIREWORKS_ANYWHERE" : "anywhere",

    "BLOCK_TALKING_FACE_SAY"         : "Say %1",
    "BLOCK_TALKING_FACE_SUPERPOWERS" : "You now have superpowers!",
    "BLOCK_TALKING_FACE_SAY_IN"      : "Say in %1 %2",
    "BLOCK_TALKING_FACE_SCOTTISH"    : "Scottish",
    "BLOCK_TALKING_FACE_ENGLISH"     : "English",
    "BLOCK_TALKING_FACE_AMERICAN"    : "American",
    "BLOCK_TALKING_FACE_ITALIAN"     : "Italian",
    "BLOCK_TALKING_FACE_FRENCH"      : "French",
    "BLOCK_TALKING_FACE_BUBBLES"     : "Bubbles",

    "BLOCK_GYRO_ACCELEROMETER_GYRO_AXIS"  : "Gyroscope %1 axis",
    "BLOCK_GYRO_ACCELEROMETER_ACCEL_AXIS" : "Accelerometer %1 axis",

    "BLOCK_MOTION_WHEN"         : "when",
    "BLOCK_MOTION_IS_TRIGGERED" : "is triggered",

    "BLOCK_MOUSE_X"          : "X position",
    "BLOCK_MOUSE_Y"          : "Y position",
    "BLOCK_MOUSE_SPEED_X"    : "X speed",
    "BLOCK_MOUSE_SPEED_Y"    : "Y speed",
    "BLOCK_MOUSE_EVENT"      : "when %1",
    "BLOCK_MOUSE_SET_CURSOR" : "set cursor %1",
    "BLOCK_MOUSE_DOWN"       : "click",
    "BLOCK_MOUSE_UP"         : "release",
    "BLOCK_MOUSE_MOVE"       : "move",

    "BLOCK_SLIDER_SET_VALUE" : "set value to %1"
}
