-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenglish.json
57 lines (57 loc) · 2.22 KB
/
english.json
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
{
"instructions": {
"1": "Continue",
"1_named": "Continue on <span class='mapbox-directions-way-name'>{way_name}</span>",
"2": "Bear right",
"2_named": "Bear right onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"3": "Turn right",
"3_named": "Turn right onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"4": "Make a sharp right",
"4_named": "Make a sharp right onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"5": "Make a U-turn",
"5_named": "Make a U-turn onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"6": "Make a sharp left",
"6_named": "Make a sharp left onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"7": "Turn left",
"7_named": "Turn left onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"8": "Bear left",
"8_named": "Bear left onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"9": "Reach waypoint",
"9_named": "Reach waypoint and continue on <span class='mapbox-directions-way-name'>{way_name}</span>",
"10": "Head",
"10_named": "Head <span class='mapbox-directions-direction'>{direction}</span> on <span class='mapbox-directions-way-name'>{way_name}</span>",
"11": "Enter the roundabout",
"11_named": "Enter the roundabout and take the exit onto <span class='mapbox-directions-way-name'>{way_name}</span>",
"15": "You have arrived at your destination",
"15_named": "You have arrived at your destination"
},
"maneuvers": {
"1": "continue",
"2": "bear right",
"3": "turn right",
"4": "sharp right",
"5": "u-turn",
"6": "sharp left",
"7": "turn left",
"8": "bear left",
"9": "waypoint",
"10": "depart",
"11": "enter roundabout",
"15": "arrive"
},
"directions": {
"N": "north",
"NE": "northeast",
"E": "east",
"SE": "southeast",
"S": "south",
"SW": "southwest",
"W": "west",
"NW": "northwest"
},
"modes": {
"mapbox.driving": ["unaccessible", "driving", "ferry", "movable bridge"],
"mapbox.walking": ["unaccessible", "walking", "ferry"],
"mapbox.cycling": ["unaccessible", "cycling", "walking", "ferry", "train", "moveable bridge"]
}
}