Add variable deletion as dropdown action

This commit is contained in:
Rachel Fenichel
2016-06-22 17:19:49 -07:00
parent 4a81ecb601
commit ef4882d90d
67 changed files with 128 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
{
"@metadata": {
"author": "Ellen Spertus <ellen.spertus@gmail.com>",
"lastupdated": "2016-07-07 14:33:28.613182",
"lastupdated": "2016-07-07 14:39:00.679546",
"locale": "en",
"messagedocumentation" : "qqq"
},
"VARIABLES_DEFAULT_NAME": "item",
"TODAY": "Today",
"DELETE_VARIABLE": "Delete the '%1' variable",
"DUPLICATE_BLOCK": "Duplicate",
"ADD_COMMENT": "Add Comment",
"REMOVE_COMMENT": "Remove Comment",

View File

@@ -1,6 +1,7 @@
{
"VARIABLES_DEFAULT_NAME": "default name - A simple, general default name for a variable, preferably short. For more context, see [[Translating:Blockly#infrequent_message_types]].\n{{Identical|Item}}",
"TODAY": "button text - Button that sets a calendar to today's date.\n{{Identical|Today}}",
"DELETE_VARIABLE": "dropdown choice - Delete the currently selected variable.",
"DUPLICATE_BLOCK": "context menu - Make a copy of the selected block (and any blocks it contains).\n{{Identical|Duplicate}}",
"ADD_COMMENT": "context menu - Add a descriptive comment to the selected block.",
"REMOVE_COMMENT": "context menu - Remove the descriptive comment from the selected block.",