From 30887c2dfb32a1e21898fa5650f2d7816f3218c0 Mon Sep 17 00:00:00 2001 From: Carlos Duarte Date: Tue, 2 Apr 2024 12:04:31 +0100 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20de=20mensagem=20para=20im?= =?UTF-8?q?agens=20decorativas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/i18n/English.json | 4 ++-- src/assets/i18n/Portuguese.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/i18n/English.json b/src/assets/i18n/English.json index 45e8f7cd..e21e070b 100644 --- a/src/assets/i18n/English.json +++ b/src/assets/i18n/English.json @@ -391,8 +391,8 @@ "p": "I found {{value}} images on the page without the alternative text equivalent." }, "img_02": { - "s": "I found {{value}} image on the page with alt=\"\" (empty alt).", - "p": "I found {{value}} images on the page with alt=\"\" (empty alt)." + "s": "I found {{value}} decorative image on the page (with alt=\"\" (empty alt) or with role=\"presentation\" or role=\"none\".", + "p": "I found {{value}} decorative images on the page (with alt=\"\" (empty alt) or with role=\"presentation\" or role=\"none\"." }, "img_03": { "s": "I found {{value}} image on the page with an alt that does not serve as an alternative equivalent.", diff --git a/src/assets/i18n/Portuguese.json b/src/assets/i18n/Portuguese.json index f7e1e4c5..8e48621a 100644 --- a/src/assets/i18n/Portuguese.json +++ b/src/assets/i18n/Portuguese.json @@ -391,8 +391,8 @@ "p": "Encontrei {{value}} imagens na página que não têm o necessário equivalente alternativo em texto." }, "img_02": { - "s": "Encontrei {{value}} imagem na página com alt=\"\" (alt vazio).", - "p": "Encontrei {{value}} imagens na página com alt=\"\" (alt vazio)." + "s": "Encontrei {{value}} imagem decorativa na página (com alt=\"\" (alt vazio) ou com role=\"presentation\" ou role=\"none\".", + "p": "Encontrei {{value}} imagens decorativas na página (com alt=\"\" (alt vazio) ou com role=\"presentation\" ou role=\"none\"." }, "img_03": { "s": "Encontrei {{value}} imagem na página com alt que não serve de equivalente alternativo.",