Skip to content

Commit 15c64bb

Browse files
author
Bobby Sudekum
authored
Add case for exit rotary/roundabout (#151)
1 parent 836dce5 commit 15c64bb

File tree

14 files changed

+616
-0
lines changed

14 files changed

+616
-0
lines changed

languages/translations/de.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,50 @@
383383
"destination": "Am Kreisverkehr geradeaus weiterfahren Richtung {destination}"
384384
}
385385
},
386+
"exit roundabout": {
387+
"default": {
388+
"default": "{modifier} abbiegen",
389+
"name": "{modifier} abbiegen auf {way_name}",
390+
"destination": "{modifier} abbiegen Richtung {destination}"
391+
},
392+
"left": {
393+
"default": "Links abbiegen",
394+
"name": "Links abbiegen auf {way_name}",
395+
"destination": "Links abbiegen Richtung {destination}"
396+
},
397+
"right": {
398+
"default": "Rechts abbiegen",
399+
"name": "Rechts abbiegen auf {way_name}",
400+
"destination": "Rechts abbiegen Richtung {destination}"
401+
},
402+
"straight": {
403+
"default": "Geradeaus weiterfahren",
404+
"name": "Geradeaus weiterfahren auf {way_name}",
405+
"destination": "Geradeaus weiterfahren Richtung {destination}"
406+
}
407+
},
408+
"exit rotary": {
409+
"default": {
410+
"default": "{modifier} abbiegen",
411+
"name": "{modifier} abbiegen auf {way_name}",
412+
"destination": "{modifier} abbiegen Richtung {destination}"
413+
},
414+
"left": {
415+
"default": "Links abbiegen",
416+
"name": "Links abbiegen auf {way_name}",
417+
"destination": "Links abbiegen Richtung {destination}"
418+
},
419+
"right": {
420+
"default": "Rechts abbiegen",
421+
"name": "Rechts abbiegen auf {way_name}",
422+
"destination": "Rechts abbiegen Richtung {destination}"
423+
},
424+
"straight": {
425+
"default": "Geradeaus weiterfahren",
426+
"name": "Geradeaus weiterfahren auf {way_name}",
427+
"destination": "Geradeaus weiterfahren Richtung {destination}"
428+
}
429+
},
386430
"turn": {
387431
"default": {
388432
"default": "{modifier} abbiegen",

languages/translations/en.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,50 @@
406406
"destination": "At the roundabout continue straight towards {destination}"
407407
}
408408
},
409+
"exit roundabout": {
410+
"default": {
411+
"default": "Make a {modifier}",
412+
"name": "Make a {modifier} onto {way_name}",
413+
"destination": "Make a {modifier} towards {destination}"
414+
},
415+
"left": {
416+
"default": "Turn left",
417+
"name": "Turn left onto {way_name}",
418+
"destination": "Turn left towards {destination}"
419+
},
420+
"right": {
421+
"default": "Turn right",
422+
"name": "Turn right onto {way_name}",
423+
"destination": "Turn right towards {destination}"
424+
},
425+
"straight": {
426+
"default": "Go straight",
427+
"name": "Go straight onto {way_name}",
428+
"destination": "Go straight towards {destination}"
429+
}
430+
},
431+
"exit rotary": {
432+
"default": {
433+
"default": "Make a {modifier}",
434+
"name": "Make a {modifier} onto {way_name}",
435+
"destination": "Make a {modifier} towards {destination}"
436+
},
437+
"left": {
438+
"default": "Turn left",
439+
"name": "Turn left onto {way_name}",
440+
"destination": "Turn left towards {destination}"
441+
},
442+
"right": {
443+
"default": "Turn right",
444+
"name": "Turn right onto {way_name}",
445+
"destination": "Turn right towards {destination}"
446+
},
447+
"straight": {
448+
"default": "Go straight",
449+
"name": "Go straight onto {way_name}",
450+
"destination": "Go straight towards {destination}"
451+
}
452+
},
409453
"turn": {
410454
"default": {
411455
"default": "Make a {modifier}",

languages/translations/es.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,50 @@
388388
"destination": "En la rotonda continúe recto hacia {destination}"
389389
}
390390
},
391+
"exit roundabout": {
392+
"default": {
393+
"default": "Siga {modifier}",
394+
"name": "Siga {modifier} en {way_name}",
395+
"destination": "Siga {modifier} hacia {destination}"
396+
},
397+
"left": {
398+
"default": "Gire a la izquierda",
399+
"name": "Gire a la izquierda en {way_name}",
400+
"destination": "Gire a la izquierda hacia {destination}"
401+
},
402+
"right": {
403+
"default": "Gire a la derecha",
404+
"name": "Gire a la derecha en {way_name}",
405+
"destination": "Gire a la derecha hacia {destination}"
406+
},
407+
"straight": {
408+
"default": "Ve recto",
409+
"name": "Ve recto en {way_name}",
410+
"destination": "Ve recto hacia {destination}"
411+
}
412+
},
413+
"exit rotary": {
414+
"default": {
415+
"default": "Siga {modifier}",
416+
"name": "Siga {modifier} en {way_name}",
417+
"destination": "Siga {modifier} hacia {destination}"
418+
},
419+
"left": {
420+
"default": "Gire a la izquierda",
421+
"name": "Gire a la izquierda en {way_name}",
422+
"destination": "Gire a la izquierda hacia {destination}"
423+
},
424+
"right": {
425+
"default": "Gire a la derecha",
426+
"name": "Gire a la derecha en {way_name}",
427+
"destination": "Gire a la derecha hacia {destination}"
428+
},
429+
"straight": {
430+
"default": "Ve recto",
431+
"name": "Ve recto en {way_name}",
432+
"destination": "Ve recto hacia {destination}"
433+
}
434+
},
391435
"turn": {
392436
"default": {
393437
"default": "Siga {modifier}",

languages/translations/fr.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,50 @@
369369
"destination": "Au rond-point, continuer tout droit en direction de {destination}"
370370
}
371371
},
372+
"exit roundabout": {
373+
"default": {
374+
"default": "Tourner {modifier}",
375+
"name": "Tourner {modifier} sur {way_name}",
376+
"destination": "Tourner {modifier} en direction de {destination}"
377+
},
378+
"left": {
379+
"default": "Tourner à gauche",
380+
"name": "Tourner à gauche sur {way_name}",
381+
"destination": "Tourner à gauche en direction de {destination}"
382+
},
383+
"right": {
384+
"default": "Tourner à droite",
385+
"name": "Tourner à droite sur {way_name}",
386+
"destination": "Tourner à droite en direction de {destination}"
387+
},
388+
"straight": {
389+
"default": "Aller tout droit",
390+
"name": "Aller tout droit sur {way_name}",
391+
"destination": "Aller tout droit en direction de {destination}"
392+
}
393+
},
394+
"exit rotary": {
395+
"default": {
396+
"default": "Tourner {modifier}",
397+
"name": "Tourner {modifier} sur {way_name}",
398+
"destination": "Tourner {modifier} en direction de {destination}"
399+
},
400+
"left": {
401+
"default": "Tourner à gauche",
402+
"name": "Tourner à gauche sur {way_name}",
403+
"destination": "Tourner à gauche en direction de {destination}"
404+
},
405+
"right": {
406+
"default": "Tourner à droite",
407+
"name": "Tourner à droite sur {way_name}",
408+
"destination": "Tourner à droite en direction de {destination}"
409+
},
410+
"straight": {
411+
"default": "Aller tout droit",
412+
"name": "Aller tout droit sur {way_name}",
413+
"destination": "Aller tout droit en direction de {destination}"
414+
}
415+
},
372416
"turn": {
373417
"default": {
374418
"default": "Tourner {modifier}",

languages/translations/id.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,50 @@
369369
"destination": "Di bundaran tetap lurus menuju {destination}"
370370
}
371371
},
372+
"exit roundabout": {
373+
"default": {
374+
"default": "Lakukan {modifier}",
375+
"name": "Lakukan {modifier} ke arah {way_name}",
376+
"destination": "Lakukan {modifier} menuju {destination}"
377+
},
378+
"left": {
379+
"default": "Belok kiri",
380+
"name": "Belok kiri ke {way_name}",
381+
"destination": "Belok kiri menuju {destination}"
382+
},
383+
"right": {
384+
"default": "Belok kanan",
385+
"name": "Belok kanan ke {way_name}",
386+
"destination": "Belok kanan menuju {destination}"
387+
},
388+
"straight": {
389+
"default": "Lurus",
390+
"name": "Lurus arah {way_name}",
391+
"destination": "Lurus menuju {destination}"
392+
}
393+
},
394+
"exit rotary": {
395+
"default": {
396+
"default": "Lakukan {modifier}",
397+
"name": "Lakukan {modifier} ke arah {way_name}",
398+
"destination": "Lakukan {modifier} menuju {destination}"
399+
},
400+
"left": {
401+
"default": "Belok kiri",
402+
"name": "Belok kiri ke {way_name}",
403+
"destination": "Belok kiri menuju {destination}"
404+
},
405+
"right": {
406+
"default": "Belok kanan",
407+
"name": "Belok kanan ke {way_name}",
408+
"destination": "Belok kanan menuju {destination}"
409+
},
410+
"straight": {
411+
"default": "Lurus",
412+
"name": "Lurus arah {way_name}",
413+
"destination": "Lurus menuju {destination}"
414+
}
415+
},
372416
"turn": {
373417
"default": {
374418
"default": "Lakukan {modifier}",

languages/translations/it.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,50 @@
396396
"destination": "Alla rotonda prosegui dritto verso {destination}"
397397
}
398398
},
399+
"exit roundabout": {
400+
"default": {
401+
"default": "Fai una {modifier}",
402+
"name": "Fai una {modifier} in {way_name}",
403+
"destination": "Fai una {modifier} verso {destination}"
404+
},
405+
"left": {
406+
"default": "Svolta a sinistra",
407+
"name": "Svolta a sinistra in {way_name}",
408+
"destination": "Svolta a sinistra verso {destination}"
409+
},
410+
"right": {
411+
"default": "Gira a destra",
412+
"name": "Svolta a destra in {way_name}",
413+
"destination": "Svolta a destra verso {destination}"
414+
},
415+
"straight": {
416+
"default": "Prosegui dritto",
417+
"name": "Continua su {way_name}",
418+
"destination": "Continua verso {destination}"
419+
}
420+
},
421+
"exit rotary": {
422+
"default": {
423+
"default": "Fai una {modifier}",
424+
"name": "Fai una {modifier} in {way_name}",
425+
"destination": "Fai una {modifier} verso {destination}"
426+
},
427+
"left": {
428+
"default": "Svolta a sinistra",
429+
"name": "Svolta a sinistra in {way_name}",
430+
"destination": "Svolta a sinistra verso {destination}"
431+
},
432+
"right": {
433+
"default": "Gira a destra",
434+
"name": "Svolta a destra in {way_name}",
435+
"destination": "Svolta a destra verso {destination}"
436+
},
437+
"straight": {
438+
"default": "Prosegui dritto",
439+
"name": "Continua su {way_name}",
440+
"destination": "Continua verso {destination}"
441+
}
442+
},
399443
"turn": {
400444
"default": {
401445
"default": "Fai una {modifier}",

languages/translations/nl.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,50 @@
369369
"destination": "Rechtdoor op de rotonde richting {destination}"
370370
}
371371
},
372+
"exit roundabout": {
373+
"default": {
374+
"default": "Ga {modifier}",
375+
"name": "Ga {modifier} naar {way_name}",
376+
"destination": "Ga {modifier} richting {destination}"
377+
},
378+
"left": {
379+
"default": "Ga linksaf",
380+
"name": "Ga linksaf naar {way_name}",
381+
"destination": "Ga linksaf richting {destination}"
382+
},
383+
"right": {
384+
"default": "Ga rechtsaf",
385+
"name": "Ga rechtsaf naar {way_name}",
386+
"destination": "Ga rechtsaf richting {destination}"
387+
},
388+
"straight": {
389+
"default": "Ga rechtdoor",
390+
"name": "Ga rechtdoor naar {way_name}",
391+
"destination": "Ga rechtdoor richting {destination}"
392+
}
393+
},
394+
"exit rotary": {
395+
"default": {
396+
"default": "Ga {modifier}",
397+
"name": "Ga {modifier} naar {way_name}",
398+
"destination": "Ga {modifier} richting {destination}"
399+
},
400+
"left": {
401+
"default": "Ga linksaf",
402+
"name": "Ga linksaf naar {way_name}",
403+
"destination": "Ga linksaf richting {destination}"
404+
},
405+
"right": {
406+
"default": "Ga rechtsaf",
407+
"name": "Ga rechtsaf naar {way_name}",
408+
"destination": "Ga rechtsaf richting {destination}"
409+
},
410+
"straight": {
411+
"default": "Ga rechtdoor",
412+
"name": "Ga rechtdoor naar {way_name}",
413+
"destination": "Ga rechtdoor richting {destination}"
414+
}
415+
},
372416
"turn": {
373417
"default": {
374418
"default": "Ga {modifier}",

0 commit comments

Comments
 (0)