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}}" 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:}}"