aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/i18n/locales/en-GB.json
blob: 1eaf0962f1e1292d281f1082e30275344d37d63a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "about": {
    "title": "About BusUrbano",
    "description": "Web app to find stops and arrival times for urban buses, Spain.",
    "credits": "Credits",
    "github": "Code on GitHub",
    "developed_by": "Developed by",
    "data_source_prefix": "Data from",
    "data_source_middle": "under license",
    "settings": "Settings",
    "theme": "Mode:",
    "theme_light": "Light",
    "theme_dark": "Dark",
    "theme_system": "System",
    "map_position_mode": "Map position:",
    "map_position_gps": "GPS position",
    "map_position_last": "Where I left it",
    "language": "Language"
  },
  "stoplist": {
    "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",
    "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",
    "meters": "m",
    "edit": "Edit name",
    "favourite": "Favourite",
    "not_found": "Stop not found",
    "caption": "Arrival estimates at {{time}}",
    "line": "Line",
    "route": "Route",
    "arrival": "Arrival",
    "distance": "Distance",
    "not_available": "Not available",
    "none": "No estimates available",
    "next_arrivals": "Next arrivals",
    "on_time": "on time",
    "minutes_late": "{{minutes}} minutes late",
    "minutes_early": "{{minutes}} minutes early",
    "bus_is": "Bus is",
    "service": "Service",
    "trip": "trip",
    "last_updated": "Updated at",
    "reload": "Reload",
    "unknown_service": "Unknown service. It may be a reinforcement or the service has a different name than planned."
  },
  "timetable": {
    "fullCaption": "Theoretical timetables for this stop",
    "nearbyCaption": "Upcoming theoretical timetables",
    "line": "Line",
    "service": "Service",
    "time": "Time",
    "nextStreets": "Next streets",
    "noData": "No timetable data available",
    "noDestination": "Line",
    "viewAll": "View all timetables",
    "fullTitle": "Theoretical timetables",
    "backToEstimates": "Back to estimates",
    "noDataAvailable": "No timetable data available for today",
    "loadError": "Error loading timetables",
    "errorDetail": "Theoretical timetables are updated daily. Please try again later.",
    "showPast": "Show all",
    "hidePast": "Hide past",
    "goToNow": "Go to now",
    "scrollUp": "Scroll up",
    "scrollDown": "Scroll down"
  },
  "map": {
    "popup_title": "Stop",
    "lines": "Lines",
    "view_all_estimates": "View all estimates"
  },
  "common": {
    "loading": "Loading...",
    "error": "An unexpected error occurred.",
    "404": "The requested page could not be found."
  },
  "navbar": {
    "stops": "Stops",
    "map": "Map",
    "lines": "Lines",
    "settings": "Settings"
  },
  "lines": {
    "description": "Below is a list of Vigo urban bus lines with their respective routes and links to official timetables."
  }
}