8
0

contexts.json 2.3 KB

12345678910111213141516171819202122232425
  1. {
  2. "Numbered List": "Toolbar button tooltip for the Numbered List feature.",
  3. "Bulleted List": "Toolbar button tooltip for the Bulleted List feature.",
  4. "To-do List": "Toolbar button tooltip for the To-do List feature.",
  5. "Bulleted list styles toolbar": "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style.",
  6. "Numbered list styles toolbar": "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style.",
  7. "Toggle the disc list style": "The ARIA label of the button that toggles the \"disc\" list style.",
  8. "Toggle the circle list style": "The ARIA label of the button that toggles the \"circle\" list style.",
  9. "Toggle the square list style": "The ARIA label of the button that toggles the \"square\" list style.",
  10. "Toggle the decimal list style": "The ARIA label of the button that toggles the \"decimal\" list style.",
  11. "Toggle the decimal with leading zero list style": "The ARIA label of the button that toggles the \"decimal with leading zero\" list style.",
  12. "Toggle the lower–roman list style": "The ARIA label of the button that toggles the \"lower–roman\" list style.",
  13. "Toggle the upper–roman list style": "The ARIA label of the button that toggles the \"upper–roman\" list style.",
  14. "Toggle the lower–latin list style": "The ARIA label of the button that toggles the \"lower–latin\" list style.",
  15. "Toggle the upper–latin list style": "The ARIA label of the button that toggles the \"upper–latin\" list style.",
  16. "Disc": "The tooltip text of the button that toggles the \"disc\" list style.",
  17. "Circle": "The tooltip text of the button that toggles the \"circle\" list style.",
  18. "Square": "The tooltip text of the button that toggles the \"square\" list style.",
  19. "Decimal": "The tooltip text of the button that toggles the \"decimal\" list style.",
  20. "Decimal with leading zero": "The tooltip text of the button that toggles the \"decimal with leading zero\" list style.",
  21. "Lower–roman": "The tooltip text of the button that toggles the \"lower–roman\" list style.",
  22. "Upper-roman": "The tooltip text of the button that toggles the \"upper–roman\" list style.",
  23. "Lower-latin": "The tooltip text of the button that toggles the \"lower–latin\" list style.",
  24. "Upper-latin": "The tooltip text of the button that toggles the \"upper–latin\" list style."
  25. }