From 131777036b23a4319a37992146fa89af9ff75a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20de=20Vasconcelos?= Date: Thu, 30 Jan 2025 13:19:08 +0100 Subject: [PATCH 1/2] Update source file pt.json --- frontend/i18n/translations/pt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/i18n/translations/pt.json b/frontend/i18n/translations/pt.json index 6076b3f9..07a993c2 100644 --- a/frontend/i18n/translations/pt.json +++ b/frontend/i18n/translations/pt.json @@ -1037,10 +1037,10 @@ "NewsListToolbar": { "filters": { "by_date": { - "placeholder": "Pesquisar por data" + "placeholder": "Filtrar por data..." }, "by_search": { - "placeholder": "Pesquisar por titulo" + "placeholder": "Pesquisar por titulo..." } }, "found_items_counter": "{count, plural, =0 {Nenhuma notícia encontrada.} one {Encontrada # noticia:} other {Encontradas # notícias:}}" From eb643052ee50e6e18114fc7790d9995b1b0736b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20de=20Vasconcelos?= Date: Thu, 30 Jan 2025 13:19:10 +0100 Subject: [PATCH 2/2] New translations pt.json (English) --- frontend/i18n/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/i18n/translations/en.json b/frontend/i18n/translations/en.json index eb40c4db..704ab185 100644 --- a/frontend/i18n/translations/en.json +++ b/frontend/i18n/translations/en.json @@ -347,7 +347,7 @@ }, "text_search": "Search alert by title, description, location..." }, - "found_items_counter": "{count, plural, =0 {No alerts found.} one {Found # alert:} other {Found # alert:}}", + "found_items_counter": "{count, plural, =0 {No alerts found.} one {Found # alert:} other {Found # alerts:}}", "heading": "Service Alerts", "subheading": "Stay up to date with all changes on the network. Stay informed about new lines, route changes, and schedule adjustments, as well as events that may affect your journey." }, @@ -1037,10 +1037,10 @@ "NewsListToolbar": { "filters": { "by_date": { - "placeholder": "Pesquisar por data" + "placeholder": "Filter by date..." }, "by_search": { - "placeholder": "Pesquisar por titulo" + "placeholder": "Search by title..." } }, "found_items_counter": "{count, plural, =0 {No news found.} one {Found # news item} other {Found # news}}"