From 04271bc9250f58c2c779840fce031d5dd3bf344f Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:07:43 +0100 Subject: Add floating action button for timetable navigation (#72) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> --- src/frontend/app/i18n/locales/en-GB.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/frontend/app/i18n/locales/en-GB.json') diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 12c8121..992a311 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -9,9 +9,9 @@ "data_source_middle": "under license", "settings": "Settings", "theme": "Mode:", - "theme_light": "Light", - "theme_dark": "Dark", - "theme_system": "System", + "theme_light": "Light", + "theme_dark": "Dark", + "theme_system": "System", "table_style": "Table style:", "table_style_regular": "Show in order", "table_style_grouped": "Group by line", @@ -79,7 +79,10 @@ "loadError": "Error loading timetables", "errorDetail": "Theoretical timetables are updated daily. Please try again later.", "showPast": "Show all", - "hidePast": "Hide past" + "hidePast": "Hide past", + "goToNow": "Go to now", + "scrollUp": "Scroll up", + "scrollDown": "Scroll down" }, "map": { "popup_title": "Stop", -- cgit v1.3