update translations with new string.

This commit is contained in:
Chris Garrity 2020-06-22 14:46:30 -04:00
parent 555d0cafba
commit c35cbb3917
3 changed files with 75 additions and 9 deletions
msg/js

View file

@ -274,6 +274,7 @@ Blockly.Msg["DELETE_VARIABLE"] = "Delete the \"%1\" variable";
Blockly.Msg["NEW_PROCEDURE"] = "Make a Block";
Blockly.Msg["PROCEDURE_ALREADY_EXISTS"] = "A procedure named \"%1\" already exists.";
Blockly.Msg["PROCEDURE_DEFAULT_NAME"] = "block name";
Blockly.Msg["PROCEDURE_USED"] = "To delete a block definition, first remove all uses of the block";
Blockly.Msg["NEW_LIST"] = "Make a List";
Blockly.Msg["NEW_LIST_TITLE"] = "New list name:";
Blockly.Msg["LIST_MODAL_TITLE"] = "New List";