Skip to content

Commit 84df4a9

Browse files
committed
Moved 'til' into modifiers to reduce amount of errors in Danish
1 parent c1b2bef commit 84df4a9

File tree

101 files changed

+131
-131
lines changed

Some content is hidden

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

101 files changed

+131
-131
lines changed

languages/translations/da.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"northwest": "nordvest"
2828
},
2929
"modifier": {
30-
"left": "venstre",
31-
"right": "højre",
32-
"sharp left": "skarpt venstresving",
33-
"sharp right": "skarpt højresving",
34-
"slight left": "svagt venstresving",
35-
"slight right": "svagt højresving",
30+
"left": "til venstre",
31+
"right": "til højre",
32+
"sharp left": "skarpt til venstre",
33+
"sharp right": "skarpt til højre",
34+
"slight left": "svagt til venstre",
35+
"slight right": "svagt til højre",
3636
"straight": "ligeud",
3737
"uturn": "U-vending"
3838
},
@@ -117,10 +117,10 @@
117117
},
118118
"continue": {
119119
"default": {
120-
"default": "Drej til {modifier}",
121-
"name": "Drej til {modifier} videre ad {way_name}",
122-
"destination": "Drej til {modifier} mod {destination}",
123-
"exit": "Drej til {modifier} ad {way_name}"
120+
"default": "Drej {modifier}",
121+
"name": "Drej {modifier} videre ad {way_name}",
122+
"destination": "Drej {modifier} mod {destination}",
123+
"exit": "Drej {modifier} ad {way_name}"
124124
},
125125
"straight": {
126126
"default": "Fortsæt ligeud",
@@ -164,9 +164,9 @@
164164
},
165165
"end of road": {
166166
"default": {
167-
"default": "Drej til {modifier}",
168-
"name": "Drej til {modifier} ad {way_name}",
169-
"destination": "Drej til {modifier} mod {destination}"
167+
"default": "Drej {modifier}",
168+
"name": "Drej {modifier} ad {way_name}",
169+
"destination": "Drej {modifier} mod {destination}"
170170
},
171171
"straight": {
172172
"default": "Fortsæt ligeud",
@@ -181,9 +181,9 @@
181181
},
182182
"fork": {
183183
"default": {
184-
"default": "Hold til {modifier} ved udfletningen",
185-
"name": "Hold til {modifier} på {way_name}",
186-
"destination": "Hold til {modifier} mod {destination}"
184+
"default": "Hold {modifier} ved udfletningen",
185+
"name": "Hold {modifier} på {way_name}",
186+
"destination": "Hold {modifier} mod {destination}"
187187
},
188188
"slight left": {
189189
"default": "Hold til venstre ved udfletningen",
@@ -213,9 +213,9 @@
213213
},
214214
"merge": {
215215
"default": {
216-
"default": "Flet til {modifier}",
217-
"name": "Flet til {modifier} ad {way_name}",
218-
"destination": "Flet til {modifier} mod {destination}"
216+
"default": "Flet {modifier}",
217+
"name": "Flet {modifier} ad {way_name}",
218+
"destination": "Flet {modifier} mod {destination}"
219219
},
220220
"straight": {
221221
"default": "Flet",
@@ -250,9 +250,9 @@
250250
},
251251
"new name": {
252252
"default": {
253-
"default": "Fortsæt til {modifier}",
254-
"name": "Fortsæt til {modifier} ad {way_name}",
255-
"destination": "Fortsæt til {modifier} mod {destination}"
253+
"default": "Fortsæt {modifier}",
254+
"name": "Fortsæt {modifier} ad {way_name}",
255+
"destination": "Fortsæt {modifier} mod {destination}"
256256
},
257257
"straight": {
258258
"default": "Fortsæt ligeud",
@@ -287,9 +287,9 @@
287287
},
288288
"notification": {
289289
"default": {
290-
"default": "Fortsæt til {modifier}",
291-
"name": "Fortsæt til {modifier} ad {way_name}",
292-
"destination": "Fortsæt til {modifier} mod {destination}"
290+
"default": "Fortsæt {modifier}",
291+
"name": "Fortsæt {modifier} ad {way_name}",
292+
"destination": "Fortsæt {modifier} mod {destination}"
293293
},
294294
"uturn": {
295295
"default": "Foretag en U-vending",
@@ -425,9 +425,9 @@
425425
},
426426
"roundabout turn": {
427427
"default": {
428-
"default": "Drej til {modifier}",
429-
"name": "Drej til {modifier} ad {way_name}",
430-
"destination": "Drej til {modifier} mod {destination}"
428+
"default": "Drej {modifier}",
429+
"name": "Drej {modifier} ad {way_name}",
430+
"destination": "Drej {modifier} mod {destination}"
431431
},
432432
"left": {
433433
"default": "Drej til venstre",
@@ -461,9 +461,9 @@
461461
},
462462
"turn": {
463463
"default": {
464-
"default": "Drej til {modifier}",
465-
"name": "Drej til {modifier} ad {way_name}",
466-
"destination": "Drej til {modifier} mod {destination}"
464+
"default": "Drej {modifier}",
465+
"name": "Drej {modifier} ad {way_name}",
466+
"destination": "Drej {modifier} mod {destination}"
467467
},
468468
"left": {
469469
"default": "Drej til venstre",

test/fixtures/v5/end_of_road/sharp_left_default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"ar": "انعطف يسار حادا",
12-
"da": "Drej til skarpt venstresving",
12+
"da": "Drej skarpt til venstre",
1313
"de": "Scharf links abbiegen",
1414
"en": "Turn sharp left",
1515
"eo": "Veturu maldekstregen",

test/fixtures/v5/end_of_road/sharp_left_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"ar": "انعطف يسار حادا نحو Destination 1",
13-
"da": "Drej til skarpt venstresving mod Destination 1",
13+
"da": "Drej skarpt til venstre mod Destination 1",
1414
"de": "Scharf links abbiegen Richtung Destination 1",
1515
"en": "Turn sharp left towards Destination 1",
1616
"eo": "Veturu maldekstregen direkte al Destination 1",

test/fixtures/v5/end_of_road/sharp_left_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"ar": "انعطف يسار حادا على Way Name",
13-
"da": "Drej til skarpt venstresving ad Way Name",
13+
"da": "Drej skarpt til venstre ad Way Name",
1414
"de": "Scharf links abbiegen auf Way Name",
1515
"en": "Turn sharp left onto Way Name",
1616
"eo": "Veturu maldekstregen direkte al Way Name",

test/fixtures/v5/end_of_road/sharp_left_exit_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"instructions": {
1313
"ar": "انعطف يسار حادا نحو Destination 1",
14-
"da": "Drej til skarpt venstresving mod Destination 1",
14+
"da": "Drej skarpt til venstre mod Destination 1",
1515
"de": "Scharf links abbiegen Richtung Destination 1",
1616
"en": "Turn sharp left towards Destination 1",
1717
"eo": "Veturu maldekstregen direkte al Destination 1",

test/fixtures/v5/end_of_road/sharp_left_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"ar": "انعطف يسار حادا على Way Name",
12-
"da": "Drej til skarpt venstresving ad Way Name",
12+
"da": "Drej skarpt til venstre ad Way Name",
1313
"de": "Scharf links abbiegen auf Way Name",
1414
"en": "Turn sharp left onto Way Name",
1515
"eo": "Veturu maldekstregen direkte al Way Name",

test/fixtures/v5/end_of_road/sharp_right_default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"ar": "انعطف يمين حادا",
12-
"da": "Drej til skarpt højresving",
12+
"da": "Drej skarpt til højre",
1313
"de": "Scharf rechts abbiegen",
1414
"en": "Turn sharp right",
1515
"eo": "Veturu dekstregen",

test/fixtures/v5/end_of_road/sharp_right_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"ar": "انعطف يمين حادا نحو Destination 1",
13-
"da": "Drej til skarpt højresving mod Destination 1",
13+
"da": "Drej skarpt til højre mod Destination 1",
1414
"de": "Scharf rechts abbiegen Richtung Destination 1",
1515
"en": "Turn sharp right towards Destination 1",
1616
"eo": "Veturu dekstregen direkte al Destination 1",

test/fixtures/v5/end_of_road/sharp_right_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"ar": "انعطف يمين حادا على Way Name",
13-
"da": "Drej til skarpt højresving ad Way Name",
13+
"da": "Drej skarpt til højre ad Way Name",
1414
"de": "Scharf rechts abbiegen auf Way Name",
1515
"en": "Turn sharp right onto Way Name",
1616
"eo": "Veturu dekstregen direkte al Way Name",

test/fixtures/v5/end_of_road/sharp_right_exit_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"instructions": {
1313
"ar": "انعطف يمين حادا نحو Destination 1",
14-
"da": "Drej til skarpt højresving mod Destination 1",
14+
"da": "Drej skarpt til højre mod Destination 1",
1515
"de": "Scharf rechts abbiegen Richtung Destination 1",
1616
"en": "Turn sharp right towards Destination 1",
1717
"eo": "Veturu dekstregen direkte al Destination 1",

0 commit comments

Comments
 (0)