contexts.json 1.9 KB

12345678910111213141516171819202122232425
  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. "Remove color": "Label or a button that removes the color from the text (font color and background).",
  10. "Black": "Label of a button that applies a black text color (font color and background)",
  11. "Dim grey": "Label of a button that applies a dim grey text color (font color and background)",
  12. "Grey": "Label of a button that applies a grey text color (font color and background)",
  13. "Light grey": "Label of a button that applies a light grey text color (font color and background)",
  14. "White": "Label of a button that applies a white text color (font color and background)",
  15. "Red": "Label of a button that applies a red text color (font color and background)",
  16. "Orange": "Label of a button that applies a orange text color (font color and background)",
  17. "Yellow": "Label of a button that applies a yellow text color (font color and background)",
  18. "Light green": "Label of a button that applies a light green text color (font color and background)",
  19. "Green": "Label of a button that applies a green text color (font color and background)",
  20. "Aquamarine": "Label of a button that applies a aquamarine text color (font color and background)",
  21. "Turquoise": "Label of a button that applies a turquoise text color (font color and background)",
  22. "Light blue": "Label of a button that applies a light blue text color (font color and background)",
  23. "Blue": "Label of a button that applies a blue text color (font color and background)",
  24. "Purple": "Label of a button that applies a purple text color (font color and background)"
  25. }