mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-07-29 23:29:05 -04:00
Build translations
This commit is contained in:
parent
e0738223f6
commit
1a38e8d724
2 changed files with 10 additions and 10 deletions
msg/js
10
msg/js/en.js
10
msg/js/en.js
|
@ -91,14 +91,14 @@ Blockly.Msg["MOTION_TURNLEFT"] = "turn %1 %2 degrees";
|
|||
Blockly.Msg["MOTION_TURNRIGHT"] = "turn %1 %2 degrees";
|
||||
Blockly.Msg["MOTION_POINTINDIRECTION"] = "point in direction %1";
|
||||
Blockly.Msg["MOTION_POINTTOWARDS"] = "point towards %1";
|
||||
Blockly.Msg["MOTION_POINTTOWARDS_POINTER"] = "pointer";
|
||||
Blockly.Msg["MOTION_POINTTOWARDS_POINTER"] = "mouse-pointer";
|
||||
Blockly.Msg["MOTION_GOTO"] = "go to %1";
|
||||
Blockly.Msg["MOTION_GOTO_POINTER"] = "pointer";
|
||||
Blockly.Msg["MOTION_GOTO_POINTER"] = "mouse-pointer";
|
||||
Blockly.Msg["MOTION_GOTO_RANDOM"] = "random position";
|
||||
Blockly.Msg["MOTION_GOTOXY"] = "go to x: %1 y: %2";
|
||||
Blockly.Msg["MOTION_GLIDESECSTOXY"] = "glide %1 secs to x: %2 y: %3";
|
||||
Blockly.Msg["MOTION_GLIDETO"] = "glide %1 secs to %2";
|
||||
Blockly.Msg["MOTION_GLIDETO_POINTER"] = "pointer";
|
||||
Blockly.Msg["MOTION_GLIDETO_POINTER"] = "mouse-pointer";
|
||||
Blockly.Msg["MOTION_GLIDETO_RANDOM"] = "random position";
|
||||
Blockly.Msg["MOTION_CHANGEXBY"] = "change x by %1";
|
||||
Blockly.Msg["MOTION_SETX"] = "set x to %1";
|
||||
|
@ -146,12 +146,12 @@ Blockly.Msg["OPERATORS_MATHOP_EEXP"] = "e ^";
|
|||
Blockly.Msg["OPERATORS_MATHOP_10EXP"] = "10 ^";
|
||||
Blockly.Msg["PROCEDURES_DEFINITION"] = "define %1";
|
||||
Blockly.Msg["SENSING_TOUCHINGOBJECT"] = "touching %1?";
|
||||
Blockly.Msg["SENSING_TOUCHINGOBJECT_POINTER"] = "pointer";
|
||||
Blockly.Msg["SENSING_TOUCHINGOBJECT_POINTER"] = "mouse-pointer";
|
||||
Blockly.Msg["SENSING_TOUCHINGOBJECT_EDGE"] = "edge";
|
||||
Blockly.Msg["SENSING_TOUCHINGCOLOR"] = "touching color %1?";
|
||||
Blockly.Msg["SENSING_COLORISTOUCHINGCOLOR"] = "color %1 is touching %2?";
|
||||
Blockly.Msg["SENSING_DISTANCETO"] = "distance to %1";
|
||||
Blockly.Msg["SENSING_DISTANCETO_POINTER"] = "pointer";
|
||||
Blockly.Msg["SENSING_DISTANCETO_POINTER"] = "mouse-pointer";
|
||||
Blockly.Msg["SENSING_ASKANDWAIT"] = "ask %1 and wait";
|
||||
Blockly.Msg["SENSING_ANSWER"] = "answer";
|
||||
Blockly.Msg["SENSING_KEYPRESSED"] = "key %1 pressed?";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue