Include plural variation for delete image modal title

This commit is contained in:
Daniel Abrao 2024-04-13 23:57:55 -03:00 committed by psychedelicious
parent ec67ba61db
commit ec69a58c8d

View File

@ -326,7 +326,8 @@
"drop": "Drop", "drop": "Drop",
"dropOrUpload": "$t(gallery.drop) or Upload", "dropOrUpload": "$t(gallery.drop) or Upload",
"dropToUpload": "$t(gallery.drop) to Upload", "dropToUpload": "$t(gallery.drop) to Upload",
"deleteImage": "Delete Image", "deleteImage": "Delete single Image",
"deleteImage_plural": "Delete {{count}} Images",
"deleteImageBin": "Deleted images will be sent to your operating system's Bin.", "deleteImageBin": "Deleted images will be sent to your operating system's Bin.",
"deleteImagePermanent": "Deleted images cannot be restored.", "deleteImagePermanent": "Deleted images cannot be restored.",
"download": "Download", "download": "Download",