You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msg/json/qqq.json
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -402,5 +402,34 @@
402
402
"WORKSPACE_ARIA_LABEL": "workspace - This text is read out when a user navigates to the workspace while using a screen reader.",
403
403
"COLLAPSED_WARNINGS_WARNING": "warning - This appears if the user collapses a block, and blocks inside that block have warnings attached to them. It should inform the user that the block they collapsed contains blocks that have warnings.",
404
404
"DIALOG_OK": "button label - Pressing this button closes help information.\n{{Identical|OK}}",
405
-
"DIALOG_CANCEL": "button label - Pressing this button cancels a proposed action.\n{{Identical|Cancel}}"
405
+
"DIALOG_CANCEL": "button label - Pressing this button cancels a proposed action.\n{{Identical|Cancel}}",
406
+
"DELETE_SHORTCUT": "menu label - Contextual menu item that deletes the focused block.",
407
+
"DELETE_KEY": "menu label - Keyboard shortcut for the Delete key, shown at the end of a menu item that deletes the focused block.",
408
+
"EDIT_BLOCK_CONTENTS": "menu label - Contextual menu item that moves the keyboard navigation cursor into a subitem of the focused block.",
409
+
"INSERT_BLOCK": "menu label - Contextual menu item that prompts the user to choose a block to insert into the program at the focused location.",
410
+
"START_MOVE": "keyboard shortcut label - Contextual menu item that starts a keyboard-driven move of the focused block.",
411
+
"FINISH_MOVE": "keyboard shortcut label - Contextual menu item that ends a keyboard-driven move of the focused block.",
412
+
"ABORT_MOVE": "keyboard shortcut label - Contextual menu item that ends a keyboard-drive move of the focused block by returning it to its original location.",
413
+
"MOVE_LEFT_CONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block to the next valid location to the left.",
414
+
"MOVE_RIGHT_CONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block to the next valid location to the right.",
415
+
"MOVE_UP_CONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block to the next valid location above it.",
416
+
"MOVE_DOWN_CONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block to the next valid location below it.",
417
+
"MOVE_LEFT_UNCONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block freely to the left.",
418
+
"MOVE_RIGHT_UNCONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block freely to the right.",
419
+
"MOVE_UP_UNCONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block freely upwards.",
420
+
"MOVE_DOWN_UNCONSTRAINED": "keyboard shortcut label - Description of shortcut that moves a block freely downwards.",
421
+
"MOVE_BLOCK": "menu label - Contextual menu item that starts a keyboard-driven block move.",
422
+
"WINDOWS": "Name of the Microsoft Windows operating system displayed in a list of keyboard shortcuts.",
423
+
"MAC_OS": "Name of the Apple macOS operating system displayed in a list of keyboard shortcuts,",
424
+
"CHROME_OS": "Name of the Google ChromeOS operating system displayed in a list of keyboard shortcuts.",
425
+
"LINUX": "Name of the GNU/Linux operating system displayed in a list of keyboard shortcuts.",
426
+
"UNKNOWN": "Placeholder name for an operating system that can't be identified in a list of keyboard shortcuts.",
427
+
"CONTROL_KEY": "Representation of the Control key used in keyboard shortcuts.",
428
+
"COMMAND_KEY": "Representation of the Mac Command key used in keyboard shortcuts.",
429
+
"OPTION_KEY": "Representation of the Mac Option key used in keyboard shortcuts.",
430
+
"ALT_KEY": "Representation of the Alt key used in keyboard shortcuts.",
431
+
"CUT_SHORTCUT": "menu label - Contextual menu item that cuts the focused item.",
432
+
"COPY_SHORTCUT": "menu label - Contextual menu item that copies the focused item.",
433
+
"PASTE_SHORTCUT": "menu label - Contextual menu item that pastes the previously copied item.",
434
+
"HELP_PROMPT": "Alert message shown to prompt users to review available keyboard shortcuts."
0 commit comments