From 26aad2fbc87ef4d78dc0e0e92930df545bfa0c6b Mon Sep 17 00:00:00 2001 From: David Olsson Date: Fri, 25 Aug 2017 09:29:35 +0200 Subject: [PATCH 1/4] Updated Swedish translations. Removed clashing default for turns note that it still is incorrect for uturn. Also removed the adjectives for slight and sharp since they are (never?) used irl in Swedish. Shortening roundabouts and uturns. Fixed the grammar for exits and exit_numbers --- languages/translations/sv.json | 223 +++++++++++++++++---------------- 1 file changed, 116 insertions(+), 107 deletions(-) diff --git a/languages/translations/sv.json b/languages/translations/sv.json index 5060d69c1..718ff1a9d 100644 --- a/languages/translations/sv.json +++ b/languages/translations/sv.json @@ -29,10 +29,10 @@ "modifier": { "left": "vänster", "right": "höger", - "sharp left": "skarp vänster", - "sharp right": "skarp höger", - "slight left": "lätt vänster", - "slight right": "lätt höger", + "sharp left": "vänster", + "sharp right": "höger", + "slight left": "vänster", + "slight right": "höger", "straight": "rakt fram", "uturn": "U-sväng" }, @@ -67,10 +67,10 @@ "default": "Du är framme vid din {nth} destination, skarpt till höger" }, "slight right": { - "default": "Du är framme vid din {nth} destination, lätt till höger" + "default": "Du är framme vid din {nth} destination, till höger" }, "slight left": { - "default": "Du är framme vid din {nth} destination, lätt till vänster" + "default": "Du är framme vid din {nth} destination, till vänster" }, "straight": { "default": "Du är framme vid din {nth} destination, rakt fram" @@ -87,16 +87,6 @@ "name": "Fortsätt in på {way_name}", "destination": "Fortsätt mot {destination}" }, - "slight left": { - "default": "Fortsätt med lätt vänstersväng", - "name": "Fortsätt med lätt vänstersväng in på {way_name}", - "destination": "Fortsätt med lätt vänstersväng mot {destination}" - }, - "slight right": { - "default": "Fortsätt med lätt högersväng", - "name": "Fortsätt med lätt högersväng in på {way_name}", - "destination": "Fortsätt med lätt högersväng mot {destination}" - }, "uturn": { "default": "Gör en U-sväng", "name": "Gör en U-sväng in på {way_name}", @@ -143,14 +133,14 @@ "destination": "Håll till höger mot {destination}" }, "sharp left": { - "default": "Gör en skarp vänstersväng där vägen delar sig", - "name": "Gör en skarp vänstersväng in på {way_name}", - "destination": "Gör en skarp vänstersväng mot {destination}" + "default": "Sväng vänster där vägen delar sig", + "name": "Sväng vänster in på {way_name}", + "destination": "Sväng vänster mot {destination}" }, "sharp right": { - "default": "Gör en skarp högersväng där vägen delar sig", - "name": "Gör en skarp högersväng in på {way_name}", - "destination": "Gör en skarp högersväng mot {destination}" + "default": "Sväng höger där vägen delar sig", + "name": "Sväng höger in på {way_name}", + "destination": "Sväng höger mot {destination}" }, "uturn": { "default": "Gör en U-sväng", @@ -165,24 +155,24 @@ "destination": "Körfältsbyte åt {modifier} mot {destination}" }, "slight left": { - "default": "Körfältsbyte åt vänster", - "name": "Körfältsbyte åt vänster in på {way_name}", - "destination": "Körfältsbyte åt vänster mot {destination}" + "default": "Byt till vänstra körfältet", + "name": "Byt till vänstra körfältet in på {way_name}", + "destination": "Byt till vänstra körfältet mot {destination}" }, "slight right": { - "default": "Körfältsbyte åt höger", - "name": "Körfältsbyte åt höger in på {way_name}", - "destination": "Körfältsbyte åt höger mot {destination}" + "default": "Byt till högra körfältet", + "name": "Byt till högra körfältet in på {way_name}", + "destination": "Byt till högra körfältet mot {destination}" }, "sharp left": { - "default": "Körfältsbyte åt vänster", - "name": "Körfältsbyte åt vänster in på {way_name}", - "destination": "Körfältsbyte åt vänster mot {destination}" + "default": "Byt till vänstra körfältet", + "name": "Byt till vänstra körfältet in på {way_name}", + "destination": "Byt till vänstra körfältet mot {destination}" }, "sharp right": { - "default": "Körfältsbyte åt höger", - "name": "Körfältsbyte åt höger in på {way_name}", - "destination": "Körfältsbyte åt höger mot {destination}" + "default": "Byt till högra körfältet", + "name": "Byt till högra körfältet in på {way_name}", + "destination": "Byt till högra körfältet mot {destination}" }, "uturn": { "default": "Gör en U-sväng", @@ -196,6 +186,11 @@ "name": "Fortsätt {modifier} på {way_name}", "destination": "Fortsätt {modifier} mot {destination}" }, + "straight": { + "default": "Fortsätt rakt fram", + "name": "Fortsätt in på {way_name}", + "destination": "Fortsätt mot {destination}" + }, "sharp left": { "default": "Gör en skarp vänstersväng", "name": "Gör en skarp vänstersväng in på {way_name}", @@ -236,143 +231,157 @@ }, "off ramp": { "default": { - "default": "Ta avfartrampen", - "name": "Ta avfartsrampen in på {way_name}", - "destination": "Ta avfartsrampen mot {destination}" + "default": "Ta avfarten", + "name": "Ta avfarten in på {way_name}", + "destination": "Ta avfarten mot {destination}", + "exit": "Ta avfart {exit} ", + "exit_destination": "Ta avfart {exit} mot {destination}" }, "left": { - "default": "Ta avfartsrampen till vänster", - "name": "Ta avfartsrampen till vänster in på {way_name}", - "destination": "Ta avfartsrampen till vänster mot {destination}" + "default": "Ta avfarten till vänster", + "name": "Ta avfarten till vänster in på {way_name}", + "destination": "Ta avfarten till vänster mot {destination}", + "exit": "Ta avfart {exit} till vänster", + "exit_destination": "Ta avfart {exit} till vänster mot {destination}" }, "right": { - "default": "Ta avfartsrampen till höger", - "name": "Ta avfartsrampen till höger in på {way_name}", - "destination": "Ta avfartsrampen till höger mot {destination}" + "default": "Ta avfarten till höger", + "name": "Ta avfarten till höger in på {way_name}", + "destination": "Ta avfarten till höger mot {destination}", + "exit": "Ta avfart {exit} till höger", + "exit_destination": "Ta avfart {exit} till höger mot {destination}" }, "sharp left": { - "default": "Ta avfartsrampen till vänster", - "name": "Ta avfartsrampen till vänster in på {way_name}", - "destination": "Ta avfartsrampen till vänster mot {destination}" + "default": "Ta avfarten till vänster", + "name": "Ta avfarten till vänster in på {way_name}", + "destination": "Ta avfarten till vänster mot {destination}", + "exit": "Ta avfart {exit} till vänster", + "exit_destination": "Ta avfart {exit} till vänster mot {destination}" }, "sharp right": { - "default": "Ta avfartsrampen till höger", - "name": "Ta avfartsrampen till höger in på {way_name}", - "destination": "Ta avfartsrampen till höger mot {destination}" + "default": "Ta avfarten till höger", + "name": "Ta avfarten till höger in på {way_name}", + "destination": "Ta avfarten till höger mot {destination}", + "exit": "Ta avfart {exit} till höger", + "exit_destination": "Ta avfart {exit} till höger mot {destination}" }, "slight left": { - "default": "Ta avfartsrampen till vänster", - "name": "Ta avfartsrampen till vänster in på {way_name}", - "destination": "Ta avfartsrampen till vänster mot {destination}" + "default": "Ta avfarten till vänster", + "name": "Ta avfarten till vänster in på {way_name}", + "destination": "Ta avfarten till vänster mot {destination}", + "exit": "Ta avfart {exit} till vänster", + "exit_destination": "Ta avfart{exit} till vänster mot {destination}" }, "slight right": { - "default": "Ta avfartsrampen till höger", - "name": "Ta avfartsrampen till höger in på {way_name}", - "destination": "Ta avfartsrampen till höger mot {destination}" + "default": "Ta avfarten till höger", + "name": "Ta avfarten till höger in på {way_name}", + "destination": "Ta avfarten till höger mot {destination}", + "exit": "Ta avfart {exit} till höger", + "exit_destination": "Ta avfart {exit} till höger mot {destination}" } }, "on ramp": { "default": { - "default": "Ta påfartsrampen", - "name": "Ta påfartsrampen in på {way_name}", - "destination": "Ta påfartsrampen mot {destination}" + "default": "Ta påfarten", + "name": "Ta påfarten in på {way_name}", + "destination": "Ta påfarten mot {destination}" }, "left": { - "default": "Ta påfartsrampen till vänster", - "name": "Ta påfartsrampen till vänster in på {way_name}", - "destination": "Ta påfartsrampen till vänster mot {destination}" + "default": "Ta påfarten till vänster", + "name": "Ta påfarten till vänster in på {way_name}", + "destination": "Ta påfarten till vänster mot {destination}" }, "right": { - "default": "Ta påfartsrampen till höger", - "name": "Ta påfartsrampen till höger in på {way_name}", - "destination": "Ta påfartsrampen till höger mot {destination}" + "default": "Ta påfarten till höger", + "name": "Ta påfarten till höger in på {way_name}", + "destination": "Ta påfarten till höger mot {destination}" }, "sharp left": { - "default": "Ta påfartsrampen till vänster", - "name": "Ta påfartsrampen till vänster in på {way_name}", - "destination": "Ta påfartsrampen till vänster mot {destination}" + "default": "Ta påfarten till vänster", + "name": "Ta påfarten till vänster in på {way_name}", + "destination": "Ta påfarten till vänster mot {destination}" }, "sharp right": { - "default": "Ta påfartsrampen till höger", - "name": "Ta påfartsrampen till höger in på {way_name}", - "destination": "Ta påfartsrampen till höger mot {destination}" + "default": "Ta påfarten till höger", + "name": "Ta påfarten till höger in på {way_name}", + "destination": "Ta påfarten till höger mot {destination}" }, "slight left": { - "default": "Ta påfartsrampen till vänster", - "name": "Ta påfartsrampen till vänster in på {way_name}", - "destination": "Ta påfartsrampen till vänster mot {destination}" + "default": "Ta påfarten till vänster", + "name": "Ta påfarten till vänster in på {way_name}", + "destination": "Ta påfarten till vänster mot {destination}" }, "slight right": { - "default": "Ta påfartsrampen till höger", - "name": "Ta påfartsrampen till höger in på {way_name}", - "destination": "Ta påfartsrampen till höger mot {destination}" + "default": "Ta påfarten till höger", + "name": "Ta påfarten till höger in på {way_name}", + "destination": "Ta påfarten till höger mot {destination}" } }, "rotary": { "default": { "default": { "default": "Kör in i rondellen", - "name": "Kör in i rondellen och ta av mot {way_name}", - "destination": "Kör in i rondellen och ta av mot {destination}" + "name": "I rondellen ta av in på {way_name}", + "destination": "I rondellen ta av mot {destination}" }, "name": { "default": "Kör in i {rotary_name}", - "name": "Kör in i {rotary_name} och ta av mot {way_name}", - "destination": "Kör in i {rotary_name} och ta av mot {destination}" + "name": "I {rotary_name} ta av in på {way_name}", + "destination": "I {rotary_name} ta av mot {destination}" }, "exit": { - "default": "Kör in i rondellen och ta avfart {exit_number}", - "name": "Kör in i rondellen och ta avfart {exit_number} mot {way_name}", - "destination": "Kör in i rondellen och ta avfart {exit_number} mot {destination}" + "default": "I rondellen ta {exit_number} avfarten", + "name": "I rondellen ta {exit_number} avfarten in på {way_name}", + "destination": "I rondellen ta {exit_number} avfarten mot {destination}" }, "name_exit": { - "default": "Kör in i {rotary_name} och ta avfart {exit_number}", - "name": "Kör in i {rotary_name} och ta avfart {exit_number} mot {way_name}", - "destination": "Kör in i {rotary_name} och ta avfart {exit_number} mot {destination}" + "default": "I {rotary_name} ta {exit_number} avfarten", + "name": "I {rotary_name} ta {exit_number} avfarten in på {way_name}", + "destination": "I {rotary_name} ta {exit_number} avfarten mot {destination}" } } }, "roundabout": { "default": { "exit": { - "default": "Kör in i rondellen och ta avfart {exit_number}", - "name": "Kör in i rondellen och ta avfart {exit_number} mot {way_name}", - "destination": "Kör in i rondellen och ta avfart {exit_number} mot {destination}" + "default": "I rondellen ta {exit_number} avfarten", + "name": "I rondellen ta {exit_number} avfarten in på {way_name}", + "destination": "I rondellen ta {exit_number} avfarten mot {destination}" }, "default": { "default": "Kör in i rondellen", - "name": "Kör in i rondellen och ta av mot {way_name}", - "destination": "Kör in i rondellen och ta av mot {destination}" + "name": "I rondellen ta av mot {way_name}", + "destination": "I rondellen ta av mot {destination}" } } }, "roundabout turn": { "default": { - "default": "Vid rondellen sväng {modifier}", - "name": "Vid rondellen sväng {modifier} in på {way_name}", - "destination": "Vid rondellen sväng {modifier} mot {destination}" + "default": "I rondellen sväng {modifier}", + "name": "I rondellen sväng {modifier} in på {way_name}", + "destination": "I rondellen sväng {modifier} mot {destination}" }, "left": { - "default": "Vid rondellen sväng vänster", - "name": "Vid rondellen sväng vänster in på {way_name}", - "destination": "Vid rondellen sväng vänster mot {destination}" + "default": "I rondellen sväng vänster", + "name": "I rondellen sväng vänster in på {way_name}", + "destination": "I rondellen sväng vänster mot {destination}" }, "right": { - "default": "Vid rondellen sväng höger", - "name": "Vid rondellen sväng höger in på {way_name}", - "destination": "Vid rondellen sväng höger mot {destination}" + "default": "I rondellen sväng höger", + "name": "I rondellen sväng höger in på {way_name}", + "destination": "I rondellen sväng höger mot {destination}" }, "straight": { - "default": "Vid rondellen fortsätt rakt fram", - "name": "Vid rondellen fortsätt rakt fram in på {way_name}", - "destination": "Vid rondellen fortsätt rakt fram mot {destination}" + "default": "I rondellen fortsätt rakt fram", + "name": "I rondellen fortsätt rakt fram in på {way_name}", + "destination": "I rondellen fortsätt rakt fram mot {destination}" } }, "turn": { "default": { - "default": "Sväng åt {modifier}", - "name": "Sväng åt {modifier} in på {way_name}", - "destination": "Sväng åt {modifier} mot {destination}" + "default": "Sväng {modifier}", + "name": "Sväng {modifier} in på {way_name}", + "destination": "Sväng {modifier} mot {destination}" }, "left": { "default": "Sväng vänster", @@ -399,4 +408,4 @@ } } } -} +} \ No newline at end of file From 4dff2a550bb085298e976f691a50361dde902978 Mon Sep 17 00:00:00 2001 From: David Olsson Date: Fri, 25 Aug 2017 09:31:42 +0200 Subject: [PATCH 2/4] Should be without overrides --- languages/translations/sv.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/languages/translations/sv.json b/languages/translations/sv.json index 718ff1a9d..1e62ff5ec 100644 --- a/languages/translations/sv.json +++ b/languages/translations/sv.json @@ -87,6 +87,16 @@ "name": "Fortsätt in på {way_name}", "destination": "Fortsätt mot {destination}" }, + "slight left": { + "default": "Fortsätt åt vänster", + "name": "Fortsätt åt vänster in på {way_name}", + "destination": "Fortsätt åt vänster mot {destination}" + }, + "slight right": { + "default": "Fortsätt åt höger", + "name": "Fortsätt åt höger in på {way_name}", + "destination": "Fortsätt åt höger mot {destination}" + }, "uturn": { "default": "Gör en U-sväng", "name": "Gör en U-sväng in på {way_name}", From 6d3a7f185730ab5847d32cd900af0b8854ea8e4d Mon Sep 17 00:00:00 2001 From: David Olsson Date: Fri, 25 Aug 2017 10:39:44 +0200 Subject: [PATCH 3/4] Updates for merge.defaults --- languages/translations/sv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/translations/sv.json b/languages/translations/sv.json index 1e62ff5ec..83f18be11 100644 --- a/languages/translations/sv.json +++ b/languages/translations/sv.json @@ -160,9 +160,9 @@ }, "merge": { "default": { - "default": "Körfältsbyte åt {modifier}", - "name": "Körfältsbyte åt {modifier} in på {way_name}", - "destination": "Körfältsbyte åt {modifier} mot {destination}" + "default": "Byt till {modifier} körfält", + "name": "Byt till {modifier} körfält in på {way_name}", + "destination": "Byt till {modifier} körfält mot {destination}" }, "slight left": { "default": "Byt till vänstra körfältet", From 3a0d54d432756210030113d8ea7e502b812fcfbe Mon Sep 17 00:00:00 2001 From: David Olsson Date: Fri, 25 Aug 2017 10:53:17 +0200 Subject: [PATCH 4/4] update=1 npm test fixtures for updated swedish --- test/fixtures/v5/arrive/slight_left.json | 2 +- test/fixtures/v5/arrive/slight_right.json | 2 +- test/fixtures/v5/arrive_waypoint/slight_left.json | 2 +- test/fixtures/v5/arrive_waypoint/slight_right.json | 2 +- test/fixtures/v5/arrive_waypoint_last/slight_left.json | 2 +- test/fixtures/v5/arrive_waypoint_last/slight_right.json | 2 +- test/fixtures/v5/continue/sharp_left_default.json | 2 +- test/fixtures/v5/continue/sharp_left_destination.json | 2 +- test/fixtures/v5/continue/sharp_left_exit.json | 2 +- test/fixtures/v5/continue/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/continue/sharp_left_name.json | 2 +- test/fixtures/v5/continue/sharp_right_default.json | 2 +- test/fixtures/v5/continue/sharp_right_destination.json | 2 +- test/fixtures/v5/continue/sharp_right_exit.json | 2 +- test/fixtures/v5/continue/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/continue/sharp_right_name.json | 2 +- test/fixtures/v5/continue/slight_left_default.json | 2 +- test/fixtures/v5/continue/slight_left_destination.json | 2 +- test/fixtures/v5/continue/slight_left_exit.json | 2 +- test/fixtures/v5/continue/slight_left_exit_destination.json | 2 +- test/fixtures/v5/continue/slight_left_name.json | 2 +- test/fixtures/v5/continue/slight_right_default.json | 2 +- test/fixtures/v5/continue/slight_right_destination.json | 2 +- test/fixtures/v5/continue/slight_right_exit.json | 2 +- test/fixtures/v5/continue/slight_right_exit_destination.json | 2 +- test/fixtures/v5/continue/slight_right_name.json | 2 +- test/fixtures/v5/end_of_road/sharp_left_default.json | 2 +- test/fixtures/v5/end_of_road/sharp_left_destination.json | 2 +- test/fixtures/v5/end_of_road/sharp_left_exit.json | 2 +- test/fixtures/v5/end_of_road/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/end_of_road/sharp_left_name.json | 2 +- test/fixtures/v5/end_of_road/sharp_right_default.json | 2 +- test/fixtures/v5/end_of_road/sharp_right_destination.json | 2 +- test/fixtures/v5/end_of_road/sharp_right_exit.json | 2 +- test/fixtures/v5/end_of_road/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/end_of_road/sharp_right_name.json | 2 +- test/fixtures/v5/end_of_road/slight_left_default.json | 2 +- test/fixtures/v5/end_of_road/slight_left_destination.json | 2 +- test/fixtures/v5/end_of_road/slight_left_exit.json | 2 +- test/fixtures/v5/end_of_road/slight_left_exit_destination.json | 2 +- test/fixtures/v5/end_of_road/slight_left_name.json | 2 +- test/fixtures/v5/end_of_road/slight_right_default.json | 2 +- test/fixtures/v5/end_of_road/slight_right_destination.json | 2 +- test/fixtures/v5/end_of_road/slight_right_exit.json | 2 +- test/fixtures/v5/end_of_road/slight_right_exit_destination.json | 2 +- test/fixtures/v5/end_of_road/slight_right_name.json | 2 +- test/fixtures/v5/fork/sharp_left_default.json | 2 +- test/fixtures/v5/fork/sharp_left_destination.json | 2 +- test/fixtures/v5/fork/sharp_left_exit.json | 2 +- test/fixtures/v5/fork/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/fork/sharp_left_name.json | 2 +- test/fixtures/v5/fork/sharp_right_default.json | 2 +- test/fixtures/v5/fork/sharp_right_destination.json | 2 +- test/fixtures/v5/fork/sharp_right_exit.json | 2 +- test/fixtures/v5/fork/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/fork/sharp_right_name.json | 2 +- test/fixtures/v5/merge/left_default.json | 2 +- test/fixtures/v5/merge/left_destination.json | 2 +- test/fixtures/v5/merge/left_exit.json | 2 +- test/fixtures/v5/merge/left_exit_destination.json | 2 +- test/fixtures/v5/merge/left_name.json | 2 +- test/fixtures/v5/merge/right_default.json | 2 +- test/fixtures/v5/merge/right_destination.json | 2 +- test/fixtures/v5/merge/right_exit.json | 2 +- test/fixtures/v5/merge/right_exit_destination.json | 2 +- test/fixtures/v5/merge/right_name.json | 2 +- test/fixtures/v5/merge/sharp_left_default.json | 2 +- test/fixtures/v5/merge/sharp_left_destination.json | 2 +- test/fixtures/v5/merge/sharp_left_exit.json | 2 +- test/fixtures/v5/merge/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/merge/sharp_left_name.json | 2 +- test/fixtures/v5/merge/sharp_right_default.json | 2 +- test/fixtures/v5/merge/sharp_right_destination.json | 2 +- test/fixtures/v5/merge/sharp_right_exit.json | 2 +- test/fixtures/v5/merge/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/merge/sharp_right_name.json | 2 +- test/fixtures/v5/merge/slight_left_default.json | 2 +- test/fixtures/v5/merge/slight_left_destination.json | 2 +- test/fixtures/v5/merge/slight_left_exit.json | 2 +- test/fixtures/v5/merge/slight_left_exit_destination.json | 2 +- test/fixtures/v5/merge/slight_left_name.json | 2 +- test/fixtures/v5/merge/slight_right_default.json | 2 +- test/fixtures/v5/merge/slight_right_destination.json | 2 +- test/fixtures/v5/merge/slight_right_exit.json | 2 +- test/fixtures/v5/merge/slight_right_exit_destination.json | 2 +- test/fixtures/v5/merge/slight_right_name.json | 2 +- test/fixtures/v5/merge/straight_default.json | 2 +- test/fixtures/v5/merge/straight_destination.json | 2 +- test/fixtures/v5/merge/straight_exit.json | 2 +- test/fixtures/v5/merge/straight_exit_destination.json | 2 +- test/fixtures/v5/merge/straight_name.json | 2 +- test/fixtures/v5/new_name/straight_destination.json | 2 +- test/fixtures/v5/new_name/straight_exit.json | 2 +- test/fixtures/v5/new_name/straight_exit_destination.json | 2 +- test/fixtures/v5/new_name/straight_name.json | 2 +- test/fixtures/v5/notification/sharp_left_default.json | 2 +- test/fixtures/v5/notification/sharp_left_destination.json | 2 +- test/fixtures/v5/notification/sharp_left_exit.json | 2 +- test/fixtures/v5/notification/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/notification/sharp_left_name.json | 2 +- test/fixtures/v5/notification/sharp_right_default.json | 2 +- test/fixtures/v5/notification/sharp_right_destination.json | 2 +- test/fixtures/v5/notification/sharp_right_exit.json | 2 +- test/fixtures/v5/notification/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/notification/sharp_right_name.json | 2 +- test/fixtures/v5/notification/slight_left_default.json | 2 +- test/fixtures/v5/notification/slight_left_destination.json | 2 +- test/fixtures/v5/notification/slight_left_exit.json | 2 +- test/fixtures/v5/notification/slight_left_exit_destination.json | 2 +- test/fixtures/v5/notification/slight_left_name.json | 2 +- test/fixtures/v5/notification/slight_right_default.json | 2 +- test/fixtures/v5/notification/slight_right_destination.json | 2 +- test/fixtures/v5/notification/slight_right_exit.json | 2 +- .../fixtures/v5/notification/slight_right_exit_destination.json | 2 +- test/fixtures/v5/notification/slight_right_name.json | 2 +- test/fixtures/v5/off_ramp/left_default.json | 2 +- test/fixtures/v5/off_ramp/left_destination.json | 2 +- test/fixtures/v5/off_ramp/left_exit.json | 2 +- test/fixtures/v5/off_ramp/left_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/left_name.json | 2 +- test/fixtures/v5/off_ramp/right_default.json | 2 +- test/fixtures/v5/off_ramp/right_destination.json | 2 +- test/fixtures/v5/off_ramp/right_exit.json | 2 +- test/fixtures/v5/off_ramp/right_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/right_name.json | 2 +- test/fixtures/v5/off_ramp/sharp_left_default.json | 2 +- test/fixtures/v5/off_ramp/sharp_left_destination.json | 2 +- test/fixtures/v5/off_ramp/sharp_left_exit.json | 2 +- test/fixtures/v5/off_ramp/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/sharp_left_name.json | 2 +- test/fixtures/v5/off_ramp/sharp_right_default.json | 2 +- test/fixtures/v5/off_ramp/sharp_right_destination.json | 2 +- test/fixtures/v5/off_ramp/sharp_right_exit.json | 2 +- test/fixtures/v5/off_ramp/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/sharp_right_name.json | 2 +- test/fixtures/v5/off_ramp/slight_left_default.json | 2 +- test/fixtures/v5/off_ramp/slight_left_destination.json | 2 +- test/fixtures/v5/off_ramp/slight_left_exit.json | 2 +- test/fixtures/v5/off_ramp/slight_left_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/slight_left_name.json | 2 +- test/fixtures/v5/off_ramp/slight_right_default.json | 2 +- test/fixtures/v5/off_ramp/slight_right_destination.json | 2 +- test/fixtures/v5/off_ramp/slight_right_exit.json | 2 +- test/fixtures/v5/off_ramp/slight_right_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/slight_right_name.json | 2 +- test/fixtures/v5/off_ramp/straight_default.json | 2 +- test/fixtures/v5/off_ramp/straight_destination.json | 2 +- test/fixtures/v5/off_ramp/straight_exit.json | 2 +- test/fixtures/v5/off_ramp/straight_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/straight_name.json | 2 +- test/fixtures/v5/off_ramp/uturn_default.json | 2 +- test/fixtures/v5/off_ramp/uturn_destination.json | 2 +- test/fixtures/v5/off_ramp/uturn_exit.json | 2 +- test/fixtures/v5/off_ramp/uturn_exit_destination.json | 2 +- test/fixtures/v5/off_ramp/uturn_name.json | 2 +- test/fixtures/v5/on_ramp/left_default.json | 2 +- test/fixtures/v5/on_ramp/left_destination.json | 2 +- test/fixtures/v5/on_ramp/left_exit.json | 2 +- test/fixtures/v5/on_ramp/left_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/left_name.json | 2 +- test/fixtures/v5/on_ramp/right_default.json | 2 +- test/fixtures/v5/on_ramp/right_destination.json | 2 +- test/fixtures/v5/on_ramp/right_exit.json | 2 +- test/fixtures/v5/on_ramp/right_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/right_name.json | 2 +- test/fixtures/v5/on_ramp/sharp_left_default.json | 2 +- test/fixtures/v5/on_ramp/sharp_left_destination.json | 2 +- test/fixtures/v5/on_ramp/sharp_left_exit.json | 2 +- test/fixtures/v5/on_ramp/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/sharp_left_name.json | 2 +- test/fixtures/v5/on_ramp/sharp_right_default.json | 2 +- test/fixtures/v5/on_ramp/sharp_right_destination.json | 2 +- test/fixtures/v5/on_ramp/sharp_right_exit.json | 2 +- test/fixtures/v5/on_ramp/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/sharp_right_name.json | 2 +- test/fixtures/v5/on_ramp/slight_left_default.json | 2 +- test/fixtures/v5/on_ramp/slight_left_destination.json | 2 +- test/fixtures/v5/on_ramp/slight_left_exit.json | 2 +- test/fixtures/v5/on_ramp/slight_left_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/slight_left_name.json | 2 +- test/fixtures/v5/on_ramp/slight_right_default.json | 2 +- test/fixtures/v5/on_ramp/slight_right_destination.json | 2 +- test/fixtures/v5/on_ramp/slight_right_exit.json | 2 +- test/fixtures/v5/on_ramp/slight_right_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/slight_right_name.json | 2 +- test/fixtures/v5/on_ramp/straight_default.json | 2 +- test/fixtures/v5/on_ramp/straight_destination.json | 2 +- test/fixtures/v5/on_ramp/straight_exit.json | 2 +- test/fixtures/v5/on_ramp/straight_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/straight_name.json | 2 +- test/fixtures/v5/on_ramp/uturn_default.json | 2 +- test/fixtures/v5/on_ramp/uturn_destination.json | 2 +- test/fixtures/v5/on_ramp/uturn_exit.json | 2 +- test/fixtures/v5/on_ramp/uturn_exit_destination.json | 2 +- test/fixtures/v5/on_ramp/uturn_name.json | 2 +- .../v5/other/motorway_ref_has_no_number_sharp left.json | 2 +- .../v5/other/motorway_ref_has_no_number_sharp right.json | 2 +- .../v5/other/motorway_ref_has_no_number_slight left.json | 2 +- .../v5/other/motorway_ref_has_no_number_slight right.json | 2 +- test/fixtures/v5/other/motorway_ref_has_number_sharp left.json | 2 +- test/fixtures/v5/other/motorway_ref_has_number_sharp right.json | 2 +- test/fixtures/v5/other/motorway_ref_has_number_slight left.json | 2 +- .../fixtures/v5/other/motorway_ref_has_number_slight right.json | 2 +- test/fixtures/v5/other/way_name_class_ferry_sharp left.json | 2 +- test/fixtures/v5/other/way_name_class_ferry_sharp right.json | 2 +- test/fixtures/v5/other/way_name_class_ferry_slight left.json | 2 +- test/fixtures/v5/other/way_name_class_ferry_slight right.json | 2 +- test/fixtures/v5/rotary/default_destination.json | 2 +- test/fixtures/v5/rotary/default_exit.json | 2 +- test/fixtures/v5/rotary/default_exit_destination.json | 2 +- test/fixtures/v5/rotary/default_name.json | 2 +- test/fixtures/v5/rotary/exit_10.json | 2 +- test/fixtures/v5/rotary/exit_11.json | 2 +- test/fixtures/v5/rotary/exit_1_default.json | 2 +- test/fixtures/v5/rotary/exit_1_destination.json | 2 +- test/fixtures/v5/rotary/exit_1_exit.json | 2 +- test/fixtures/v5/rotary/exit_1_exit_destination.json | 2 +- test/fixtures/v5/rotary/exit_1_name.json | 2 +- test/fixtures/v5/rotary/exit_2.json | 2 +- test/fixtures/v5/rotary/exit_3.json | 2 +- test/fixtures/v5/rotary/exit_4.json | 2 +- test/fixtures/v5/rotary/exit_5.json | 2 +- test/fixtures/v5/rotary/exit_6.json | 2 +- test/fixtures/v5/rotary/exit_7.json | 2 +- test/fixtures/v5/rotary/exit_8.json | 2 +- test/fixtures/v5/rotary/exit_9.json | 2 +- test/fixtures/v5/rotary/name_destination.json | 2 +- test/fixtures/v5/rotary/name_exit.json | 2 +- test/fixtures/v5/rotary/name_exit_default.json | 2 +- test/fixtures/v5/rotary/name_exit_destination.json | 2 +- test/fixtures/v5/rotary/name_exit_exit.json | 2 +- test/fixtures/v5/rotary/name_exit_exit_destination.json | 2 +- test/fixtures/v5/rotary/name_exit_name.json | 2 +- test/fixtures/v5/rotary/name_name.json | 2 +- test/fixtures/v5/roundabout/default_destination.json | 2 +- test/fixtures/v5/roundabout/default_exit.json | 2 +- test/fixtures/v5/roundabout/default_exit_destination.json | 2 +- test/fixtures/v5/roundabout/default_name.json | 2 +- test/fixtures/v5/roundabout/exit_default.json | 2 +- test/fixtures/v5/roundabout/exit_destination.json | 2 +- test/fixtures/v5/roundabout/exit_exit.json | 2 +- test/fixtures/v5/roundabout/exit_exit_destination.json | 2 +- test/fixtures/v5/roundabout/exit_name.json | 2 +- test/fixtures/v5/roundabout_turn/left_default.json | 2 +- test/fixtures/v5/roundabout_turn/left_destination.json | 2 +- test/fixtures/v5/roundabout_turn/left_exit.json | 2 +- test/fixtures/v5/roundabout_turn/left_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/left_name.json | 2 +- test/fixtures/v5/roundabout_turn/right_default.json | 2 +- test/fixtures/v5/roundabout_turn/right_destination.json | 2 +- test/fixtures/v5/roundabout_turn/right_exit.json | 2 +- test/fixtures/v5/roundabout_turn/right_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/right_name.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_left_default.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_left_destination.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_left_exit.json | 2 +- .../v5/roundabout_turn/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_left_name.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_right_default.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_right_destination.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_right_exit.json | 2 +- .../v5/roundabout_turn/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/sharp_right_name.json | 2 +- test/fixtures/v5/roundabout_turn/slight_left_default.json | 2 +- test/fixtures/v5/roundabout_turn/slight_left_destination.json | 2 +- test/fixtures/v5/roundabout_turn/slight_left_exit.json | 2 +- .../v5/roundabout_turn/slight_left_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/slight_left_name.json | 2 +- test/fixtures/v5/roundabout_turn/slight_right_default.json | 2 +- test/fixtures/v5/roundabout_turn/slight_right_destination.json | 2 +- test/fixtures/v5/roundabout_turn/slight_right_exit.json | 2 +- .../v5/roundabout_turn/slight_right_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/slight_right_name.json | 2 +- test/fixtures/v5/roundabout_turn/straight_default.json | 2 +- test/fixtures/v5/roundabout_turn/straight_destination.json | 2 +- test/fixtures/v5/roundabout_turn/straight_exit.json | 2 +- test/fixtures/v5/roundabout_turn/straight_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/straight_name.json | 2 +- test/fixtures/v5/roundabout_turn/uturn_default.json | 2 +- test/fixtures/v5/roundabout_turn/uturn_destination.json | 2 +- test/fixtures/v5/roundabout_turn/uturn_exit.json | 2 +- test/fixtures/v5/roundabout_turn/uturn_exit_destination.json | 2 +- test/fixtures/v5/roundabout_turn/uturn_name.json | 2 +- test/fixtures/v5/turn/sharp_left_default.json | 2 +- test/fixtures/v5/turn/sharp_left_destination.json | 2 +- test/fixtures/v5/turn/sharp_left_exit.json | 2 +- test/fixtures/v5/turn/sharp_left_exit_destination.json | 2 +- test/fixtures/v5/turn/sharp_left_name.json | 2 +- test/fixtures/v5/turn/sharp_right_default.json | 2 +- test/fixtures/v5/turn/sharp_right_destination.json | 2 +- test/fixtures/v5/turn/sharp_right_exit.json | 2 +- test/fixtures/v5/turn/sharp_right_exit_destination.json | 2 +- test/fixtures/v5/turn/sharp_right_name.json | 2 +- test/fixtures/v5/turn/slight_left_default.json | 2 +- test/fixtures/v5/turn/slight_left_destination.json | 2 +- test/fixtures/v5/turn/slight_left_exit.json | 2 +- test/fixtures/v5/turn/slight_left_exit_destination.json | 2 +- test/fixtures/v5/turn/slight_left_name.json | 2 +- test/fixtures/v5/turn/slight_right_default.json | 2 +- test/fixtures/v5/turn/slight_right_destination.json | 2 +- test/fixtures/v5/turn/slight_right_exit.json | 2 +- test/fixtures/v5/turn/slight_right_exit_destination.json | 2 +- test/fixtures/v5/turn/slight_right_name.json | 2 +- test/fixtures/v5/turn/uturn_default.json | 2 +- test/fixtures/v5/turn/uturn_destination.json | 2 +- test/fixtures/v5/turn/uturn_exit.json | 2 +- test/fixtures/v5/turn/uturn_exit_destination.json | 2 +- test/fixtures/v5/turn/uturn_name.json | 2 +- 308 files changed, 308 insertions(+), 308 deletions(-) diff --git a/test/fixtures/v5/arrive/slight_left.json b/test/fixtures/v5/arrive/slight_left.json index 8b3a16afe..e7556a0d4 100644 --- a/test/fixtures/v5/arrive/slight_left.json +++ b/test/fixtures/v5/arrive/slight_left.json @@ -15,7 +15,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "ru": "Вы прибыли в пункт назначения, он находится слева", - "sv": "Du är framme vid din destination, lätt till vänster", + "sv": "Du är framme vid din destination, till vänster", "vi": "Đến nơi ở bên trái", "zh-Hans": "您已经到达您的个目的地,在道路左侧" } diff --git a/test/fixtures/v5/arrive/slight_right.json b/test/fixtures/v5/arrive/slight_right.json index 97bcf9671..e9c730c78 100644 --- a/test/fixtures/v5/arrive/slight_right.json +++ b/test/fixtures/v5/arrive/slight_right.json @@ -15,7 +15,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "ru": "Вы прибыли в пункт назначения, он находится справа", - "sv": "Du är framme vid din destination, lätt till höger", + "sv": "Du är framme vid din destination, till höger", "vi": "Đến nơi ở bên phải", "zh-Hans": "您已经到达您的个目的地,在道路右侧" } diff --git a/test/fixtures/v5/arrive_waypoint/slight_left.json b/test/fixtures/v5/arrive_waypoint/slight_left.json index e5eef5b09..342475664 100644 --- a/test/fixtures/v5/arrive_waypoint/slight_left.json +++ b/test/fixtures/v5/arrive_waypoint/slight_left.json @@ -15,7 +15,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego 1., po lewej stronie", "ru": "Вы прибыли в первый пункт назначения, он находится слева", - "sv": "Du är framme vid din 1:a destination, lätt till vänster", + "sv": "Du är framme vid din 1:a destination, till vänster", "vi": "Đến nơi đầu tiên ở bên trái", "zh-Hans": "您已经到达您的第一个目的地,在道路左侧" }, diff --git a/test/fixtures/v5/arrive_waypoint/slight_right.json b/test/fixtures/v5/arrive_waypoint/slight_right.json index 40b230d00..d016b9209 100644 --- a/test/fixtures/v5/arrive_waypoint/slight_right.json +++ b/test/fixtures/v5/arrive_waypoint/slight_right.json @@ -15,7 +15,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego 1., po prawej stronie", "ru": "Вы прибыли в первый пункт назначения, он находится справа", - "sv": "Du är framme vid din 1:a destination, lätt till höger", + "sv": "Du är framme vid din 1:a destination, till höger", "vi": "Đến nơi đầu tiên ở bên phải", "zh-Hans": "您已经到达您的第一个目的地,在道路右侧" }, diff --git a/test/fixtures/v5/arrive_waypoint_last/slight_left.json b/test/fixtures/v5/arrive_waypoint_last/slight_left.json index da5260a00..4fcdd32b1 100644 --- a/test/fixtures/v5/arrive_waypoint_last/slight_left.json +++ b/test/fixtures/v5/arrive_waypoint_last/slight_left.json @@ -15,7 +15,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "ru": "Вы прибыли в пункт назначения, он находится слева", - "sv": "Du är framme vid din destination, lätt till vänster", + "sv": "Du är framme vid din destination, till vänster", "vi": "Đến nơi ở bên trái", "zh-Hans": "您已经到达您的个目的地,在道路左侧" }, diff --git a/test/fixtures/v5/arrive_waypoint_last/slight_right.json b/test/fixtures/v5/arrive_waypoint_last/slight_right.json index c31bfde31..4c0f7c0c5 100644 --- a/test/fixtures/v5/arrive_waypoint_last/slight_right.json +++ b/test/fixtures/v5/arrive_waypoint_last/slight_right.json @@ -15,7 +15,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "ru": "Вы прибыли в пункт назначения, он находится справа", - "sv": "Du är framme vid din destination, lätt till höger", + "sv": "Du är framme vid din destination, till höger", "vi": "Đến nơi ở bên phải", "zh-Hans": "您已经到达您的个目的地,在道路右侧" }, diff --git a/test/fixtures/v5/continue/sharp_left_default.json b/test/fixtures/v5/continue/sharp_left_default.json index 0712522c2..efc795d20 100644 --- a/test/fixtures/v5/continue/sharp_left_default.json +++ b/test/fixtures/v5/continue/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf", "pl": "Kontynuuj ostro w lewo", "ru": "Двигайтесь налево", - "sv": "Fortsätt skarp vänster", + "sv": "Fortsätt vänster", "vi": "Chạy tiếp bên trái gắt", "zh-Hans": "继续向左" } diff --git a/test/fixtures/v5/continue/sharp_left_destination.json b/test/fixtures/v5/continue/sharp_left_destination.json index 1f8e93d8a..3386bd6b6 100644 --- a/test/fixtures/v5/continue/sharp_left_destination.json +++ b/test/fixtures/v5/continue/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Kontynuuj ostro w lewo w kierunku Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", - "sv": "Fortsätt skarp vänster mot Destination 1", + "sv": "Fortsätt vänster mot Destination 1", "vi": "Chạy tiếp bên trái gắt đến Destination 1", "zh-Hans": "继续向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/sharp_left_exit.json b/test/fixtures/v5/continue/sharp_left_exit.json index 0cfd33e86..bb5a78efe 100644 --- a/test/fixtures/v5/continue/sharp_left_exit.json +++ b/test/fixtures/v5/continue/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Kontynuuj ostro w lewo na Way Name", "ru": "Двигайтесь налево по Way Name", - "sv": "Fortsätt skarp vänster in på Way Name", + "sv": "Fortsätt vänster in på Way Name", "vi": "Chạy tiếp bên trái gắt trên Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/continue/sharp_left_exit_destination.json b/test/fixtures/v5/continue/sharp_left_exit_destination.json index 75a46aae2..d0b4a5662 100644 --- a/test/fixtures/v5/continue/sharp_left_exit_destination.json +++ b/test/fixtures/v5/continue/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Kontynuuj ostro w lewo w kierunku Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", - "sv": "Fortsätt skarp vänster mot Destination 1", + "sv": "Fortsätt vänster mot Destination 1", "vi": "Chạy tiếp bên trái gắt đến Destination 1", "zh-Hans": "继续向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/sharp_left_name.json b/test/fixtures/v5/continue/sharp_left_name.json index ca75822c1..4e1b1eda4 100644 --- a/test/fixtures/v5/continue/sharp_left_name.json +++ b/test/fixtures/v5/continue/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Kontynuuj ostro w lewo na Way Name", "ru": "Двигайтесь налево по Way Name", - "sv": "Fortsätt skarp vänster in på Way Name", + "sv": "Fortsätt vänster in på Way Name", "vi": "Chạy tiếp bên trái gắt trên Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/continue/sharp_right_default.json b/test/fixtures/v5/continue/sharp_right_default.json index 5853842e5..fbbad0428 100644 --- a/test/fixtures/v5/continue/sharp_right_default.json +++ b/test/fixtures/v5/continue/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf", "pl": "Kontynuuj ostro w prawo", "ru": "Двигайтесь направо", - "sv": "Fortsätt skarp höger", + "sv": "Fortsätt höger", "vi": "Chạy tiếp bên phải gắt", "zh-Hans": "继续向右" } diff --git a/test/fixtures/v5/continue/sharp_right_destination.json b/test/fixtures/v5/continue/sharp_right_destination.json index 1aac9c22c..b7c98d0b2 100644 --- a/test/fixtures/v5/continue/sharp_right_destination.json +++ b/test/fixtures/v5/continue/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Kontynuuj ostro w prawo w kierunku Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", - "sv": "Fortsätt skarp höger mot Destination 1", + "sv": "Fortsätt höger mot Destination 1", "vi": "Chạy tiếp bên phải gắt đến Destination 1", "zh-Hans": "继续向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/sharp_right_exit.json b/test/fixtures/v5/continue/sharp_right_exit.json index 735e226a9..12e81600f 100644 --- a/test/fixtures/v5/continue/sharp_right_exit.json +++ b/test/fixtures/v5/continue/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Kontynuuj ostro w prawo na Way Name", "ru": "Двигайтесь направо по Way Name", - "sv": "Fortsätt skarp höger in på Way Name", + "sv": "Fortsätt höger in på Way Name", "vi": "Chạy tiếp bên phải gắt trên Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/continue/sharp_right_exit_destination.json b/test/fixtures/v5/continue/sharp_right_exit_destination.json index 1e57bb0cd..6781a6c4d 100644 --- a/test/fixtures/v5/continue/sharp_right_exit_destination.json +++ b/test/fixtures/v5/continue/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Kontynuuj ostro w prawo w kierunku Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", - "sv": "Fortsätt skarp höger mot Destination 1", + "sv": "Fortsätt höger mot Destination 1", "vi": "Chạy tiếp bên phải gắt đến Destination 1", "zh-Hans": "继续向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/sharp_right_name.json b/test/fixtures/v5/continue/sharp_right_name.json index a763eb6f5..21e54406b 100644 --- a/test/fixtures/v5/continue/sharp_right_name.json +++ b/test/fixtures/v5/continue/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Kontynuuj ostro w prawo na Way Name", "ru": "Двигайтесь направо по Way Name", - "sv": "Fortsätt skarp höger in på Way Name", + "sv": "Fortsätt höger in på Way Name", "vi": "Chạy tiếp bên phải gắt trên Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/continue/slight_left_default.json b/test/fixtures/v5/continue/slight_left_default.json index ad9f8eef4..bae3f84bc 100644 --- a/test/fixtures/v5/continue/slight_left_default.json +++ b/test/fixtures/v5/continue/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Links aanhouden", "pl": "Kontynuuj łagodnie w lewo", "ru": "Плавно поверните налево", - "sv": "Fortsätt med lätt vänstersväng", + "sv": "Fortsätt åt vänster", "vi": "Nghiêng về bên trái", "zh-Hans": "继续向左" } diff --git a/test/fixtures/v5/continue/slight_left_destination.json b/test/fixtures/v5/continue/slight_left_destination.json index f621721e7..e12ccbce7 100644 --- a/test/fixtures/v5/continue/slight_left_destination.json +++ b/test/fixtures/v5/continue/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Links aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "ru": "Плавно поверните налево в направлении Destination 1", - "sv": "Fortsätt med lätt vänstersväng mot Destination 1", + "sv": "Fortsätt åt vänster mot Destination 1", "vi": "Nghiêng về bên trái đến Destination 1", "zh-Hans": "继续向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/slight_left_exit.json b/test/fixtures/v5/continue/slight_left_exit.json index 0a780b2e5..be668bf20 100644 --- a/test/fixtures/v5/continue/slight_left_exit.json +++ b/test/fixtures/v5/continue/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Links aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "ru": "Плавно поверните налево на Way Name", - "sv": "Fortsätt med lätt vänstersväng in på Way Name", + "sv": "Fortsätt åt vänster in på Way Name", "vi": "Nghiêng về bên trái vào Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/continue/slight_left_exit_destination.json b/test/fixtures/v5/continue/slight_left_exit_destination.json index bfd6416e9..c353610d9 100644 --- a/test/fixtures/v5/continue/slight_left_exit_destination.json +++ b/test/fixtures/v5/continue/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Links aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "ru": "Плавно поверните налево в направлении Destination 1", - "sv": "Fortsätt med lätt vänstersväng mot Destination 1", + "sv": "Fortsätt åt vänster mot Destination 1", "vi": "Nghiêng về bên trái đến Destination 1", "zh-Hans": "继续向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/slight_left_name.json b/test/fixtures/v5/continue/slight_left_name.json index 9ceeecefb..c32dbd1eb 100644 --- a/test/fixtures/v5/continue/slight_left_name.json +++ b/test/fixtures/v5/continue/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Links aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "ru": "Плавно поверните налево на Way Name", - "sv": "Fortsätt med lätt vänstersväng in på Way Name", + "sv": "Fortsätt åt vänster in på Way Name", "vi": "Nghiêng về bên trái vào Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/continue/slight_right_default.json b/test/fixtures/v5/continue/slight_right_default.json index f9b709821..263a2e1d5 100644 --- a/test/fixtures/v5/continue/slight_right_default.json +++ b/test/fixtures/v5/continue/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Rechts aanhouden", "pl": "Kontynuuj łagodnie w prawo", "ru": "Плавно поверните направо", - "sv": "Fortsätt med lätt högersväng", + "sv": "Fortsätt åt höger", "vi": "Nghiêng về bên phải", "zh-Hans": "继续向右" } diff --git a/test/fixtures/v5/continue/slight_right_destination.json b/test/fixtures/v5/continue/slight_right_destination.json index 030be966e..4c8e7a236 100644 --- a/test/fixtures/v5/continue/slight_right_destination.json +++ b/test/fixtures/v5/continue/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Rechts aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "ru": "Плавно поверните направо в направлении Destination 1", - "sv": "Fortsätt med lätt högersväng mot Destination 1", + "sv": "Fortsätt åt höger mot Destination 1", "vi": "Nghiêng về bên phải đến Destination 1", "zh-Hans": "继续向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/slight_right_exit.json b/test/fixtures/v5/continue/slight_right_exit.json index 7576b2a60..add98c31d 100644 --- a/test/fixtures/v5/continue/slight_right_exit.json +++ b/test/fixtures/v5/continue/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Rechts aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "ru": "Плавно поверните направо на Way Name", - "sv": "Fortsätt med lätt högersväng in på Way Name", + "sv": "Fortsätt åt höger in på Way Name", "vi": "Nghiêng về bên phải vào Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/continue/slight_right_exit_destination.json b/test/fixtures/v5/continue/slight_right_exit_destination.json index 6e78da2bf..71367c8dc 100644 --- a/test/fixtures/v5/continue/slight_right_exit_destination.json +++ b/test/fixtures/v5/continue/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Rechts aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "ru": "Плавно поверните направо в направлении Destination 1", - "sv": "Fortsätt med lätt högersväng mot Destination 1", + "sv": "Fortsätt åt höger mot Destination 1", "vi": "Nghiêng về bên phải đến Destination 1", "zh-Hans": "继续向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/continue/slight_right_name.json b/test/fixtures/v5/continue/slight_right_name.json index d28e32764..2ae8173ba 100644 --- a/test/fixtures/v5/continue/slight_right_name.json +++ b/test/fixtures/v5/continue/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Rechts aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "ru": "Плавно поверните направо на Way Name", - "sv": "Fortsätt med lätt högersväng in på Way Name", + "sv": "Fortsätt åt höger in på Way Name", "vi": "Nghiêng về bên phải vào Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/sharp_left_default.json b/test/fixtures/v5/end_of_road/sharp_left_default.json index 4f63a44e2..9c221531d 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_default.json +++ b/test/fixtures/v5/end_of_road/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf", "pl": "Skręć ostro w lewo", "ru": "Поверните налево", - "sv": "Sväng skarp vänster", + "sv": "Sväng vänster", "vi": "Quẹo trái gắt", "zh-Hans": "向左行驶" } diff --git a/test/fixtures/v5/end_of_road/sharp_left_destination.json b/test/fixtures/v5/end_of_road/sharp_left_destination.json index 36aa16261..f76a6d666 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_destination.json +++ b/test/fixtures/v5/end_of_road/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "ru": "Поверните налево в направлении Destination 1", - "sv": "Sväng skarp vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái gắt đến Destination 1", "zh-Hans": "向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/sharp_left_exit.json b/test/fixtures/v5/end_of_road/sharp_left_exit.json index 136b3d00d..2b5c95d77 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_exit.json +++ b/test/fixtures/v5/end_of_road/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć ostro w lewo na Way Name", "ru": "Поверните налево на Way Name", - "sv": "Sväng skarp vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái gắt vào Way Name", "zh-Hans": "向左行驶,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/sharp_left_exit_destination.json b/test/fixtures/v5/end_of_road/sharp_left_exit_destination.json index 02d1626c6..6254fa74b 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_exit_destination.json +++ b/test/fixtures/v5/end_of_road/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "ru": "Поверните налево в направлении Destination 1", - "sv": "Sväng skarp vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái gắt đến Destination 1", "zh-Hans": "向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/sharp_left_name.json b/test/fixtures/v5/end_of_road/sharp_left_name.json index 3042df6b7..c53c95fc3 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_name.json +++ b/test/fixtures/v5/end_of_road/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć ostro w lewo na Way Name", "ru": "Поверните налево на Way Name", - "sv": "Sväng skarp vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái gắt vào Way Name", "zh-Hans": "向左行驶,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/sharp_right_default.json b/test/fixtures/v5/end_of_road/sharp_right_default.json index d9b1aee94..3f3d0f2c5 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_default.json +++ b/test/fixtures/v5/end_of_road/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf", "pl": "Skręć ostro w prawo", "ru": "Поверните направо", - "sv": "Sväng skarp höger", + "sv": "Sväng höger", "vi": "Quẹo phải gắt", "zh-Hans": "向右行驶" } diff --git a/test/fixtures/v5/end_of_road/sharp_right_destination.json b/test/fixtures/v5/end_of_road/sharp_right_destination.json index a5e5bfdcd..24e377c62 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_destination.json +++ b/test/fixtures/v5/end_of_road/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "ru": "Поверните направо в направлении Destination 1", - "sv": "Sväng skarp höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải gắt đến Destination 1", "zh-Hans": "向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/sharp_right_exit.json b/test/fixtures/v5/end_of_road/sharp_right_exit.json index 6e0dce017..876d88ae4 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_exit.json +++ b/test/fixtures/v5/end_of_road/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć ostro w prawo na Way Name", "ru": "Поверните направо на Way Name", - "sv": "Sväng skarp höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải gắt vào Way Name", "zh-Hans": "向右行驶,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/sharp_right_exit_destination.json b/test/fixtures/v5/end_of_road/sharp_right_exit_destination.json index bcf87d95c..fe876e73b 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_exit_destination.json +++ b/test/fixtures/v5/end_of_road/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "ru": "Поверните направо в направлении Destination 1", - "sv": "Sväng skarp höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải gắt đến Destination 1", "zh-Hans": "向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/sharp_right_name.json b/test/fixtures/v5/end_of_road/sharp_right_name.json index e0dda6c15..abe3b002b 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_name.json +++ b/test/fixtures/v5/end_of_road/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć ostro w prawo na Way Name", "ru": "Поверните направо на Way Name", - "sv": "Sväng skarp höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải gắt vào Way Name", "zh-Hans": "向右行驶,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/slight_left_default.json b/test/fixtures/v5/end_of_road/slight_left_default.json index d55019da5..debd2f938 100644 --- a/test/fixtures/v5/end_of_road/slight_left_default.json +++ b/test/fixtures/v5/end_of_road/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga links", "pl": "Skręć łagodnie w lewo", "ru": "Поверните левее", - "sv": "Sväng lätt vänster", + "sv": "Sväng vänster", "vi": "Quẹo trái nghiêng", "zh-Hans": "向左行驶" } diff --git a/test/fixtures/v5/end_of_road/slight_left_destination.json b/test/fixtures/v5/end_of_road/slight_left_destination.json index a179e6ac5..fce13fbfd 100644 --- a/test/fixtures/v5/end_of_road/slight_left_destination.json +++ b/test/fixtures/v5/end_of_road/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć łagodnie w lewo w kierunku Destination 1", "ru": "Поверните левее в направлении Destination 1", - "sv": "Sväng lätt vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái nghiêng đến Destination 1", "zh-Hans": "向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/slight_left_exit.json b/test/fixtures/v5/end_of_road/slight_left_exit.json index f67fc6522..10e2fcf68 100644 --- a/test/fixtures/v5/end_of_road/slight_left_exit.json +++ b/test/fixtures/v5/end_of_road/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć łagodnie w lewo na Way Name", "ru": "Поверните левее на Way Name", - "sv": "Sväng lätt vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái nghiêng vào Way Name", "zh-Hans": "向左行驶,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/slight_left_exit_destination.json b/test/fixtures/v5/end_of_road/slight_left_exit_destination.json index 7ae27c8b9..3cae7aaf7 100644 --- a/test/fixtures/v5/end_of_road/slight_left_exit_destination.json +++ b/test/fixtures/v5/end_of_road/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć łagodnie w lewo w kierunku Destination 1", "ru": "Поверните левее в направлении Destination 1", - "sv": "Sväng lätt vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái nghiêng đến Destination 1", "zh-Hans": "向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/slight_left_name.json b/test/fixtures/v5/end_of_road/slight_left_name.json index 529088167..58d901eae 100644 --- a/test/fixtures/v5/end_of_road/slight_left_name.json +++ b/test/fixtures/v5/end_of_road/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć łagodnie w lewo na Way Name", "ru": "Поверните левее на Way Name", - "sv": "Sväng lätt vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái nghiêng vào Way Name", "zh-Hans": "向左行驶,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/slight_right_default.json b/test/fixtures/v5/end_of_road/slight_right_default.json index 5bb0a89f5..af17a62c7 100644 --- a/test/fixtures/v5/end_of_road/slight_right_default.json +++ b/test/fixtures/v5/end_of_road/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechts", "pl": "Skręć łagodnie w prawo", "ru": "Поверните правее", - "sv": "Sväng lätt höger", + "sv": "Sväng höger", "vi": "Quẹo phải nghiêng", "zh-Hans": "向右行驶" } diff --git a/test/fixtures/v5/end_of_road/slight_right_destination.json b/test/fixtures/v5/end_of_road/slight_right_destination.json index c5d4cd2ce..efda8d998 100644 --- a/test/fixtures/v5/end_of_road/slight_right_destination.json +++ b/test/fixtures/v5/end_of_road/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć łagodnie w prawo w kierunku Destination 1", "ru": "Поверните правее в направлении Destination 1", - "sv": "Sväng lätt höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải nghiêng đến Destination 1", "zh-Hans": "向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/slight_right_exit.json b/test/fixtures/v5/end_of_road/slight_right_exit.json index 6c55afcaf..8cfa38f96 100644 --- a/test/fixtures/v5/end_of_road/slight_right_exit.json +++ b/test/fixtures/v5/end_of_road/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć łagodnie w prawo na Way Name", "ru": "Поверните правее на Way Name", - "sv": "Sväng lätt höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải nghiêng vào Way Name", "zh-Hans": "向右行驶,上Way Name" } diff --git a/test/fixtures/v5/end_of_road/slight_right_exit_destination.json b/test/fixtures/v5/end_of_road/slight_right_exit_destination.json index 2ea324b04..d25fd5162 100644 --- a/test/fixtures/v5/end_of_road/slight_right_exit_destination.json +++ b/test/fixtures/v5/end_of_road/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć łagodnie w prawo w kierunku Destination 1", "ru": "Поверните правее в направлении Destination 1", - "sv": "Sväng lätt höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải nghiêng đến Destination 1", "zh-Hans": "向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/end_of_road/slight_right_name.json b/test/fixtures/v5/end_of_road/slight_right_name.json index 9e6d6f10b..ce536a58a 100644 --- a/test/fixtures/v5/end_of_road/slight_right_name.json +++ b/test/fixtures/v5/end_of_road/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć łagodnie w prawo na Way Name", "ru": "Поверните правее на Way Name", - "sv": "Sväng lätt höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải nghiêng vào Way Name", "zh-Hans": "向右行驶,上Way Name" } diff --git a/test/fixtures/v5/fork/sharp_left_default.json b/test/fixtures/v5/fork/sharp_left_default.json index 14e9453de..30d90f526 100644 --- a/test/fixtures/v5/fork/sharp_left_default.json +++ b/test/fixtures/v5/fork/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Linksaf op de splitsing", "pl": "Na rozwidleniu skręć ostro w lewo", "ru": "На развилке резко поверните налево", - "sv": "Gör en skarp vänstersväng där vägen delar sig", + "sv": "Sväng vänster där vägen delar sig", "vi": "Quẹo gắt bên trái ở ngã ba", "zh-Hans": "在岔道保持向左" } diff --git a/test/fixtures/v5/fork/sharp_left_destination.json b/test/fixtures/v5/fork/sharp_left_destination.json index 4a00b3dbc..493914033 100644 --- a/test/fixtures/v5/fork/sharp_left_destination.json +++ b/test/fixtures/v5/fork/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Linksaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w lewo w kierunku Destination 1", "ru": "На развилке резко поверните налево и продолжите движение в направлении Destination 1", - "sv": "Gör en skarp vänstersväng mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo gắt bên trái ở ngã ba đến Destination 1", "zh-Hans": "在岔道保持向左,前往Destination 1" } diff --git a/test/fixtures/v5/fork/sharp_left_exit.json b/test/fixtures/v5/fork/sharp_left_exit.json index a858b19b1..97153bec7 100644 --- a/test/fixtures/v5/fork/sharp_left_exit.json +++ b/test/fixtures/v5/fork/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Linksaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w lew na Way Name", "ru": "На развилке резко поверните налево на Way Name", - "sv": "Gör en skarp vänstersväng in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo gắt bên trái ở ngã ba vào Way Name", "zh-Hans": "在岔道保持向左,上Way Name" } diff --git a/test/fixtures/v5/fork/sharp_left_exit_destination.json b/test/fixtures/v5/fork/sharp_left_exit_destination.json index fd2be686c..eff424b2a 100644 --- a/test/fixtures/v5/fork/sharp_left_exit_destination.json +++ b/test/fixtures/v5/fork/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Linksaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w lewo w kierunku Destination 1", "ru": "На развилке резко поверните налево и продолжите движение в направлении Destination 1", - "sv": "Gör en skarp vänstersväng mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo gắt bên trái ở ngã ba đến Destination 1", "zh-Hans": "在岔道保持向左,前往Destination 1" } diff --git a/test/fixtures/v5/fork/sharp_left_name.json b/test/fixtures/v5/fork/sharp_left_name.json index 0578ce408..61a55c14f 100644 --- a/test/fixtures/v5/fork/sharp_left_name.json +++ b/test/fixtures/v5/fork/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Linksaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w lew na Way Name", "ru": "На развилке резко поверните налево на Way Name", - "sv": "Gör en skarp vänstersväng in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo gắt bên trái ở ngã ba vào Way Name", "zh-Hans": "在岔道保持向左,上Way Name" } diff --git a/test/fixtures/v5/fork/sharp_right_default.json b/test/fixtures/v5/fork/sharp_right_default.json index 89a4aa9ca..de1683930 100644 --- a/test/fixtures/v5/fork/sharp_right_default.json +++ b/test/fixtures/v5/fork/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Rechtsaf op de splitsing", "pl": "Na rozwidleniu skręć ostro w prawo", "ru": "На развилке резко поверните направо", - "sv": "Gör en skarp högersväng där vägen delar sig", + "sv": "Sväng höger där vägen delar sig", "vi": "Quẹo gắt bên phải ở ngã ba", "zh-Hans": "在岔道保持向右" } diff --git a/test/fixtures/v5/fork/sharp_right_destination.json b/test/fixtures/v5/fork/sharp_right_destination.json index 6eb4a6df0..7bac5db15 100644 --- a/test/fixtures/v5/fork/sharp_right_destination.json +++ b/test/fixtures/v5/fork/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Rechtsaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w prawo w kierunku Destination 1", "ru": "На развилке резко поверните направо и продолжите движение в направлении Destination 1", - "sv": "Gör en skarp högersväng mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo gắt bên phải ở ngã ba đến Destination 1", "zh-Hans": "在岔道保持向右,前往Destination 1" } diff --git a/test/fixtures/v5/fork/sharp_right_exit.json b/test/fixtures/v5/fork/sharp_right_exit.json index 12a406202..e5356b2e0 100644 --- a/test/fixtures/v5/fork/sharp_right_exit.json +++ b/test/fixtures/v5/fork/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Rechtsaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w prawo na Way Name", "ru": "На развилке резко поверните направо на Way Name", - "sv": "Gör en skarp högersväng in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo gắt bên phải ở ngã ba vào Way Name", "zh-Hans": "在岔道保持向右,上Way Name" } diff --git a/test/fixtures/v5/fork/sharp_right_exit_destination.json b/test/fixtures/v5/fork/sharp_right_exit_destination.json index b332f2026..791d15124 100644 --- a/test/fixtures/v5/fork/sharp_right_exit_destination.json +++ b/test/fixtures/v5/fork/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Rechtsaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w prawo w kierunku Destination 1", "ru": "На развилке резко поверните направо и продолжите движение в направлении Destination 1", - "sv": "Gör en skarp högersväng mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo gắt bên phải ở ngã ba đến Destination 1", "zh-Hans": "在岔道保持向右,前往Destination 1" } diff --git a/test/fixtures/v5/fork/sharp_right_name.json b/test/fixtures/v5/fork/sharp_right_name.json index 5b645135f..74b110f57 100644 --- a/test/fixtures/v5/fork/sharp_right_name.json +++ b/test/fixtures/v5/fork/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Rechtsaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w prawo na Way Name", "ru": "На развилке резко поверните направо на Way Name", - "sv": "Gör en skarp högersväng in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo gắt bên phải ở ngã ba vào Way Name", "zh-Hans": "在岔道保持向右,上Way Name" } diff --git a/test/fixtures/v5/merge/left_default.json b/test/fixtures/v5/merge/left_default.json index 45564186a..2a3b2a90c 100644 --- a/test/fixtures/v5/merge/left_default.json +++ b/test/fixtures/v5/merge/left_default.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing links", "pl": "Włącz się lewo", "ru": "Перестройтесь налево", - "sv": "Körfältsbyte åt vänster", + "sv": "Byt till vänster körfält", "vi": "Nhập sang trái", "zh-Hans": "向左并道" } diff --git a/test/fixtures/v5/merge/left_destination.json b/test/fixtures/v5/merge/left_destination.json index 75e0c4bb6..65495d948 100644 --- a/test/fixtures/v5/merge/left_destination.json +++ b/test/fixtures/v5/merge/left_destination.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing links richting Destination 1", "pl": "Włącz się lewo w kierunku Destination 1", "ru": "Перестройтесь налево в направлении Destination 1", - "sv": "Körfältsbyte åt vänster mot Destination 1", + "sv": "Byt till vänster körfält mot Destination 1", "vi": "Nhập sang trái đến Destination 1", "zh-Hans": "向左并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/left_exit.json b/test/fixtures/v5/merge/left_exit.json index b8b65b08a..e294f5db0 100644 --- a/test/fixtures/v5/merge/left_exit.json +++ b/test/fixtures/v5/merge/left_exit.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing links naar Way Name", "pl": "Włącz się lewo na Way Name", "ru": "Перестройтесь налево на Way Name", - "sv": "Körfältsbyte åt vänster in på Way Name", + "sv": "Byt till vänster körfält in på Way Name", "vi": "Nhập sang trái vào Way Name", "zh-Hans": "向左并道,上Way Name" } diff --git a/test/fixtures/v5/merge/left_exit_destination.json b/test/fixtures/v5/merge/left_exit_destination.json index efcdb951e..9a88da47b 100644 --- a/test/fixtures/v5/merge/left_exit_destination.json +++ b/test/fixtures/v5/merge/left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Bij de splitsing links richting Destination 1", "pl": "Włącz się lewo w kierunku Destination 1", "ru": "Перестройтесь налево в направлении Destination 1", - "sv": "Körfältsbyte åt vänster mot Destination 1", + "sv": "Byt till vänster körfält mot Destination 1", "vi": "Nhập sang trái đến Destination 1", "zh-Hans": "向左并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/left_name.json b/test/fixtures/v5/merge/left_name.json index de2a24ebf..6273b2bf9 100644 --- a/test/fixtures/v5/merge/left_name.json +++ b/test/fixtures/v5/merge/left_name.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing links naar Way Name", "pl": "Włącz się lewo na Way Name", "ru": "Перестройтесь налево на Way Name", - "sv": "Körfältsbyte åt vänster in på Way Name", + "sv": "Byt till vänster körfält in på Way Name", "vi": "Nhập sang trái vào Way Name", "zh-Hans": "向左并道,上Way Name" } diff --git a/test/fixtures/v5/merge/right_default.json b/test/fixtures/v5/merge/right_default.json index cc6dc16e0..3b221fea9 100644 --- a/test/fixtures/v5/merge/right_default.json +++ b/test/fixtures/v5/merge/right_default.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechts", "pl": "Włącz się prawo", "ru": "Перестройтесь направо", - "sv": "Körfältsbyte åt höger", + "sv": "Byt till höger körfält", "vi": "Nhập sang phải", "zh-Hans": "向右并道" } diff --git a/test/fixtures/v5/merge/right_destination.json b/test/fixtures/v5/merge/right_destination.json index c91d3c7ad..8d8ed4987 100644 --- a/test/fixtures/v5/merge/right_destination.json +++ b/test/fixtures/v5/merge/right_destination.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechts richting Destination 1", "pl": "Włącz się prawo w kierunku Destination 1", "ru": "Перестройтесь направо в направлении Destination 1", - "sv": "Körfältsbyte åt höger mot Destination 1", + "sv": "Byt till höger körfält mot Destination 1", "vi": "Nhập sang phải đến Destination 1", "zh-Hans": "向右并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/right_exit.json b/test/fixtures/v5/merge/right_exit.json index 47700e6ee..9fc786ed8 100644 --- a/test/fixtures/v5/merge/right_exit.json +++ b/test/fixtures/v5/merge/right_exit.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechts naar Way Name", "pl": "Włącz się prawo na Way Name", "ru": "Перестройтесь направо на Way Name", - "sv": "Körfältsbyte åt höger in på Way Name", + "sv": "Byt till höger körfält in på Way Name", "vi": "Nhập sang phải vào Way Name", "zh-Hans": "向右并道,上Way Name" } diff --git a/test/fixtures/v5/merge/right_exit_destination.json b/test/fixtures/v5/merge/right_exit_destination.json index 5c91725f2..8e235a945 100644 --- a/test/fixtures/v5/merge/right_exit_destination.json +++ b/test/fixtures/v5/merge/right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Bij de splitsing rechts richting Destination 1", "pl": "Włącz się prawo w kierunku Destination 1", "ru": "Перестройтесь направо в направлении Destination 1", - "sv": "Körfältsbyte åt höger mot Destination 1", + "sv": "Byt till höger körfält mot Destination 1", "vi": "Nhập sang phải đến Destination 1", "zh-Hans": "向右并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/right_name.json b/test/fixtures/v5/merge/right_name.json index dde964d60..1fd541852 100644 --- a/test/fixtures/v5/merge/right_name.json +++ b/test/fixtures/v5/merge/right_name.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechts naar Way Name", "pl": "Włącz się prawo na Way Name", "ru": "Перестройтесь направо на Way Name", - "sv": "Körfältsbyte åt höger in på Way Name", + "sv": "Byt till höger körfält in på Way Name", "vi": "Nhập sang phải vào Way Name", "zh-Hans": "向右并道,上Way Name" } diff --git a/test/fixtures/v5/merge/sharp_left_default.json b/test/fixtures/v5/merge/sharp_left_default.json index 8e636a0c9..592145513 100644 --- a/test/fixtures/v5/merge/sharp_left_default.json +++ b/test/fixtures/v5/merge/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing linksaf", "pl": "Włącz się z lewej strony", "ru": "Перестраивайтесь левее", - "sv": "Körfältsbyte åt vänster", + "sv": "Byt till vänstra körfältet", "vi": "Nhập sang trái", "zh-Hans": "向左并道" } diff --git a/test/fixtures/v5/merge/sharp_left_destination.json b/test/fixtures/v5/merge/sharp_left_destination.json index 58e74476b..e3480bc88 100644 --- a/test/fixtures/v5/merge/sharp_left_destination.json +++ b/test/fixtures/v5/merge/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing linksaf richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "ru": "Перестраивайтесь левее в направлении Destination 1", - "sv": "Körfältsbyte åt vänster mot Destination 1", + "sv": "Byt till vänstra körfältet mot Destination 1", "vi": "Nhập sang trái đến Destination 1", "zh-Hans": "向左并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/sharp_left_exit.json b/test/fixtures/v5/merge/sharp_left_exit.json index 0fb239a3b..7ebae373d 100644 --- a/test/fixtures/v5/merge/sharp_left_exit.json +++ b/test/fixtures/v5/merge/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing linksaf naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "ru": "Перестраивайтесь левее на Way Name", - "sv": "Körfältsbyte åt vänster in på Way Name", + "sv": "Byt till vänstra körfältet in på Way Name", "vi": "Nhập sang trái vào Way Name", "zh-Hans": "向左并道,上Way Name" } diff --git a/test/fixtures/v5/merge/sharp_left_exit_destination.json b/test/fixtures/v5/merge/sharp_left_exit_destination.json index fe5ad71ea..4f54f0efd 100644 --- a/test/fixtures/v5/merge/sharp_left_exit_destination.json +++ b/test/fixtures/v5/merge/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Bij de splitsing linksaf richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "ru": "Перестраивайтесь левее в направлении Destination 1", - "sv": "Körfältsbyte åt vänster mot Destination 1", + "sv": "Byt till vänstra körfältet mot Destination 1", "vi": "Nhập sang trái đến Destination 1", "zh-Hans": "向左并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/sharp_left_name.json b/test/fixtures/v5/merge/sharp_left_name.json index 2743af853..bd519d2dd 100644 --- a/test/fixtures/v5/merge/sharp_left_name.json +++ b/test/fixtures/v5/merge/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing linksaf naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "ru": "Перестраивайтесь левее на Way Name", - "sv": "Körfältsbyte åt vänster in på Way Name", + "sv": "Byt till vänstra körfältet in på Way Name", "vi": "Nhập sang trái vào Way Name", "zh-Hans": "向左并道,上Way Name" } diff --git a/test/fixtures/v5/merge/sharp_right_default.json b/test/fixtures/v5/merge/sharp_right_default.json index 8d1bcf35c..5342bec14 100644 --- a/test/fixtures/v5/merge/sharp_right_default.json +++ b/test/fixtures/v5/merge/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechtsaf", "pl": "Włącz się z prawej strony", "ru": "Перестраивайтесь правее", - "sv": "Körfältsbyte åt höger", + "sv": "Byt till högra körfältet", "vi": "Nhập sang phải", "zh-Hans": "向右并道" } diff --git a/test/fixtures/v5/merge/sharp_right_destination.json b/test/fixtures/v5/merge/sharp_right_destination.json index 3d87c000e..724e301da 100644 --- a/test/fixtures/v5/merge/sharp_right_destination.json +++ b/test/fixtures/v5/merge/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechtsaf richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "ru": "Перестраивайтесь правее в направлении Destination 1", - "sv": "Körfältsbyte åt höger mot Destination 1", + "sv": "Byt till högra körfältet mot Destination 1", "vi": "Nhập sang phải đến Destination 1", "zh-Hans": "向右并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/sharp_right_exit.json b/test/fixtures/v5/merge/sharp_right_exit.json index a010347fc..6f6bd9c37 100644 --- a/test/fixtures/v5/merge/sharp_right_exit.json +++ b/test/fixtures/v5/merge/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechtsaf naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "ru": "Перестраивайтесь правее на Way Name", - "sv": "Körfältsbyte åt höger in på Way Name", + "sv": "Byt till högra körfältet in på Way Name", "vi": "Nhập sang phải vào Way Name", "zh-Hans": "向右并道,上Way Name" } diff --git a/test/fixtures/v5/merge/sharp_right_exit_destination.json b/test/fixtures/v5/merge/sharp_right_exit_destination.json index 81316fe93..c4820fd41 100644 --- a/test/fixtures/v5/merge/sharp_right_exit_destination.json +++ b/test/fixtures/v5/merge/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Bij de splitsing rechtsaf richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "ru": "Перестраивайтесь правее в направлении Destination 1", - "sv": "Körfältsbyte åt höger mot Destination 1", + "sv": "Byt till högra körfältet mot Destination 1", "vi": "Nhập sang phải đến Destination 1", "zh-Hans": "向右并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/sharp_right_name.json b/test/fixtures/v5/merge/sharp_right_name.json index 3663c7a19..289248c00 100644 --- a/test/fixtures/v5/merge/sharp_right_name.json +++ b/test/fixtures/v5/merge/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechtsaf naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "ru": "Перестраивайтесь правее на Way Name", - "sv": "Körfältsbyte åt höger in på Way Name", + "sv": "Byt till högra körfältet in på Way Name", "vi": "Nhập sang phải vào Way Name", "zh-Hans": "向右并道,上Way Name" } diff --git a/test/fixtures/v5/merge/slight_left_default.json b/test/fixtures/v5/merge/slight_left_default.json index 542868046..90117e515 100644 --- a/test/fixtures/v5/merge/slight_left_default.json +++ b/test/fixtures/v5/merge/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing links aanhouden", "pl": "Włącz się z lewej strony", "ru": "Перестройтесь левее", - "sv": "Körfältsbyte åt vänster", + "sv": "Byt till vänstra körfältet", "vi": "Nhập sang trái", "zh-Hans": "向左并道" } diff --git a/test/fixtures/v5/merge/slight_left_destination.json b/test/fixtures/v5/merge/slight_left_destination.json index 8c04074db..9b17850af 100644 --- a/test/fixtures/v5/merge/slight_left_destination.json +++ b/test/fixtures/v5/merge/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing links aanhouden richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "ru": "Перестройтесь левее в направлении Destination 1", - "sv": "Körfältsbyte åt vänster mot Destination 1", + "sv": "Byt till vänstra körfältet mot Destination 1", "vi": "Nhập sang trái đến Destination 1", "zh-Hans": "向左并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/slight_left_exit.json b/test/fixtures/v5/merge/slight_left_exit.json index c9501e07a..c13c47edb 100644 --- a/test/fixtures/v5/merge/slight_left_exit.json +++ b/test/fixtures/v5/merge/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing links aanhouden naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "ru": "Перестройтесь левее на Way Name", - "sv": "Körfältsbyte åt vänster in på Way Name", + "sv": "Byt till vänstra körfältet in på Way Name", "vi": "Nhập sang trái vào Way Name", "zh-Hans": "向左并道,上Way Name" } diff --git a/test/fixtures/v5/merge/slight_left_exit_destination.json b/test/fixtures/v5/merge/slight_left_exit_destination.json index 77d499eb6..1982152b8 100644 --- a/test/fixtures/v5/merge/slight_left_exit_destination.json +++ b/test/fixtures/v5/merge/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Bij de splitsing links aanhouden richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "ru": "Перестройтесь левее в направлении Destination 1", - "sv": "Körfältsbyte åt vänster mot Destination 1", + "sv": "Byt till vänstra körfältet mot Destination 1", "vi": "Nhập sang trái đến Destination 1", "zh-Hans": "向左并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/slight_left_name.json b/test/fixtures/v5/merge/slight_left_name.json index b3fa0357e..0b552c09a 100644 --- a/test/fixtures/v5/merge/slight_left_name.json +++ b/test/fixtures/v5/merge/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing links aanhouden naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "ru": "Перестройтесь левее на Way Name", - "sv": "Körfältsbyte åt vänster in på Way Name", + "sv": "Byt till vänstra körfältet in på Way Name", "vi": "Nhập sang trái vào Way Name", "zh-Hans": "向左并道,上Way Name" } diff --git a/test/fixtures/v5/merge/slight_right_default.json b/test/fixtures/v5/merge/slight_right_default.json index a0e035d81..a9aca3451 100644 --- a/test/fixtures/v5/merge/slight_right_default.json +++ b/test/fixtures/v5/merge/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechts aanhouden", "pl": "Włącz się z prawej strony", "ru": "Перестройтесь правее", - "sv": "Körfältsbyte åt höger", + "sv": "Byt till högra körfältet", "vi": "Nhập sang phải", "zh-Hans": "向右并道" } diff --git a/test/fixtures/v5/merge/slight_right_destination.json b/test/fixtures/v5/merge/slight_right_destination.json index 1ad83c8cc..786821d32 100644 --- a/test/fixtures/v5/merge/slight_right_destination.json +++ b/test/fixtures/v5/merge/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechts aanhouden richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "ru": "Перестройтесь правее в направлении Destination 1", - "sv": "Körfältsbyte åt höger mot Destination 1", + "sv": "Byt till högra körfältet mot Destination 1", "vi": "Nhập sang phải đến Destination 1", "zh-Hans": "向右并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/slight_right_exit.json b/test/fixtures/v5/merge/slight_right_exit.json index 68581e6c6..d63fa14da 100644 --- a/test/fixtures/v5/merge/slight_right_exit.json +++ b/test/fixtures/v5/merge/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechts aanhouden naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "ru": "Перестройтесь правее на Way Name", - "sv": "Körfältsbyte åt höger in på Way Name", + "sv": "Byt till högra körfältet in på Way Name", "vi": "Nhập sang phải vào Way Name", "zh-Hans": "向右并道,上Way Name" } diff --git a/test/fixtures/v5/merge/slight_right_exit_destination.json b/test/fixtures/v5/merge/slight_right_exit_destination.json index e8ff2e1cc..017ba7fd0 100644 --- a/test/fixtures/v5/merge/slight_right_exit_destination.json +++ b/test/fixtures/v5/merge/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Bij de splitsing rechts aanhouden richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "ru": "Перестройтесь правее в направлении Destination 1", - "sv": "Körfältsbyte åt höger mot Destination 1", + "sv": "Byt till högra körfältet mot Destination 1", "vi": "Nhập sang phải đến Destination 1", "zh-Hans": "向右并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/slight_right_name.json b/test/fixtures/v5/merge/slight_right_name.json index 88aa54fb9..29c485661 100644 --- a/test/fixtures/v5/merge/slight_right_name.json +++ b/test/fixtures/v5/merge/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechts aanhouden naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "ru": "Перестройтесь правее на Way Name", - "sv": "Körfältsbyte åt höger in på Way Name", + "sv": "Byt till högra körfältet in på Way Name", "vi": "Nhập sang phải vào Way Name", "zh-Hans": "向右并道,上Way Name" } diff --git a/test/fixtures/v5/merge/straight_default.json b/test/fixtures/v5/merge/straight_default.json index 1895aec57..e427e840f 100644 --- a/test/fixtures/v5/merge/straight_default.json +++ b/test/fixtures/v5/merge/straight_default.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechtdoor", "pl": "Włącz się prosto", "ru": "Перестройтесь прямо", - "sv": "Körfältsbyte åt rakt fram", + "sv": "Byt till rakt fram körfält", "vi": "Nhập sang thẳng", "zh-Hans": "直行并道" } diff --git a/test/fixtures/v5/merge/straight_destination.json b/test/fixtures/v5/merge/straight_destination.json index 5019b877f..6902295bb 100644 --- a/test/fixtures/v5/merge/straight_destination.json +++ b/test/fixtures/v5/merge/straight_destination.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechtdoor richting Destination 1", "pl": "Włącz się prosto w kierunku Destination 1", "ru": "Перестройтесь прямо в направлении Destination 1", - "sv": "Körfältsbyte åt rakt fram mot Destination 1", + "sv": "Byt till rakt fram körfält mot Destination 1", "vi": "Nhập sang thẳng đến Destination 1", "zh-Hans": "直行并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/straight_exit.json b/test/fixtures/v5/merge/straight_exit.json index 548ba5058..f68922071 100644 --- a/test/fixtures/v5/merge/straight_exit.json +++ b/test/fixtures/v5/merge/straight_exit.json @@ -16,7 +16,7 @@ "nl": "Bij de splitsing rechtdoor naar Way Name", "pl": "Włącz się prosto na Way Name", "ru": "Перестройтесь прямо на Way Name", - "sv": "Körfältsbyte åt rakt fram in på Way Name", + "sv": "Byt till rakt fram körfält in på Way Name", "vi": "Nhập sang thẳng vào Way Name", "zh-Hans": "直行并道,上Way Name" } diff --git a/test/fixtures/v5/merge/straight_exit_destination.json b/test/fixtures/v5/merge/straight_exit_destination.json index 9a7a242fd..7e48c7462 100644 --- a/test/fixtures/v5/merge/straight_exit_destination.json +++ b/test/fixtures/v5/merge/straight_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Bij de splitsing rechtdoor richting Destination 1", "pl": "Włącz się prosto w kierunku Destination 1", "ru": "Перестройтесь прямо в направлении Destination 1", - "sv": "Körfältsbyte åt rakt fram mot Destination 1", + "sv": "Byt till rakt fram körfält mot Destination 1", "vi": "Nhập sang thẳng đến Destination 1", "zh-Hans": "直行并道,前往Destination 1" } diff --git a/test/fixtures/v5/merge/straight_name.json b/test/fixtures/v5/merge/straight_name.json index 6d36b673d..044a06ec4 100644 --- a/test/fixtures/v5/merge/straight_name.json +++ b/test/fixtures/v5/merge/straight_name.json @@ -15,7 +15,7 @@ "nl": "Bij de splitsing rechtdoor naar Way Name", "pl": "Włącz się prosto na Way Name", "ru": "Перестройтесь прямо на Way Name", - "sv": "Körfältsbyte åt rakt fram in på Way Name", + "sv": "Byt till rakt fram körfält in på Way Name", "vi": "Nhập sang thẳng vào Way Name", "zh-Hans": "直行并道,上Way Name" } diff --git a/test/fixtures/v5/new_name/straight_destination.json b/test/fixtures/v5/new_name/straight_destination.json index 2876441c9..1c13b7ba8 100644 --- a/test/fixtures/v5/new_name/straight_destination.json +++ b/test/fixtures/v5/new_name/straight_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj prosto w kierunku Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", - "sv": "Fortsätt rakt fram mot Destination 1", + "sv": "Fortsätt mot Destination 1", "vi": "Chạy tiếp bên thẳng đến Destination 1", "zh-Hans": "继续直行,前往Destination 1" } diff --git a/test/fixtures/v5/new_name/straight_exit.json b/test/fixtures/v5/new_name/straight_exit.json index 3621c8814..b1d348e6e 100644 --- a/test/fixtures/v5/new_name/straight_exit.json +++ b/test/fixtures/v5/new_name/straight_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Kontynuuj prosto na Way Name", "ru": "Двигайтесь прямо на Way Name", - "sv": "Fortsätt rakt fram på Way Name", + "sv": "Fortsätt in på Way Name", "vi": "Chạy tiếp bên thẳng trên Way Name", "zh-Hans": "继续直行,上Way Name" } diff --git a/test/fixtures/v5/new_name/straight_exit_destination.json b/test/fixtures/v5/new_name/straight_exit_destination.json index ffd7d7dcc..da0164869 100644 --- a/test/fixtures/v5/new_name/straight_exit_destination.json +++ b/test/fixtures/v5/new_name/straight_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj prosto w kierunku Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", - "sv": "Fortsätt rakt fram mot Destination 1", + "sv": "Fortsätt mot Destination 1", "vi": "Chạy tiếp bên thẳng đến Destination 1", "zh-Hans": "继续直行,前往Destination 1" } diff --git a/test/fixtures/v5/new_name/straight_name.json b/test/fixtures/v5/new_name/straight_name.json index 26568571b..d61c101c8 100644 --- a/test/fixtures/v5/new_name/straight_name.json +++ b/test/fixtures/v5/new_name/straight_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Kontynuuj prosto na Way Name", "ru": "Двигайтесь прямо на Way Name", - "sv": "Fortsätt rakt fram på Way Name", + "sv": "Fortsätt in på Way Name", "vi": "Chạy tiếp bên thẳng trên Way Name", "zh-Hans": "继续直行,上Way Name" } diff --git a/test/fixtures/v5/notification/sharp_left_default.json b/test/fixtures/v5/notification/sharp_left_default.json index 65f2d0de5..3ea2cb475 100644 --- a/test/fixtures/v5/notification/sharp_left_default.json +++ b/test/fixtures/v5/notification/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf", "pl": "Kontynuuj ostro w lewo", "ru": "Двигайтесь налево", - "sv": "Fortsätt skarp vänster", + "sv": "Fortsätt vänster", "vi": "Chạy tiếp bên trái gắt", "zh-Hans": "继续向左" } diff --git a/test/fixtures/v5/notification/sharp_left_destination.json b/test/fixtures/v5/notification/sharp_left_destination.json index 6b56b7577..594fb23b4 100644 --- a/test/fixtures/v5/notification/sharp_left_destination.json +++ b/test/fixtures/v5/notification/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Kontynuuj ostro w lewo w kierunku Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", - "sv": "Fortsätt skarp vänster mot Destination 1", + "sv": "Fortsätt vänster mot Destination 1", "vi": "Chạy tiếp bên trái gắt đến Destination 1", "zh-Hans": "继续向左,前往Destination 1" } diff --git a/test/fixtures/v5/notification/sharp_left_exit.json b/test/fixtures/v5/notification/sharp_left_exit.json index 2840f6902..7b7838b03 100644 --- a/test/fixtures/v5/notification/sharp_left_exit.json +++ b/test/fixtures/v5/notification/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Kontynuuj ostro w lewo na Way Name", "ru": "Двигайтесь налево по Way Name", - "sv": "Fortsätt skarp vänster på Way Name", + "sv": "Fortsätt vänster på Way Name", "vi": "Chạy tiếp bên trái gắt trên Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/notification/sharp_left_exit_destination.json b/test/fixtures/v5/notification/sharp_left_exit_destination.json index 880d23440..f1f277aa3 100644 --- a/test/fixtures/v5/notification/sharp_left_exit_destination.json +++ b/test/fixtures/v5/notification/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Kontynuuj ostro w lewo w kierunku Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", - "sv": "Fortsätt skarp vänster mot Destination 1", + "sv": "Fortsätt vänster mot Destination 1", "vi": "Chạy tiếp bên trái gắt đến Destination 1", "zh-Hans": "继续向左,前往Destination 1" } diff --git a/test/fixtures/v5/notification/sharp_left_name.json b/test/fixtures/v5/notification/sharp_left_name.json index 5d35ec44d..7e383f239 100644 --- a/test/fixtures/v5/notification/sharp_left_name.json +++ b/test/fixtures/v5/notification/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Kontynuuj ostro w lewo na Way Name", "ru": "Двигайтесь налево по Way Name", - "sv": "Fortsätt skarp vänster på Way Name", + "sv": "Fortsätt vänster på Way Name", "vi": "Chạy tiếp bên trái gắt trên Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/notification/sharp_right_default.json b/test/fixtures/v5/notification/sharp_right_default.json index fe6d8e147..7ce275b54 100644 --- a/test/fixtures/v5/notification/sharp_right_default.json +++ b/test/fixtures/v5/notification/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf", "pl": "Kontynuuj ostro w prawo", "ru": "Двигайтесь направо", - "sv": "Fortsätt skarp höger", + "sv": "Fortsätt höger", "vi": "Chạy tiếp bên phải gắt", "zh-Hans": "继续向右" } diff --git a/test/fixtures/v5/notification/sharp_right_destination.json b/test/fixtures/v5/notification/sharp_right_destination.json index b9cc9f77c..0fc1879bb 100644 --- a/test/fixtures/v5/notification/sharp_right_destination.json +++ b/test/fixtures/v5/notification/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Kontynuuj ostro w prawo w kierunku Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", - "sv": "Fortsätt skarp höger mot Destination 1", + "sv": "Fortsätt höger mot Destination 1", "vi": "Chạy tiếp bên phải gắt đến Destination 1", "zh-Hans": "继续向右,前往Destination 1" } diff --git a/test/fixtures/v5/notification/sharp_right_exit.json b/test/fixtures/v5/notification/sharp_right_exit.json index 4dd6f3505..f8a4d0c21 100644 --- a/test/fixtures/v5/notification/sharp_right_exit.json +++ b/test/fixtures/v5/notification/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Kontynuuj ostro w prawo na Way Name", "ru": "Двигайтесь направо по Way Name", - "sv": "Fortsätt skarp höger på Way Name", + "sv": "Fortsätt höger på Way Name", "vi": "Chạy tiếp bên phải gắt trên Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/notification/sharp_right_exit_destination.json b/test/fixtures/v5/notification/sharp_right_exit_destination.json index ec5964b96..6286e22d4 100644 --- a/test/fixtures/v5/notification/sharp_right_exit_destination.json +++ b/test/fixtures/v5/notification/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Kontynuuj ostro w prawo w kierunku Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", - "sv": "Fortsätt skarp höger mot Destination 1", + "sv": "Fortsätt höger mot Destination 1", "vi": "Chạy tiếp bên phải gắt đến Destination 1", "zh-Hans": "继续向右,前往Destination 1" } diff --git a/test/fixtures/v5/notification/sharp_right_name.json b/test/fixtures/v5/notification/sharp_right_name.json index ea54ff8d7..432781b64 100644 --- a/test/fixtures/v5/notification/sharp_right_name.json +++ b/test/fixtures/v5/notification/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Kontynuuj ostro w prawo na Way Name", "ru": "Двигайтесь направо по Way Name", - "sv": "Fortsätt skarp höger på Way Name", + "sv": "Fortsätt höger på Way Name", "vi": "Chạy tiếp bên phải gắt trên Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/notification/slight_left_default.json b/test/fixtures/v5/notification/slight_left_default.json index 833898c1c..7055061e3 100644 --- a/test/fixtures/v5/notification/slight_left_default.json +++ b/test/fixtures/v5/notification/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga links", "pl": "Kontynuuj łagodnie w lewo", "ru": "Двигайтесь левее", - "sv": "Fortsätt lätt vänster", + "sv": "Fortsätt vänster", "vi": "Chạy tiếp bên trái nghiêng", "zh-Hans": "继续向左" } diff --git a/test/fixtures/v5/notification/slight_left_destination.json b/test/fixtures/v5/notification/slight_left_destination.json index ab498216d..b76cae1dc 100644 --- a/test/fixtures/v5/notification/slight_left_destination.json +++ b/test/fixtures/v5/notification/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", - "sv": "Fortsätt lätt vänster mot Destination 1", + "sv": "Fortsätt vänster mot Destination 1", "vi": "Chạy tiếp bên trái nghiêng đến Destination 1", "zh-Hans": "继续向左,前往Destination 1" } diff --git a/test/fixtures/v5/notification/slight_left_exit.json b/test/fixtures/v5/notification/slight_left_exit.json index 636c5f672..996eedd97 100644 --- a/test/fixtures/v5/notification/slight_left_exit.json +++ b/test/fixtures/v5/notification/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "ru": "Двигайтесь левее по Way Name", - "sv": "Fortsätt lätt vänster på Way Name", + "sv": "Fortsätt vänster på Way Name", "vi": "Chạy tiếp bên trái nghiêng trên Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/notification/slight_left_exit_destination.json b/test/fixtures/v5/notification/slight_left_exit_destination.json index e689892b5..3452cb1a5 100644 --- a/test/fixtures/v5/notification/slight_left_exit_destination.json +++ b/test/fixtures/v5/notification/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", - "sv": "Fortsätt lätt vänster mot Destination 1", + "sv": "Fortsätt vänster mot Destination 1", "vi": "Chạy tiếp bên trái nghiêng đến Destination 1", "zh-Hans": "继续向左,前往Destination 1" } diff --git a/test/fixtures/v5/notification/slight_left_name.json b/test/fixtures/v5/notification/slight_left_name.json index 1ecbafc96..228869589 100644 --- a/test/fixtures/v5/notification/slight_left_name.json +++ b/test/fixtures/v5/notification/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "ru": "Двигайтесь левее по Way Name", - "sv": "Fortsätt lätt vänster på Way Name", + "sv": "Fortsätt vänster på Way Name", "vi": "Chạy tiếp bên trái nghiêng trên Way Name", "zh-Hans": "继续向左,上Way Name" } diff --git a/test/fixtures/v5/notification/slight_right_default.json b/test/fixtures/v5/notification/slight_right_default.json index f49aa956a..99550e259 100644 --- a/test/fixtures/v5/notification/slight_right_default.json +++ b/test/fixtures/v5/notification/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechts", "pl": "Kontynuuj łagodnie w prawo", "ru": "Двигайтесь правее", - "sv": "Fortsätt lätt höger", + "sv": "Fortsätt höger", "vi": "Chạy tiếp bên phải nghiêng", "zh-Hans": "继续向右" } diff --git a/test/fixtures/v5/notification/slight_right_destination.json b/test/fixtures/v5/notification/slight_right_destination.json index 045cdc391..d688253c4 100644 --- a/test/fixtures/v5/notification/slight_right_destination.json +++ b/test/fixtures/v5/notification/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", - "sv": "Fortsätt lätt höger mot Destination 1", + "sv": "Fortsätt höger mot Destination 1", "vi": "Chạy tiếp bên phải nghiêng đến Destination 1", "zh-Hans": "继续向右,前往Destination 1" } diff --git a/test/fixtures/v5/notification/slight_right_exit.json b/test/fixtures/v5/notification/slight_right_exit.json index a3833f7d6..8f03c4750 100644 --- a/test/fixtures/v5/notification/slight_right_exit.json +++ b/test/fixtures/v5/notification/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "ru": "Двигайтесь правее по Way Name", - "sv": "Fortsätt lätt höger på Way Name", + "sv": "Fortsätt höger på Way Name", "vi": "Chạy tiếp bên phải nghiêng trên Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/notification/slight_right_exit_destination.json b/test/fixtures/v5/notification/slight_right_exit_destination.json index 283e565b9..18e0e7380 100644 --- a/test/fixtures/v5/notification/slight_right_exit_destination.json +++ b/test/fixtures/v5/notification/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", - "sv": "Fortsätt lätt höger mot Destination 1", + "sv": "Fortsätt höger mot Destination 1", "vi": "Chạy tiếp bên phải nghiêng đến Destination 1", "zh-Hans": "继续向右,前往Destination 1" } diff --git a/test/fixtures/v5/notification/slight_right_name.json b/test/fixtures/v5/notification/slight_right_name.json index 97627137a..ee560d5b5 100644 --- a/test/fixtures/v5/notification/slight_right_name.json +++ b/test/fixtures/v5/notification/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "ru": "Двигайтесь правее по Way Name", - "sv": "Fortsätt lätt höger på Way Name", + "sv": "Fortsätt höger på Way Name", "vi": "Chạy tiếp bên phải nghiêng trên Way Name", "zh-Hans": "继续向右,上Way Name" } diff --git a/test/fixtures/v5/off_ramp/left_default.json b/test/fixtures/v5/off_ramp/left_default.json index ce68fc9b2..a6ffdc25d 100644 --- a/test/fixtures/v5/off_ramp/left_default.json +++ b/test/fixtures/v5/off_ramp/left_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit links", "pl": "Weź zjazd po lewej", "ru": "Сверните на левый съезд", - "sv": "Ta avfartsrampen till vänster", + "sv": "Ta avfarten till vänster", "vi": "Đi đường nhánh bên trái", "zh-Hans": "通过左边的匝道" } diff --git a/test/fixtures/v5/off_ramp/left_destination.json b/test/fixtures/v5/off_ramp/left_destination.json index 51d855a1e..844c644ee 100644 --- a/test/fixtures/v5/off_ramp/left_destination.json +++ b/test/fixtures/v5/off_ramp/left_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Сверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till vänster mot Destination 1", + "sv": "Ta avfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过左边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/left_exit.json b/test/fixtures/v5/off_ramp/left_exit.json index d2da7953d..09680362a 100644 --- a/test/fixtures/v5/off_ramp/left_exit.json +++ b/test/fixtures/v5/off_ramp/left_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Take exit 4A on the left", "ru": "Сверните на левый съезд на Way Name", - "sv": "Ta avfartsrampen till vänster in på Way Name", + "sv": "Ta avfart 4A till vänster", "vi": "Đi theo lối ra 4A bên trái", "zh-Hans": "通过左边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/left_exit_destination.json b/test/fixtures/v5/off_ramp/left_exit_destination.json index 55654a105..bfd1246a7 100644 --- a/test/fixtures/v5/off_ramp/left_exit_destination.json +++ b/test/fixtures/v5/off_ramp/left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Take exit 4A on the left towards Destination 1", "ru": "Сверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till vänster mot Destination 1", + "sv": "Ta avfart 4A till vänster mot Destination 1", "vi": "Đi theo lối ra 4A bên trái về hướng Destination 1", "zh-Hans": "通过左边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/left_name.json b/test/fixtures/v5/off_ramp/left_name.json index 0e566a764..39b957b16 100644 --- a/test/fixtures/v5/off_ramp/left_name.json +++ b/test/fixtures/v5/off_ramp/left_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Сверните на левый съезд на Way Name", - "sv": "Ta avfartsrampen till vänster in på Way Name", + "sv": "Ta avfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过左边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/right_default.json b/test/fixtures/v5/off_ramp/right_default.json index c031cf044..cee357b3d 100644 --- a/test/fixtures/v5/off_ramp/right_default.json +++ b/test/fixtures/v5/off_ramp/right_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit rechts", "pl": "Weź zjazd po prawej", "ru": "Сверните на правый съезд", - "sv": "Ta avfartsrampen till höger", + "sv": "Ta avfarten till höger", "vi": "Đi đường nhánh bên phải", "zh-Hans": "通过右边的匝道" } diff --git a/test/fixtures/v5/off_ramp/right_destination.json b/test/fixtures/v5/off_ramp/right_destination.json index 244c808ea..367965776 100644 --- a/test/fixtures/v5/off_ramp/right_destination.json +++ b/test/fixtures/v5/off_ramp/right_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Сверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till höger mot Destination 1", + "sv": "Ta avfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过右边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/right_exit.json b/test/fixtures/v5/off_ramp/right_exit.json index 2f34d5bc3..b97f382dd 100644 --- a/test/fixtures/v5/off_ramp/right_exit.json +++ b/test/fixtures/v5/off_ramp/right_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit rechts naar Way Name", "pl": "Take exit 4A", "ru": "Сверните на правый съезд на Way Name", - "sv": "Ta avfartsrampen till höger in på Way Name", + "sv": "Ta avfart 4A till höger", "vi": "Đi theo lối ra 4A", "zh-Hans": "通过右边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/right_exit_destination.json b/test/fixtures/v5/off_ramp/right_exit_destination.json index 099cd4d17..fc366e82b 100644 --- a/test/fixtures/v5/off_ramp/right_exit_destination.json +++ b/test/fixtures/v5/off_ramp/right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit rechts richting Destination 1", "pl": "Take exit 4A on the right towards Destination 1", "ru": "Сверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till höger mot Destination 1", + "sv": "Ta avfart 4A till höger mot Destination 1", "vi": "Đi theo lối ra 4A bên phải về hướng Destination 1", "zh-Hans": "通过右边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/right_name.json b/test/fixtures/v5/off_ramp/right_name.json index a7160beb2..9ca6264d7 100644 --- a/test/fixtures/v5/off_ramp/right_name.json +++ b/test/fixtures/v5/off_ramp/right_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Сверните на правый съезд на Way Name", - "sv": "Ta avfartsrampen till höger in på Way Name", + "sv": "Ta avfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过右边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/sharp_left_default.json b/test/fixtures/v5/off_ramp/sharp_left_default.json index b744bd466..5c253ed0c 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_default.json +++ b/test/fixtures/v5/off_ramp/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit links", "pl": "Weź zjazd po lewej", "ru": "Поверните на левый съезд", - "sv": "Ta avfartsrampen till vänster", + "sv": "Ta avfarten till vänster", "vi": "Đi đường nhánh bên trái", "zh-Hans": "上匝道" } diff --git a/test/fixtures/v5/off_ramp/sharp_left_destination.json b/test/fixtures/v5/off_ramp/sharp_left_destination.json index a09e9f279..094bac7b0 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Поверните на левый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till vänster mot Destination 1", + "sv": "Ta avfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/sharp_left_exit.json b/test/fixtures/v5/off_ramp/sharp_left_exit.json index cdc07aa30..900093db7 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_exit.json +++ b/test/fixtures/v5/off_ramp/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Take exit 4A on the left", "ru": "Поверните на левый съезд на Way Name", - "sv": "Ta avfartsrampen till vänster in på Way Name", + "sv": "Ta avfart 4A till vänster", "vi": "Đi theo lối ra 4A bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/sharp_left_exit_destination.json b/test/fixtures/v5/off_ramp/sharp_left_exit_destination.json index cd7fd33b9..4b8b81cf5 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_exit_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Take exit 4A on the left towards Destination 1", "ru": "Поверните на левый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till vänster mot Destination 1", + "sv": "Ta avfart 4A till vänster mot Destination 1", "vi": "Đi theo lối ra 4A bên trái về hướng Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/sharp_left_name.json b/test/fixtures/v5/off_ramp/sharp_left_name.json index 0b5ec43ac..95ae2d7b2 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_name.json +++ b/test/fixtures/v5/off_ramp/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Поверните на левый съезд на Way Name", - "sv": "Ta avfartsrampen till vänster in på Way Name", + "sv": "Ta avfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/sharp_right_default.json b/test/fixtures/v5/off_ramp/sharp_right_default.json index 92bc56c29..919a89927 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_default.json +++ b/test/fixtures/v5/off_ramp/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit rechts", "pl": "Weź zjazd po prawej", "ru": "Поверните на правый съезд", - "sv": "Ta avfartsrampen till höger", + "sv": "Ta avfarten till höger", "vi": "Đi đường nhánh bên phải", "zh-Hans": "上匝道" } diff --git a/test/fixtures/v5/off_ramp/sharp_right_destination.json b/test/fixtures/v5/off_ramp/sharp_right_destination.json index b3567e547..8d4331e3d 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Поверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till höger mot Destination 1", + "sv": "Ta avfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/sharp_right_exit.json b/test/fixtures/v5/off_ramp/sharp_right_exit.json index 69009f195..79c644957 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_exit.json +++ b/test/fixtures/v5/off_ramp/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit rechts naar Way Name", "pl": "Take exit 4A", "ru": "Поверните на правый съезд на Way Name", - "sv": "Ta avfartsrampen till höger in på Way Name", + "sv": "Ta avfart 4A till höger", "vi": "Đi theo lối ra 4A", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/sharp_right_exit_destination.json b/test/fixtures/v5/off_ramp/sharp_right_exit_destination.json index 8c7cbb3f4..8c0675c54 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_exit_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit rechts richting Destination 1", "pl": "Take exit 4A on the right towards Destination 1", "ru": "Поверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till höger mot Destination 1", + "sv": "Ta avfart 4A till höger mot Destination 1", "vi": "Đi theo lối ra 4A bên phải về hướng Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/sharp_right_name.json b/test/fixtures/v5/off_ramp/sharp_right_name.json index c392f5e01..7a724a615 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_name.json +++ b/test/fixtures/v5/off_ramp/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Поверните на правый съезд на Way Name", - "sv": "Ta avfartsrampen till höger in på Way Name", + "sv": "Ta avfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/slight_left_default.json b/test/fixtures/v5/off_ramp/slight_left_default.json index f99e404c3..28bcf4529 100644 --- a/test/fixtures/v5/off_ramp/slight_left_default.json +++ b/test/fixtures/v5/off_ramp/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit links", "pl": "Weź zjazd po lewej", "ru": "Плавно сверните на левый съезд", - "sv": "Ta avfartsrampen till vänster", + "sv": "Ta avfarten till vänster", "vi": "Đi đường nhánh bên trái", "zh-Hans": "上匝道" } diff --git a/test/fixtures/v5/off_ramp/slight_left_destination.json b/test/fixtures/v5/off_ramp/slight_left_destination.json index 9d7b303e1..26e9d5998 100644 --- a/test/fixtures/v5/off_ramp/slight_left_destination.json +++ b/test/fixtures/v5/off_ramp/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Плавно сверните на левый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till vänster mot Destination 1", + "sv": "Ta avfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/slight_left_exit.json b/test/fixtures/v5/off_ramp/slight_left_exit.json index 4f364465a..41c809fa6 100644 --- a/test/fixtures/v5/off_ramp/slight_left_exit.json +++ b/test/fixtures/v5/off_ramp/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Take exit 4A on the left", "ru": "Плавно сверните на левый съезд на Way Name", - "sv": "Ta avfartsrampen till vänster in på Way Name", + "sv": "Ta avfart 4A till vänster", "vi": "Đi theo lối ra 4A bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/slight_left_exit_destination.json b/test/fixtures/v5/off_ramp/slight_left_exit_destination.json index fda6ffb1a..4530339d7 100644 --- a/test/fixtures/v5/off_ramp/slight_left_exit_destination.json +++ b/test/fixtures/v5/off_ramp/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Take exit 4A on the left towards Destination 1", "ru": "Плавно сверните на левый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till vänster mot Destination 1", + "sv": "Ta avfart4A till vänster mot Destination 1", "vi": "Đi theo lối ra 4A bên trái về hướng Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/slight_left_name.json b/test/fixtures/v5/off_ramp/slight_left_name.json index cccf72025..277504d66 100644 --- a/test/fixtures/v5/off_ramp/slight_left_name.json +++ b/test/fixtures/v5/off_ramp/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Плавно сверните на левый съезд на Way Name", - "sv": "Ta avfartsrampen till vänster in på Way Name", + "sv": "Ta avfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/slight_right_default.json b/test/fixtures/v5/off_ramp/slight_right_default.json index 666f91d43..b5c0e6190 100644 --- a/test/fixtures/v5/off_ramp/slight_right_default.json +++ b/test/fixtures/v5/off_ramp/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit rechts", "pl": "Weź zjazd po prawej", "ru": "Плавно сверните на правый съезд", - "sv": "Ta avfartsrampen till höger", + "sv": "Ta avfarten till höger", "vi": "Đi đường nhánh bên phải", "zh-Hans": "上匝道" } diff --git a/test/fixtures/v5/off_ramp/slight_right_destination.json b/test/fixtures/v5/off_ramp/slight_right_destination.json index 20c5b62c5..6a73548c8 100644 --- a/test/fixtures/v5/off_ramp/slight_right_destination.json +++ b/test/fixtures/v5/off_ramp/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Плавно сверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till höger mot Destination 1", + "sv": "Ta avfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/slight_right_exit.json b/test/fixtures/v5/off_ramp/slight_right_exit.json index e61c65ce6..c5193d51a 100644 --- a/test/fixtures/v5/off_ramp/slight_right_exit.json +++ b/test/fixtures/v5/off_ramp/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit rechts naar Way Name", "pl": "Take exit 4A", "ru": "Плавно сверните на правый съезд на Way Name", - "sv": "Ta avfartsrampen till höger in på Way Name", + "sv": "Ta avfart 4A till höger", "vi": "Đi theo lối ra 4A", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/slight_right_exit_destination.json b/test/fixtures/v5/off_ramp/slight_right_exit_destination.json index b67ad3aa8..4b689cf7c 100644 --- a/test/fixtures/v5/off_ramp/slight_right_exit_destination.json +++ b/test/fixtures/v5/off_ramp/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit rechts richting Destination 1", "pl": "Take exit 4A on the right towards Destination 1", "ru": "Плавно сверните на правый съезд в направлении Destination 1", - "sv": "Ta avfartsrampen till höger mot Destination 1", + "sv": "Ta avfart 4A till höger mot Destination 1", "vi": "Đi theo lối ra 4A bên phải về hướng Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/slight_right_name.json b/test/fixtures/v5/off_ramp/slight_right_name.json index 13820d57c..af950b4e0 100644 --- a/test/fixtures/v5/off_ramp/slight_right_name.json +++ b/test/fixtures/v5/off_ramp/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Плавно сверните на правый съезд на Way Name", - "sv": "Ta avfartsrampen till höger in på Way Name", + "sv": "Ta avfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/straight_default.json b/test/fixtures/v5/off_ramp/straight_default.json index 2cf807f25..bb73637ad 100644 --- a/test/fixtures/v5/off_ramp/straight_default.json +++ b/test/fixtures/v5/off_ramp/straight_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit", "pl": "Zjedź", "ru": "Сверните на съезд", - "sv": "Ta avfartrampen", + "sv": "Ta avfarten", "vi": "Đi đường nhánh", "zh-Hans": "上匝道" } diff --git a/test/fixtures/v5/off_ramp/straight_destination.json b/test/fixtures/v5/off_ramp/straight_destination.json index 0c615a612..41cf5d5c1 100644 --- a/test/fixtures/v5/off_ramp/straight_destination.json +++ b/test/fixtures/v5/off_ramp/straight_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "ru": "Сверните на съезд в направлении Destination 1", - "sv": "Ta avfartsrampen mot Destination 1", + "sv": "Ta avfarten mot Destination 1", "vi": "Đi đường nhánh đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/straight_exit.json b/test/fixtures/v5/off_ramp/straight_exit.json index c9ba547a3..2c4a41ecb 100644 --- a/test/fixtures/v5/off_ramp/straight_exit.json +++ b/test/fixtures/v5/off_ramp/straight_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Take exit 4A", "ru": "Сверните на съезд на Way Name", - "sv": "Ta avfartsrampen in på Way Name", + "sv": "Ta avfart 4A ", "vi": "Đi theo lối ra 4A", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/straight_exit_destination.json b/test/fixtures/v5/off_ramp/straight_exit_destination.json index 0de43b4b4..af6f1a200 100644 --- a/test/fixtures/v5/off_ramp/straight_exit_destination.json +++ b/test/fixtures/v5/off_ramp/straight_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Take exit 4A towards Destination 1", "ru": "Сверните на съезд в направлении Destination 1", - "sv": "Ta avfartsrampen mot Destination 1", + "sv": "Ta avfart 4A mot Destination 1", "vi": "Đi theo lối ra 4A về hướng Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/straight_name.json b/test/fixtures/v5/off_ramp/straight_name.json index 7d827284d..2c8331b49 100644 --- a/test/fixtures/v5/off_ramp/straight_name.json +++ b/test/fixtures/v5/off_ramp/straight_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Weź zjazd na Way Name", "ru": "Сверните на съезд на Way Name", - "sv": "Ta avfartsrampen in på Way Name", + "sv": "Ta avfarten in på Way Name", "vi": "Đi đường nhánh Way Name", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/uturn_default.json b/test/fixtures/v5/off_ramp/uturn_default.json index de12711dd..36c5156b7 100644 --- a/test/fixtures/v5/off_ramp/uturn_default.json +++ b/test/fixtures/v5/off_ramp/uturn_default.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit", "pl": "Zjedź", "ru": "Сверните на съезд", - "sv": "Ta avfartrampen", + "sv": "Ta avfarten", "vi": "Đi đường nhánh", "zh-Hans": "上匝道" } diff --git a/test/fixtures/v5/off_ramp/uturn_destination.json b/test/fixtures/v5/off_ramp/uturn_destination.json index ec1c3c82b..8bab97adb 100644 --- a/test/fixtures/v5/off_ramp/uturn_destination.json +++ b/test/fixtures/v5/off_ramp/uturn_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "ru": "Сверните на съезд в направлении Destination 1", - "sv": "Ta avfartsrampen mot Destination 1", + "sv": "Ta avfarten mot Destination 1", "vi": "Đi đường nhánh đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/uturn_exit.json b/test/fixtures/v5/off_ramp/uturn_exit.json index 4e0eeef77..5293b7dfc 100644 --- a/test/fixtures/v5/off_ramp/uturn_exit.json +++ b/test/fixtures/v5/off_ramp/uturn_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Take exit 4A", "ru": "Сверните на съезд на Way Name", - "sv": "Ta avfartsrampen in på Way Name", + "sv": "Ta avfart 4A ", "vi": "Đi theo lối ra 4A", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/off_ramp/uturn_exit_destination.json b/test/fixtures/v5/off_ramp/uturn_exit_destination.json index db0a2c3d9..03f7ddbed 100644 --- a/test/fixtures/v5/off_ramp/uturn_exit_destination.json +++ b/test/fixtures/v5/off_ramp/uturn_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Take exit 4A towards Destination 1", "ru": "Сверните на съезд в направлении Destination 1", - "sv": "Ta avfartsrampen mot Destination 1", + "sv": "Ta avfart 4A mot Destination 1", "vi": "Đi theo lối ra 4A về hướng Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/off_ramp/uturn_name.json b/test/fixtures/v5/off_ramp/uturn_name.json index 1c7a21a68..f9bc61596 100644 --- a/test/fixtures/v5/off_ramp/uturn_name.json +++ b/test/fixtures/v5/off_ramp/uturn_name.json @@ -15,7 +15,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Weź zjazd na Way Name", "ru": "Сверните на съезд на Way Name", - "sv": "Ta avfartsrampen in på Way Name", + "sv": "Ta avfarten in på Way Name", "vi": "Đi đường nhánh Way Name", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/left_default.json b/test/fixtures/v5/on_ramp/left_default.json index a89a742e6..76875cc10 100644 --- a/test/fixtures/v5/on_ramp/left_default.json +++ b/test/fixtures/v5/on_ramp/left_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit links", "pl": "Weź zjazd po lewej", "ru": "Сверните на левый въезд на автомагистраль", - "sv": "Ta påfartsrampen till vänster", + "sv": "Ta påfarten till vänster", "vi": "Đi đường nhánh bên trái", "zh-Hans": "通过左边的匝道" } diff --git a/test/fixtures/v5/on_ramp/left_destination.json b/test/fixtures/v5/on_ramp/left_destination.json index 9b9f6274c..4c594d588 100644 --- a/test/fixtures/v5/on_ramp/left_destination.json +++ b/test/fixtures/v5/on_ramp/left_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Сверните на левый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till vänster mot Destination 1", + "sv": "Ta påfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过左边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/left_exit.json b/test/fixtures/v5/on_ramp/left_exit.json index 1ec18ecb1..f05a03f87 100644 --- a/test/fixtures/v5/on_ramp/left_exit.json +++ b/test/fixtures/v5/on_ramp/left_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Сверните на левый въезд на Way Name", - "sv": "Ta påfartsrampen till vänster in på Way Name", + "sv": "Ta påfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过左边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/left_exit_destination.json b/test/fixtures/v5/on_ramp/left_exit_destination.json index df4dbf4ce..ea970b21f 100644 --- a/test/fixtures/v5/on_ramp/left_exit_destination.json +++ b/test/fixtures/v5/on_ramp/left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Сверните на левый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till vänster mot Destination 1", + "sv": "Ta påfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过左边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/left_name.json b/test/fixtures/v5/on_ramp/left_name.json index 847f80f5e..1d9cf99e5 100644 --- a/test/fixtures/v5/on_ramp/left_name.json +++ b/test/fixtures/v5/on_ramp/left_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Сверните на левый въезд на Way Name", - "sv": "Ta påfartsrampen till vänster in på Way Name", + "sv": "Ta påfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过左边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/right_default.json b/test/fixtures/v5/on_ramp/right_default.json index cadfe78a3..237761dba 100644 --- a/test/fixtures/v5/on_ramp/right_default.json +++ b/test/fixtures/v5/on_ramp/right_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit rechts", "pl": "Weź zjazd po prawej", "ru": "Сверните на правый въезд на автомагистраль", - "sv": "Ta påfartsrampen till höger", + "sv": "Ta påfarten till höger", "vi": "Đi đường nhánh bên phải", "zh-Hans": "通过右边的匝道" } diff --git a/test/fixtures/v5/on_ramp/right_destination.json b/test/fixtures/v5/on_ramp/right_destination.json index 66ce55439..3f0ad774c 100644 --- a/test/fixtures/v5/on_ramp/right_destination.json +++ b/test/fixtures/v5/on_ramp/right_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Сверните на правый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till höger mot Destination 1", + "sv": "Ta påfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过右边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/right_exit.json b/test/fixtures/v5/on_ramp/right_exit.json index c1c3bc757..0ea71480e 100644 --- a/test/fixtures/v5/on_ramp/right_exit.json +++ b/test/fixtures/v5/on_ramp/right_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Сверните на правый въезд на Way Name", - "sv": "Ta påfartsrampen till höger in på Way Name", + "sv": "Ta påfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过右边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/right_exit_destination.json b/test/fixtures/v5/on_ramp/right_exit_destination.json index d64d09a01..c25b601e3 100644 --- a/test/fixtures/v5/on_ramp/right_exit_destination.json +++ b/test/fixtures/v5/on_ramp/right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Сверните на правый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till höger mot Destination 1", + "sv": "Ta påfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过右边的匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/right_name.json b/test/fixtures/v5/on_ramp/right_name.json index f2ecea4ac..2e85bd01c 100644 --- a/test/fixtures/v5/on_ramp/right_name.json +++ b/test/fixtures/v5/on_ramp/right_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Сверните на правый въезд на Way Name", - "sv": "Ta påfartsrampen till höger in på Way Name", + "sv": "Ta påfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过右边的匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/sharp_left_default.json b/test/fixtures/v5/on_ramp/sharp_left_default.json index 335eedbed..82baf8321 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_default.json +++ b/test/fixtures/v5/on_ramp/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit links", "pl": "Weź zjazd po lewej", "ru": "Поверните на левый въезд на автомагистраль", - "sv": "Ta påfartsrampen till vänster", + "sv": "Ta påfarten till vänster", "vi": "Đi đường nhánh bên trái", "zh-Hans": "通过匝道" } diff --git a/test/fixtures/v5/on_ramp/sharp_left_destination.json b/test/fixtures/v5/on_ramp/sharp_left_destination.json index a50d1598a..c6fc08e71 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Поверните на левый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till vänster mot Destination 1", + "sv": "Ta påfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/sharp_left_exit.json b/test/fixtures/v5/on_ramp/sharp_left_exit.json index b323b27f7..b57dd2a62 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_exit.json +++ b/test/fixtures/v5/on_ramp/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Поверните на левый въезд на Way Name", - "sv": "Ta påfartsrampen till vänster in på Way Name", + "sv": "Ta påfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/sharp_left_exit_destination.json b/test/fixtures/v5/on_ramp/sharp_left_exit_destination.json index 7e7ba1d84..db5d9bd68 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_exit_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Поверните на левый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till vänster mot Destination 1", + "sv": "Ta påfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/sharp_left_name.json b/test/fixtures/v5/on_ramp/sharp_left_name.json index 34946a1e8..f7048a489 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_name.json +++ b/test/fixtures/v5/on_ramp/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Поверните на левый въезд на Way Name", - "sv": "Ta påfartsrampen till vänster in på Way Name", + "sv": "Ta påfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/sharp_right_default.json b/test/fixtures/v5/on_ramp/sharp_right_default.json index 677fd1fc6..f5aa87c49 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_default.json +++ b/test/fixtures/v5/on_ramp/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit rechts", "pl": "Weź zjazd po prawej", "ru": "Поверните на правый въезд на автомагистраль", - "sv": "Ta påfartsrampen till höger", + "sv": "Ta påfarten till höger", "vi": "Đi đường nhánh bên phải", "zh-Hans": "通过匝道" } diff --git a/test/fixtures/v5/on_ramp/sharp_right_destination.json b/test/fixtures/v5/on_ramp/sharp_right_destination.json index f43d68399..ee6339a55 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Поверните на правый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till höger mot Destination 1", + "sv": "Ta påfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/sharp_right_exit.json b/test/fixtures/v5/on_ramp/sharp_right_exit.json index 454a95b2c..937f95fc2 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_exit.json +++ b/test/fixtures/v5/on_ramp/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Поверните на правый въезд на Way Name", - "sv": "Ta påfartsrampen till höger in på Way Name", + "sv": "Ta påfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/sharp_right_exit_destination.json b/test/fixtures/v5/on_ramp/sharp_right_exit_destination.json index 101ff00e5..c0a004159 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_exit_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Поверните на правый въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till höger mot Destination 1", + "sv": "Ta påfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/sharp_right_name.json b/test/fixtures/v5/on_ramp/sharp_right_name.json index c4957faaf..b4d4eede7 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_name.json +++ b/test/fixtures/v5/on_ramp/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Поверните на правый въезд на Way Name", - "sv": "Ta påfartsrampen till höger in på Way Name", + "sv": "Ta påfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/slight_left_default.json b/test/fixtures/v5/on_ramp/slight_left_default.json index e12050228..1a60b8629 100644 --- a/test/fixtures/v5/on_ramp/slight_left_default.json +++ b/test/fixtures/v5/on_ramp/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit links", "pl": "Weź zjazd po lewej", "ru": "Перестройтесь левее на въезд на автомагистраль", - "sv": "Ta påfartsrampen till vänster", + "sv": "Ta påfarten till vänster", "vi": "Đi đường nhánh bên trái", "zh-Hans": "通过匝道" } diff --git a/test/fixtures/v5/on_ramp/slight_left_destination.json b/test/fixtures/v5/on_ramp/slight_left_destination.json index 0fe4200de..06fdcb96e 100644 --- a/test/fixtures/v5/on_ramp/slight_left_destination.json +++ b/test/fixtures/v5/on_ramp/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Перестройтесь левее на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till vänster mot Destination 1", + "sv": "Ta påfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/slight_left_exit.json b/test/fixtures/v5/on_ramp/slight_left_exit.json index 7b4988c11..faf427ac7 100644 --- a/test/fixtures/v5/on_ramp/slight_left_exit.json +++ b/test/fixtures/v5/on_ramp/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Перестройтесь левее на Way Name", - "sv": "Ta påfartsrampen till vänster in på Way Name", + "sv": "Ta påfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/slight_left_exit_destination.json b/test/fixtures/v5/on_ramp/slight_left_exit_destination.json index 98cf3b110..caf6e6ae2 100644 --- a/test/fixtures/v5/on_ramp/slight_left_exit_destination.json +++ b/test/fixtures/v5/on_ramp/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "ru": "Перестройтесь левее на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till vänster mot Destination 1", + "sv": "Ta påfarten till vänster mot Destination 1", "vi": "Đi đường nhánh bên trái đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/slight_left_name.json b/test/fixtures/v5/on_ramp/slight_left_name.json index c9fd4c986..9073437ef 100644 --- a/test/fixtures/v5/on_ramp/slight_left_name.json +++ b/test/fixtures/v5/on_ramp/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "ru": "Перестройтесь левее на Way Name", - "sv": "Ta påfartsrampen till vänster in på Way Name", + "sv": "Ta påfarten till vänster in på Way Name", "vi": "Đi đường nhánh Way Name bên trái", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/slight_right_default.json b/test/fixtures/v5/on_ramp/slight_right_default.json index 4928489b8..1b201e82e 100644 --- a/test/fixtures/v5/on_ramp/slight_right_default.json +++ b/test/fixtures/v5/on_ramp/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit rechts", "pl": "Weź zjazd po prawej", "ru": "Перестройтесь правее на въезд на автомагистраль", - "sv": "Ta påfartsrampen till höger", + "sv": "Ta påfarten till höger", "vi": "Đi đường nhánh bên phải", "zh-Hans": "通过匝道" } diff --git a/test/fixtures/v5/on_ramp/slight_right_destination.json b/test/fixtures/v5/on_ramp/slight_right_destination.json index 5712224cf..3a8474372 100644 --- a/test/fixtures/v5/on_ramp/slight_right_destination.json +++ b/test/fixtures/v5/on_ramp/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Перестройтесь правее на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till höger mot Destination 1", + "sv": "Ta påfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/slight_right_exit.json b/test/fixtures/v5/on_ramp/slight_right_exit.json index ec50ee6f1..ce047d905 100644 --- a/test/fixtures/v5/on_ramp/slight_right_exit.json +++ b/test/fixtures/v5/on_ramp/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Перестройтесь правее на Way Name", - "sv": "Ta påfartsrampen till höger in på Way Name", + "sv": "Ta påfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/slight_right_exit_destination.json b/test/fixtures/v5/on_ramp/slight_right_exit_destination.json index 088142a43..d34c6403d 100644 --- a/test/fixtures/v5/on_ramp/slight_right_exit_destination.json +++ b/test/fixtures/v5/on_ramp/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "ru": "Перестройтесь правее на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen till höger mot Destination 1", + "sv": "Ta påfarten till höger mot Destination 1", "vi": "Đi đường nhánh bên phải đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/slight_right_name.json b/test/fixtures/v5/on_ramp/slight_right_name.json index a35f4f1a6..9e44acaa6 100644 --- a/test/fixtures/v5/on_ramp/slight_right_name.json +++ b/test/fixtures/v5/on_ramp/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "ru": "Перестройтесь правее на Way Name", - "sv": "Ta påfartsrampen till höger in på Way Name", + "sv": "Ta påfarten till höger in på Way Name", "vi": "Đi đường nhánh Way Name bên phải", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/straight_default.json b/test/fixtures/v5/on_ramp/straight_default.json index d771af00e..8fe867a4e 100644 --- a/test/fixtures/v5/on_ramp/straight_default.json +++ b/test/fixtures/v5/on_ramp/straight_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit", "pl": "Weź zjazd", "ru": "Сверните на автомагистраль", - "sv": "Ta påfartsrampen", + "sv": "Ta påfarten", "vi": "Đi đường nhánh", "zh-Hans": "通过匝道" } diff --git a/test/fixtures/v5/on_ramp/straight_destination.json b/test/fixtures/v5/on_ramp/straight_destination.json index 027b25703..6c2bbc711 100644 --- a/test/fixtures/v5/on_ramp/straight_destination.json +++ b/test/fixtures/v5/on_ramp/straight_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen mot Destination 1", + "sv": "Ta påfarten mot Destination 1", "vi": "Đi đường nhánh đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/straight_exit.json b/test/fixtures/v5/on_ramp/straight_exit.json index 7ee5d9144..f445d5542 100644 --- a/test/fixtures/v5/on_ramp/straight_exit.json +++ b/test/fixtures/v5/on_ramp/straight_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "ru": "Сверните на въезд на Way Name", - "sv": "Ta påfartsrampen in på Way Name", + "sv": "Ta påfarten in på Way Name", "vi": "Đi đường nhánh Way Name", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/straight_exit_destination.json b/test/fixtures/v5/on_ramp/straight_exit_destination.json index 2e4920301..89f296958 100644 --- a/test/fixtures/v5/on_ramp/straight_exit_destination.json +++ b/test/fixtures/v5/on_ramp/straight_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen mot Destination 1", + "sv": "Ta påfarten mot Destination 1", "vi": "Đi đường nhánh đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/straight_name.json b/test/fixtures/v5/on_ramp/straight_name.json index de9428f10..3a261948c 100644 --- a/test/fixtures/v5/on_ramp/straight_name.json +++ b/test/fixtures/v5/on_ramp/straight_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "ru": "Сверните на въезд на Way Name", - "sv": "Ta påfartsrampen in på Way Name", + "sv": "Ta påfarten in på Way Name", "vi": "Đi đường nhánh Way Name", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/uturn_default.json b/test/fixtures/v5/on_ramp/uturn_default.json index 207b2deca..02eef6da6 100644 --- a/test/fixtures/v5/on_ramp/uturn_default.json +++ b/test/fixtures/v5/on_ramp/uturn_default.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit", "pl": "Weź zjazd", "ru": "Сверните на автомагистраль", - "sv": "Ta påfartsrampen", + "sv": "Ta påfarten", "vi": "Đi đường nhánh", "zh-Hans": "通过匝道" } diff --git a/test/fixtures/v5/on_ramp/uturn_destination.json b/test/fixtures/v5/on_ramp/uturn_destination.json index 14b94e297..54e1ad61e 100644 --- a/test/fixtures/v5/on_ramp/uturn_destination.json +++ b/test/fixtures/v5/on_ramp/uturn_destination.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen mot Destination 1", + "sv": "Ta påfarten mot Destination 1", "vi": "Đi đường nhánh đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/uturn_exit.json b/test/fixtures/v5/on_ramp/uturn_exit.json index 1b7ddda58..3152a0000 100644 --- a/test/fixtures/v5/on_ramp/uturn_exit.json +++ b/test/fixtures/v5/on_ramp/uturn_exit.json @@ -16,7 +16,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "ru": "Сверните на въезд на Way Name", - "sv": "Ta påfartsrampen in på Way Name", + "sv": "Ta påfarten in på Way Name", "vi": "Đi đường nhánh Way Name", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/on_ramp/uturn_exit_destination.json b/test/fixtures/v5/on_ramp/uturn_exit_destination.json index acb438a85..1e1a5c36e 100644 --- a/test/fixtures/v5/on_ramp/uturn_exit_destination.json +++ b/test/fixtures/v5/on_ramp/uturn_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", - "sv": "Ta påfartsrampen mot Destination 1", + "sv": "Ta påfarten mot Destination 1", "vi": "Đi đường nhánh đến Destination 1", "zh-Hans": "通过匝道前往Destination 1" } diff --git a/test/fixtures/v5/on_ramp/uturn_name.json b/test/fixtures/v5/on_ramp/uturn_name.json index c6fb7fdd0..6366c63bb 100644 --- a/test/fixtures/v5/on_ramp/uturn_name.json +++ b/test/fixtures/v5/on_ramp/uturn_name.json @@ -15,7 +15,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "ru": "Сверните на въезд на Way Name", - "sv": "Ta påfartsrampen in på Way Name", + "sv": "Ta påfarten in på Way Name", "vi": "Đi đường nhánh Way Name", "zh-Hans": "通过匝道驶入Way Name" } diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_sharp left.json b/test/fixtures/v5/other/motorway_ref_has_no_number_sharp left.json index aa8561b33..70271b29a 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_sharp left.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_sharp left.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf naar Cool highway", "pl": "Kontynuuj ostro w lewo na Cool highway", "ru": "Двигайтесь налево по Cool highway", - "sv": "Fortsätt skarp vänster in på Cool highway", + "sv": "Fortsätt vänster in på Cool highway", "vi": "Chạy tiếp bên trái gắt trên Cool highway", "zh-Hans": "继续向左,上Cool highway" }, diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_sharp right.json b/test/fixtures/v5/other/motorway_ref_has_no_number_sharp right.json index 8e42bf8f0..07ab0c3ed 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_sharp right.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_sharp right.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf naar Cool highway", "pl": "Kontynuuj ostro w prawo na Cool highway", "ru": "Двигайтесь направо по Cool highway", - "sv": "Fortsätt skarp höger in på Cool highway", + "sv": "Fortsätt höger in på Cool highway", "vi": "Chạy tiếp bên phải gắt trên Cool highway", "zh-Hans": "继续向右,上Cool highway" }, diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_slight left.json b/test/fixtures/v5/other/motorway_ref_has_no_number_slight left.json index 0e1c02acf..9b436cdd7 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_slight left.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_slight left.json @@ -16,7 +16,7 @@ "nl": "Links aanhouden naar Cool highway", "pl": "Kontynuuj łagodnie w lewo na Cool highway", "ru": "Плавно поверните налево на Cool highway", - "sv": "Fortsätt med lätt vänstersväng in på Cool highway", + "sv": "Fortsätt åt vänster in på Cool highway", "vi": "Nghiêng về bên trái vào Cool highway", "zh-Hans": "继续向左,上Cool highway" }, diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_slight right.json b/test/fixtures/v5/other/motorway_ref_has_no_number_slight right.json index 4b7567cad..553dea549 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_slight right.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_slight right.json @@ -16,7 +16,7 @@ "nl": "Rechts aanhouden naar Cool highway", "pl": "Kontynuuj łagodnie w prawo na Cool highway", "ru": "Плавно поверните направо на Cool highway", - "sv": "Fortsätt med lätt högersväng in på Cool highway", + "sv": "Fortsätt åt höger in på Cool highway", "vi": "Nghiêng về bên phải vào Cool highway", "zh-Hans": "继续向右,上Cool highway" }, diff --git a/test/fixtures/v5/other/motorway_ref_has_number_sharp left.json b/test/fixtures/v5/other/motorway_ref_has_number_sharp left.json index f8185c9f5..98c9c68ab 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_sharp left.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_sharp left.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf naar Ref1", "pl": "Kontynuuj ostro w lewo na Ref1", "ru": "Двигайтесь налево по Ref1", - "sv": "Fortsätt skarp vänster in på Ref1", + "sv": "Fortsätt vänster in på Ref1", "vi": "Chạy tiếp bên trái gắt trên Ref1", "zh-Hans": "继续向左,上Ref1" }, diff --git a/test/fixtures/v5/other/motorway_ref_has_number_sharp right.json b/test/fixtures/v5/other/motorway_ref_has_number_sharp right.json index 7ba7ae42d..eb23342d0 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_sharp right.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_sharp right.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf naar Ref1", "pl": "Kontynuuj ostro w prawo na Ref1", "ru": "Двигайтесь направо по Ref1", - "sv": "Fortsätt skarp höger in på Ref1", + "sv": "Fortsätt höger in på Ref1", "vi": "Chạy tiếp bên phải gắt trên Ref1", "zh-Hans": "继续向右,上Ref1" }, diff --git a/test/fixtures/v5/other/motorway_ref_has_number_slight left.json b/test/fixtures/v5/other/motorway_ref_has_number_slight left.json index bcdb9f121..90b16c9bf 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_slight left.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_slight left.json @@ -16,7 +16,7 @@ "nl": "Links aanhouden naar Ref1", "pl": "Kontynuuj łagodnie w lewo na Ref1", "ru": "Плавно поверните налево на Ref1", - "sv": "Fortsätt med lätt vänstersväng in på Ref1", + "sv": "Fortsätt åt vänster in på Ref1", "vi": "Nghiêng về bên trái vào Ref1", "zh-Hans": "继续向左,上Ref1" }, diff --git a/test/fixtures/v5/other/motorway_ref_has_number_slight right.json b/test/fixtures/v5/other/motorway_ref_has_number_slight right.json index 61880e3f4..a3f44d6ec 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_slight right.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_slight right.json @@ -16,7 +16,7 @@ "nl": "Rechts aanhouden naar Ref1", "pl": "Kontynuuj łagodnie w prawo na Ref1", "ru": "Плавно поверните направо на Ref1", - "sv": "Fortsätt med lätt högersväng in på Ref1", + "sv": "Fortsätt åt höger in på Ref1", "vi": "Nghiêng về bên phải vào Ref1", "zh-Hans": "继续向右,上Ref1" }, diff --git a/test/fixtures/v5/other/way_name_class_ferry_sharp left.json b/test/fixtures/v5/other/way_name_class_ferry_sharp left.json index 894aca6c4..85df53d77 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_sharp left.json +++ b/test/fixtures/v5/other/way_name_class_ferry_sharp left.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf naar Cool highway (Ref1)", "pl": "Kontynuuj ostro w lewo na Cool highway (Ref1)", "ru": "Двигайтесь налево по Cool highway (Ref1)", - "sv": "Fortsätt skarp vänster in på Cool highway (Ref1)", + "sv": "Fortsätt vänster in på Cool highway (Ref1)", "vi": "Chạy tiếp bên trái gắt trên Cool highway (Ref1)", "zh-Hans": "继续向左,上Cool highway (Ref1)" }, diff --git a/test/fixtures/v5/other/way_name_class_ferry_sharp right.json b/test/fixtures/v5/other/way_name_class_ferry_sharp right.json index 5a51b7b8d..ca4f79271 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_sharp right.json +++ b/test/fixtures/v5/other/way_name_class_ferry_sharp right.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf naar Cool highway (Ref1)", "pl": "Kontynuuj ostro w prawo na Cool highway (Ref1)", "ru": "Двигайтесь направо по Cool highway (Ref1)", - "sv": "Fortsätt skarp höger in på Cool highway (Ref1)", + "sv": "Fortsätt höger in på Cool highway (Ref1)", "vi": "Chạy tiếp bên phải gắt trên Cool highway (Ref1)", "zh-Hans": "继续向右,上Cool highway (Ref1)" }, diff --git a/test/fixtures/v5/other/way_name_class_ferry_slight left.json b/test/fixtures/v5/other/way_name_class_ferry_slight left.json index af31e67af..f4bffbf33 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_slight left.json +++ b/test/fixtures/v5/other/way_name_class_ferry_slight left.json @@ -16,7 +16,7 @@ "nl": "Links aanhouden naar Cool highway (Ref1)", "pl": "Kontynuuj łagodnie w lewo na Cool highway (Ref1)", "ru": "Плавно поверните налево на Cool highway (Ref1)", - "sv": "Fortsätt med lätt vänstersväng in på Cool highway (Ref1)", + "sv": "Fortsätt åt vänster in på Cool highway (Ref1)", "vi": "Nghiêng về bên trái vào Cool highway (Ref1)", "zh-Hans": "继续向左,上Cool highway (Ref1)" }, diff --git a/test/fixtures/v5/other/way_name_class_ferry_slight right.json b/test/fixtures/v5/other/way_name_class_ferry_slight right.json index ce247fb44..c55ea6f33 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_slight right.json +++ b/test/fixtures/v5/other/way_name_class_ferry_slight right.json @@ -16,7 +16,7 @@ "nl": "Rechts aanhouden naar Cool highway (Ref1)", "pl": "Kontynuuj łagodnie w prawo na Cool highway (Ref1)", "ru": "Плавно поверните направо на Cool highway (Ref1)", - "sv": "Fortsätt med lätt högersväng in på Cool highway (Ref1)", + "sv": "Fortsätt åt höger in på Cool highway (Ref1)", "vi": "Nghiêng về bên phải vào Cool highway (Ref1)", "zh-Hans": "继续向右,上Cool highway (Ref1)" }, diff --git a/test/fixtures/v5/rotary/default_destination.json b/test/fixtures/v5/rotary/default_destination.json index e35e191d2..df105183c 100644 --- a/test/fixtures/v5/rotary/default_destination.json +++ b/test/fixtures/v5/rotary/default_destination.json @@ -16,7 +16,7 @@ "nl": "Verlaat het knooppunt richting Destination 1", "pl": "Wjedź na rondo i skręć w kierunku Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", - "sv": "Kör in i rondellen och ta av mot Destination 1", + "sv": "I rondellen ta av mot Destination 1", "vi": "Vào bùng binh và ra để đi Destination 1", "zh-Hans": "通过环岛前往Destination 1" } diff --git a/test/fixtures/v5/rotary/default_exit.json b/test/fixtures/v5/rotary/default_exit.json index 1571885e1..89c764426 100644 --- a/test/fixtures/v5/rotary/default_exit.json +++ b/test/fixtures/v5/rotary/default_exit.json @@ -16,7 +16,7 @@ "nl": "Verlaat het knooppunt naar Way Name", "pl": "Wjedź na rondo i skręć na Way Name", "ru": "На круговой развязке сверните на Way Name", - "sv": "Kör in i rondellen och ta av mot Way Name", + "sv": "I rondellen ta av in på Way Name", "vi": "Đi vào bùng binh và ra tại Way Name", "zh-Hans": "通过环岛后驶入Way Name" } diff --git a/test/fixtures/v5/rotary/default_exit_destination.json b/test/fixtures/v5/rotary/default_exit_destination.json index 70f141592..3d148dc6c 100644 --- a/test/fixtures/v5/rotary/default_exit_destination.json +++ b/test/fixtures/v5/rotary/default_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Verlaat het knooppunt richting Destination 1", "pl": "Wjedź na rondo i skręć w kierunku Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", - "sv": "Kör in i rondellen och ta av mot Destination 1", + "sv": "I rondellen ta av mot Destination 1", "vi": "Vào bùng binh và ra để đi Destination 1", "zh-Hans": "通过环岛前往Destination 1" } diff --git a/test/fixtures/v5/rotary/default_name.json b/test/fixtures/v5/rotary/default_name.json index b34aff648..a4554eb8e 100644 --- a/test/fixtures/v5/rotary/default_name.json +++ b/test/fixtures/v5/rotary/default_name.json @@ -15,7 +15,7 @@ "nl": "Verlaat het knooppunt naar Way Name", "pl": "Wjedź na rondo i skręć na Way Name", "ru": "На круговой развязке сверните на Way Name", - "sv": "Kör in i rondellen och ta av mot Way Name", + "sv": "I rondellen ta av in på Way Name", "vi": "Đi vào bùng binh và ra tại Way Name", "zh-Hans": "通过环岛后驶入Way Name" } diff --git a/test/fixtures/v5/rotary/exit_10.json b/test/fixtures/v5/rotary/exit_10.json index db6374e0a..45a3ecb00 100644 --- a/test/fixtures/v5/rotary/exit_10.json +++ b/test/fixtures/v5/rotary/exit_10.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 10e", "pl": "Wjedź na rondo i wyjedź 10. zjazdem", "ru": "На круговой развязке сверните на десятый съезд", - "sv": "Kör in i rondellen och ta avfart 10:e", + "sv": "I rondellen ta 10:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 10", "zh-Hans": "进入环岛并从第十出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_11.json b/test/fixtures/v5/rotary/exit_11.json index 60b14785c..6ea26289e 100644 --- a/test/fixtures/v5/rotary/exit_11.json +++ b/test/fixtures/v5/rotary/exit_11.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag ", "pl": "Wjedź na rondo i wyjedź zjazdem", "ru": "На круговой развязке сверните на съезд", - "sv": "Kör in i rondellen och ta avfart ", + "sv": "I rondellen ta avfarten", "vi": "Đi vào bùng binh và ra tại đường ", "zh-Hans": "进入环岛并从出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_1_default.json b/test/fixtures/v5/rotary/exit_1_default.json index 22b2e3db3..cb54160e6 100644 --- a/test/fixtures/v5/rotary/exit_1_default.json +++ b/test/fixtures/v5/rotary/exit_1_default.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e", "pl": "Wjedź na rondo i wyjedź 1. zjazdem", "ru": "На круговой развязке сверните на первый съезд", - "sv": "Kör in i rondellen och ta avfart 1:a", + "sv": "I rondellen ta 1:a avfarten", "vi": "Đi vào bùng binh và ra tại đường đầu tiên", "zh-Hans": "进入环岛并从第一出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_1_destination.json b/test/fixtures/v5/rotary/exit_1_destination.json index df7da5db7..a523de56d 100644 --- a/test/fixtures/v5/rotary/exit_1_destination.json +++ b/test/fixtures/v5/rotary/exit_1_destination.json @@ -17,7 +17,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e richting Destination 1", "pl": "Wjedź na rondo i wyjedź 1. zjazdem w kierunku Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", - "sv": "Kör in i rondellen och ta avfart 1:a mot Destination 1", + "sv": "I rondellen ta 1:a avfarten mot Destination 1", "vi": "Đi vào bùng binh và ra tại đường đầu tiên đến Destination 1", "zh-Hans": "进入环岛后从第一出口驶出前往Destination 1" } diff --git a/test/fixtures/v5/rotary/exit_1_exit.json b/test/fixtures/v5/rotary/exit_1_exit.json index b805423e9..0c5eca258 100644 --- a/test/fixtures/v5/rotary/exit_1_exit.json +++ b/test/fixtures/v5/rotary/exit_1_exit.json @@ -17,7 +17,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", - "sv": "Kör in i rondellen och ta avfart 1:a mot Way Name", + "sv": "I rondellen ta 1:a avfarten in på Way Name", "vi": "Đi vào bùng binh và ra tại đường đầu tiên tức Way Name", "zh-Hans": "进入环岛后从第一出口驶出进入Way Name" } diff --git a/test/fixtures/v5/rotary/exit_1_exit_destination.json b/test/fixtures/v5/rotary/exit_1_exit_destination.json index 5c6e7edb3..00995be8a 100644 --- a/test/fixtures/v5/rotary/exit_1_exit_destination.json +++ b/test/fixtures/v5/rotary/exit_1_exit_destination.json @@ -18,7 +18,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e richting Destination 1", "pl": "Wjedź na rondo i wyjedź 1. zjazdem w kierunku Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", - "sv": "Kör in i rondellen och ta avfart 1:a mot Destination 1", + "sv": "I rondellen ta 1:a avfarten mot Destination 1", "vi": "Đi vào bùng binh và ra tại đường đầu tiên đến Destination 1", "zh-Hans": "进入环岛后从第一出口驶出前往Destination 1" } diff --git a/test/fixtures/v5/rotary/exit_1_name.json b/test/fixtures/v5/rotary/exit_1_name.json index f5d959cad..48153a584 100644 --- a/test/fixtures/v5/rotary/exit_1_name.json +++ b/test/fixtures/v5/rotary/exit_1_name.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", - "sv": "Kör in i rondellen och ta avfart 1:a mot Way Name", + "sv": "I rondellen ta 1:a avfarten in på Way Name", "vi": "Đi vào bùng binh và ra tại đường đầu tiên tức Way Name", "zh-Hans": "进入环岛后从第一出口驶出进入Way Name" } diff --git a/test/fixtures/v5/rotary/exit_2.json b/test/fixtures/v5/rotary/exit_2.json index 9b2dd9c63..c57b0633d 100644 --- a/test/fixtures/v5/rotary/exit_2.json +++ b/test/fixtures/v5/rotary/exit_2.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 2e", "pl": "Wjedź na rondo i wyjedź 2. zjazdem", "ru": "На круговой развязке сверните на второй съезд", - "sv": "Kör in i rondellen och ta avfart 2:a", + "sv": "I rondellen ta 2:a avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 2", "zh-Hans": "进入环岛并从第二出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_3.json b/test/fixtures/v5/rotary/exit_3.json index d5259b6aa..28fabb4ee 100644 --- a/test/fixtures/v5/rotary/exit_3.json +++ b/test/fixtures/v5/rotary/exit_3.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 3e", "pl": "Wjedź na rondo i wyjedź 3. zjazdem", "ru": "На круговой развязке сверните на третий съезд", - "sv": "Kör in i rondellen och ta avfart 3:e", + "sv": "I rondellen ta 3:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 3", "zh-Hans": "进入环岛并从第三出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_4.json b/test/fixtures/v5/rotary/exit_4.json index bc142a382..5f7325c2e 100644 --- a/test/fixtures/v5/rotary/exit_4.json +++ b/test/fixtures/v5/rotary/exit_4.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 4e", "pl": "Wjedź na rondo i wyjedź 4. zjazdem", "ru": "На круговой развязке сверните на четвёртый съезд", - "sv": "Kör in i rondellen och ta avfart 4:e", + "sv": "I rondellen ta 4:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 4", "zh-Hans": "进入环岛并从第四出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_5.json b/test/fixtures/v5/rotary/exit_5.json index fa9c025a7..76ba3a8bb 100644 --- a/test/fixtures/v5/rotary/exit_5.json +++ b/test/fixtures/v5/rotary/exit_5.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 5e", "pl": "Wjedź na rondo i wyjedź 5. zjazdem", "ru": "На круговой развязке сверните на пятый съезд", - "sv": "Kör in i rondellen och ta avfart 5:e", + "sv": "I rondellen ta 5:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 5", "zh-Hans": "进入环岛并从第五出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_6.json b/test/fixtures/v5/rotary/exit_6.json index 9c7b38e47..d9d5d705f 100644 --- a/test/fixtures/v5/rotary/exit_6.json +++ b/test/fixtures/v5/rotary/exit_6.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 6e", "pl": "Wjedź na rondo i wyjedź 6. zjazdem", "ru": "На круговой развязке сверните на шестой съезд", - "sv": "Kör in i rondellen och ta avfart 6:e", + "sv": "I rondellen ta 6:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thú 6", "zh-Hans": "进入环岛并从第六出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_7.json b/test/fixtures/v5/rotary/exit_7.json index 4a251bfc6..c926e892d 100644 --- a/test/fixtures/v5/rotary/exit_7.json +++ b/test/fixtures/v5/rotary/exit_7.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 7e", "pl": "Wjedź na rondo i wyjedź 7. zjazdem", "ru": "На круговой развязке сверните на седьмой съезд", - "sv": "Kör in i rondellen och ta avfart 7:e", + "sv": "I rondellen ta 7:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 7", "zh-Hans": "进入环岛并从第七出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_8.json b/test/fixtures/v5/rotary/exit_8.json index c58a74387..b2427cb35 100644 --- a/test/fixtures/v5/rotary/exit_8.json +++ b/test/fixtures/v5/rotary/exit_8.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 8e", "pl": "Wjedź na rondo i wyjedź 8. zjazdem", "ru": "На круговой развязке сверните на восьмой съезд", - "sv": "Kör in i rondellen och ta avfart 8:e", + "sv": "I rondellen ta 8:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 8", "zh-Hans": "进入环岛并从第八出口驶出" } diff --git a/test/fixtures/v5/rotary/exit_9.json b/test/fixtures/v5/rotary/exit_9.json index cb9a21f86..c367c7317 100644 --- a/test/fixtures/v5/rotary/exit_9.json +++ b/test/fixtures/v5/rotary/exit_9.json @@ -16,7 +16,7 @@ "nl": "Ga het knooppunt op en neem afslag 9e", "pl": "Wjedź na rondo i wyjedź 9. zjazdem", "ru": "На круговой развязке сверните на девятый съезд", - "sv": "Kör in i rondellen och ta avfart 9:e", + "sv": "I rondellen ta 9:e avfarten", "vi": "Đi vào bùng binh và ra tại đường thứ 9", "zh-Hans": "进入环岛并从第九出口驶出" } diff --git a/test/fixtures/v5/rotary/name_destination.json b/test/fixtures/v5/rotary/name_destination.json index 0cb68c840..759179993 100644 --- a/test/fixtures/v5/rotary/name_destination.json +++ b/test/fixtures/v5/rotary/name_destination.json @@ -17,7 +17,7 @@ "nl": "Verlaat het knooppunt Rotary Name richting Destination 1", "pl": "Wjedź na Rotary Name i skręć w kierunku Destination 1", "ru": "На Rotary Name с круговым движением сверните в направлении Destination 1", - "sv": "Kör in i Rotary Name och ta av mot Destination 1", + "sv": "I Rotary Name ta av mot Destination 1", "vi": "Đi và Rotary Name và ra để đi Destination 1", "zh-Hans": "通过Rotary Name环岛后前往Destination 1" } diff --git a/test/fixtures/v5/rotary/name_exit.json b/test/fixtures/v5/rotary/name_exit.json index 482b883d2..11a658afa 100644 --- a/test/fixtures/v5/rotary/name_exit.json +++ b/test/fixtures/v5/rotary/name_exit.json @@ -17,7 +17,7 @@ "nl": "Verlaat het knooppunt Rotary Name naar Way Name", "pl": "Wjedź na Rotary Name i skręć na Way Name", "ru": "На Rotary Name с круговым движением сверните на Way Name", - "sv": "Kör in i Rotary Name och ta av mot Way Name", + "sv": "I Rotary Name ta av in på Way Name", "vi": "Đi vào Rotary Name và ra tại Way Name", "zh-Hans": "通过Rotary Name环岛后驶入Way Name" } diff --git a/test/fixtures/v5/rotary/name_exit_default.json b/test/fixtures/v5/rotary/name_exit_default.json index 7d8484a18..380d6cec1 100644 --- a/test/fixtures/v5/rotary/name_exit_default.json +++ b/test/fixtures/v5/rotary/name_exit_default.json @@ -17,7 +17,7 @@ "nl": "Ga het knooppunt Rotary Name op en neem afslag 2e", "pl": "Wjedź na Rotary Name i wyjedź 2. zjazdem", "ru": "На Rotary Name с круговым движением сверните на второй съезд", - "sv": "Kör in i Rotary Name och ta avfart 2:a", + "sv": "I Rotary Name ta 2:a avfarten", "vi": "Đi vào Rotary Name và ra tại đường thứ 2", "zh-Hans": "进入Rotary Name环岛后从第二出口驶出" } diff --git a/test/fixtures/v5/rotary/name_exit_destination.json b/test/fixtures/v5/rotary/name_exit_destination.json index ec50e966d..51e905d6b 100644 --- a/test/fixtures/v5/rotary/name_exit_destination.json +++ b/test/fixtures/v5/rotary/name_exit_destination.json @@ -18,7 +18,7 @@ "nl": "Ga het knooppunt Rotary Name op en neem afslag 2e richting Destination 1", "pl": "Wjedź na Rotary Name i wyjedź 2. zjazdem w kierunku Destination 1", "ru": "На Rotary Name с круговым движением сверните на второй съезд в направлении Destination 1", - "sv": "Kör in i Rotary Name och ta avfart 2:a mot Destination 1", + "sv": "I Rotary Name ta 2:a avfarten mot Destination 1", "vi": "Đi vào Rotary Name và ra tại đường thứ 2 đến Destination 1", "zh-Hans": "进入Rotary Name环岛后从第二出口驶出前往Destination 1" } diff --git a/test/fixtures/v5/rotary/name_exit_exit.json b/test/fixtures/v5/rotary/name_exit_exit.json index 7a9b09879..d56c2c6f8 100644 --- a/test/fixtures/v5/rotary/name_exit_exit.json +++ b/test/fixtures/v5/rotary/name_exit_exit.json @@ -18,7 +18,7 @@ "nl": "Ga het knooppunt Rotary Name op en neem afslag 2e naar Way Name", "pl": "Wjedź na Rotary Name i wyjedź 2. zjazdem na Way Name", "ru": "На Rotary Name с круговым движением сверните на второй съезд на Way Name", - "sv": "Kör in i Rotary Name och ta avfart 2:a mot Way Name", + "sv": "I Rotary Name ta 2:a avfarten in på Way Name", "vi": "Đi vào Rotary Name và ra tại đường thứ 2 tức Way Name", "zh-Hans": "进入Rotary Name环岛后从第二出口驶出进入Way Name" } diff --git a/test/fixtures/v5/rotary/name_exit_exit_destination.json b/test/fixtures/v5/rotary/name_exit_exit_destination.json index cd8ba77f3..4ba27500c 100644 --- a/test/fixtures/v5/rotary/name_exit_exit_destination.json +++ b/test/fixtures/v5/rotary/name_exit_exit_destination.json @@ -19,7 +19,7 @@ "nl": "Ga het knooppunt Rotary Name op en neem afslag 2e richting Destination 1", "pl": "Wjedź na Rotary Name i wyjedź 2. zjazdem w kierunku Destination 1", "ru": "На Rotary Name с круговым движением сверните на второй съезд в направлении Destination 1", - "sv": "Kör in i Rotary Name och ta avfart 2:a mot Destination 1", + "sv": "I Rotary Name ta 2:a avfarten mot Destination 1", "vi": "Đi vào Rotary Name và ra tại đường thứ 2 đến Destination 1", "zh-Hans": "进入Rotary Name环岛后从第二出口驶出前往Destination 1" } diff --git a/test/fixtures/v5/rotary/name_exit_name.json b/test/fixtures/v5/rotary/name_exit_name.json index 414337cad..eea00f9b6 100644 --- a/test/fixtures/v5/rotary/name_exit_name.json +++ b/test/fixtures/v5/rotary/name_exit_name.json @@ -17,7 +17,7 @@ "nl": "Ga het knooppunt Rotary Name op en neem afslag 2e naar Way Name", "pl": "Wjedź na Rotary Name i wyjedź 2. zjazdem na Way Name", "ru": "На Rotary Name с круговым движением сверните на второй съезд на Way Name", - "sv": "Kör in i Rotary Name och ta avfart 2:a mot Way Name", + "sv": "I Rotary Name ta 2:a avfarten in på Way Name", "vi": "Đi vào Rotary Name và ra tại đường thứ 2 tức Way Name", "zh-Hans": "进入Rotary Name环岛后从第二出口驶出进入Way Name" } diff --git a/test/fixtures/v5/rotary/name_name.json b/test/fixtures/v5/rotary/name_name.json index ab48c272d..faf834e52 100644 --- a/test/fixtures/v5/rotary/name_name.json +++ b/test/fixtures/v5/rotary/name_name.json @@ -16,7 +16,7 @@ "nl": "Verlaat het knooppunt Rotary Name naar Way Name", "pl": "Wjedź na Rotary Name i skręć na Way Name", "ru": "На Rotary Name с круговым движением сверните на Way Name", - "sv": "Kör in i Rotary Name och ta av mot Way Name", + "sv": "I Rotary Name ta av in på Way Name", "vi": "Đi vào Rotary Name và ra tại Way Name", "zh-Hans": "通过Rotary Name环岛后驶入Way Name" } diff --git a/test/fixtures/v5/roundabout/default_destination.json b/test/fixtures/v5/roundabout/default_destination.json index c7e211bf6..65c9edbfb 100644 --- a/test/fixtures/v5/roundabout/default_destination.json +++ b/test/fixtures/v5/roundabout/default_destination.json @@ -16,7 +16,7 @@ "nl": "Verlaat de rotonde richting Destination 1", "pl": "Wjedź na rondo i wyjedź w kierunku Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", - "sv": "Kör in i rondellen och ta av mot Destination 1", + "sv": "I rondellen ta av mot Destination 1", "vi": "Đi vào vòng xuyến và ra để đi Destination 1", "zh-Hans": "通过环岛后前往Destination 1" } diff --git a/test/fixtures/v5/roundabout/default_exit.json b/test/fixtures/v5/roundabout/default_exit.json index bec837ac2..2d739c675 100644 --- a/test/fixtures/v5/roundabout/default_exit.json +++ b/test/fixtures/v5/roundabout/default_exit.json @@ -16,7 +16,7 @@ "nl": "Verlaat de rotonde naar Way Name", "pl": "Wjedź na rondo i wyjedź na Way Name", "ru": "На круговой развязке сверните на Way Name", - "sv": "Kör in i rondellen och ta av mot Way Name", + "sv": "I rondellen ta av mot Way Name", "vi": "Đi vào vòng xuyến và ra tại Way Name", "zh-Hans": "通过环岛后驶入Way Name" } diff --git a/test/fixtures/v5/roundabout/default_exit_destination.json b/test/fixtures/v5/roundabout/default_exit_destination.json index 07bd2c62b..50b4dd6e3 100644 --- a/test/fixtures/v5/roundabout/default_exit_destination.json +++ b/test/fixtures/v5/roundabout/default_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Verlaat de rotonde richting Destination 1", "pl": "Wjedź na rondo i wyjedź w kierunku Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", - "sv": "Kör in i rondellen och ta av mot Destination 1", + "sv": "I rondellen ta av mot Destination 1", "vi": "Đi vào vòng xuyến và ra để đi Destination 1", "zh-Hans": "通过环岛后前往Destination 1" } diff --git a/test/fixtures/v5/roundabout/default_name.json b/test/fixtures/v5/roundabout/default_name.json index d96c05193..0e995123c 100644 --- a/test/fixtures/v5/roundabout/default_name.json +++ b/test/fixtures/v5/roundabout/default_name.json @@ -15,7 +15,7 @@ "nl": "Verlaat de rotonde naar Way Name", "pl": "Wjedź na rondo i wyjedź na Way Name", "ru": "На круговой развязке сверните на Way Name", - "sv": "Kör in i rondellen och ta av mot Way Name", + "sv": "I rondellen ta av mot Way Name", "vi": "Đi vào vòng xuyến và ra tại Way Name", "zh-Hans": "通过环岛后驶入Way Name" } diff --git a/test/fixtures/v5/roundabout/exit_default.json b/test/fixtures/v5/roundabout/exit_default.json index bded97822..9e6410012 100644 --- a/test/fixtures/v5/roundabout/exit_default.json +++ b/test/fixtures/v5/roundabout/exit_default.json @@ -16,7 +16,7 @@ "nl": "Ga de rotonde op en neem afslag 1e", "pl": "Wjedź na rondo i wyjedź 1. zjazdem", "ru": "На круговой развязке сверните на первый съезд", - "sv": "Kör in i rondellen och ta avfart 1:a", + "sv": "I rondellen ta 1:a avfarten", "vi": "Đi vào vòng xuyến và ra tại đường đầu tiên", "zh-Hans": "进入环岛后从第一出口驶出" } diff --git a/test/fixtures/v5/roundabout/exit_destination.json b/test/fixtures/v5/roundabout/exit_destination.json index f31eb5e66..8813a65a6 100644 --- a/test/fixtures/v5/roundabout/exit_destination.json +++ b/test/fixtures/v5/roundabout/exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga de rotonde op en neem afslag 1e richting Destination 1", "pl": "Wjedź na rondo i wyjedź 1. zjazdem w kierunku Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", - "sv": "Kör in i rondellen och ta avfart 1:a mot Destination 1", + "sv": "I rondellen ta 1:a avfarten mot Destination 1", "vi": "Đi vào vòng xuyến và ra tại đường đầu tiên đến Destination 1", "zh-Hans": "进入环岛后从第一出口驶出前往Destination 1" } diff --git a/test/fixtures/v5/roundabout/exit_exit.json b/test/fixtures/v5/roundabout/exit_exit.json index adb00bb0c..626f2e841 100644 --- a/test/fixtures/v5/roundabout/exit_exit.json +++ b/test/fixtures/v5/roundabout/exit_exit.json @@ -17,7 +17,7 @@ "nl": "Ga de rotonde op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", - "sv": "Kör in i rondellen och ta avfart 1:a mot Way Name", + "sv": "I rondellen ta 1:a avfarten in på Way Name", "vi": "Đi vào vòng xuyến và ra tại đường đầu tiên tức Way Name", "zh-Hans": "进入环岛后从第一出口驶出前往Way Name" } diff --git a/test/fixtures/v5/roundabout/exit_exit_destination.json b/test/fixtures/v5/roundabout/exit_exit_destination.json index 321185760..3007a2152 100644 --- a/test/fixtures/v5/roundabout/exit_exit_destination.json +++ b/test/fixtures/v5/roundabout/exit_exit_destination.json @@ -18,7 +18,7 @@ "nl": "Ga de rotonde op en neem afslag 1e richting Destination 1", "pl": "Wjedź na rondo i wyjedź 1. zjazdem w kierunku Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", - "sv": "Kör in i rondellen och ta avfart 1:a mot Destination 1", + "sv": "I rondellen ta 1:a avfarten mot Destination 1", "vi": "Đi vào vòng xuyến và ra tại đường đầu tiên đến Destination 1", "zh-Hans": "进入环岛后从第一出口驶出前往Destination 1" } diff --git a/test/fixtures/v5/roundabout/exit_name.json b/test/fixtures/v5/roundabout/exit_name.json index 9fc8824eb..e89c0925f 100644 --- a/test/fixtures/v5/roundabout/exit_name.json +++ b/test/fixtures/v5/roundabout/exit_name.json @@ -16,7 +16,7 @@ "nl": "Ga de rotonde op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", - "sv": "Kör in i rondellen och ta avfart 1:a mot Way Name", + "sv": "I rondellen ta 1:a avfarten in på Way Name", "vi": "Đi vào vòng xuyến và ra tại đường đầu tiên tức Way Name", "zh-Hans": "进入环岛后从第一出口驶出前往Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/left_default.json b/test/fixtures/v5/roundabout_turn/left_default.json index 31a2383e1..cf217c38c 100644 --- a/test/fixtures/v5/roundabout_turn/left_default.json +++ b/test/fixtures/v5/roundabout_turn/left_default.json @@ -15,7 +15,7 @@ "nl": "Ga links op de rotonde", "pl": "Na rondzie skręć w lewo", "ru": "На круговой развязке сверните налево", - "sv": "Vid rondellen sväng vänster", + "sv": "I rondellen sväng vänster", "vi": "Quẹo trái tại vòng xuyến", "zh-Hans": "在环岛左转" } diff --git a/test/fixtures/v5/roundabout_turn/left_destination.json b/test/fixtures/v5/roundabout_turn/left_destination.json index 72149d10a..9094d0a52 100644 --- a/test/fixtures/v5/roundabout_turn/left_destination.json +++ b/test/fixtures/v5/roundabout_turn/left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie skręć w lewo w kierunku Destination 1", "ru": "На круговой развязке сверните налево в направлении Destination 1", - "sv": "Vid rondellen sväng vänster mot Destination 1", + "sv": "I rondellen sväng vänster mot Destination 1", "vi": "Quẹo trái tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛左转,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/left_exit.json b/test/fixtures/v5/roundabout_turn/left_exit.json index 153920fe7..e029b5609 100644 --- a/test/fixtures/v5/roundabout_turn/left_exit.json +++ b/test/fixtures/v5/roundabout_turn/left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie skręć lewo na Way Name", "ru": "На круговой развязке сверните налево на Way Name", - "sv": "Vid rondellen sväng vänster in på Way Name", + "sv": "I rondellen sväng vänster in på Way Name", "vi": "Quẹo trái tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛左转,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/left_exit_destination.json b/test/fixtures/v5/roundabout_turn/left_exit_destination.json index f2b8a555c..4e745ac2d 100644 --- a/test/fixtures/v5/roundabout_turn/left_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie skręć w lewo w kierunku Destination 1", "ru": "На круговой развязке сверните налево в направлении Destination 1", - "sv": "Vid rondellen sväng vänster mot Destination 1", + "sv": "I rondellen sväng vänster mot Destination 1", "vi": "Quẹo trái tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛左转,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/left_name.json b/test/fixtures/v5/roundabout_turn/left_name.json index 37afc22f7..017113d53 100644 --- a/test/fixtures/v5/roundabout_turn/left_name.json +++ b/test/fixtures/v5/roundabout_turn/left_name.json @@ -15,7 +15,7 @@ "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie skręć lewo na Way Name", "ru": "На круговой развязке сверните налево на Way Name", - "sv": "Vid rondellen sväng vänster in på Way Name", + "sv": "I rondellen sväng vänster in på Way Name", "vi": "Quẹo trái tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛左转,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/right_default.json b/test/fixtures/v5/roundabout_turn/right_default.json index 3f654b2f4..47294b137 100644 --- a/test/fixtures/v5/roundabout_turn/right_default.json +++ b/test/fixtures/v5/roundabout_turn/right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechts op de rotonde", "pl": "Na rondzie skręć w prawo", "ru": "На круговой развязке сверните направо", - "sv": "Vid rondellen sväng höger", + "sv": "I rondellen sväng höger", "vi": "Quẹo phải tại vòng xuyến", "zh-Hans": "在环岛右转" } diff --git a/test/fixtures/v5/roundabout_turn/right_destination.json b/test/fixtures/v5/roundabout_turn/right_destination.json index cdf5426bf..38ff8fd5e 100644 --- a/test/fixtures/v5/roundabout_turn/right_destination.json +++ b/test/fixtures/v5/roundabout_turn/right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie skręć w prawo w kierunku Destination 1", "ru": "На круговой развязке сверните направо в направлении Destination 1", - "sv": "Vid rondellen sväng höger mot Destination 1", + "sv": "I rondellen sväng höger mot Destination 1", "vi": "Quẹo phải tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛右转,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/right_exit.json b/test/fixtures/v5/roundabout_turn/right_exit.json index 3c964595a..2cb4a4355 100644 --- a/test/fixtures/v5/roundabout_turn/right_exit.json +++ b/test/fixtures/v5/roundabout_turn/right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie skręć w prawo na Way Name", "ru": "На круговой развязке сверните направо на Way Name", - "sv": "Vid rondellen sväng höger in på Way Name", + "sv": "I rondellen sväng höger in på Way Name", "vi": "Quẹo phải ti vòng xuyến để vào Way Name", "zh-Hans": "在环岛右转,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/right_exit_destination.json b/test/fixtures/v5/roundabout_turn/right_exit_destination.json index dc3b61b0c..a7d7b1627 100644 --- a/test/fixtures/v5/roundabout_turn/right_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie skręć w prawo w kierunku Destination 1", "ru": "На круговой развязке сверните направо в направлении Destination 1", - "sv": "Vid rondellen sväng höger mot Destination 1", + "sv": "I rondellen sväng höger mot Destination 1", "vi": "Quẹo phải tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛右转,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/right_name.json b/test/fixtures/v5/roundabout_turn/right_name.json index 79f02e813..ddab05c69 100644 --- a/test/fixtures/v5/roundabout_turn/right_name.json +++ b/test/fixtures/v5/roundabout_turn/right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie skręć w prawo na Way Name", "ru": "На круговой развязке сверните направо на Way Name", - "sv": "Vid rondellen sväng höger in på Way Name", + "sv": "I rondellen sväng höger in på Way Name", "vi": "Quẹo phải ti vòng xuyến để vào Way Name", "zh-Hans": "在环岛右转,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_left_default.json b/test/fixtures/v5/roundabout_turn/sharp_left_default.json index 6ad58f5ab..ab704297e 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_default.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf op de rotonde", "pl": "Na rondzie weź ostro w lewo", "ru": "На круговой развязке двигайтесь налево", - "sv": "Vid rondellen sväng skarp vänster", + "sv": "I rondellen sväng vänster", "vi": "Đi bên trái gắt tại vòng xuyến", "zh-Hans": "在环岛向左行驶" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_left_destination.json b/test/fixtures/v5/roundabout_turn/sharp_left_destination.json index 56ab055b2..510840e41 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w lewo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь налево в направлении Destination 1", - "sv": "Vid rondellen sväng skarp vänster mot Destination 1", + "sv": "I rondellen sväng vänster mot Destination 1", "vi": "Đi bên trái gắt tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_left_exit.json b/test/fixtures/v5/roundabout_turn/sharp_left_exit.json index 668a683d0..f11b6f5d1 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_exit.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w lewo na Way Name", "ru": "На круговой развязке двигайтесь налево на Way Name", - "sv": "Vid rondellen sväng skarp vänster in på Way Name", + "sv": "I rondellen sväng vänster in på Way Name", "vi": "Đi bên trái gắt tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向左行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_left_exit_destination.json b/test/fixtures/v5/roundabout_turn/sharp_left_exit_destination.json index 134e60229..2ced1eb1e 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga linksaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w lewo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь налево в направлении Destination 1", - "sv": "Vid rondellen sväng skarp vänster mot Destination 1", + "sv": "I rondellen sväng vänster mot Destination 1", "vi": "Đi bên trái gắt tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_left_name.json b/test/fixtures/v5/roundabout_turn/sharp_left_name.json index b7db16811..3e58454ee 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_name.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w lewo na Way Name", "ru": "На круговой развязке двигайтесь налево на Way Name", - "sv": "Vid rondellen sväng skarp vänster in på Way Name", + "sv": "I rondellen sväng vänster in på Way Name", "vi": "Đi bên trái gắt tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向左行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_right_default.json b/test/fixtures/v5/roundabout_turn/sharp_right_default.json index 8a5ca2842..475e68e31 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_default.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf op de rotonde", "pl": "Na rondzie weź ostro w prawo", "ru": "На круговой развязке двигайтесь направо", - "sv": "Vid rondellen sväng skarp höger", + "sv": "I rondellen sväng höger", "vi": "Đi bên phải gắt tại vòng xuyến", "zh-Hans": "在环岛向右行驶" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_right_destination.json b/test/fixtures/v5/roundabout_turn/sharp_right_destination.json index 6cdc5173f..1794499f7 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w prawo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь направо в направлении Destination 1", - "sv": "Vid rondellen sväng skarp höger mot Destination 1", + "sv": "I rondellen sväng höger mot Destination 1", "vi": "Đi bên phải gắt tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_right_exit.json b/test/fixtures/v5/roundabout_turn/sharp_right_exit.json index 602d82ea6..728017cbd 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_exit.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w prawo na Way Name", "ru": "На круговой развязке двигайтесь направо на Way Name", - "sv": "Vid rondellen sväng skarp höger in på Way Name", + "sv": "I rondellen sväng höger in på Way Name", "vi": "Đi bên phải gắt tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向右行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_right_exit_destination.json b/test/fixtures/v5/roundabout_turn/sharp_right_exit_destination.json index c09811993..1a2d68800 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechtsaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w prawo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь направо в направлении Destination 1", - "sv": "Vid rondellen sväng skarp höger mot Destination 1", + "sv": "I rondellen sväng höger mot Destination 1", "vi": "Đi bên phải gắt tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/sharp_right_name.json b/test/fixtures/v5/roundabout_turn/sharp_right_name.json index 8b310bd43..abfd5963d 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_name.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w prawo na Way Name", "ru": "На круговой развязке двигайтесь направо на Way Name", - "sv": "Vid rondellen sväng skarp höger in på Way Name", + "sv": "I rondellen sväng höger in på Way Name", "vi": "Đi bên phải gắt tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向右行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/slight_left_default.json b/test/fixtures/v5/roundabout_turn/slight_left_default.json index 5a8ad6778..9f19da8b9 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_default.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga links op de rotonde", "pl": "Na rondzie weź łagodnie w lewo", "ru": "На круговой развязке двигайтесь левее", - "sv": "Vid rondellen sväng lätt vänster", + "sv": "I rondellen sväng vänster", "vi": "Đi bên trái nghiêng tại vòng xuyến", "zh-Hans": "在环岛向左行驶" } diff --git a/test/fixtures/v5/roundabout_turn/slight_left_destination.json b/test/fixtures/v5/roundabout_turn/slight_left_destination.json index a4338b96d..b772b419f 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w lewo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь левее в направлении Destination 1", - "sv": "Vid rondellen sväng lätt vänster mot Destination 1", + "sv": "I rondellen sväng vänster mot Destination 1", "vi": "Đi bên trái nghiêng tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/slight_left_exit.json b/test/fixtures/v5/roundabout_turn/slight_left_exit.json index 819749756..ac587cace 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_exit.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w lewo na Way Name", "ru": "На круговой развязке двигайтесь левее на Way Name", - "sv": "Vid rondellen sväng lätt vänster in på Way Name", + "sv": "I rondellen sväng vänster in på Way Name", "vi": "Đi bên trái nghiêng tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向左行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/slight_left_exit_destination.json b/test/fixtures/v5/roundabout_turn/slight_left_exit_destination.json index 78ea84cb9..f8c6e89ed 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w lewo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь левее в направлении Destination 1", - "sv": "Vid rondellen sväng lätt vänster mot Destination 1", + "sv": "I rondellen sväng vänster mot Destination 1", "vi": "Đi bên trái nghiêng tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向左行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/slight_left_name.json b/test/fixtures/v5/roundabout_turn/slight_left_name.json index e6786bcc3..c30fc1a5a 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_name.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w lewo na Way Name", "ru": "На круговой развязке двигайтесь левее на Way Name", - "sv": "Vid rondellen sväng lätt vänster in på Way Name", + "sv": "I rondellen sväng vänster in på Way Name", "vi": "Đi bên trái nghiêng tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向左行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/slight_right_default.json b/test/fixtures/v5/roundabout_turn/slight_right_default.json index 5e1a9bb6a..470871469 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_default.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechts op de rotonde", "pl": "Na rondzie weź łagodnie w prawo", "ru": "На круговой развязке двигайтесь правее", - "sv": "Vid rondellen sväng lätt höger", + "sv": "I rondellen sväng höger", "vi": "Đi bên phải nghiêng tại vòng xuyến", "zh-Hans": "在环岛向右行驶" } diff --git a/test/fixtures/v5/roundabout_turn/slight_right_destination.json b/test/fixtures/v5/roundabout_turn/slight_right_destination.json index dcfa812a9..2d8e5595c 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w prawo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь правее в направлении Destination 1", - "sv": "Vid rondellen sväng lätt höger mot Destination 1", + "sv": "I rondellen sväng höger mot Destination 1", "vi": "Đi bên phải nghiêng tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/slight_right_exit.json b/test/fixtures/v5/roundabout_turn/slight_right_exit.json index d9db44fbe..42cfbdce2 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_exit.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w prawo na Way Name", "ru": "На круговой развязке двигайтесь правее на Way Name", - "sv": "Vid rondellen sväng lätt höger in på Way Name", + "sv": "I rondellen sväng höger in på Way Name", "vi": "Đi bên phải nghiêng tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向右行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/slight_right_exit_destination.json b/test/fixtures/v5/roundabout_turn/slight_right_exit_destination.json index 47664d97b..e81d2b8d3 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w prawo w kierunku Destination 1", "ru": "На круговой развязке двигайтесь правее в направлении Destination 1", - "sv": "Vid rondellen sväng lätt höger mot Destination 1", + "sv": "I rondellen sväng höger mot Destination 1", "vi": "Đi bên phải nghiêng tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛向右行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/slight_right_name.json b/test/fixtures/v5/roundabout_turn/slight_right_name.json index 7df36d960..40e1f321b 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_name.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w prawo na Way Name", "ru": "На круговой развязке двигайтесь правее на Way Name", - "sv": "Vid rondellen sväng lätt höger in på Way Name", + "sv": "I rondellen sväng höger in på Way Name", "vi": "Đi bên phải nghiêng tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛向右行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/straight_default.json b/test/fixtures/v5/roundabout_turn/straight_default.json index 638eb811e..3df4a1ff4 100644 --- a/test/fixtures/v5/roundabout_turn/straight_default.json +++ b/test/fixtures/v5/roundabout_turn/straight_default.json @@ -15,7 +15,7 @@ "nl": "Rechtdoor op de rotonde", "pl": "Na rondzie kontynuuj prosto", "ru": "На круговой развязке двигайтесь прямо", - "sv": "Vid rondellen fortsätt rakt fram", + "sv": "I rondellen fortsätt rakt fram", "vi": "Chạy thẳng tại vòng xuyến", "zh-Hans": "在环岛继续直行" } diff --git a/test/fixtures/v5/roundabout_turn/straight_destination.json b/test/fixtures/v5/roundabout_turn/straight_destination.json index 7494564ef..3b44456a3 100644 --- a/test/fixtures/v5/roundabout_turn/straight_destination.json +++ b/test/fixtures/v5/roundabout_turn/straight_destination.json @@ -16,7 +16,7 @@ "nl": "Rechtdoor op de rotonde richting Destination 1", "pl": "Na rondzie kontynuuj prosto w kierunku Destination 1", "ru": "На круговой развязке двигайтесь в направлении Destination 1", - "sv": "Vid rondellen fortsätt rakt fram mot Destination 1", + "sv": "I rondellen fortsätt rakt fram mot Destination 1", "vi": "Chạy thẳng tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛继续直行,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/straight_exit.json b/test/fixtures/v5/roundabout_turn/straight_exit.json index 632e97dc3..6db4ccae9 100644 --- a/test/fixtures/v5/roundabout_turn/straight_exit.json +++ b/test/fixtures/v5/roundabout_turn/straight_exit.json @@ -16,7 +16,7 @@ "nl": "Rechtdoor op de rotonde naar Way Name", "pl": "Na rondzie kontynuuj prosto na Way Name", "ru": "На круговой развязке двигайтесь по Way Name", - "sv": "Vid rondellen fortsätt rakt fram in på Way Name", + "sv": "I rondellen fortsätt rakt fram in på Way Name", "vi": "Chạy thẳng tại vòng xuyến để chạy tiếp trên Way Name", "zh-Hans": "在环岛继续直行,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/straight_exit_destination.json b/test/fixtures/v5/roundabout_turn/straight_exit_destination.json index ca74711ff..3caa055ee 100644 --- a/test/fixtures/v5/roundabout_turn/straight_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/straight_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Rechtdoor op de rotonde richting Destination 1", "pl": "Na rondzie kontynuuj prosto w kierunku Destination 1", "ru": "На круговой развязке двигайтесь в направлении Destination 1", - "sv": "Vid rondellen fortsätt rakt fram mot Destination 1", + "sv": "I rondellen fortsätt rakt fram mot Destination 1", "vi": "Chạy thẳng tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛继续直行,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/straight_name.json b/test/fixtures/v5/roundabout_turn/straight_name.json index 88043785f..12bc95170 100644 --- a/test/fixtures/v5/roundabout_turn/straight_name.json +++ b/test/fixtures/v5/roundabout_turn/straight_name.json @@ -15,7 +15,7 @@ "nl": "Rechtdoor op de rotonde naar Way Name", "pl": "Na rondzie kontynuuj prosto na Way Name", "ru": "На круговой развязке двигайтесь по Way Name", - "sv": "Vid rondellen fortsätt rakt fram in på Way Name", + "sv": "I rondellen fortsätt rakt fram in på Way Name", "vi": "Chạy thẳng tại vòng xuyến để chạy tiếp trên Way Name", "zh-Hans": "在环岛继续直行,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/uturn_default.json b/test/fixtures/v5/roundabout_turn/uturn_default.json index 1ae1acde5..42db764b2 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_default.json +++ b/test/fixtures/v5/roundabout_turn/uturn_default.json @@ -15,7 +15,7 @@ "nl": "Ga omkeren op de rotonde", "pl": "Na rondzie weź zawróć", "ru": "На круговой развязке двигайтесь на разворот", - "sv": "Vid rondellen sväng U-sväng", + "sv": "I rondellen sväng U-sväng", "vi": "Đi bên ngược tại vòng xuyến", "zh-Hans": "在环岛调头行驶" } diff --git a/test/fixtures/v5/roundabout_turn/uturn_destination.json b/test/fixtures/v5/roundabout_turn/uturn_destination.json index cb6c59bb2..569b8e2d5 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_destination.json +++ b/test/fixtures/v5/roundabout_turn/uturn_destination.json @@ -16,7 +16,7 @@ "nl": "Ga omkeren op de rotonde richting Destination 1", "pl": "Na rondzie weź zawróć w kierunku Destination 1", "ru": "На круговой развязке двигайтесь на разворот в направлении Destination 1", - "sv": "Vid rondellen sväng U-sväng mot Destination 1", + "sv": "I rondellen sväng U-sväng mot Destination 1", "vi": "Đi bên ngược tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛调头行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/uturn_exit.json b/test/fixtures/v5/roundabout_turn/uturn_exit.json index c0e703c23..741840678 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_exit.json +++ b/test/fixtures/v5/roundabout_turn/uturn_exit.json @@ -16,7 +16,7 @@ "nl": "Ga omkeren op de rotonde naar Way Name", "pl": "Na rondzie weź zawróć na Way Name", "ru": "На круговой развязке двигайтесь на разворот на Way Name", - "sv": "Vid rondellen sväng U-sväng in på Way Name", + "sv": "I rondellen sväng U-sväng in på Way Name", "vi": "Đi bên ngược tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛调头行驶,上Way Name" } diff --git a/test/fixtures/v5/roundabout_turn/uturn_exit_destination.json b/test/fixtures/v5/roundabout_turn/uturn_exit_destination.json index 22877e390..d7b5be3b6 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/uturn_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga omkeren op de rotonde richting Destination 1", "pl": "Na rondzie weź zawróć w kierunku Destination 1", "ru": "На круговой развязке двигайтесь на разворот в направлении Destination 1", - "sv": "Vid rondellen sväng U-sväng mot Destination 1", + "sv": "I rondellen sväng U-sväng mot Destination 1", "vi": "Đi bên ngược tại vòng xuyến để đi Destination 1", "zh-Hans": "在环岛调头行驶,前往Destination 1" } diff --git a/test/fixtures/v5/roundabout_turn/uturn_name.json b/test/fixtures/v5/roundabout_turn/uturn_name.json index fc0a0db9e..020fa530e 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_name.json +++ b/test/fixtures/v5/roundabout_turn/uturn_name.json @@ -15,7 +15,7 @@ "nl": "Ga omkeren op de rotonde naar Way Name", "pl": "Na rondzie weź zawróć na Way Name", "ru": "На круговой развязке двигайтесь на разворот на Way Name", - "sv": "Vid rondellen sväng U-sväng in på Way Name", + "sv": "I rondellen sväng U-sväng in på Way Name", "vi": "Đi bên ngược tại vòng xuyến để vào Way Name", "zh-Hans": "在环岛调头行驶,上Way Name" } diff --git a/test/fixtures/v5/turn/sharp_left_default.json b/test/fixtures/v5/turn/sharp_left_default.json index 332e22095..ddd9b31a9 100644 --- a/test/fixtures/v5/turn/sharp_left_default.json +++ b/test/fixtures/v5/turn/sharp_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf", "pl": "Ostro w lewo", "ru": "Двигайтесь налево", - "sv": "Sväng åt skarp vänster", + "sv": "Sväng vänster", "vi": "Quẹo trái gắt", "zh-Hans": "向左转弯" } diff --git a/test/fixtures/v5/turn/sharp_left_destination.json b/test/fixtures/v5/turn/sharp_left_destination.json index 894806d35..21f602f26 100644 --- a/test/fixtures/v5/turn/sharp_left_destination.json +++ b/test/fixtures/v5/turn/sharp_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", - "sv": "Sväng åt skarp vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái gắt đến Destination 1", "zh-Hans": "向左转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/sharp_left_exit.json b/test/fixtures/v5/turn/sharp_left_exit.json index 1fd398422..760c78167 100644 --- a/test/fixtures/v5/turn/sharp_left_exit.json +++ b/test/fixtures/v5/turn/sharp_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", "ru": "Двигайтесь налево на Way Name", - "sv": "Sväng åt skarp vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái gắt vào Way Name", "zh-Hans": "向左转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/sharp_left_exit_destination.json b/test/fixtures/v5/turn/sharp_left_exit_destination.json index 8ad1c1355..5548fa674 100644 --- a/test/fixtures/v5/turn/sharp_left_exit_destination.json +++ b/test/fixtures/v5/turn/sharp_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", - "sv": "Sväng åt skarp vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái gắt đến Destination 1", "zh-Hans": "向左转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/sharp_left_name.json b/test/fixtures/v5/turn/sharp_left_name.json index cbceb62c3..4075e0483 100644 --- a/test/fixtures/v5/turn/sharp_left_name.json +++ b/test/fixtures/v5/turn/sharp_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", "ru": "Двигайтесь налево на Way Name", - "sv": "Sväng åt skarp vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái gắt vào Way Name", "zh-Hans": "向左转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/sharp_right_default.json b/test/fixtures/v5/turn/sharp_right_default.json index f948b998b..75e9fa3f1 100644 --- a/test/fixtures/v5/turn/sharp_right_default.json +++ b/test/fixtures/v5/turn/sharp_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf", "pl": "Ostro w prawo", "ru": "Двигайтесь направо", - "sv": "Sväng åt skarp höger", + "sv": "Sväng höger", "vi": "Quẹo phải gắt", "zh-Hans": "向右转弯" } diff --git a/test/fixtures/v5/turn/sharp_right_destination.json b/test/fixtures/v5/turn/sharp_right_destination.json index 40120b101..6efcee9d8 100644 --- a/test/fixtures/v5/turn/sharp_right_destination.json +++ b/test/fixtures/v5/turn/sharp_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", - "sv": "Sväng åt skarp höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải gắt đến Destination 1", "zh-Hans": "向右转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/sharp_right_exit.json b/test/fixtures/v5/turn/sharp_right_exit.json index 2e4749423..922181091 100644 --- a/test/fixtures/v5/turn/sharp_right_exit.json +++ b/test/fixtures/v5/turn/sharp_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", "ru": "Двигайтесь направо на Way Name", - "sv": "Sväng åt skarp höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải gắt vào Way Name", "zh-Hans": "向右转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/sharp_right_exit_destination.json b/test/fixtures/v5/turn/sharp_right_exit_destination.json index ce1fd9865..1404ed6bb 100644 --- a/test/fixtures/v5/turn/sharp_right_exit_destination.json +++ b/test/fixtures/v5/turn/sharp_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", - "sv": "Sväng åt skarp höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải gắt đến Destination 1", "zh-Hans": "向右转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/sharp_right_name.json b/test/fixtures/v5/turn/sharp_right_name.json index 2adc33014..d2e0f17d0 100644 --- a/test/fixtures/v5/turn/sharp_right_name.json +++ b/test/fixtures/v5/turn/sharp_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", "ru": "Двигайтесь направо на Way Name", - "sv": "Sväng åt skarp höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải gắt vào Way Name", "zh-Hans": "向右转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/slight_left_default.json b/test/fixtures/v5/turn/slight_left_default.json index 878544bfd..5b2c9a545 100644 --- a/test/fixtures/v5/turn/slight_left_default.json +++ b/test/fixtures/v5/turn/slight_left_default.json @@ -15,7 +15,7 @@ "nl": "Ga links", "pl": "Łagodnie w lewo", "ru": "Двигайтесь левее", - "sv": "Sväng åt lätt vänster", + "sv": "Sväng vänster", "vi": "Quẹo trái nghiêng", "zh-Hans": "向左转弯" } diff --git a/test/fixtures/v5/turn/slight_left_destination.json b/test/fixtures/v5/turn/slight_left_destination.json index 9ea38f348..fc8e3becd 100644 --- a/test/fixtures/v5/turn/slight_left_destination.json +++ b/test/fixtures/v5/turn/slight_left_destination.json @@ -16,7 +16,7 @@ "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", - "sv": "Sväng åt lätt vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái nghiêng đến Destination 1", "zh-Hans": "向左转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/slight_left_exit.json b/test/fixtures/v5/turn/slight_left_exit.json index a35793257..65b3c3c06 100644 --- a/test/fixtures/v5/turn/slight_left_exit.json +++ b/test/fixtures/v5/turn/slight_left_exit.json @@ -16,7 +16,7 @@ "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", "ru": "Двигайтесь левее на Way Name", - "sv": "Sväng åt lätt vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái nghiêng vào Way Name", "zh-Hans": "向左转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/slight_left_exit_destination.json b/test/fixtures/v5/turn/slight_left_exit_destination.json index 227339c95..e3013621c 100644 --- a/test/fixtures/v5/turn/slight_left_exit_destination.json +++ b/test/fixtures/v5/turn/slight_left_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", - "sv": "Sväng åt lätt vänster mot Destination 1", + "sv": "Sväng vänster mot Destination 1", "vi": "Quẹo trái nghiêng đến Destination 1", "zh-Hans": "向左转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/slight_left_name.json b/test/fixtures/v5/turn/slight_left_name.json index 7101702f4..fdc0cfc68 100644 --- a/test/fixtures/v5/turn/slight_left_name.json +++ b/test/fixtures/v5/turn/slight_left_name.json @@ -15,7 +15,7 @@ "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", "ru": "Двигайтесь левее на Way Name", - "sv": "Sväng åt lätt vänster in på Way Name", + "sv": "Sväng vänster in på Way Name", "vi": "Quẹo trái nghiêng vào Way Name", "zh-Hans": "向左转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/slight_right_default.json b/test/fixtures/v5/turn/slight_right_default.json index f51936e5d..a5e8e02cf 100644 --- a/test/fixtures/v5/turn/slight_right_default.json +++ b/test/fixtures/v5/turn/slight_right_default.json @@ -15,7 +15,7 @@ "nl": "Ga rechts", "pl": "Łagodnie w prawo", "ru": "Двигайтесь правее", - "sv": "Sväng åt lätt höger", + "sv": "Sväng höger", "vi": "Quẹo phải nghiêng", "zh-Hans": "向右转弯" } diff --git a/test/fixtures/v5/turn/slight_right_destination.json b/test/fixtures/v5/turn/slight_right_destination.json index 5a146a792..d0c1563fd 100644 --- a/test/fixtures/v5/turn/slight_right_destination.json +++ b/test/fixtures/v5/turn/slight_right_destination.json @@ -16,7 +16,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", - "sv": "Sväng åt lätt höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải nghiêng đến Destination 1", "zh-Hans": "向右转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/slight_right_exit.json b/test/fixtures/v5/turn/slight_right_exit.json index 15edf9f47..2092b5cbc 100644 --- a/test/fixtures/v5/turn/slight_right_exit.json +++ b/test/fixtures/v5/turn/slight_right_exit.json @@ -16,7 +16,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", "ru": "Двигайтесь правее на Way Name", - "sv": "Sväng åt lätt höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải nghiêng vào Way Name", "zh-Hans": "向右转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/slight_right_exit_destination.json b/test/fixtures/v5/turn/slight_right_exit_destination.json index 904b20608..9de3b5cd3 100644 --- a/test/fixtures/v5/turn/slight_right_exit_destination.json +++ b/test/fixtures/v5/turn/slight_right_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", - "sv": "Sväng åt lätt höger mot Destination 1", + "sv": "Sväng höger mot Destination 1", "vi": "Quẹo phải nghiêng đến Destination 1", "zh-Hans": "向右转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/slight_right_name.json b/test/fixtures/v5/turn/slight_right_name.json index f2c3dd509..9cbd8f32b 100644 --- a/test/fixtures/v5/turn/slight_right_name.json +++ b/test/fixtures/v5/turn/slight_right_name.json @@ -15,7 +15,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", "ru": "Двигайтесь правее на Way Name", - "sv": "Sväng åt lätt höger in på Way Name", + "sv": "Sväng höger in på Way Name", "vi": "Quẹo phải nghiêng vào Way Name", "zh-Hans": "向右转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/uturn_default.json b/test/fixtures/v5/turn/uturn_default.json index 20c6e5f51..c001a3ff2 100644 --- a/test/fixtures/v5/turn/uturn_default.json +++ b/test/fixtures/v5/turn/uturn_default.json @@ -15,7 +15,7 @@ "nl": "Ga omkeren", "pl": "Zawróć", "ru": "Двигайтесь на разворот", - "sv": "Sväng åt U-sväng", + "sv": "Sväng U-sväng", "vi": "Quẹo ngược", "zh-Hans": "调头转弯" } diff --git a/test/fixtures/v5/turn/uturn_destination.json b/test/fixtures/v5/turn/uturn_destination.json index c1c25e2c0..9d0cfd2f9 100644 --- a/test/fixtures/v5/turn/uturn_destination.json +++ b/test/fixtures/v5/turn/uturn_destination.json @@ -16,7 +16,7 @@ "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "ru": "Двигайтесь на разворот в направлении Destination 1", - "sv": "Sväng åt U-sväng mot Destination 1", + "sv": "Sväng U-sväng mot Destination 1", "vi": "Quẹo ngược đến Destination 1", "zh-Hans": "调头转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/uturn_exit.json b/test/fixtures/v5/turn/uturn_exit.json index 3b6c0b675..a7886caad 100644 --- a/test/fixtures/v5/turn/uturn_exit.json +++ b/test/fixtures/v5/turn/uturn_exit.json @@ -16,7 +16,7 @@ "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", "ru": "Двигайтесь на разворот на Way Name", - "sv": "Sväng åt U-sväng in på Way Name", + "sv": "Sväng U-sväng in på Way Name", "vi": "Quẹo ngược vào Way Name", "zh-Hans": "调头转弯,上Way Name" } diff --git a/test/fixtures/v5/turn/uturn_exit_destination.json b/test/fixtures/v5/turn/uturn_exit_destination.json index 36b132563..428f246d1 100644 --- a/test/fixtures/v5/turn/uturn_exit_destination.json +++ b/test/fixtures/v5/turn/uturn_exit_destination.json @@ -17,7 +17,7 @@ "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "ru": "Двигайтесь на разворот в направлении Destination 1", - "sv": "Sväng åt U-sväng mot Destination 1", + "sv": "Sväng U-sväng mot Destination 1", "vi": "Quẹo ngược đến Destination 1", "zh-Hans": "调头转弯,前往Destination 1" } diff --git a/test/fixtures/v5/turn/uturn_name.json b/test/fixtures/v5/turn/uturn_name.json index 715757b49..a49a6dfd9 100644 --- a/test/fixtures/v5/turn/uturn_name.json +++ b/test/fixtures/v5/turn/uturn_name.json @@ -15,7 +15,7 @@ "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", "ru": "Двигайтесь на разворот на Way Name", - "sv": "Sväng åt U-sväng in på Way Name", + "sv": "Sväng U-sväng in på Way Name", "vi": "Quẹo ngược vào Way Name", "zh-Hans": "调头转弯,上Way Name" }