Skip to content

Commit a1194db

Browse files
committed
revert to old values where new values match english
1 parent ca8b065 commit a1194db

File tree

10 files changed

+125
-320
lines changed

10 files changed

+125
-320
lines changed

languages/translations/de.json

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -85,33 +85,22 @@
8585
"continue": {
8686
"default": {
8787
"default": "{modifier} abbiegen",
88-
"name": "Turn {modifier} to stay on {way_name}",
89-
"destination": "{modifier} abbiegen Richtung {destination}",
90-
"exit": "{modifier} abbiegen auf {way_name}"
91-
},
92-
"sharp left": {
93-
"default": "Scharf links",
94-
"name": "Make a sharp left to stay on {way_name}",
95-
"destination": "Scharf links Richtung {destination}"
96-
},
97-
"sharp right": {
98-
"default": "Scharf rechts",
99-
"name": "Make a sharp right to stay on {way_name}",
100-
"destination": "Scharf rechts Richtung {destination}"
88+
"name": "{modifier} weiterfahren auf {way_name}",
89+
"destination": "{modifier} abbiegen Richtung {destination}"
10190
},
10291
"slight left": {
10392
"default": "Scharf links",
104-
"name": "Make a slight left to stay on {way_name}",
105-
"destination": "Make a slight left towards {destination}"
93+
"name": "Leicht links weiter auf {way_name}",
94+
"destination": "Leicht links weiter Richtung {destination}"
10695
},
10796
"slight right": {
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}"
97+
"default": "Leicht rechts weiter",
98+
"name": "Leicht rechts weiter auf {way_name}",
99+
"destination": "Leicht rechts weiter Richtung {destination}"
111100
},
112101
"uturn": {
113102
"default": "180°-Wendung",
114-
"name": "Make a U-turn and continue on {way_name}",
103+
"name": "180°-Wendung auf {way_name}",
115104
"destination": "180°-Wendung Richtung {destination}"
116105
}
117106
},

languages/translations/fr.json

Lines changed: 18 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -85,40 +85,27 @@
8585
"continue": {
8686
"default": {
8787
"default": "Tourner {modifier}",
88-
"name": "Turn {modifier} to stay on {way_name}",
89-
"destination": "Tourner {modifier} en direction de {destination}",
90-
"exit": "Tourner {modifier} sur {way_name}"
88+
"name": "Continuer {modifier} sur {way_name}",
89+
"destination": "Tourner {modifier} en direction de {destination}"
9190
},
9291
"straight": {
9392
"default": "Continuer tout droit",
94-
"name": "Continue straight to stay on {way_name}",
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}"
93+
"name": "Continuer tout droit sur {way_name}",
94+
"destination": "Continuer tout droit en direction de {destination}"
10895
},
10996
"slight left": {
110-
"default": "Make a slight left",
111-
"name": "Make a slight left to stay on {way_name}",
112-
"destination": "Make a slight left towards {destination}"
97+
"default": "Continuer légèrement à gauche",
98+
"name": "Continuer légèrement à gauche sur {way_name}",
99+
"destination": "Continuer légèrement à gauche en direction de {destination}"
113100
},
114101
"slight right": {
115-
"default": "Make a slight right",
116-
"name": "Make a slight right to stay on {way_name}",
117-
"destination": "Make a slight right towards {destination}"
102+
"default": "Continuer légèrement à droite",
103+
"name": "Continuer légèrement à droite sur {way_name}",
104+
"destination": "Continuer légèrement à droite en direction de {destination}"
118105
},
119106
"uturn": {
120107
"default": "Faire demi-tour",
121-
"name": "Make a U-turn and continue on {way_name}",
108+
"name": "Faire demi-tour sur {way_name}",
122109
"destination": "Faire demi-tour en direction de {destination}"
123110
}
124111
},
@@ -215,11 +202,6 @@
215202
"name": "Continuer {modifier} sur {way_name}",
216203
"destination": "Continuer {modifier} en direction de {destination}"
217204
},
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-
},
223205
"sharp left": {
224206
"default": "Prendre franchement à gauche",
225207
"name": "Prendre franchement à gauche sur {way_name}",
@@ -262,51 +244,37 @@
262244
"default": {
263245
"default": "Prendre la sortie",
264246
"name": "Prendre la sortie sur {way_name}",
265-
"destination": "Prendre la sortie en direction de {destination}",
266-
"exit": "Take exit {exit}",
267-
"exit_destination": "Take exit {exit} towards {destination}"
247+
"destination": "Prendre la sortie en direction de {destination}"
268248
},
269249
"left": {
270250
"default": "Prendre la sortie à gauche",
271251
"name": "Prendre la sortie à gauche sur {way_name}",
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}"
252+
"destination": "Prendre la sortie à gauche en direction de {destination}"
275253
},
276254
"right": {
277255
"default": "Prendre la sortie à droite",
278256
"name": "Prendre la sortie à droite sur {way_name}",
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}"
257+
"destination": "Prendre la sortie à droite en direction de {destination}"
282258
},
283259
"sharp left": {
284260
"default": "Prendre la sortie à gauche",
285261
"name": "Prendre la sortie à gauche sur {way_name}",
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}"
262+
"destination": "Prendre la sortie à gauche en direction de {destination}"
289263
},
290264
"sharp right": {
291265
"default": "Prendre la sortie à droite",
292266
"name": "Prendre la sortie à droite sur {way_name}",
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}"
267+
"destination": "Prendre la sortie à droite en direction de {destination}"
296268
},
297269
"slight left": {
298270
"default": "Prendre la sortie à gauche",
299271
"name": "Prendre la sortie à gauche sur {way_name}",
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}"
272+
"destination": "Prendre la sortie à gauche en direction de {destination}"
303273
},
304274
"slight right": {
305275
"default": "Prendre la sortie à droite",
306276
"name": "Prendre la sortie à droite sur {way_name}",
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}"
277+
"destination": "Prendre la sortie à droite en direction de {destination}"
310278
}
311279
},
312280
"on ramp": {

languages/translations/id.json

Lines changed: 18 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -85,40 +85,27 @@
8585
"continue": {
8686
"default": {
8787
"default": "Belok {modifier}",
88-
"name": "Turn {modifier} to stay on {way_name}",
89-
"destination": "Belok {modifier} menuju {destination}",
90-
"exit": "Belok {modifier} ke {way_name}"
88+
"name": "Terus {modifier} ke {way_name}",
89+
"destination": "Belok {modifier} menuju {destination}"
9190
},
9291
"straight": {
9392
"default": "Lurus terus",
94-
"name": "Continue straight to stay on {way_name}",
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}"
93+
"name": "Terus ke {way_name}",
94+
"destination": "Terus menuju {destination}"
10895
},
10996
"slight left": {
110-
"default": "Make a slight left",
111-
"name": "Make a slight left to stay on {way_name}",
112-
"destination": "Make a slight left towards {destination}"
97+
"default": "Tetap agak di kiri",
98+
"name": "Tetap agak di kiri ke {way_name}",
99+
"destination": "Tetap agak di kiri menuju {destination}"
113100
},
114101
"slight right": {
115-
"default": "Make a slight right",
116-
"name": "Make a slight right to stay on {way_name}",
117-
"destination": "Make a slight right towards {destination}"
102+
"default": "Tetap agak di kanan",
103+
"name": "Tetap agak di kanan ke {way_name}",
104+
"destination": "Tetap agak di kanan menuju {destination}"
118105
},
119106
"uturn": {
120107
"default": "Putar balik",
121-
"name": "Make a U-turn and continue on {way_name}",
108+
"name": "Putar balik ke arah {way_name}",
122109
"destination": "Putar balik menuju {destination}"
123110
}
124111
},
@@ -215,11 +202,6 @@
215202
"name": "Lanjutkan {modifier} menuju {way_name}",
216203
"destination": "Lanjutkan {modifier} menuju {destination}"
217204
},
218-
"straight": {
219-
"default": "Lurus terus",
220-
"name": "Terus ke {way_name}",
221-
"destination": "Terus menuju {destination}"
222-
},
223205
"sharp left": {
224206
"default": "Belok kiri tajam",
225207
"name": "Belok kiri tajam ke arah {way_name}",
@@ -262,51 +244,37 @@
262244
"default": {
263245
"default": "Ambil jalan melandai",
264246
"name": "Ambil jalan melandai ke {way_name}",
265-
"destination": "Ambil jalan melandai menuju {destination}",
266-
"exit": "Take exit {exit}",
267-
"exit_destination": "Take exit {exit} towards {destination}"
247+
"destination": "Ambil jalan melandai menuju {destination}"
268248
},
269249
"left": {
270250
"default": "Ambil jalan yang melandai di sebelah kiri",
271251
"name": "Ambil jalan melandai di sebelah kiri ke arah {way_name}",
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}"
252+
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}"
275253
},
276254
"right": {
277255
"default": "Ambil jalan melandai di sebelah kanan",
278256
"name": "Ambil jalan melandai di sebelah kanan ke {way_name}",
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}"
257+
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}"
282258
},
283259
"sharp left": {
284260
"default": "Ambil jalan yang melandai di sebelah kiri",
285261
"name": "Ambil jalan melandai di sebelah kiri ke arah {way_name}",
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}"
262+
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}"
289263
},
290264
"sharp right": {
291265
"default": "Ambil jalan melandai di sebelah kanan",
292266
"name": "Ambil jalan melandai di sebelah kanan ke {way_name}",
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}"
267+
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}"
296268
},
297269
"slight left": {
298270
"default": "Ambil jalan yang melandai di sebelah kiri",
299271
"name": "Ambil jalan melandai di sebelah kiri ke arah {way_name}",
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}"
272+
"destination": "Ambil jalan melandai di sebelah kiri menuju {destination}"
303273
},
304274
"slight right": {
305275
"default": "Ambil jalan melandai di sebelah kanan",
306276
"name": "Ambil jalan melandai di sebelah kanan ke {way_name}",
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}"
277+
"destination": "Ambil jalan melandai di sebelah kanan menuju {destination}"
310278
}
311279
},
312280
"on ramp": {

languages/translations/it.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -85,36 +85,27 @@
8585
"continue": {
8686
"default": {
8787
"default": "Gira a {modifier}",
88-
"name": "Turn {modifier} to stay on {way_name}",
88+
"name": "Continua a {modifier} per stare su {way_name}",
8989
"destination": "Gira a {modifier} verso {destination}",
90-
"exit": "Gira a {modifier} in {way_name}"
90+
"exit": "Gira a {modifier} in {way_name}",
91+
"distance": "Continua per {distance}",
92+
"namedistance": "Continua su {way_name} per {distance}"
9193
},
9294
"straight": {
9395
"default": "Continua dritto",
9496
"name": "Continua dritto per stare su {way_name}",
9597
"destination": "Continua verso {destination}",
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}"
98+
"distance": "Continua dritto per {distance}"
10899
},
109100
"slight left": {
110-
"default": "Make a slight left",
111-
"name": "Make a slight left to stay on {way_name}",
112-
"destination": "Make a slight left towards {destination}"
101+
"default": "Continua leggermente a sinistra",
102+
"name": "Continua leggermente a sinistra per stare su {way_name}",
103+
"destination": "Continua leggermente a sinistra verso {destination}"
113104
},
114105
"slight right": {
115-
"default": "Make a slight right",
116-
"name": "Make a slight right to stay on {way_name}",
117-
"destination": "Make a slight right towards {destination}"
106+
"default": "Continua leggermente a destra",
107+
"name": "Continua leggermente a destra per stare su {way_name}",
108+
"destination": "Continua leggermente a destra verso {destination}"
118109
},
119110
"uturn": {
120111
"default": "Fai un'inversione a U",

0 commit comments

Comments
 (0)