8
0

contexts.json 2.2 KB

1234567891011121314151617181920212223242526
  1. {
  2. "Rich Text Editor, %0": "Title of the CKEditor5 editor.",
  3. "Rich Text Editor": "Title of the CKEditor5 editor.",
  4. "Edit block": "Label of the block toolbar icon (a block toolbar is displayed next to each paragraph, heading, list item, etc. and contains e.g. block formatting options)",
  5. "Next": "Label for a button showing the next thing (tab, page, etc.).",
  6. "Previous": "Label for a button showing the previous thing (tab, page, etc.).",
  7. "%0 of %1": "Label for a 'page X of Y' status of a typical next/previous page navigation.",
  8. "Editor toolbar": "Label used by assistive technologies describing a generic editor toolbar.",
  9. "Dropdown toolbar": "Label used by assistive technologies describing a toolbar displayed inside a dropdown.",
  10. "Show more items": "Label of a toolbar button which reveals more toolbar items.",
  11. "Black": "Label of a button that applies a black text color (font color and background)",
  12. "Dim grey": "Label of a button that applies a dim grey text color (font color and background)",
  13. "Grey": "Label of a button that applies a grey text color (font color and background)",
  14. "Light grey": "Label of a button that applies a light grey text color (font color and background)",
  15. "White": "Label of a button that applies a white text color (font color and background)",
  16. "Red": "Label of a button that applies a red text color (font color and background)",
  17. "Orange": "Label of a button that applies a orange text color (font color and background)",
  18. "Yellow": "Label of a button that applies a yellow text color (font color and background)",
  19. "Light green": "Label of a button that applies a light green text color (font color and background)",
  20. "Green": "Label of a button that applies a green text color (font color and background)",
  21. "Aquamarine": "Label of a button that applies a aquamarine text color (font color and background)",
  22. "Turquoise": "Label of a button that applies a turquoise text color (font color and background)",
  23. "Light blue": "Label of a button that applies a light blue text color (font color and background)",
  24. "Blue": "Label of a button that applies a blue text color (font color and background)",
  25. "Purple": "Label of a button that applies a purple text color (font color and background)"
  26. }