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: packages/blockly/msg/json/qqq.json
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,4 @@
1
1
{
2
-
"@metadata": {
3
-
"authors": [
4
-
"Ajeje Brazorf",
5
-
"Amire80",
6
-
"Espertus",
7
-
"Liuxinyu970226",
8
-
"McDutchie",
9
-
"Metalhead64",
10
-
"Nike",
11
-
"Robby",
12
-
"Shirayuki",
13
-
"YaronSh"
14
-
]
15
-
},
16
2
"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}}",
17
3
"UNNAMED_KEY": "default name - A simple, default name for an unnamed function or variable. Preferably indicates that the item is unnamed.",
18
4
"TODAY": "button text - Button that sets a calendar to today's date.\n{{Identical|Today}}",
@@ -460,6 +446,7 @@
460
446
"SHORTCUTS_DUPLICATE": "shortcut display text for the duplicate shortcut, which duplicates the focused block or comment.",
461
447
"SHORTCUTS_CLEANUP": "shortcut display text for the cleanup shortcut, which organizes blocks on the workspace.",
462
448
"SHORTCUTS_SHOW_TOOLTIP": "shortcut display text for the show tooltip shortcut, which displays a short help text for the focused element.",
449
+
"SHORTCUTS_TOGGLE_SCREENREADER_MODE": "shortcut display text for a shortcut that toggles various behaviors to improve the experience of individuals using screenreaders.",
463
450
"KEYBOARD_NAV_UNCONSTRAINED_MOVE_HINT": "Message shown to inform users how to move blocks to arbitrary locations with the keyboard.",
464
451
"KEYBOARD_NAV_CONSTRAINED_MOVE_HINT": "Message shown to inform users how to move blocks with the keyboard.",
465
452
"KEYBOARD_NAV_COPIED_HINT": "Message shown when an item is copied in keyboard navigation mode.",
@@ -532,6 +519,8 @@
532
519
"ARIA_LABEL_COMMENT": "ARIA label for a comment.",
533
520
"ARIA_LABEL_COMMENT_COLLAPSE": "ARIA label for an expanded comment's collapse button.",
534
521
"ARIA_LABEL_COMMENT_EXPAND": "ARIA label for a collapsed comment's expand button.",
522
+
"SCREENREADER_MODE_ENABLED": "Message announced when screenreader optimization mode is turned on.",
523
+
"SCREENREADER_MODE_DISABLED": "Message announced when screenreader optimization mode is turned off.",
535
524
"CURRENT_BLOCK_ANNOUNCEMENT": "Screenreader announcement providing context about the currently focused block.",
536
525
"PARENT_BLOCKS_ANNOUNCEMENT": "Screenreader announcement providing context about the currently focused block's parents.",
537
526
"NO_PARENT_ANNOUNCEMENT": "Screenreader announcement informing users that the currently focused block has no parent blocks."
0 commit comments