84
84
},
85
85
"continue" : {
86
86
"default" : {
87
- "default" : " {modifier} weiterfahren" ,
88
- "name" : " {modifier} weiterfahren auf {way_name}" ,
89
- "destination" : " {modifier} weiterfahren Richtung {destination}"
87
+ "default" : " Turn {modifier}" ,
88
+ "name" : " Turn {modifier} to stay on {way_name}" ,
89
+ "destination" : " Turn {modifier} towards {destination}" ,
90
+ "exit" : " Turn {modifier} onto {way_name}"
91
+ },
92
+ "sharp left" : {
93
+ "default" : " Make a sharp left" ,
94
+ "name" : " Make a sharp left to stay on {way_name}" ,
95
+ "destination" : " Make a sharp left towards {destination}"
96
+ },
97
+ "sharp right" : {
98
+ "default" : " Make a sharp right" ,
99
+ "name" : " Make a sharp right to stay on {way_name}" ,
100
+ "destination" : " Make a sharp right towards {destination}"
90
101
},
91
102
"slight left" : {
92
- "default" : " Leicht links weiter " ,
93
- "name" : " Leicht links weiter auf {way_name}" ,
94
- "destination" : " Leicht links weiter Richtung {destination}"
103
+ "default" : " Make a slight left " ,
104
+ "name" : " Make a slight left to stay on {way_name}" ,
105
+ "destination" : " Make a slight left towards {destination}"
95
106
},
96
107
"slight right" : {
97
- "default" : " Leicht rechts weiter " ,
98
- "name" : " Leicht rechts weiter auf {way_name}" ,
99
- "destination" : " Leicht rechts weiter Richtung {destination}"
108
+ "default" : " Make a slight right " ,
109
+ "name" : " Make a slight right to stay on {way_name}" ,
110
+ "destination" : " Make a slight right towards {destination}"
100
111
},
101
112
"uturn" : {
102
113
"default" : " 180°-Wendung" ,
103
- "name" : " 180°-Wendung auf {way_name}" ,
114
+ "name" : " Make a U-turn and continue on {way_name}" ,
104
115
"destination" : " 180°-Wendung Richtung {destination}"
105
116
}
106
117
},
390
401
},
391
402
"exit roundabout" : {
392
403
"default" : {
393
- "default" : " {modifier} abbiegen " ,
394
- "name" : " {modifier} abbiegen auf {way_name}" ,
395
- "destination" : " {modifier} abbiegen Richtung {destination}"
404
+ "default" : " Make a {modifier}" ,
405
+ "name" : " Make a {modifier} onto {way_name}" ,
406
+ "destination" : " Make a {modifier} towards {destination}"
396
407
},
397
408
"left" : {
398
- "default" : " Links abbiegen " ,
399
- "name" : " Links abbiegen auf {way_name}" ,
400
- "destination" : " Links abbiegen Richtung {destination}"
409
+ "default" : " Turn left " ,
410
+ "name" : " Turn left onto {way_name}" ,
411
+ "destination" : " Turn left towards {destination}"
401
412
},
402
413
"right" : {
403
- "default" : " Rechts abbiegen " ,
404
- "name" : " Rechts abbiegen auf {way_name}" ,
405
- "destination" : " Rechts abbiegen Richtung {destination}"
414
+ "default" : " Turn right " ,
415
+ "name" : " Turn right onto {way_name}" ,
416
+ "destination" : " Turn right towards {destination}"
406
417
},
407
418
"straight" : {
408
- "default" : " Geradeaus weiterfahren " ,
409
- "name" : " Geradeaus weiterfahren auf {way_name}" ,
410
- "destination" : " Geradeaus weiterfahren Richtung {destination}"
419
+ "default" : " Go straight " ,
420
+ "name" : " Go straight onto {way_name}" ,
421
+ "destination" : " Go straight towards {destination}"
411
422
}
412
423
},
413
424
"exit rotary" : {
414
425
"default" : {
415
- "default" : " {modifier} abbiegen " ,
416
- "name" : " {modifier} abbiegen auf {way_name}" ,
417
- "destination" : " {modifier} abbiegen Richtung {destination}"
426
+ "default" : " Make a {modifier}" ,
427
+ "name" : " Make a {modifier} onto {way_name}" ,
428
+ "destination" : " Make a {modifier} towards {destination}"
418
429
},
419
430
"left" : {
420
- "default" : " Links abbiegen " ,
421
- "name" : " Links abbiegen auf {way_name}" ,
422
- "destination" : " Links abbiegen Richtung {destination}"
431
+ "default" : " Turn left " ,
432
+ "name" : " Turn left onto {way_name}" ,
433
+ "destination" : " Turn left towards {destination}"
423
434
},
424
435
"right" : {
425
- "default" : " Rechts abbiegen " ,
426
- "name" : " Rechts abbiegen auf {way_name}" ,
427
- "destination" : " Rechts abbiegen Richtung {destination}"
436
+ "default" : " Turn right " ,
437
+ "name" : " Turn right onto {way_name}" ,
438
+ "destination" : " Turn right towards {destination}"
428
439
},
429
440
"straight" : {
430
- "default" : " Geradeaus weiterfahren " ,
431
- "name" : " Geradeaus weiterfahren auf {way_name}" ,
432
- "destination" : " Geradeaus weiterfahren Richtung {destination}"
441
+ "default" : " Go straight " ,
442
+ "name" : " Go straight onto {way_name}" ,
443
+ "destination" : " Go straight towards {destination}"
433
444
}
434
445
},
435
446
"turn" : {
463
474
}
464
475
}
465
476
}
466
- }
477
+ }
0 commit comments