contexts.json 2.2 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "Font Size": "Tooltip for the font size dropdown.",
  3. "Tiny": "Dropdown option label for the 'tiny' font size preset.",
  4. "Small": "Dropdown option label for the 'small' font size preset.",
  5. "Big": "Dropdown option label for the 'big' font size preset.",
  6. "Huge": "Dropdown option label for the 'huge' font size preset.",
  7. "Font Family": "Tooltip for the font family dropdown.",
  8. "Default": "Dropdown option label for the default font family.",
  9. "Font Color": "Label of a button that allows selecting a font color.",
  10. "Font Background Color": "Label of a button that allows selecting a font background color.",
  11. "Remove color": "Label or a button that removes the color from the text (font color and background).",
  12. "Document colors": "Title of a color picker section containing the colors currently used in the document.",
  13. "Black": "Label of a button that applies a black text color (font color and background)",
  14. "Dim grey": "Label of a button that applies a dim grey text color (font color and background)",
  15. "Grey": "Label of a button that applies a grey text color (font color and background)",
  16. "Light grey": "Label of a button that applies a light grey text color (font color and background)",
  17. "White": "Label of a button that applies a white text color (font color and background)",
  18. "Red": "Label of a button that applies a red text color (font color and background)",
  19. "Orange": "Label of a button that applies a orange text color (font color and background)",
  20. "Yellow": "Label of a button that applies a yellow text color (font color and background)",
  21. "Light green": "Label of a button that applies a light green text color (font color and background)",
  22. "Green": "Label of a button that applies a green text color (font color and background)",
  23. "Aquamarine": "Label of a button that applies a aquamarine text color (font color and background)",
  24. "Turquoise": "Label of a button that applies a turquoise text color (font color and background)",
  25. "Light blue": "Label of a button that applies a light blue text color (font color and background)",
  26. "Blue": "Label of a button that applies a blue text color (font color and background)",
  27. "Purple": "Label of a button that applies a purple text color (font color and background)"
  28. }