mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-13 22:49:02 -04:00
update translations with new string.
This commit is contained in:
parent
555d0cafba
commit
c35cbb3917
3 changed files with 75 additions and 9 deletions
msg/js
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue