diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2025-11-06 22:49:47 +0000 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:46:51 +0100 |
| commit | e51cdd89afc08274ca622e18b8127feca29e90a3 (patch) | |
| tree | 1e016c9bb977f8db4e7c61ad5fe1b3be311b6fef /src/frontend/app/i18n/locales/en-GB.json | |
| parent | 43ea6cc94b6c1f2bfaf3f8787991d3283765da0b (diff) | |
Add gallery components and improve search functionality
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 992a311..d5dfed0 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -40,13 +40,17 @@ "details_grouped": "Stops are grouped by bus line. Apps like iTranvias (A Coruña) or Moovit (more or less) use this style." }, "stoplist": { - "search_placeholder": "Search stop...", + "search_placeholder": "Search stop by name or code...", "search_label": "Search stops", "search_results": "Search results", "favourites": "Favourite stops", "no_favourites": "Go to a stop and mark it as favourite to see it here.", "recents": "Recent", - "all_stops": "Stops" + "all_stops": "Stops", + "nearby_stops": "Nearby stops", + "service_alerts": "Service alerts", + "alerts_coming_soon": "Feature coming soon", + "alerts_description": "Service alerts and disruption notifications will be available here soon." }, "estimates": { "minutes": "min", |
