Skip to content

Commit 8f00781

Browse files
committed
Add to junction_name phrases for continue maneuver
1 parent 6ac7adc commit 8f00781

35 files changed

+450
-300
lines changed

languages/translations/ar.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "انعطف يساراً حاداً",
134134
"name": "انعطف يساراً حاداً لتبقى على {way_name}",
135-
"destination": "انعطف يساراً حاداً نحو {destination}"
135+
"destination": "انعطف يساراً حاداً نحو {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "انعطف يمينا حاداً ",
139140
"name": "انعطف يميناً حاداً لتبقى على {way_name}",
140-
"destination": "انعطف يميناً حاداً نحو {destination}"
141+
"destination": "انعطف يميناً حاداً نحو {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "انعطف يساراً قليلاً",
144146
"name": " انعطف يساراً قليلاً لتبقى على {way_name} ",
145-
"destination": "انعطف يساراً قليلاً نحو {destination}"
147+
"destination": "انعطف يساراً قليلاً نحو {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "انعطف يميناً قليلاً",
149152
"name": "انعطف يميناً قليلاً لتبقى على {way_name}",
150-
"destination": "انعطف يميناً قليلاً نحو {destination} "
153+
"destination": "انعطف يميناً قليلاً نحو {destination} ",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "انعطف دوراناً عكسياً",
154158
"name": "انعطف دوراناً عكسياً وتابع نحو {way_name}",
155-
"destination": "انعطف دوراناً عكسياً نحو {destination}"
159+
"destination": "انعطف دوراناً عكسياً نحو {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/da.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Drej skarpt til venstre",
134134
"name": "Drej skarpt til venstre videre ad {way_name}",
135-
"destination": "Drej skarpt til venstre mod {destination}"
135+
"destination": "Drej skarpt til venstre mod {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Drej skarpt til højre",
139140
"name": "Drej skarpt til højre videre ad {way_name}",
140-
"destination": "Drej skarpt til højre mod {destination}"
141+
"destination": "Drej skarpt til højre mod {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Drej let til venstre",
144146
"name": "Drej let til venstre videre ad {way_name}",
145-
"destination": "Drej let til venstre mod {destination}"
147+
"destination": "Drej let til venstre mod {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Drej let til højre",
149152
"name": "Drej let til højre videre ad {way_name}",
150-
"destination": "Drej let til højre mod {destination}"
153+
"destination": "Drej let til højre mod {destination}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "Foretag en U-vending",
154158
"name": "Foretag en U-vending tilbage ad {way_name}",
155-
"destination": "Foretag en U-vending mod {destination}"
159+
"destination": "Foretag en U-vending mod {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/de.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Scharf links",
134134
"name": "Scharf links weiterfahren auf {way_name}",
135-
"destination": "Scharf links Richtung {destination}"
135+
"destination": "Scharf links Richtung {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Scharf rechts",
139140
"name": "Scharf rechts weiterfahren auf {way_name}",
140-
"destination": "Scharf rechts Richtung {destination}"
141+
"destination": "Scharf rechts Richtung {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Leicht links",
144146
"name": "Leicht links weiter auf {way_name}",
145-
"destination": "Leicht links weiter Richtung {destination}"
147+
"destination": "Leicht links weiter Richtung {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Leicht rechts weiter",
149152
"name": "Leicht rechts weiter auf {way_name}",
150-
"destination": "Leicht rechts weiter Richtung {destination}"
153+
"destination": "Leicht rechts weiter Richtung {destination}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "180°-Wendung",
154158
"name": "180°-Wendung auf {way_name}",
155-
"destination": "180°-Wendung Richtung {destination}"
159+
"destination": "180°-Wendung Richtung {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/en.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Make a sharp left",
134134
"name": "Make a sharp left to stay on {way_name}",
135-
"destination": "Make a sharp left towards {destination}"
135+
"destination": "Make a sharp left towards {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Make a sharp right",
139140
"name": "Make a sharp right to stay on {way_name}",
140-
"destination": "Make a sharp right towards {destination}"
141+
"destination": "Make a sharp right towards {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Make a slight left",
144146
"name": "Make a slight left to stay on {way_name}",
145-
"destination": "Make a slight left towards {destination}"
147+
"destination": "Make a slight left towards {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Make a slight right",
149152
"name": "Make a slight right to stay on {way_name}",
150-
"destination": "Make a slight right towards {destination}"
153+
"destination": "Make a slight right towards {destination}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "Make a U-turn",
154158
"name": "Make a U-turn and continue on {way_name}",
155-
"destination": "Make a U-turn towards {destination}"
159+
"destination": "Make a U-turn towards {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/eo.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Turniĝu ege maldekstren",
134134
"name": "Turniĝu ege maldekstren al {way_name}",
135-
"destination": "Turniĝu ege maldekstren direkte al {destination}"
135+
"destination": "Turniĝu ege maldekstren direkte al {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Turniĝu ege dekstren",
139140
"name": "Turniĝu ege dekstren al {way_name}",
140-
"destination": "Turniĝu ege dekstren direkte al {destination}"
141+
"destination": "Turniĝu ege dekstren direkte al {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Turniĝu ete maldekstren",
144146
"name": "Turniĝu ete maldekstren al {way_name}",
145-
"destination": "Turniĝu ete maldekstren direkte al {destination}"
147+
"destination": "Turniĝu ete maldekstren direkte al {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Turniĝu ete dekstren",
149152
"name": "Turniĝu ete dekstren al {way_name}",
150-
"destination": "Turniĝu ete dekstren direkte al {destination}"
153+
"destination": "Turniĝu ete dekstren direkte al {destination}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "Turniĝu malantaŭen",
154158
"name": "Turniĝu malantaŭen al {way_name}",
155-
"destination": "Turniĝu malantaŭen direkte al {destination}"
159+
"destination": "Turniĝu malantaŭen direkte al {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/es-ES.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Gire a la izquierda",
134134
"name": "Gire a la izquierda en {way_name}",
135-
"destination": "Gire a la izquierda hacia {destination}"
135+
"destination": "Gire a la izquierda hacia {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Gire a la derecha",
139140
"name": "Gire a la derecha en {way_name}",
140-
"destination": "Gire a la derecha hacia {destination}"
141+
"destination": "Gire a la derecha hacia {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Gire a la izquierda",
144146
"name": "Doble levemente a la izquierda en {way_name}",
145-
"destination": "Gire a la izquierda hacia {destination}"
147+
"destination": "Gire a la izquierda hacia {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Gire a la izquierda",
149152
"name": "Doble levemente a la derecha en {way_name}",
150-
"destination": "Gire a la izquierda hacia {destination}"
153+
"destination": "Gire a la izquierda hacia {destination}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "Haz un cambio de sentido",
154158
"name": "Haz un cambio de sentido y continúa en {way_name}",
155-
"destination": "Haz un cambio de sentido hacia {destination}"
159+
"destination": "Haz un cambio de sentido hacia {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/es.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Gira a la izquierda",
134134
"name": "Gira a la izquierda en {way_name}",
135-
"destination": "Gira a la izquierda hacia {destination}"
135+
"destination": "Gira a la izquierda hacia {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Gira a la derecha",
139140
"name": "Gira a la derecha en {way_name}",
140-
"destination": "Gira a la derecha hacia {destination}"
141+
"destination": "Gira a la derecha hacia {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Gira a la izquierda",
144146
"name": "Dobla levemente a la izquierda en {way_name}",
145-
"destination": "Gira a la izquierda hacia {destination}"
147+
"destination": "Gira a la izquierda hacia {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Gira a la izquierda",
149152
"name": "Dobla levemente a la derecha en {way_name}",
150-
"destination": "Gira a la izquierda hacia {destination}"
153+
"destination": "Gira a la izquierda hacia {destination}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "Haz un cambio de sentido",
154158
"name": "Haz un cambio de sentido y continúa en {way_name}",
155-
"destination": "Haz un cambio de sentido hacia {destination}"
159+
"destination": "Haz un cambio de sentido hacia {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/fi.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Jatka jyrkästi vasempaan",
134134
"name": "Jatka jyrkästi vasempaan pysyäksesi tiellä {way_name}",
135-
"destination": "Jatka jyrkästi vasempaan suuntana {destination}"
135+
"destination": "Jatka jyrkästi vasempaan suuntana {destination}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Jatka jyrkästi oikeaan",
139140
"name": "Jatka jyrkästi oikeaan pysyäksesi tiellä {way_name}",
140-
"destination": "Jatka jyrkästi oikeaan suuntana {destination}"
141+
"destination": "Jatka jyrkästi oikeaan suuntana {destination}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Jatka loivasti vasempaan",
144146
"name": "Jatka loivasti vasempaan pysyäksesi tiellä {way_name}",
145-
"destination": "Jatka loivasti vasempaan suuntana {destination}"
147+
"destination": "Jatka loivasti vasempaan suuntana {destination}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Jatka loivasti oikeaan",
149152
"name": "Jatka loivasti oikeaan pysyäksesi tiellä {way_name}",
150-
"destination": "Jatka loivasti oikeaan suuntana {destination}"
153+
"destination": "Jatka loivasti oikeaan suuntana {destination}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "Tee U-käännös",
154158
"name": "Tee U-käännös ja jatka tietä {way_name}",
155-
"destination": "Tee U-käännös suuntana {destination}"
159+
"destination": "Tee U-käännös suuntana {destination}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

languages/translations/fr.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,32 @@
132132
"sharp left": {
133133
"default": "Tourner franchement à gauche",
134134
"name": "Tourner franchement à gauche pour rester sur {way_name:article}",
135-
"destination": "Tourner franchement à gauche en direction {destination:preposition}"
135+
"destination": "Tourner franchement à gauche en direction {destination:preposition}",
136+
"junction_name": "Make a sharp left at {junction_name}"
136137
},
137138
"sharp right": {
138139
"default": "Tourner franchement à droite",
139140
"name": "Tourner franchement à droite pour rester sur {way_name:article}",
140-
"destination": "Tourner franchement à droite en direction {destination:preposition}"
141+
"destination": "Tourner franchement à droite en direction {destination:preposition}",
142+
"junction_name": "Make a sharp right at {junction_name}"
141143
},
142144
"slight left": {
143145
"default": "Tourner légèrement à gauche",
144146
"name": "Tourner légèrement à gauche pour rester sur {way_name:article}",
145-
"destination": "Tourner légèrement à gauche en direction {destination:preposition}"
147+
"destination": "Tourner légèrement à gauche en direction {destination:preposition}",
148+
"junction_name": "Make a slight left at {junction_name}"
146149
},
147150
"slight right": {
148151
"default": "Tourner légèrement à droite",
149152
"name": "Tourner légèrement à droite pour rester sur {way_name:article}",
150-
"destination": "Tourner légèrement à droite en direction {destination:preposition}"
153+
"destination": "Tourner légèrement à droite en direction {destination:preposition}",
154+
"junction_name": "Make a slight right at {junction_name}"
151155
},
152156
"uturn": {
153157
"default": "Faire demi-tour",
154158
"name": "Faire demi-tour et continuer sur {way_name:article}",
155-
"destination": "Faire demi-tour en direction {destination:preposition}"
159+
"destination": "Faire demi-tour en direction {destination:preposition}",
160+
"junction_name": "Make a U-turn at {junction_name}"
156161
}
157162
},
158163
"depart": {

0 commit comments

Comments
 (0)