From 7f2b25e62c61f6cc351d00a7f19e0d1357b850b9 Mon Sep 17 00:00:00 2001 From: panr Date: Thu, 16 Jul 2020 15:04:40 +0200 Subject: [PATCH] Update translations. --- packages/ckeditor5-image/lang/contexts.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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." }