mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Add variable deletion as dropdown action
This commit is contained in:
@@ -64,6 +64,7 @@ Blockly.Msg.CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL = "בזמן שהערך שווה ל
|
||||
Blockly.Msg.CONTROLS_WHILEUNTIL_TOOLTIP_WHILE = "כל עוד הערך הוא אמת, לעשות כמה פעולות.";
|
||||
Blockly.Msg.DELETE_ALL_BLOCKS = "האם למחוק את כל %1 קטעי הקוד?";
|
||||
Blockly.Msg.DELETE_BLOCK = "מחק קטע קוד";
|
||||
Blockly.Msg.DELETE_VARIABLE = "Delete the '%1' variable"; // untranslated
|
||||
Blockly.Msg.DELETE_X_BLOCKS = "מחק %1 קטעי קוד";
|
||||
Blockly.Msg.DISABLE_BLOCK = "נטרל קטע קוד";
|
||||
Blockly.Msg.DUPLICATE_BLOCK = "שכפל";
|
||||
|
||||
Reference in New Issue
Block a user