Skip to content

Commit d43cc6f

Browse files
committed
one more attempt to pull in updates
1 parent 03abc5a commit d43cc6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+472
-273
lines changed

languages/overrides/de.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
module.exports = function(content) {
22
content.meta.capitalizeFirstLetter = true;
33

4-
// No special handling needed in German for this one
5-
delete content.v5.continue.straight;
6-
74
return content;
85
};

languages/translations/de.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
}
5252
},
5353
"phrase": {
54-
"two linked by distance": "{instruction_one} then in {distance} {instruction_two}",
55-
"two linked": "{instruction_one} then {instruction_two}",
54+
"two linked by distance": "{instruction_one} danach in {distance} {instruction_two}",
55+
"two linked": "{instruction_one} danach {instruction_two}",
5656
"one in distance": "In {distance}, {instruction_one}",
5757
"name and ref": "{name} ({ref})"
5858
},
@@ -86,7 +86,25 @@
8686
"default": {
8787
"default": "{modifier} abbiegen",
8888
"name": "{modifier} weiterfahren auf {way_name}",
89-
"destination": "{modifier} abbiegen Richtung {destination}"
89+
"destination": "{modifier} abbiegen Richtung {destination}",
90+
"exit": "{modifier} abbiegen auf {way_name}"
91+
},
92+
"straight": {
93+
"default": "Geradeaus weiterfahren",
94+
"name": "Geradeaus weiterfahren auf {way_name}",
95+
"destination": "Weiterfahren in Richtung {destination}",
96+
"distance": "Geradeaus weiterfahren für {distance}",
97+
"namedistance": "Geradeaus weiterfahren auf {way_name} für {distance}"
98+
},
99+
"sharp left": {
100+
"default": "Scharf links",
101+
"name": "Scharf links weiterfahren auf {way_name}",
102+
"destination": "Scharf links Richtung {destination}"
103+
},
104+
"sharp right": {
105+
"default": "Scharf rechts",
106+
"name": "Scharf rechts weiterfahren auf {way_name}",
107+
"destination": "Scharf rechts Richtung {destination}"
90108
},
91109
"slight left": {
92110
"default": "Leicht links",

languages/translations/fr.json

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,25 @@
8686
"default": {
8787
"default": "Tourner {modifier}",
8888
"name": "Continuer {modifier} sur {way_name}",
89-
"destination": "Tourner {modifier} en direction de {destination}"
89+
"destination": "Tourner {modifier} en direction de {destination}",
90+
"exit": "Tourner {modifier} sur {way_name}"
9091
},
9192
"straight": {
9293
"default": "Continuer tout droit",
9394
"name": "Continuer tout droit sur {way_name}",
94-
"destination": "Continuer tout droit en direction de {destination}"
95+
"destination": "Continuer tout droit en direction de {destination}",
96+
"distance": "Continue straight for {distance}",
97+
"namedistance": "Continue on {way_name} for {distance}"
98+
},
99+
"sharp left": {
100+
"default": "Prendre franchement à gauche",
101+
"name": "Make a sharp left to stay on {way_name}",
102+
"destination": "Prendre franchement à gauche en direction de {destination}"
103+
},
104+
"sharp right": {
105+
"default": "Prendre franchement à droite",
106+
"name": "Make a sharp right to stay on {way_name}",
107+
"destination": "Prendre franchement à droite en direction de {destination}"
95108
},
96109
"slight left": {
97110
"default": "Continuer légèrement à gauche",
@@ -202,6 +215,11 @@
202215
"name": "Continuer {modifier} sur {way_name}",
203216
"destination": "Continuer {modifier} en direction de {destination}"
204217
},
218+
"straight": {
219+
"default": "Continuer tout droit",
220+
"name": "Continuer tout droit sur {way_name}",
221+
"destination": "Continuer tout droit en direction de {destination}"
222+
},
205223
"sharp left": {
206224
"default": "Prendre franchement à gauche",
207225
"name": "Prendre franchement à gauche sur {way_name}",
@@ -244,37 +262,51 @@
244262
"default": {
245263
"default": "Prendre la sortie",
246264
"name": "Prendre la sortie sur {way_name}",
247-
"destination": "Prendre la sortie en direction de {destination}"
265+
"destination": "Prendre la sortie en direction de {destination}",
266+
"exit": "Take exit {exit}",
267+
"exit_destination": "Take exit {exit} towards {destination}"
248268
},
249269
"left": {
250270
"default": "Prendre la sortie à gauche",
251271
"name": "Prendre la sortie à gauche sur {way_name}",
252-
"destination": "Prendre la sortie à gauche en direction de {destination}"
272+
"destination": "Prendre la sortie à gauche en direction de {destination}",
273+
"exit": "Take exit {exit} on the left",
274+
"exit_destination": "Take exit {exit} on the left towards {destination}"
253275
},
254276
"right": {
255277
"default": "Prendre la sortie à droite",
256278
"name": "Prendre la sortie à droite sur {way_name}",
257-
"destination": "Prendre la sortie à droite en direction de {destination}"
279+
"destination": "Prendre la sortie à droite en direction de {destination}",
280+
"exit": "Take exit {exit} on the right",
281+
"exit_destination": "Take exit {exit} on the right towards {destination}"
258282
},
259283
"sharp left": {
260284
"default": "Prendre la sortie à gauche",
261285
"name": "Prendre la sortie à gauche sur {way_name}",
262-
"destination": "Prendre la sortie à gauche en direction de {destination}"
286+
"destination": "Prendre la sortie à gauche en direction de {destination}",
287+
"exit": "Take exit {exit} on the left",
288+
"exit_destination": "Take exit {exit} on the left towards {destination}"
263289
},
264290
"sharp right": {
265291
"default": "Prendre la sortie à droite",
266292
"name": "Prendre la sortie à droite sur {way_name}",
267-
"destination": "Prendre la sortie à droite en direction de {destination}"
293+
"destination": "Prendre la sortie à droite en direction de {destination}",
294+
"exit": "Take exit {exit} on the right",
295+
"exit_destination": "Take exit {exit} on the right towards {destination}"
268296
},
269297
"slight left": {
270298
"default": "Prendre la sortie à gauche",
271299
"name": "Prendre la sortie à gauche sur {way_name}",
272-
"destination": "Prendre la sortie à gauche en direction de {destination}"
300+
"destination": "Prendre la sortie à gauche en direction de {destination}",
301+
"exit": "Take exit {exit} on the left",
302+
"exit_destination": "Take exit {exit} on the left towards {destination}"
273303
},
274304
"slight right": {
275305
"default": "Prendre la sortie à droite",
276306
"name": "Prendre la sortie à droite sur {way_name}",
277-
"destination": "Prendre la sortie à droite en direction de {destination}"
307+
"destination": "Prendre la sortie à droite en direction de {destination}",
308+
"exit": "Take exit {exit} on the right",
309+
"exit_destination": "Take exit {exit} on the right towards {destination}"
278310
}
279311
},
280312
"on ramp": {

languages/translations/id.json

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,25 @@
8686
"default": {
8787
"default": "Belok {modifier}",
8888
"name": "Terus {modifier} ke {way_name}",
89-
"destination": "Belok {modifier} menuju {destination}"
89+
"destination": "Belok {modifier} menuju {destination}",
90+
"exit": "Belok {modifier} ke {way_name}"
9091
},
9192
"straight": {
9293
"default": "Lurus terus",
9394
"name": "Terus ke {way_name}",
94-
"destination": "Terus menuju {destination}"
95+
"destination": "Terus menuju {destination}",
96+
"distance": "Continue straight for {distance}",
97+
"namedistance": "Continue on {way_name} for {distance}"
98+
},
99+
"sharp left": {
100+
"default": "Belok kiri tajam",
101+
"name": "Make a sharp left to stay on {way_name}",
102+
"destination": "Belok kiri tajam menuju {destination}"
103+
},
104+
"sharp right": {
105+
"default": "Belok kanan tajam",
106+
"name": "Make a sharp right to stay on {way_name}",
107+
"destination": "Belok kanan tajam menuju {destination}"
95108
},
96109
"slight left": {
97110
"default": "Tetap agak di kiri",
@@ -202,6 +215,11 @@
202215
"name": "Lanjutkan {modifier} menuju {way_name}",
203216
"destination": "Lanjutkan {modifier} menuju {destination}"
204217
},
218+
"straight": {
219+
"default": "Lurus terus",
220+
"name": "Terus ke {way_name}",
221+
"destination": "Terus menuju {destination}"
222+
},
205223
"sharp left": {
206224
"default": "Belok kiri tajam",
207225
"name": "Belok kiri tajam ke arah {way_name}",
@@ -244,37 +262,51 @@
244262
"default": {
245263
"default": "Ambil jalan melandai",
246264
"name": "Ambil jalan melandai ke {way_name}",
247-
"destination": "Ambil jalan melandai menuju {destination}"
265+
"destination": "Ambil jalan melandai menuju {destination}",
266+
"exit": "Take exit {exit}",
267+
"exit_destination": "Take exit {exit} towards {destination}"
248268
},
249269
"left": {
250270
"default": "Ambil jalan yang melandai di sebelah kiri",
251271
"name": "Ambil jalan melandai di sebelah kiri ke arah {way_name}",
252-
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}"
272+
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}",
273+
"exit": "Take exit {exit} on the left",
274+
"exit_destination": "Take exit {exit} on the left towards {destination}"
253275
},
254276
"right": {
255277
"default": "Ambil jalan melandai di sebelah kanan",
256278
"name": "Ambil jalan melandai di sebelah kanan ke {way_name}",
257-
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}"
279+
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}",
280+
"exit": "Take exit {exit} on the right",
281+
"exit_destination": "Take exit {exit} on the right towards {destination}"
258282
},
259283
"sharp left": {
260284
"default": "Ambil jalan yang melandai di sebelah kiri",
261285
"name": "Ambil jalan melandai di sebelah kiri ke arah {way_name}",
262-
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}"
286+
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}",
287+
"exit": "Take exit {exit} on the left",
288+
"exit_destination": "Take exit {exit} on the left towards {destination}"
263289
},
264290
"sharp right": {
265291
"default": "Ambil jalan melandai di sebelah kanan",
266292
"name": "Ambil jalan melandai di sebelah kanan ke {way_name}",
267-
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}"
293+
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}",
294+
"exit": "Take exit {exit} on the right",
295+
"exit_destination": "Take exit {exit} on the right towards {destination}"
268296
},
269297
"slight left": {
270298
"default": "Ambil jalan yang melandai di sebelah kiri",
271299
"name": "Ambil jalan melandai di sebelah kiri ke arah {way_name}",
272-
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}"
300+
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}",
301+
"exit": "Take exit {exit} on the left",
302+
"exit_destination": "Take exit {exit} on the left towards {destination}"
273303
},
274304
"slight right": {
275305
"default": "Ambil jalan melandai di sebelah kanan",
276306
"name": "Ambil jalan melandai di sebelah kanan ke {way_name}",
277-
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}"
307+
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}",
308+
"exit": "Take exit {exit} on the right",
309+
"exit_destination": "Take exit {exit} on the right towards {destination}"
278310
}
279311
},
280312
"on ramp": {

languages/translations/it.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,24 @@
8787
"default": "Gira a {modifier}",
8888
"name": "Continua a {modifier} per stare su {way_name}",
8989
"destination": "Gira a {modifier} verso {destination}",
90-
"exit": "Gira a {modifier} in {way_name}",
91-
"distance": "Continua per {distance}",
92-
"namedistance": "Continua su {way_name} per {distance}"
90+
"exit": "Gira a {modifier} in {way_name}"
9391
},
9492
"straight": {
9593
"default": "Continua dritto",
9694
"name": "Continua dritto per stare su {way_name}",
9795
"destination": "Continua verso {destination}",
98-
"distance": "Continua dritto per {distance}"
96+
"distance": "Continua dritto per {distance}",
97+
"namedistance": "Continua su {way_name} per {distance}"
98+
},
99+
"sharp left": {
100+
"default": "Svolta a sinistra",
101+
"name": "Make a sharp left to stay on {way_name}",
102+
"destination": "Svolta a sinistra verso {destination}"
103+
},
104+
"sharp right": {
105+
"default": "Svolta a destra",
106+
"name": "Make a sharp right to stay on {way_name}",
107+
"destination": "Svolta a destra verso {destination}"
99108
},
100109
"slight left": {
101110
"default": "Continua leggermente a sinistra",

languages/translations/nl.json

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,25 @@
8686
"default": {
8787
"default": "Ga {modifier}",
8888
"name": "Ga {modifier} naar {way_name}",
89-
"destination": "Ga {modifier} richting {destination}"
89+
"destination": "Ga {modifier} richting {destination}",
90+
"exit": "Ga {modifier} naar {way_name}"
9091
},
9192
"straight": {
9293
"default": "Ga rechtdoor",
9394
"name": "Ga rechtdoor naar {way_name}",
94-
"destination": "Ga rechtdoor richting {destination}"
95+
"destination": "Ga rechtdoor richting {destination}",
96+
"distance": "Continue straight for {distance}",
97+
"namedistance": "Continue on {way_name} for {distance}"
98+
},
99+
"sharp left": {
100+
"default": "Linksaf",
101+
"name": "Make a sharp left to stay on {way_name}",
102+
"destination": "Linksaf richting {destination}"
103+
},
104+
"sharp right": {
105+
"default": "Rechtsaf",
106+
"name": "Make a sharp right to stay on {way_name}",
107+
"destination": "Rechtsaf richting {destination}"
95108
},
96109
"slight left": {
97110
"default": "Links aanhouden",
@@ -202,6 +215,11 @@
202215
"name": "Ga {modifier} naar {way_name}",
203216
"destination": "Ga {modifier} richting {destination}"
204217
},
218+
"straight": {
219+
"default": "Ga in de aangegeven richting",
220+
"name": "Ga rechtdoor naar {way_name}",
221+
"destination": "Ga rechtdoor richting {destination}"
222+
},
205223
"sharp left": {
206224
"default": "Linksaf",
207225
"name": "Linksaf naar {way_name}",
@@ -244,37 +262,51 @@
244262
"default": {
245263
"default": "Neem de afrit",
246264
"name": "Neem de afrit naar {way_name}",
247-
"destination": "Neem de afrit richting {destination}"
265+
"destination": "Neem de afrit richting {destination}",
266+
"exit": "Take exit {exit}",
267+
"exit_destination": "Take exit {exit} towards {destination}"
248268
},
249269
"left": {
250270
"default": "Neem de afrit links",
251271
"name": "Neem de afrit links naar {way_name}",
252-
"destination": "Neem de afrit links richting {destination}"
272+
"destination": "Neem de afrit links richting {destination}",
273+
"exit": "Take exit {exit} on the left",
274+
"exit_destination": "Take exit {exit} on the left towards {destination}"
253275
},
254276
"right": {
255277
"default": "Neem de afrit rechts",
256278
"name": "Neem de afrit rechts naar {way_name}",
257-
"destination": "Neem de afrit rechts richting {destination}"
279+
"destination": "Neem de afrit rechts richting {destination}",
280+
"exit": "Take exit {exit} on the right",
281+
"exit_destination": "Take exit {exit} on the right towards {destination}"
258282
},
259283
"sharp left": {
260284
"default": "Neem de afrit links",
261285
"name": "Neem de afrit links naar {way_name}",
262-
"destination": "Neem de afrit links richting {destination}"
286+
"destination": "Neem de afrit links richting {destination}",
287+
"exit": "Take exit {exit} on the left",
288+
"exit_destination": "Take exit {exit} on the left towards {destination}"
263289
},
264290
"sharp right": {
265291
"default": "Neem de afrit rechts",
266292
"name": "Neem de afrit rechts naar {way_name}",
267-
"destination": "Neem de afrit rechts richting {destination}"
293+
"destination": "Neem de afrit rechts richting {destination}",
294+
"exit": "Take exit {exit} on the right",
295+
"exit_destination": "Take exit {exit} on the right towards {destination}"
268296
},
269297
"slight left": {
270298
"default": "Neem de afrit links",
271299
"name": "Neem de afrit links naar {way_name}",
272-
"destination": "Neem de afrit links richting {destination}"
300+
"destination": "Neem de afrit links richting {destination}",
301+
"exit": "Take exit {exit} on the left",
302+
"exit_destination": "Take exit {exit} on the left towards {destination}"
273303
},
274304
"slight right": {
275305
"default": "Neem de afrit rechts",
276306
"name": "Neem de afrit rechts naar {way_name}",
277-
"destination": "Neem de afrit rechts richting {destination}"
307+
"destination": "Neem de afrit rechts richting {destination}",
308+
"exit": "Take exit {exit} on the right",
309+
"exit_destination": "Take exit {exit} on the right towards {destination}"
278310
}
279311
},
280312
"on ramp": {

0 commit comments

Comments
 (0)