From 7b8594debceb93a1fa400d48fe1dcff943bd5af6 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:44:25 +0200 Subject: Implement stop sheet modal for map stop interactions (#27) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero --- src/frontend/app/i18n/locales/gl-ES.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/i18n/locales/gl-ES.json') diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index d2558e5..3012638 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -43,11 +43,13 @@ "arrival": "Chegada", "distance": "Distancia", "not_available": "Non dispoñible", - "none": "Non hai estimacións dispoñibles" + "none": "Non hai estimacións dispoñibles", + "next_arrivals": "Próximas chegadas" }, "map": { "popup_title": "Parada", - "lines": "Liñas" + "lines": "Liñas", + "view_all_estimates": "Ver todas as estimacións" }, "common": { "loading": "Cargando...", -- cgit v1.3