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
|
{
"about": {
"title": "About UrbanoVigo Web",
"description": "Web app to find stops and arrival times for Vigo's 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",
"table_style": "Table style:",
"table_style_regular": "Show in order",
"table_style_grouped": "Group by line",
"map_position_mode": "Map position:",
"map_position_gps": "GPS position",
"map_position_last": "Where I left it",
"details_summary": "What does this mean?",
"details_table": "The timetable can be shown in two ways:",
"details_regular": "Stops are shown in the order they are visited. Apps like Infobus (Vitrasa) use this style.",
"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_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"
},
"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"
},
"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",
"settings": "Settings"
}
}
|