mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-21 18:39:48 -04:00
Update translations
This commit is contained in:
parent
149dd3ff29
commit
6e88b92d4c
3 changed files with 583 additions and 430 deletions
msg/js
|
@ -231,6 +231,7 @@ Blockly.Msg["SOUND_EFFECTS_PAN"] = "pan left/right";
|
|||
Blockly.Msg["SOUND_CHANGEVOLUMEBY"] = "change volume by %1";
|
||||
Blockly.Msg["SOUND_SETVOLUMETO"] = "set volume to %1%";
|
||||
Blockly.Msg["SOUND_VOLUME"] = "volume";
|
||||
Blockly.Msg["SOUND_RECORD"] = "record...";
|
||||
Blockly.Msg["CATEGORY_MOTION"] = "Motion";
|
||||
Blockly.Msg["CATEGORY_LOOKS"] = "Looks";
|
||||
Blockly.Msg["CATEGORY_SOUND"] = "Sound";
|
||||
|
@ -279,6 +280,8 @@ Blockly.Msg["LIST_ALREADY_EXISTS"] = "A list named \"%1\" already exists.";
|
|||
Blockly.Msg["RENAME_LIST_TITLE"] = "Rename all \"%1\" lists to:";
|
||||
Blockly.Msg["RENAME_LIST_MODAL_TITLE"] = "Rename List";
|
||||
Blockly.Msg["DEFAULT_LIST_ITEM"] = "thing";
|
||||
Blockly.Msg["DELETE_LIST"] = "Delete the \"%1\" list";
|
||||
Blockly.Msg["RENAME_LIST"] = "Rename list";
|
||||
Blockly.Msg["NEW_BROADCAST_MESSAGE"] = "New message";
|
||||
Blockly.Msg["NEW_BROADCAST_MESSAGE_TITLE"] = "New message name:";
|
||||
Blockly.Msg["BROADCAST_MODAL_TITLE"] = "New Message";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue