@ckeditor/ckeditor5-case-change
Version:
Case change feature for CKEditor 5.
9 lines (8 loc) • 620 B
JSON
{
"Case change": "Tooltip for the case change dropdown.",
"UPPERCASE": "A label for the button that converts the text to uppercase (for example: word -> WORD).",
"lowercase": "A label for the button that converts the text to lowercase (for example: WORD -> word).",
"Title Case": "A label for the button that converts the text to title case (for example: the word -> The Word).",
"Change text case": "Keystroke description for assistive technologies: keystroke for changing text case.",
"Changed case to %0": "Aria status message indicating case change -of selected text. Example: 'Changed case to lowercase'."
}