Skip to content

Commit cf14335

Browse files
committed
update translations from transifex
1 parent b796d7e commit cf14335

File tree

11 files changed

+655
-460
lines changed

11 files changed

+655
-460
lines changed

languages/translations/de.json

Lines changed: 46 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,34 @@
8484
},
8585
"continue": {
8686
"default": {
87-
"default": "{modifier} weiterfahren",
88-
"name": "{modifier} weiterfahren auf {way_name}",
89-
"destination": "{modifier} weiterfahren Richtung {destination}"
87+
"default": "Turn {modifier}",
88+
"name": "Turn {modifier} to stay on {way_name}",
89+
"destination": "Turn {modifier} towards {destination}",
90+
"exit": "Turn {modifier} onto {way_name}"
91+
},
92+
"sharp left": {
93+
"default": "Make a sharp left",
94+
"name": "Make a sharp left to stay on {way_name}",
95+
"destination": "Make a sharp left towards {destination}"
96+
},
97+
"sharp right": {
98+
"default": "Make a sharp right",
99+
"name": "Make a sharp right to stay on {way_name}",
100+
"destination": "Make a sharp right towards {destination}"
90101
},
91102
"slight left": {
92-
"default": "Leicht links weiter",
93-
"name": "Leicht links weiter auf {way_name}",
94-
"destination": "Leicht links weiter Richtung {destination}"
103+
"default": "Make a slight left",
104+
"name": "Make a slight left to stay on {way_name}",
105+
"destination": "Make a slight left towards {destination}"
95106
},
96107
"slight right": {
97-
"default": "Leicht rechts weiter",
98-
"name": "Leicht rechts weiter auf {way_name}",
99-
"destination": "Leicht rechts weiter Richtung {destination}"
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}"
100111
},
101112
"uturn": {
102113
"default": "180°-Wendung",
103-
"name": "180°-Wendung auf {way_name}",
114+
"name": "Make a U-turn and continue on {way_name}",
104115
"destination": "180°-Wendung Richtung {destination}"
105116
}
106117
},
@@ -390,46 +401,46 @@
390401
},
391402
"exit roundabout": {
392403
"default": {
393-
"default": "{modifier} abbiegen",
394-
"name": "{modifier} abbiegen auf {way_name}",
395-
"destination": "{modifier} abbiegen Richtung {destination}"
404+
"default": "Make a {modifier}",
405+
"name": "Make a {modifier} onto {way_name}",
406+
"destination": "Make a {modifier} towards {destination}"
396407
},
397408
"left": {
398-
"default": "Links abbiegen",
399-
"name": "Links abbiegen auf {way_name}",
400-
"destination": "Links abbiegen Richtung {destination}"
409+
"default": "Turn left",
410+
"name": "Turn left onto {way_name}",
411+
"destination": "Turn left towards {destination}"
401412
},
402413
"right": {
403-
"default": "Rechts abbiegen",
404-
"name": "Rechts abbiegen auf {way_name}",
405-
"destination": "Rechts abbiegen Richtung {destination}"
414+
"default": "Turn right",
415+
"name": "Turn right onto {way_name}",
416+
"destination": "Turn right towards {destination}"
406417
},
407418
"straight": {
408-
"default": "Geradeaus weiterfahren",
409-
"name": "Geradeaus weiterfahren auf {way_name}",
410-
"destination": "Geradeaus weiterfahren Richtung {destination}"
419+
"default": "Go straight",
420+
"name": "Go straight onto {way_name}",
421+
"destination": "Go straight towards {destination}"
411422
}
412423
},
413424
"exit rotary": {
414425
"default": {
415-
"default": "{modifier} abbiegen",
416-
"name": "{modifier} abbiegen auf {way_name}",
417-
"destination": "{modifier} abbiegen Richtung {destination}"
426+
"default": "Make a {modifier}",
427+
"name": "Make a {modifier} onto {way_name}",
428+
"destination": "Make a {modifier} towards {destination}"
418429
},
419430
"left": {
420-
"default": "Links abbiegen",
421-
"name": "Links abbiegen auf {way_name}",
422-
"destination": "Links abbiegen Richtung {destination}"
431+
"default": "Turn left",
432+
"name": "Turn left onto {way_name}",
433+
"destination": "Turn left towards {destination}"
423434
},
424435
"right": {
425-
"default": "Rechts abbiegen",
426-
"name": "Rechts abbiegen auf {way_name}",
427-
"destination": "Rechts abbiegen Richtung {destination}"
436+
"default": "Turn right",
437+
"name": "Turn right onto {way_name}",
438+
"destination": "Turn right towards {destination}"
428439
},
429440
"straight": {
430-
"default": "Geradeaus weiterfahren",
431-
"name": "Geradeaus weiterfahren auf {way_name}",
432-
"destination": "Geradeaus weiterfahren Richtung {destination}"
441+
"default": "Go straight",
442+
"name": "Go straight onto {way_name}",
443+
"destination": "Go straight towards {destination}"
433444
}
434445
},
435446
"turn": {
@@ -463,4 +474,4 @@
463474
}
464475
}
465476
}
466-
}
477+
}

0 commit comments

Comments
 (0)