mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Add variable deletion as dropdown action
This commit is contained in:
@@ -64,6 +64,7 @@ Blockly.Msg.CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL = "Füahr die Oonweisung solang au
|
||||
Blockly.Msg.CONTROLS_WHILEUNTIL_TOOLTIP_WHILE = "Füahr die Oonweisung solang aus wie die Bedingung woahr (true) ist.";
|
||||
Blockly.Msg.DELETE_ALL_BLOCKS = "All %1 Bausten lösche?";
|
||||
Blockly.Msg.DELETE_BLOCK = "Block lösche";
|
||||
Blockly.Msg.DELETE_VARIABLE = "Delete the '%1' variable"; // untranslated
|
||||
Blockly.Msg.DELETE_X_BLOCKS = "Block %1 lösche";
|
||||
Blockly.Msg.DISABLE_BLOCK = "Block deaktivieren";
|
||||
Blockly.Msg.DUPLICATE_BLOCK = "Kopieren";
|
||||
|
||||
Reference in New Issue
Block a user