Recompile of JSON to JS messages.

New dialog OK/Cancel messages.
This commit is contained in:
Neil Fraser
2021-07-28 18:46:42 -07:00
committed by Neil Fraser
parent 04302641ee
commit d627023c0c
121 changed files with 13702 additions and 0 deletions

View File

@@ -1630,3 +1630,11 @@ Blockly.Msg.WORKSPACE_ARIA_LABEL = 'Blockly Workspace';
/// that block have warnings attached to them. It should inform the user that the
/// block they collapsed contains blocks that have warnings.
Blockly.Msg.COLLAPSED_WARNINGS_WARNING = 'Collapsed blocks contain warnings.';
/** @type {string} */
/// button label - Pressing this button closes help information.\n{{Identical|OK}}
Blockly.Msg.DIALOG_OK = 'OK';
/** @type {string} */
/// button label - Pressing this button cancels a proposed action.\n{{Identical|Cancel}}
Blockly.Msg.DIALOG_CANCEL = 'Cancel';