Skip to content

Commit 0b3ad04

Browse files
author
allierowan
committed
onto
1 parent 2080ee8 commit 0b3ad04

17 files changed

+17
-17
lines changed

languages/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
"exit roundabout": {
411411
"default": {
412412
"default": "Exit the traffic circle",
413-
"name": "Exit the traffic circle {way_name}",
413+
"name": "Exit the traffic circle onto {way_name}",
414414
"destination": "Exit the traffic circle towards {destination}"
415415
}
416416
},

test/fixtures/v5/exit_roundabout/left_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Links abbiegen auf Way Name",
12-
"en": "Exit the traffic circle Way Name",
12+
"en": "Exit the traffic circle onto Way Name",
1313
"eo": "Turniĝu maldekstren al Way Name",
1414
"es": "Gire a la izquierda en Way Name",
1515
"es-ES": "Gire a la izquierda en Way Name",

test/fixtures/v5/exit_roundabout/left_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"instructions": {
1010
"de": "Links abbiegen auf Way Name",
11-
"en": "Exit the traffic circle Way Name",
11+
"en": "Exit the traffic circle onto Way Name",
1212
"eo": "Turniĝu maldekstren al Way Name",
1313
"es": "Gire a la izquierda en Way Name",
1414
"es-ES": "Gire a la izquierda en Way Name",

test/fixtures/v5/exit_roundabout/right_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Rechts abbiegen auf Way Name",
12-
"en": "Exit the traffic circle Way Name",
12+
"en": "Exit the traffic circle onto Way Name",
1313
"eo": "Turniĝu dekstren al Way Name",
1414
"es": "Gire a la derecha en Way Name",
1515
"es-ES": "Gire a la derecha en Way Name",

test/fixtures/v5/exit_roundabout/right_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"instructions": {
1010
"de": "Rechts abbiegen auf Way Name",
11-
"en": "Exit the traffic circle Way Name",
11+
"en": "Exit the traffic circle onto Way Name",
1212
"eo": "Turniĝu dekstren al Way Name",
1313
"es": "Gire a la derecha en Way Name",
1414
"es-ES": "Gire a la derecha en Way Name",

test/fixtures/v5/exit_roundabout/sharp_left_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Scharf links abbiegen auf Way Name",
12-
"en": "Exit the traffic circle Way Name",
12+
"en": "Exit the traffic circle onto Way Name",
1313
"eo": "Veturu maldekstregen al Way Name",
1414
"es": "Siga cerrada a la izquierda en Way Name",
1515
"es-ES": "Siga cerrada a la izquierda en Way Name",

test/fixtures/v5/exit_roundabout/sharp_left_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"instructions": {
1010
"de": "Scharf links abbiegen auf Way Name",
11-
"en": "Exit the traffic circle Way Name",
11+
"en": "Exit the traffic circle onto Way Name",
1212
"eo": "Veturu maldekstregen al Way Name",
1313
"es": "Siga cerrada a la izquierda en Way Name",
1414
"es-ES": "Siga cerrada a la izquierda en Way Name",

test/fixtures/v5/exit_roundabout/sharp_right_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Scharf rechts abbiegen auf Way Name",
12-
"en": "Exit the traffic circle Way Name",
12+
"en": "Exit the traffic circle onto Way Name",
1313
"eo": "Veturu dekstregen al Way Name",
1414
"es": "Siga cerrada a la derecha en Way Name",
1515
"es-ES": "Siga cerrada a la derecha en Way Name",

test/fixtures/v5/exit_roundabout/sharp_right_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"instructions": {
1010
"de": "Scharf rechts abbiegen auf Way Name",
11-
"en": "Exit the traffic circle Way Name",
11+
"en": "Exit the traffic circle onto Way Name",
1212
"eo": "Veturu dekstregen al Way Name",
1313
"es": "Siga cerrada a la derecha en Way Name",
1414
"es-ES": "Siga cerrada a la derecha en Way Name",

test/fixtures/v5/exit_roundabout/slight_left_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Leicht links abbiegen auf Way Name",
12-
"en": "Exit the traffic circle Way Name",
12+
"en": "Exit the traffic circle onto Way Name",
1313
"eo": "Veturu maldekstreten al Way Name",
1414
"es": "Siga ligeramente a la izquierda en Way Name",
1515
"es-ES": "Siga ligeramente a la izquierda en Way Name",

0 commit comments

Comments
 (0)