diff --git a/packages/ckeditor5-image/lang/contexts.json b/packages/ckeditor5-image/lang/contexts.json index 80bba6e2d8d..da6c3337c43 100644 --- a/packages/ckeditor5-image/lang/contexts.json +++ b/packages/ckeditor5-image/lang/contexts.json @@ -11,7 +11,9 @@ "Insert image": "Label for the insert image toolbar button.", "Upload failed": "Title of the notification displayed when upload fails.", "Image toolbar": "The label used by assistive technologies describing an image toolbar attached to an image widget.", - "Resize image to": "The label used for the standalone resize option buttons in the image toolbar", - "Resize image": "The label used for the dropdown in the image toolbar, containing defined resize options", - "Resize image to the original size": "The label used for the standalone resize reset option button in the image toolbar, when user set the value to `null`" + "Resize image": "The label used for the dropdown in the image toolbar containing defined resize options", + "Resize image to %0": "The label used for the standalone resize options buttons in the image toolbar", + "Resize image to the original size": "The accessibility label of the standalone image resize reset option button in the image toolbar for the screen readers", + "Original": "Default label for the resize option that resets the size of the image.", + "Image resize list": "The accessibility label of the image resize dropdown list for the screen readers." }