From 94b9b5debdaa40facf13a852cb096ef0cbd34ad7 Mon Sep 17 00:00:00 2001 From: sam365724 <111515092+sam365724@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:55:38 +0200 Subject: [PATCH] Add "too_many_images_upload" (#28) * Add "too_many_images_upload" * User variable for maximum images. * Add plural string. * Formatting * Getting there :) --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index a6adb2d..1ad437d 100644 --- a/translations/en.json +++ b/translations/en.json @@ -43,7 +43,9 @@ "more": "more", "cancel": "Cancel", "preview": "Preview", - "upload_image": "upload image", + "upload_image": "upload image", + "too_many_images_upload": "Exceeded maximum of {{formattedCount}} image to upload. Please select only one image.", + "too_many_images_upload_plural": "Exceeded maximum of {{formattedCount}} images to upload. Please select fewer images.", "avatar": "Avatar", "upload_avatar": "Upload Avatar", "banner": "Banner",