From dfd285812e67ece9f7ef533884b6146467d14654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 22 Mar 2018 14:10:20 -0700 Subject: [PATCH] Added European Portuguese localization --- CHANGELOG.md | 1 + languages.js | 2 + languages/translations/pt-BR.json | 64 +-- languages/translations/pt-PT.json | 485 ++++++++++++++++++ test/fixtures/v5/arrive/left.json | 1 + test/fixtures/v5/arrive/no_modifier.json | 1 + test/fixtures/v5/arrive/right.json | 1 + test/fixtures/v5/arrive/sharp_left.json | 1 + test/fixtures/v5/arrive/sharp_right.json | 1 + test/fixtures/v5/arrive/slight_left.json | 1 + test/fixtures/v5/arrive/slight_right.json | 1 + test/fixtures/v5/arrive/straight.json | 1 + test/fixtures/v5/arrive/uturn.json | 1 + test/fixtures/v5/arrive_short/left.json | 1 + .../fixtures/v5/arrive_short/no_modifier.json | 1 + test/fixtures/v5/arrive_short/right.json | 1 + test/fixtures/v5/arrive_short/sharp left.json | 1 + .../fixtures/v5/arrive_short/sharp right.json | 1 + .../fixtures/v5/arrive_short/slight left.json | 1 + .../v5/arrive_short/slight right.json | 1 + test/fixtures/v5/arrive_short/straight.json | 1 + .../v5/arrive_short_upcoming/left.json | 1 + .../v5/arrive_short_upcoming/no_modifier.json | 1 + .../v5/arrive_short_upcoming/right.json | 1 + .../v5/arrive_short_upcoming/sharp left.json | 1 + .../v5/arrive_short_upcoming/sharp right.json | 1 + .../v5/arrive_short_upcoming/slight left.json | 1 + .../arrive_short_upcoming/slight right.json | 1 + .../v5/arrive_short_upcoming/straight.json | 1 + test/fixtures/v5/arrive_upcoming/left.json | 1 + .../v5/arrive_upcoming/no_modifier.json | 1 + test/fixtures/v5/arrive_upcoming/right.json | 1 + .../v5/arrive_upcoming/sharp left.json | 1 + .../v5/arrive_upcoming/sharp right.json | 1 + .../v5/arrive_upcoming/slight left.json | 1 + .../v5/arrive_upcoming/slight right.json | 1 + .../fixtures/v5/arrive_upcoming/straight.json | 1 + test/fixtures/v5/arrive_waypoint/left.json | 1 + .../v5/arrive_waypoint/no_modifier.json | 1 + test/fixtures/v5/arrive_waypoint/right.json | 1 + .../v5/arrive_waypoint/sharp_left.json | 1 + .../v5/arrive_waypoint/sharp_right.json | 1 + .../v5/arrive_waypoint/slight_left.json | 1 + .../v5/arrive_waypoint/slight_right.json | 1 + .../fixtures/v5/arrive_waypoint/straight.json | 1 + test/fixtures/v5/arrive_waypoint/uturn.json | 1 + .../v5/arrive_waypoint_last/left.json | 1 + .../v5/arrive_waypoint_last/no_modifier.json | 1 + .../v5/arrive_waypoint_last/right.json | 1 + .../v5/arrive_waypoint_last/sharp_left.json | 1 + .../v5/arrive_waypoint_last/sharp_right.json | 1 + .../v5/arrive_waypoint_last/slight_left.json | 1 + .../v5/arrive_waypoint_last/slight_right.json | 1 + .../v5/arrive_waypoint_last/straight.json | 1 + .../v5/arrive_waypoint_last/uturn.json | 1 + test/fixtures/v5/continue/left_default.json | 1 + .../v5/continue/left_destination.json | 1 + test/fixtures/v5/continue/left_exit.json | 1 + .../v5/continue/left_exit_destination.json | 1 + test/fixtures/v5/continue/left_name.json | 1 + test/fixtures/v5/continue/right_default.json | 1 + .../v5/continue/right_destination.json | 1 + test/fixtures/v5/continue/right_exit.json | 1 + .../v5/continue/right_exit_destination.json | 1 + test/fixtures/v5/continue/right_name.json | 1 + .../v5/continue/sharp_left_default.json | 1 + .../v5/continue/sharp_left_destination.json | 1 + .../fixtures/v5/continue/sharp_left_exit.json | 1 + .../continue/sharp_left_exit_destination.json | 1 + .../fixtures/v5/continue/sharp_left_name.json | 1 + .../v5/continue/sharp_right_default.json | 1 + .../v5/continue/sharp_right_destination.json | 1 + .../v5/continue/sharp_right_exit.json | 1 + .../sharp_right_exit_destination.json | 1 + .../v5/continue/sharp_right_name.json | 1 + .../v5/continue/slight_left_default.json | 1 + .../v5/continue/slight_left_destination.json | 1 + .../v5/continue/slight_left_exit.json | 1 + .../slight_left_exit_destination.json | 1 + .../v5/continue/slight_left_name.json | 1 + .../v5/continue/slight_right_default.json | 1 + .../v5/continue/slight_right_destination.json | 1 + .../v5/continue/slight_right_exit.json | 1 + .../slight_right_exit_destination.json | 1 + .../v5/continue/slight_right_name.json | 1 + .../v5/continue/straight_default.json | 1 + .../v5/continue/straight_destination.json | 1 + test/fixtures/v5/continue/straight_exit.json | 1 + .../continue/straight_exit_destination.json | 1 + test/fixtures/v5/continue/straight_name.json | 1 + test/fixtures/v5/continue/uturn_default.json | 1 + .../v5/continue/uturn_destination.json | 1 + test/fixtures/v5/continue/uturn_exit.json | 1 + .../v5/continue/uturn_exit_destination.json | 1 + test/fixtures/v5/continue/uturn_name.json | 1 + test/fixtures/v5/depart/east_110.json | 1 + test/fixtures/v5/depart/east_70.json | 1 + test/fixtures/v5/depart/modifier_default.json | 1 + .../v5/depart/modifier_destination.json | 1 + test/fixtures/v5/depart/modifier_exit.json | 1 + .../v5/depart/modifier_exit_destination.json | 1 + test/fixtures/v5/depart/modifier_name.json | 1 + test/fixtures/v5/depart/north_20.json | 1 + test/fixtures/v5/depart/north_340.json | 1 + test/fixtures/v5/depart/northeast_21.json | 1 + test/fixtures/v5/depart/northeast_69.json | 1 + test/fixtures/v5/depart/northwest_291.json | 1 + test/fixtures/v5/depart/northwest_339.json | 1 + test/fixtures/v5/depart/south_160.json | 1 + test/fixtures/v5/depart/south_200.json | 1 + test/fixtures/v5/depart/southeast_111.json | 1 + test/fixtures/v5/depart/southeast_159.json | 1 + test/fixtures/v5/depart/southwest_201.json | 1 + test/fixtures/v5/depart/southwest_249.json | 1 + test/fixtures/v5/depart/west_250.json | 1 + test/fixtures/v5/depart/west_290.json | 1 + .../fixtures/v5/end_of_road/left_default.json | 1 + .../v5/end_of_road/left_destination.json | 1 + test/fixtures/v5/end_of_road/left_exit.json | 1 + .../v5/end_of_road/left_exit_destination.json | 1 + test/fixtures/v5/end_of_road/left_name.json | 1 + .../v5/end_of_road/right_default.json | 1 + .../v5/end_of_road/right_destination.json | 1 + test/fixtures/v5/end_of_road/right_exit.json | 1 + .../end_of_road/right_exit_destination.json | 1 + test/fixtures/v5/end_of_road/right_name.json | 1 + .../v5/end_of_road/sharp_left_default.json | 1 + .../end_of_road/sharp_left_destination.json | 1 + .../v5/end_of_road/sharp_left_exit.json | 1 + .../sharp_left_exit_destination.json | 1 + .../v5/end_of_road/sharp_left_name.json | 1 + .../v5/end_of_road/sharp_right_default.json | 1 + .../end_of_road/sharp_right_destination.json | 1 + .../v5/end_of_road/sharp_right_exit.json | 1 + .../sharp_right_exit_destination.json | 1 + .../v5/end_of_road/sharp_right_name.json | 1 + .../v5/end_of_road/slight_left_default.json | 1 + .../end_of_road/slight_left_destination.json | 1 + .../v5/end_of_road/slight_left_exit.json | 1 + .../slight_left_exit_destination.json | 1 + .../v5/end_of_road/slight_left_name.json | 1 + .../v5/end_of_road/slight_right_default.json | 1 + .../end_of_road/slight_right_destination.json | 1 + .../v5/end_of_road/slight_right_exit.json | 1 + .../slight_right_exit_destination.json | 1 + .../v5/end_of_road/slight_right_name.json | 1 + .../v5/end_of_road/straight_default.json | 1 + .../v5/end_of_road/straight_destination.json | 1 + .../v5/end_of_road/straight_exit.json | 1 + .../straight_exit_destination.json | 1 + .../v5/end_of_road/straight_name.json | 1 + .../v5/end_of_road/uturn_default.json | 1 + .../v5/end_of_road/uturn_destination.json | 1 + test/fixtures/v5/end_of_road/uturn_exit.json | 1 + .../end_of_road/uturn_exit_destination.json | 1 + test/fixtures/v5/end_of_road/uturn_name.json | 1 + .../fixtures/v5/exit_rotary/left_default.json | 3 +- .../v5/exit_rotary/left_destination.json | 3 +- test/fixtures/v5/exit_rotary/left_exit.json | 3 +- .../v5/exit_rotary/left_exit_destination.json | 3 +- test/fixtures/v5/exit_rotary/left_name.json | 3 +- .../v5/exit_rotary/right_default.json | 3 +- .../v5/exit_rotary/right_destination.json | 3 +- test/fixtures/v5/exit_rotary/right_exit.json | 3 +- .../exit_rotary/right_exit_destination.json | 3 +- test/fixtures/v5/exit_rotary/right_name.json | 3 +- .../v5/exit_rotary/sharp_left_default.json | 3 +- .../exit_rotary/sharp_left_destination.json | 3 +- .../v5/exit_rotary/sharp_left_exit.json | 3 +- .../sharp_left_exit_destination.json | 3 +- .../v5/exit_rotary/sharp_left_name.json | 3 +- .../v5/exit_rotary/sharp_right_default.json | 3 +- .../exit_rotary/sharp_right_destination.json | 3 +- .../v5/exit_rotary/sharp_right_exit.json | 3 +- .../sharp_right_exit_destination.json | 3 +- .../v5/exit_rotary/sharp_right_name.json | 3 +- .../v5/exit_rotary/slight_left_default.json | 3 +- .../exit_rotary/slight_left_destination.json | 3 +- .../v5/exit_rotary/slight_left_exit.json | 3 +- .../slight_left_exit_destination.json | 3 +- .../v5/exit_rotary/slight_left_name.json | 3 +- .../v5/exit_rotary/slight_right_default.json | 3 +- .../exit_rotary/slight_right_destination.json | 3 +- .../v5/exit_rotary/slight_right_exit.json | 3 +- .../slight_right_exit_destination.json | 3 +- .../v5/exit_rotary/slight_right_name.json | 3 +- .../v5/exit_rotary/straight_default.json | 3 +- .../v5/exit_rotary/straight_destination.json | 3 +- .../v5/exit_rotary/straight_exit.json | 3 +- .../straight_exit_destination.json | 3 +- .../v5/exit_rotary/straight_name.json | 3 +- .../v5/exit_rotary/uturn_default.json | 3 +- .../v5/exit_rotary/uturn_destination.json | 3 +- test/fixtures/v5/exit_rotary/uturn_exit.json | 3 +- .../exit_rotary/uturn_exit_destination.json | 3 +- test/fixtures/v5/exit_rotary/uturn_name.json | 3 +- .../v5/exit_roundabout/left_default.json | 3 +- .../v5/exit_roundabout/left_destination.json | 3 +- .../v5/exit_roundabout/left_exit.json | 3 +- .../left_exit_destination.json | 3 +- .../v5/exit_roundabout/left_name.json | 3 +- .../v5/exit_roundabout/right_default.json | 3 +- .../v5/exit_roundabout/right_destination.json | 3 +- .../v5/exit_roundabout/right_exit.json | 3 +- .../right_exit_destination.json | 3 +- .../v5/exit_roundabout/right_name.json | 3 +- .../exit_roundabout/sharp_left_default.json | 3 +- .../sharp_left_destination.json | 3 +- .../v5/exit_roundabout/sharp_left_exit.json | 3 +- .../sharp_left_exit_destination.json | 3 +- .../v5/exit_roundabout/sharp_left_name.json | 3 +- .../exit_roundabout/sharp_right_default.json | 3 +- .../sharp_right_destination.json | 3 +- .../v5/exit_roundabout/sharp_right_exit.json | 3 +- .../sharp_right_exit_destination.json | 3 +- .../v5/exit_roundabout/sharp_right_name.json | 3 +- .../exit_roundabout/slight_left_default.json | 3 +- .../slight_left_destination.json | 3 +- .../v5/exit_roundabout/slight_left_exit.json | 3 +- .../slight_left_exit_destination.json | 3 +- .../v5/exit_roundabout/slight_left_name.json | 3 +- .../exit_roundabout/slight_right_default.json | 3 +- .../slight_right_destination.json | 3 +- .../v5/exit_roundabout/slight_right_exit.json | 3 +- .../slight_right_exit_destination.json | 3 +- .../v5/exit_roundabout/slight_right_name.json | 3 +- .../v5/exit_roundabout/straight_default.json | 3 +- .../exit_roundabout/straight_destination.json | 3 +- .../v5/exit_roundabout/straight_exit.json | 3 +- .../straight_exit_destination.json | 3 +- .../v5/exit_roundabout/straight_name.json | 3 +- .../v5/exit_roundabout/uturn_default.json | 3 +- .../v5/exit_roundabout/uturn_destination.json | 3 +- .../v5/exit_roundabout/uturn_exit.json | 3 +- .../uturn_exit_destination.json | 3 +- .../v5/exit_roundabout/uturn_name.json | 3 +- test/fixtures/v5/fork/left_default.json | 1 + test/fixtures/v5/fork/left_destination.json | 1 + test/fixtures/v5/fork/left_exit.json | 1 + .../v5/fork/left_exit_destination.json | 1 + test/fixtures/v5/fork/left_name.json | 1 + test/fixtures/v5/fork/right_default.json | 1 + test/fixtures/v5/fork/right_destination.json | 1 + test/fixtures/v5/fork/right_exit.json | 1 + .../v5/fork/right_exit_destination.json | 1 + test/fixtures/v5/fork/right_name.json | 1 + test/fixtures/v5/fork/sharp_left_default.json | 1 + .../v5/fork/sharp_left_destination.json | 3 +- test/fixtures/v5/fork/sharp_left_exit.json | 3 +- .../v5/fork/sharp_left_exit_destination.json | 3 +- test/fixtures/v5/fork/sharp_left_name.json | 3 +- .../fixtures/v5/fork/sharp_right_default.json | 1 + .../v5/fork/sharp_right_destination.json | 3 +- test/fixtures/v5/fork/sharp_right_exit.json | 3 +- .../v5/fork/sharp_right_exit_destination.json | 3 +- test/fixtures/v5/fork/sharp_right_name.json | 3 +- .../fixtures/v5/fork/slight_left_default.json | 1 + .../v5/fork/slight_left_destination.json | 1 + test/fixtures/v5/fork/slight_left_exit.json | 1 + .../v5/fork/slight_left_exit_destination.json | 1 + test/fixtures/v5/fork/slight_left_name.json | 1 + .../v5/fork/slight_right_default.json | 1 + .../v5/fork/slight_right_destination.json | 1 + test/fixtures/v5/fork/slight_right_exit.json | 1 + .../fork/slight_right_exit_destination.json | 1 + test/fixtures/v5/fork/slight_right_name.json | 1 + test/fixtures/v5/fork/straight_default.json | 1 + .../v5/fork/straight_destination.json | 1 + test/fixtures/v5/fork/straight_exit.json | 1 + .../v5/fork/straight_exit_destination.json | 1 + test/fixtures/v5/fork/straight_name.json | 1 + test/fixtures/v5/fork/uturn_default.json | 1 + test/fixtures/v5/fork/uturn_destination.json | 1 + test/fixtures/v5/fork/uturn_exit.json | 1 + .../v5/fork/uturn_exit_destination.json | 1 + test/fixtures/v5/fork/uturn_name.json | 1 + test/fixtures/v5/merge/left_default.json | 1 + test/fixtures/v5/merge/left_destination.json | 1 + test/fixtures/v5/merge/left_exit.json | 1 + .../v5/merge/left_exit_destination.json | 1 + test/fixtures/v5/merge/left_name.json | 1 + test/fixtures/v5/merge/right_default.json | 1 + test/fixtures/v5/merge/right_destination.json | 1 + test/fixtures/v5/merge/right_exit.json | 1 + .../v5/merge/right_exit_destination.json | 1 + test/fixtures/v5/merge/right_name.json | 1 + .../fixtures/v5/merge/sharp_left_default.json | 1 + .../v5/merge/sharp_left_destination.json | 1 + test/fixtures/v5/merge/sharp_left_exit.json | 1 + .../v5/merge/sharp_left_exit_destination.json | 1 + test/fixtures/v5/merge/sharp_left_name.json | 1 + .../v5/merge/sharp_right_default.json | 1 + .../v5/merge/sharp_right_destination.json | 1 + test/fixtures/v5/merge/sharp_right_exit.json | 1 + .../merge/sharp_right_exit_destination.json | 1 + test/fixtures/v5/merge/sharp_right_name.json | 1 + .../v5/merge/slight_left_default.json | 1 + .../v5/merge/slight_left_destination.json | 1 + test/fixtures/v5/merge/slight_left_exit.json | 1 + .../merge/slight_left_exit_destination.json | 1 + test/fixtures/v5/merge/slight_left_name.json | 1 + .../v5/merge/slight_right_default.json | 1 + .../v5/merge/slight_right_destination.json | 1 + test/fixtures/v5/merge/slight_right_exit.json | 1 + .../merge/slight_right_exit_destination.json | 1 + test/fixtures/v5/merge/slight_right_name.json | 1 + test/fixtures/v5/merge/straight_default.json | 1 + .../v5/merge/straight_destination.json | 1 + test/fixtures/v5/merge/straight_exit.json | 1 + .../v5/merge/straight_exit_destination.json | 1 + test/fixtures/v5/merge/straight_name.json | 1 + test/fixtures/v5/merge/uturn_default.json | 1 + test/fixtures/v5/merge/uturn_destination.json | 1 + test/fixtures/v5/merge/uturn_exit.json | 1 + .../v5/merge/uturn_exit_destination.json | 1 + test/fixtures/v5/merge/uturn_name.json | 1 + test/fixtures/v5/modes/driving_turn_left.json | 1 + .../v5/modes/ferry_fork_left_default.json | 1 + .../v5/modes/ferry_fork_left_destination.json | 1 + .../v5/modes/ferry_fork_left_exit.json | 1 + .../ferry_fork_left_exit_destination.json | 1 + .../v5/modes/ferry_fork_left_name.json | 1 + .../v5/modes/ferry_turn_left_default.json | 1 + .../v5/modes/ferry_turn_left_destination.json | 1 + .../v5/modes/ferry_turn_left_exit.json | 1 + .../ferry_turn_left_exit_destination.json | 1 + .../v5/modes/ferry_turn_left_name.json | 1 + test/fixtures/v5/new_name/left_default.json | 1 + .../v5/new_name/left_destination.json | 1 + test/fixtures/v5/new_name/left_exit.json | 1 + .../v5/new_name/left_exit_destination.json | 1 + test/fixtures/v5/new_name/left_name.json | 1 + test/fixtures/v5/new_name/right_default.json | 1 + .../v5/new_name/right_destination.json | 1 + test/fixtures/v5/new_name/right_exit.json | 1 + .../v5/new_name/right_exit_destination.json | 1 + test/fixtures/v5/new_name/right_name.json | 1 + .../v5/new_name/sharp_left_default.json | 1 + .../v5/new_name/sharp_left_destination.json | 1 + .../fixtures/v5/new_name/sharp_left_exit.json | 1 + .../new_name/sharp_left_exit_destination.json | 1 + .../fixtures/v5/new_name/sharp_left_name.json | 1 + .../v5/new_name/sharp_right_default.json | 1 + .../v5/new_name/sharp_right_destination.json | 1 + .../v5/new_name/sharp_right_exit.json | 1 + .../sharp_right_exit_destination.json | 1 + .../v5/new_name/sharp_right_name.json | 1 + .../v5/new_name/slight_left_default.json | 1 + .../v5/new_name/slight_left_destination.json | 1 + .../v5/new_name/slight_left_exit.json | 1 + .../slight_left_exit_destination.json | 1 + .../v5/new_name/slight_left_name.json | 1 + .../v5/new_name/slight_right_default.json | 1 + .../v5/new_name/slight_right_destination.json | 1 + .../v5/new_name/slight_right_exit.json | 1 + .../slight_right_exit_destination.json | 1 + .../v5/new_name/slight_right_name.json | 1 + .../v5/new_name/straight_default.json | 1 + .../v5/new_name/straight_destination.json | 1 + test/fixtures/v5/new_name/straight_exit.json | 1 + .../new_name/straight_exit_destination.json | 1 + test/fixtures/v5/new_name/straight_name.json | 1 + test/fixtures/v5/new_name/uturn_default.json | 1 + .../v5/new_name/uturn_destination.json | 1 + test/fixtures/v5/new_name/uturn_exit.json | 1 + .../v5/new_name/uturn_exit_destination.json | 1 + test/fixtures/v5/new_name/uturn_name.json | 1 + .../v5/notification/left_default.json | 1 + .../v5/notification/left_destination.json | 1 + test/fixtures/v5/notification/left_exit.json | 1 + .../notification/left_exit_destination.json | 1 + test/fixtures/v5/notification/left_name.json | 1 + .../v5/notification/right_default.json | 1 + .../v5/notification/right_destination.json | 1 + test/fixtures/v5/notification/right_exit.json | 1 + .../notification/right_exit_destination.json | 1 + test/fixtures/v5/notification/right_name.json | 1 + .../v5/notification/sharp_left_default.json | 1 + .../notification/sharp_left_destination.json | 1 + .../v5/notification/sharp_left_exit.json | 1 + .../sharp_left_exit_destination.json | 1 + .../v5/notification/sharp_left_name.json | 1 + .../v5/notification/sharp_right_default.json | 1 + .../notification/sharp_right_destination.json | 1 + .../v5/notification/sharp_right_exit.json | 1 + .../sharp_right_exit_destination.json | 1 + .../v5/notification/sharp_right_name.json | 1 + .../v5/notification/slight_left_default.json | 1 + .../notification/slight_left_destination.json | 1 + .../v5/notification/slight_left_exit.json | 1 + .../slight_left_exit_destination.json | 1 + .../v5/notification/slight_left_name.json | 1 + .../v5/notification/slight_right_default.json | 1 + .../slight_right_destination.json | 1 + .../v5/notification/slight_right_exit.json | 1 + .../slight_right_exit_destination.json | 1 + .../v5/notification/slight_right_name.json | 1 + .../v5/notification/straight_default.json | 1 + .../v5/notification/straight_destination.json | 1 + .../v5/notification/straight_exit.json | 1 + .../straight_exit_destination.json | 1 + .../v5/notification/straight_name.json | 1 + .../v5/notification/uturn_default.json | 1 + .../v5/notification/uturn_destination.json | 1 + test/fixtures/v5/notification/uturn_exit.json | 1 + .../notification/uturn_exit_destination.json | 1 + test/fixtures/v5/notification/uturn_name.json | 1 + test/fixtures/v5/off_ramp/left_default.json | 1 + .../v5/off_ramp/left_destination.json | 1 + test/fixtures/v5/off_ramp/left_exit.json | 1 + .../v5/off_ramp/left_exit_destination.json | 1 + test/fixtures/v5/off_ramp/left_name.json | 1 + test/fixtures/v5/off_ramp/right_default.json | 1 + .../v5/off_ramp/right_destination.json | 1 + test/fixtures/v5/off_ramp/right_exit.json | 1 + .../v5/off_ramp/right_exit_destination.json | 1 + test/fixtures/v5/off_ramp/right_name.json | 1 + .../v5/off_ramp/sharp_left_default.json | 1 + .../v5/off_ramp/sharp_left_destination.json | 1 + .../fixtures/v5/off_ramp/sharp_left_exit.json | 1 + .../off_ramp/sharp_left_exit_destination.json | 1 + .../fixtures/v5/off_ramp/sharp_left_name.json | 1 + .../v5/off_ramp/sharp_right_default.json | 1 + .../v5/off_ramp/sharp_right_destination.json | 1 + .../v5/off_ramp/sharp_right_exit.json | 1 + .../sharp_right_exit_destination.json | 1 + .../v5/off_ramp/sharp_right_name.json | 1 + .../v5/off_ramp/slight_left_default.json | 1 + .../v5/off_ramp/slight_left_destination.json | 1 + .../v5/off_ramp/slight_left_exit.json | 1 + .../slight_left_exit_destination.json | 1 + .../v5/off_ramp/slight_left_name.json | 1 + .../v5/off_ramp/slight_right_default.json | 1 + .../v5/off_ramp/slight_right_destination.json | 1 + .../v5/off_ramp/slight_right_exit.json | 1 + .../slight_right_exit_destination.json | 1 + .../v5/off_ramp/slight_right_name.json | 1 + .../v5/off_ramp/straight_default.json | 1 + .../v5/off_ramp/straight_destination.json | 1 + test/fixtures/v5/off_ramp/straight_exit.json | 1 + .../off_ramp/straight_exit_destination.json | 1 + test/fixtures/v5/off_ramp/straight_name.json | 1 + test/fixtures/v5/off_ramp/uturn_default.json | 1 + .../v5/off_ramp/uturn_destination.json | 1 + test/fixtures/v5/off_ramp/uturn_exit.json | 1 + .../v5/off_ramp/uturn_exit_destination.json | 1 + test/fixtures/v5/off_ramp/uturn_name.json | 1 + test/fixtures/v5/on_ramp/left_default.json | 1 + .../fixtures/v5/on_ramp/left_destination.json | 1 + test/fixtures/v5/on_ramp/left_exit.json | 1 + .../v5/on_ramp/left_exit_destination.json | 1 + test/fixtures/v5/on_ramp/left_name.json | 1 + test/fixtures/v5/on_ramp/right_default.json | 1 + .../v5/on_ramp/right_destination.json | 1 + test/fixtures/v5/on_ramp/right_exit.json | 1 + .../v5/on_ramp/right_exit_destination.json | 1 + test/fixtures/v5/on_ramp/right_name.json | 1 + .../v5/on_ramp/sharp_left_default.json | 1 + .../v5/on_ramp/sharp_left_destination.json | 1 + test/fixtures/v5/on_ramp/sharp_left_exit.json | 1 + .../on_ramp/sharp_left_exit_destination.json | 1 + test/fixtures/v5/on_ramp/sharp_left_name.json | 1 + .../v5/on_ramp/sharp_right_default.json | 1 + .../v5/on_ramp/sharp_right_destination.json | 1 + .../fixtures/v5/on_ramp/sharp_right_exit.json | 1 + .../on_ramp/sharp_right_exit_destination.json | 1 + .../fixtures/v5/on_ramp/sharp_right_name.json | 1 + .../v5/on_ramp/slight_left_default.json | 1 + .../v5/on_ramp/slight_left_destination.json | 1 + .../fixtures/v5/on_ramp/slight_left_exit.json | 1 + .../on_ramp/slight_left_exit_destination.json | 1 + .../fixtures/v5/on_ramp/slight_left_name.json | 1 + .../v5/on_ramp/slight_right_default.json | 1 + .../v5/on_ramp/slight_right_destination.json | 1 + .../v5/on_ramp/slight_right_exit.json | 1 + .../slight_right_exit_destination.json | 1 + .../v5/on_ramp/slight_right_name.json | 1 + .../fixtures/v5/on_ramp/straight_default.json | 1 + .../v5/on_ramp/straight_destination.json | 1 + test/fixtures/v5/on_ramp/straight_exit.json | 1 + .../v5/on_ramp/straight_exit_destination.json | 1 + test/fixtures/v5/on_ramp/straight_name.json | 1 + test/fixtures/v5/on_ramp/uturn_default.json | 1 + .../v5/on_ramp/uturn_destination.json | 1 + test/fixtures/v5/on_ramp/uturn_exit.json | 1 + .../v5/on_ramp/uturn_exit_destination.json | 1 + test/fixtures/v5/on_ramp/uturn_name.json | 1 + test/fixtures/v5/other/invalid_type.json | 1 + .../motorway_ref_has_no_number_left.json | 1 + .../motorway_ref_has_no_number_right.json | 1 + ...motorway_ref_has_no_number_sharp left.json | 1 + ...otorway_ref_has_no_number_sharp right.json | 1 + ...otorway_ref_has_no_number_slight left.json | 1 + ...torway_ref_has_no_number_slight right.json | 1 + .../motorway_ref_has_no_number_straight.json | 1 + .../motorway_ref_has_no_number_uturn.json | 1 + .../other/motorway_ref_has_number_left.json | 1 + .../other/motorway_ref_has_number_right.json | 1 + .../motorway_ref_has_number_sharp left.json | 1 + .../motorway_ref_has_number_sharp right.json | 1 + .../motorway_ref_has_number_slight left.json | 1 + .../motorway_ref_has_number_slight right.json | 1 + .../motorway_ref_has_number_straight.json | 1 + .../other/motorway_ref_has_number_uturn.json | 1 + .../v5/other/way_name_class_ferry_left.json | 1 + .../v5/other/way_name_class_ferry_right.json | 1 + .../way_name_class_ferry_sharp left.json | 1 + .../way_name_class_ferry_sharp right.json | 1 + .../way_name_class_ferry_slight left.json | 1 + .../way_name_class_ferry_slight right.json | 1 + .../other/way_name_class_ferry_straight.json | 1 + .../v5/other/way_name_class_ferry_uturn.json | 1 + .../v5/other/way_name_destination_refs.json | 1 + test/fixtures/v5/other/way_name_ref.json | 1 + .../v5/other/way_name_ref_destinations.json | 1 + .../v5/other/way_name_ref_mapbox_hack_1.json | 1 + .../v5/other/way_name_ref_mapbox_hack_2.json | 1 + .../v5/other/way_name_ref_mapbox_hack_3.json | 1 + test/fixtures/v5/other/way_name_ref_name.json | 1 + test/fixtures/v5/phrase/one_in_distance.json | 1 + test/fixtures/v5/phrase/two_linked.json | 1 + .../v5/phrase/two_linked_by_distance.json | 1 + test/fixtures/v5/rotary/default_default.json | 1 + .../v5/rotary/default_destination.json | 1 + test/fixtures/v5/rotary/default_exit.json | 1 + .../v5/rotary/default_exit_destination.json | 1 + test/fixtures/v5/rotary/default_name.json | 1 + test/fixtures/v5/rotary/exit_10.json | 1 + test/fixtures/v5/rotary/exit_11.json | 1 + test/fixtures/v5/rotary/exit_1_default.json | 1 + .../v5/rotary/exit_1_destination.json | 1 + test/fixtures/v5/rotary/exit_1_exit.json | 1 + .../v5/rotary/exit_1_exit_destination.json | 1 + test/fixtures/v5/rotary/exit_1_name.json | 1 + test/fixtures/v5/rotary/exit_2.json | 1 + test/fixtures/v5/rotary/exit_3.json | 1 + test/fixtures/v5/rotary/exit_4.json | 1 + test/fixtures/v5/rotary/exit_5.json | 1 + test/fixtures/v5/rotary/exit_6.json | 1 + test/fixtures/v5/rotary/exit_7.json | 1 + test/fixtures/v5/rotary/exit_8.json | 1 + test/fixtures/v5/rotary/exit_9.json | 1 + test/fixtures/v5/rotary/name_default.json | 1 + test/fixtures/v5/rotary/name_destination.json | 1 + test/fixtures/v5/rotary/name_exit.json | 1 + .../fixtures/v5/rotary/name_exit_default.json | 1 + .../v5/rotary/name_exit_destination.json | 1 + test/fixtures/v5/rotary/name_exit_exit.json | 1 + .../v5/rotary/name_exit_exit_destination.json | 1 + test/fixtures/v5/rotary/name_exit_name.json | 1 + test/fixtures/v5/rotary/name_name.json | 1 + .../v5/roundabout/default_default.json | 1 + .../v5/roundabout/default_destination.json | 1 + test/fixtures/v5/roundabout/default_exit.json | 1 + .../roundabout/default_exit_destination.json | 1 + test/fixtures/v5/roundabout/default_name.json | 1 + test/fixtures/v5/roundabout/exit_default.json | 1 + .../v5/roundabout/exit_destination.json | 1 + test/fixtures/v5/roundabout/exit_exit.json | 1 + .../v5/roundabout/exit_exit_destination.json | 1 + test/fixtures/v5/roundabout/exit_name.json | 1 + .../v5/roundabout_turn/left_default.json | 3 +- .../v5/roundabout_turn/left_destination.json | 3 +- .../v5/roundabout_turn/left_exit.json | 3 +- .../left_exit_destination.json | 3 +- .../v5/roundabout_turn/left_name.json | 3 +- .../v5/roundabout_turn/right_default.json | 3 +- .../v5/roundabout_turn/right_destination.json | 3 +- .../v5/roundabout_turn/right_exit.json | 3 +- .../right_exit_destination.json | 3 +- .../v5/roundabout_turn/right_name.json | 3 +- .../roundabout_turn/sharp_left_default.json | 3 +- .../sharp_left_destination.json | 3 +- .../v5/roundabout_turn/sharp_left_exit.json | 3 +- .../sharp_left_exit_destination.json | 3 +- .../v5/roundabout_turn/sharp_left_name.json | 3 +- .../roundabout_turn/sharp_right_default.json | 3 +- .../sharp_right_destination.json | 3 +- .../v5/roundabout_turn/sharp_right_exit.json | 3 +- .../sharp_right_exit_destination.json | 3 +- .../v5/roundabout_turn/sharp_right_name.json | 3 +- .../roundabout_turn/slight_left_default.json | 3 +- .../slight_left_destination.json | 3 +- .../v5/roundabout_turn/slight_left_exit.json | 3 +- .../slight_left_exit_destination.json | 3 +- .../v5/roundabout_turn/slight_left_name.json | 3 +- .../roundabout_turn/slight_right_default.json | 3 +- .../slight_right_destination.json | 3 +- .../v5/roundabout_turn/slight_right_exit.json | 3 +- .../slight_right_exit_destination.json | 3 +- .../v5/roundabout_turn/slight_right_name.json | 3 +- .../v5/roundabout_turn/straight_default.json | 3 +- .../roundabout_turn/straight_destination.json | 3 +- .../v5/roundabout_turn/straight_exit.json | 3 +- .../straight_exit_destination.json | 3 +- .../v5/roundabout_turn/straight_name.json | 3 +- .../v5/roundabout_turn/uturn_default.json | 3 +- .../v5/roundabout_turn/uturn_destination.json | 3 +- .../v5/roundabout_turn/uturn_exit.json | 3 +- .../uturn_exit_destination.json | 3 +- .../v5/roundabout_turn/uturn_name.json | 3 +- test/fixtures/v5/turn/left_default.json | 1 + test/fixtures/v5/turn/left_destination.json | 1 + test/fixtures/v5/turn/left_exit.json | 1 + .../v5/turn/left_exit_destination.json | 1 + test/fixtures/v5/turn/left_name.json | 1 + test/fixtures/v5/turn/right_default.json | 1 + test/fixtures/v5/turn/right_destination.json | 1 + test/fixtures/v5/turn/right_exit.json | 1 + .../v5/turn/right_exit_destination.json | 1 + test/fixtures/v5/turn/right_name.json | 1 + test/fixtures/v5/turn/sharp_left_default.json | 1 + .../v5/turn/sharp_left_destination.json | 1 + test/fixtures/v5/turn/sharp_left_exit.json | 1 + .../v5/turn/sharp_left_exit_destination.json | 1 + test/fixtures/v5/turn/sharp_left_name.json | 1 + .../fixtures/v5/turn/sharp_right_default.json | 1 + .../v5/turn/sharp_right_destination.json | 1 + test/fixtures/v5/turn/sharp_right_exit.json | 1 + .../v5/turn/sharp_right_exit_destination.json | 1 + test/fixtures/v5/turn/sharp_right_name.json | 1 + .../fixtures/v5/turn/slight_left_default.json | 1 + .../v5/turn/slight_left_destination.json | 1 + test/fixtures/v5/turn/slight_left_exit.json | 1 + .../v5/turn/slight_left_exit_destination.json | 1 + test/fixtures/v5/turn/slight_left_name.json | 1 + .../v5/turn/slight_right_default.json | 1 + .../v5/turn/slight_right_destination.json | 1 + test/fixtures/v5/turn/slight_right_exit.json | 1 + .../turn/slight_right_exit_destination.json | 1 + test/fixtures/v5/turn/slight_right_name.json | 1 + test/fixtures/v5/turn/straight_default.json | 1 + .../v5/turn/straight_destination.json | 1 + test/fixtures/v5/turn/straight_exit.json | 1 + .../v5/turn/straight_exit_destination.json | 1 + test/fixtures/v5/turn/straight_name.json | 1 + test/fixtures/v5/turn/uturn_default.json | 1 + test/fixtures/v5/turn/uturn_destination.json | 1 + test/fixtures/v5/turn/uturn_exit.json | 1 + .../v5/turn/uturn_exit_destination.json | 1 + test/fixtures/v5/turn/uturn_name.json | 1 + test/fixtures/v5/use_lane/o.json | 1 + test/fixtures/v5/use_lane/ooo.json | 1 + test/fixtures/v5/use_lane/oooxxo.json | 1 + test/fixtures/v5/use_lane/oox.json | 1 + test/fixtures/v5/use_lane/ooxx.json | 1 + test/fixtures/v5/use_lane/oxo.json | 1 + test/fixtures/v5/use_lane/xoo.json | 1 + test/fixtures/v5/use_lane/xox.json | 1 + test/fixtures/v5/use_lane/xxoo.json | 1 + test/fixtures/v5/use_lane/xxooxx.json | 1 + test/fixtures/v5/use_lane/xxoxo.json | 1 + test/index_test.js | 5 +- 653 files changed, 1284 insertions(+), 177 deletions(-) create mode 100644 languages/translations/pt-PT.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a1454a6..555aac353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. For change ## master +- Added a European Portuguese localization. [#229](https://github.com/Project-OSRM/osrm-text-instructions/pull/229) - Added some abbreviations in German, Hebrew, Hungarian, Slovenian, and Ukrainian. [#226](https://github.com/Project-OSRM/osrm-text-instructions/pull/226) ## 0.12.0 2018-02-26 diff --git a/languages.js b/languages.js index 181ff56f9..596013234 100755 --- a/languages.js +++ b/languages.js @@ -13,6 +13,7 @@ var instructionsIt = require('./languages/translations/it.json'); var instructionsNl = require('./languages/translations/nl.json'); var instructionsPl = require('./languages/translations/pl.json'); var instructionsPtBr = require('./languages/translations/pt-BR.json'); +var instructionsPtPt = require('./languages/translations/pt-PT.json'); var instructionsRo = require('./languages/translations/ro.json'); var instructionsRu = require('./languages/translations/ru.json'); var instructionsSv = require('./languages/translations/sv.json'); @@ -57,6 +58,7 @@ var instructions = { 'nl': instructionsNl, 'pl': instructionsPl, 'pt-BR': instructionsPtBr, + 'pt-PT': instructionsPtPt, 'ro': instructionsRo, 'ru': instructionsRu, 'sv': instructionsSv, diff --git a/languages/translations/pt-BR.json b/languages/translations/pt-BR.json index 6b0a5ff70..f337d6e13 100644 --- a/languages/translations/pt-BR.json +++ b/languages/translations/pt-BR.json @@ -189,13 +189,13 @@ }, "sharp left": { "default": "Faça uma curva fechada à esquerda na bifurcação", - "name": "Faça uma curva fechada à esquerda na bifurcação em {way_name}", - "destination": "Faça uma curva fechada à esquerda na bifurcação sentido {destination}" + "name": "Faça uma curva fechada à esquerda em {way_name}", + "destination": "Faça uma curva fechada à esquerda sentido {destination}" }, "sharp right": { "default": "Faça uma curva fechada à direita na bifurcação", - "name": "Faça uma curva fechada à direita na bifurcação em {way_name}", - "destination": "Faça uma curva fechada à direita na bifurcação sentido {destination}" + "name": "Faça uma curva fechada à direita em {way_name}", + "destination": "Faça uma curva fechada à direita sentido {destination}" }, "uturn": { "default": "Faça o retorno", @@ -416,28 +416,6 @@ } }, "roundabout turn": { - "default": { - "default": "Na rotatória, vire {modifier}", - "name": "Na rotatória, vire {modifier} na {way_name}", - "destination": "Na rotatória, vire {modifier} em direção à {destination}" - }, - "left": { - "default": "Na rotatória vire à esquerda", - "name": "Na rotatória vire à esquerda em {way_name}", - "destination": "Na rotatória vire à esquerda sentido {destination}" - }, - "right": { - "default": "Na rotatória vire à direita", - "name": "Na rotatória vire à direita em {way_name}", - "destination": "Na rotatória vire à direita sentido {destination}" - }, - "straight": { - "default": "Na rotatória siga em frente", - "name": "Na rotatória siga em frente pela {way_name}", - "destination": "Na rotatória siga em frente sentido {destination}" - } - }, - "exit roundabout": { "default": { "default": "Siga {modifier}", "name": "Siga {modifier} em {way_name}", @@ -454,31 +432,23 @@ "destination": "Vire à direita sentido {destination}" }, "straight": { - "default": "Siga reto", - "name": "Siga reto em {way_name}", - "destination": "Siga reto sentido {destination}" + "default": "Continue em frente", + "name": "Continue em frente em {way_name}", + "destination": "Continue em frente sentido {destination}" + } + }, + "exit roundabout": { + "default": { + "default": "Exit the traffic circle", + "name": "Exit the traffic circle onto {way_name}", + "destination": "Exit the traffic circle towards {destination}" } }, "exit rotary": { "default": { - "default": "Siga {modifier}", - "name": "Siga {modifier} em {way_name}", - "destination": "Siga {modifier} sentido {destination}" - }, - "left": { - "default": "Vire à esquerda", - "name": "Vire à esquerda em {way_name}", - "destination": "Vire à esquerda sentido {destination}" - }, - "right": { - "default": "Vire à direita", - "name": "Vire à direita em {way_name}", - "destination": "Vire à direita sentido {destination}" - }, - "straight": { - "default": "Siga reto", - "name": "Siga reto em {way_name}", - "destination": "Siga reto sentido {destination}" + "default": "Exit the traffic circle", + "name": "Exit the traffic circle onto {way_name}", + "destination": "Exit the traffic circle towards {destination}" } }, "turn": { diff --git a/languages/translations/pt-PT.json b/languages/translations/pt-PT.json new file mode 100644 index 000000000..dffc56d0b --- /dev/null +++ b/languages/translations/pt-PT.json @@ -0,0 +1,485 @@ +{ + "meta": { + "capitalizeFirstLetter": true + }, + "v5": { + "constants": { + "ordinalize": { + "1": "1º", + "2": "2º", + "3": "3º", + "4": "4º", + "5": "5º", + "6": "6º", + "7": "7º", + "8": "8º", + "9": "9º", + "10": "10º" + }, + "direction": { + "north": "norte", + "northeast": "nordeste", + "east": "este", + "southeast": "sudeste", + "south": "sul", + "southwest": "sudoeste", + "west": "oeste", + "northwest": "noroeste" + }, + "modifier": { + "left": "à esquerda", + "right": "à direita", + "sharp left": "acentuadamente à esquerda", + "sharp right": "acentuadamente à direita", + "slight left": "ligeiramente à esquerda", + "slight right": "ligeiramente à direita", + "straight": "em frente", + "uturn": "inversão de marcha" + }, + "lanes": { + "xo": "Mantenha-se à direita", + "ox": "Mantenha-se à esquerda", + "xox": "Mantenha-se ao meio", + "oxo": "Mantenha-se à esquerda ou à direita" + } + }, + "modes": { + "ferry": { + "default": "Apanhe o ferry", + "name": "Apanhe o ferry {way_name}", + "destination": "Apanhe o ferry para {destination}" + } + }, + "phrase": { + "two linked by distance": "{instruction_one}, depois, a {distance}, {instruction_two}", + "two linked": "{instruction_one}, depois {instruction_two}", + "one in distance": "A {distance}, {instruction_one}", + "name and ref": "{name} ({ref})", + "exit with number": "saída {exit}" + }, + "arrive": { + "default": { + "default": "Chegou ao seu {nth} destino", + "upcoming": "Está a chegar ao seu {nth} destino", + "short": "Chegou", + "short-upcoming": "Está a chegar" + }, + "left": { + "default": "Chegou ao seu {nth} destino, à esquerda", + "upcoming": "Está a chegar ao seu {nth} destino, à esquerda", + "short": "Chegou", + "short-upcoming": "Está a chegar" + }, + "right": { + "default": "Chegou ao seu {nth} destino, à direita", + "upcoming": "Está a chegar ao seu {nth} destino, à direita", + "short": "Chegou", + "short-upcoming": "Está a chegar" + }, + "sharp left": { + "default": "Chegou ao seu {nth} destino, à esquerda", + "upcoming": "Está a chegar ao seu {nth} destino, à esquerda", + "short": "Chegou", + "short-upcoming": "Está a chegar" + }, + "sharp right": { + "default": "Chegou ao seu {nth} destino, à direita", + "upcoming": "Está a chegar ao seu {nth} destino, à direita", + "short": "Chegou", + "short-upcoming": "Está a chegar" + }, + "slight right": { + "default": "Chegou ao seu {nth} destino, à direita", + "upcoming": "Está a chegar ao seu {nth} destino, à direita", + "short": "Chegou", + "short-upcoming": "Está a chegar" + }, + "slight left": { + "default": "Chegou ao seu {nth} destino, à esquerda", + "upcoming": "Está a chegar ao seu {nth} destino, à esquerda", + "short": "Chegou", + "short-upcoming": "Está a chegar" + }, + "straight": { + "default": "Chegou ao seu {nth} destino, em frente", + "upcoming": "Está a chegar ao seu {nth} destino, em frente", + "short": "Chegou", + "short-upcoming": "Está a chegar" + } + }, + "continue": { + "default": { + "default": "Vire {modifier}", + "name": "Vire {modifier} para se manter em {way_name}", + "destination": "Vire {modifier} em direção a {destination}", + "exit": "Vire {modifier} para {way_name}" + }, + "straight": { + "default": "Continue em frente", + "name": "Continue em frente para se manter em {way_name}", + "destination": "Continue em direção a {destination}", + "distance": "Continue em frente por {distance}", + "namedistance": "Continue em {way_name} por {distance}" + }, + "sharp left": { + "default": "Vire acentuadamente à esquerda", + "name": "Vire acentuadamente à esquerda para se manter em {way_name}", + "destination": "Vire acentuadamente à esquerda em direção a {destination}" + }, + "sharp right": { + "default": "Vire acentuadamente à direita", + "name": "Vire acentuadamente à direita para se manter em {way_name}", + "destination": "Vire acentuadamente à direita em direção a {destination}" + }, + "slight left": { + "default": "Vire ligeiramente à esquerda", + "name": "Vire ligeiramente à esquerda para se manter em {way_name}", + "destination": "Vire ligeiramente à esquerda em direção a {destination}" + }, + "slight right": { + "default": "Vire ligeiramente à direita", + "name": "Vire ligeiramente à direita para se manter em {way_name}", + "destination": "Vire ligeiramente à direita em direção a {destination}" + }, + "uturn": { + "default": "Faça inversão de marcha", + "name": "Faça inversão de marcha e continue em {way_name}", + "destination": "Faça inversão de marcha em direção a {destination}" + } + }, + "depart": { + "default": { + "default": "Dirija-se para {direction}", + "name": "Dirija-se para {direction} em {way_name}", + "namedistance": "Dirija-se para {direction} em {way_name} por {distance}" + } + }, + "end of road": { + "default": { + "default": "Vire {modifier}", + "name": "Vire {modifier} para {way_name}", + "destination": "Vire {modifier} em direção a {destination}" + }, + "straight": { + "default": "Continue em frente", + "name": "Continue em frente para {way_name}", + "destination": "Continue em frente em direção a {destination}" + }, + "uturn": { + "default": "No final da estrada faça uma inversão de marcha", + "name": "No final da estrada faça uma inversão de marcha para {way_name} ", + "destination": "No final da estrada faça uma inversão de marcha em direção a {destination}" + } + }, + "fork": { + "default": { + "default": "Na bifurcação mantenha-se {modifier}", + "name": "Mantenha-se {modifier} para {way_name}", + "destination": "Mantenha-se {modifier} em direção a {destination}" + }, + "slight left": { + "default": "Na bifurcação mantenha-se à esquerda", + "name": "Mantenha-se à esquerda para {way_name}", + "destination": "Mantenha-se à esquerda em direção a {destination}" + }, + "slight right": { + "default": "Na bifurcação mantenha-se à direita", + "name": "Mantenha-se à direita para {way_name}", + "destination": "Mantenha-se à direita em direção a {destination}" + }, + "sharp left": { + "default": "Na bifurcação vire acentuadamente à esquerda", + "name": "Vire acentuadamente à esquerda para {way_name}", + "destination": "Vire acentuadamente à esquerda em direção a {destination}" + }, + "sharp right": { + "default": "Na bifurcação vire acentuadamente à direita", + "name": "Vire acentuadamente à direita para {way_name}", + "destination": "Vire acentuadamente à direita em direção a {destination}" + }, + "uturn": { + "default": "Faça inversão de marcha", + "name": "Faça inversão de marcha para {way_name}", + "destination": "Faça inversão de marcha em direção a {destination}" + } + }, + "merge": { + "default": { + "default": "Una-se ao tráfego {modifier}", + "name": "Una-se ao tráfego {modifier} para {way_name}", + "destination": "Una-se ao tráfego {modifier} em direção a {destination}" + }, + "straight": { + "default": "Una-se ao tráfego", + "name": " Una-se ao tráfego para {way_name}", + "destination": "Una-se ao tráfego em direção a {destination}" + }, + "slight left": { + "default": "Una-se ao tráfego à esquerda", + "name": "Una-se ao tráfego à esquerda para {way_name}", + "destination": "Una-se ao tráfego à esquerda em direção a {destination}" + }, + "slight right": { + "default": "Una-se ao tráfego à direita", + "name": "Una-se ao tráfego à direita para {way_name}", + "destination": "Una-se ao tráfego à direita em direção a {destination}" + }, + "sharp left": { + "default": "Una-se ao tráfego à esquerda", + "name": "Una-se ao tráfego à esquerda para {way_name}", + "destination": "Una-se ao tráfego à esquerda em direção a {destination}" + }, + "sharp right": { + "default": "Una-se ao tráfego à direita", + "name": "Una-se ao tráfego à direita para {way_name}", + "destination": "Una-se ao tráfego à direita em direção a {destination}" + }, + "uturn": { + "default": "Faça inversão de marcha", + "name": "Faça inversão de marcha para {way_name}", + "destination": "Faça inversão de marcha em direção a {destination}" + } + }, + "new name": { + "default": { + "default": "Continue {modifier}", + "name": "Continue {modifier} para {way_name}", + "destination": "Continue {modifier} em direção a {destination}" + }, + "straight": { + "default": "Continue em frente", + "name": "Continue para {way_name}", + "destination": "Continue em direção a {destination}" + }, + "sharp left": { + "default": "Vire acentuadamente à esquerda", + "name": "Vire acentuadamente à esquerda para {way_name}", + "destination": "Vire acentuadamente à esquerda em direção a{destination}" + }, + "sharp right": { + "default": "Vire acentuadamente à direita", + "name": "Vire acentuadamente à direita para {way_name}", + "destination": "Vire acentuadamente à direita em direção a {destination}" + }, + "slight left": { + "default": "Continue ligeiramente à esquerda", + "name": "Continue ligeiramente à esquerda para {way_name}", + "destination": "Continue ligeiramente à esquerda em direção a {destination}" + }, + "slight right": { + "default": "Continue ligeiramente à direita", + "name": "Continue ligeiramente à direita para {way_name}", + "destination": "Continue ligeiramente à direita em direção a {destination}" + }, + "uturn": { + "default": "Faça inversão de marcha", + "name": "Faça inversão de marcha para {way_name}", + "destination": "Faça inversão de marcha em direção a {destination}" + } + }, + "notification": { + "default": { + "default": "Continue {modifier}", + "name": "Continue {modifier} para {way_name}", + "destination": "Continue {modifier} em direção a {destination}" + }, + "uturn": { + "default": "Faça inversão de marcha", + "name": "Faça inversão de marcha para {way_name}", + "destination": "Faça inversão de marcha em direção a {destination}" + } + }, + "off ramp": { + "default": { + "default": "Saia na saída", + "name": "Saia na saída para {way_name}", + "destination": "Saia na saída em direção a {destination}", + "exit": "Saia na saída {exit}", + "exit_destination": "Saia na saída {exit} em direção a {destination}" + }, + "left": { + "default": "Saia na saída à esquerda", + "name": "Saia na saída à esquerda para {way_name}", + "destination": "Saia na saída à esquerda em direção a {destination}", + "exit": "Saia na saída {exit} à esquerda", + "exit_destination": "Saia na saída {exit} à esquerda em direção a {destination}" + }, + "right": { + "default": "Saia na saída à direita", + "name": "Saia na saída à direita para {way_name}", + "destination": "Saia na saída à direita em direção a {destination}", + "exit": "Saia na saída {exit} à direita", + "exit_destination": "Saia na saída {exit} à direita em direção a {destination}" + }, + "sharp left": { + "default": "Saia na saída à esquerda", + "name": "Saia na saída à esquerda para {way_name}", + "destination": "Saia na saída à esquerda em direção a {destination}", + "exit": "Saia na saída {exit} à esquerda", + "exit_destination": "Saia na saída {exit} à esquerda em direção a {destination}" + }, + "sharp right": { + "default": "Saia na saída à direita", + "name": "Saia na saída à direita para {way_name}", + "destination": "Saia na saída à direita em direção a {destination}", + "exit": "Saia na saída {exit} à direita", + "exit_destination": "Saia na saída {exit} à direita em direção a {destination}" + }, + "slight left": { + "default": "Saia na saída à esquerda", + "name": "Saia na saída à esquerda para {way_name}", + "destination": "Saia na saída à esquerda em direção a {destination}", + "exit": "Saia na saída {exit} à esquerda", + "exit_destination": "Saia na saída {exit} à esquerda em direção a {destination}" + }, + "slight right": { + "default": "Saia na saída à direita", + "name": "Saia na saída à direita para {way_name}", + "destination": "Saia na saída à direita em direção a {destination}", + "exit": "Saia na saída {exit} à direita", + "exit_destination": "Saia na saída {exit} à direita em direção a {destination}" + } + }, + "on ramp": { + "default": { + "default": "Saia na saída", + "name": "Saia na saída para {way_name}", + "destination": "Saia na saída em direção a {destination}" + }, + "left": { + "default": "Saia na saída à esquerda", + "name": "Saia na saída à esquerda para {way_name}", + "destination": "Saia na saída à esquerda em direção a {destination}" + }, + "right": { + "default": "Saia na saída à direita", + "name": "Saia na saída à direita para {way_name}", + "destination": "Saia na saída à direita em direção a {destination}" + }, + "sharp left": { + "default": "Saia na saída à esquerda", + "name": "Saia na saída à esquerda para {way_name}", + "destination": "Saia na saída à esquerda em direção a {destination}" + }, + "sharp right": { + "default": "Saia na saída à direita", + "name": "Saia na saída à direita para {way_name}", + "destination": "Saia na saída à direita em direção a {destination}" + }, + "slight left": { + "default": "Saia na saída à esquerda", + "name": "Saia na saída à esquerda para {way_name}", + "destination": "Saia na saída à esquerda em direção a {destination}" + }, + "slight right": { + "default": "Saia na saída à direita", + "name": "Saia na saída à direita para {way_name}", + "destination": "Saia na saída à direita em direção a {destination}" + } + }, + "rotary": { + "default": { + "default": { + "default": "Entre na rotunda", + "name": "Entre na rotunda e saia para {way_name}", + "destination": "Entre na rotunda e saia em direção a {destination}" + }, + "name": { + "default": "Entre em {rotary_name}", + "name": "Entre em {rotary_name} e saia para {way_name}", + "destination": "Entre em {rotary_name} e saia em direção a {destination}" + }, + "exit": { + "default": "Entre na rotunda e saia na saída {exit_number}", + "name": "Entre na rotunda e saia na saída {exit_number} para {way_name}", + "destination": "Entre na rotunda e saia na saída {exit_number} em direção a {destination}" + }, + "name_exit": { + "default": "Entre em {rotary_name} e saia na saída {exit_number}", + "name": "Entre em {rotary_name} e saia na saída {exit_number} para {way_name}", + "destination": "Entre em{rotary_name} e saia na saída {exit_number} em direção a {destination}" + } + } + }, + "roundabout": { + "default": { + "exit": { + "default": "Entre na rotunda e saia na saída {exit_number}", + "name": "Entre na rotunda e saia na saída {exit_number} para {way_name}", + "destination": "Entre na rotunda e saia na saída {exit_number} em direção a {destination}" + }, + "default": { + "default": "Entre na rotunda", + "name": "Entre na rotunda e saia para {way_name}", + "destination": "Entre na rotunda e saia em direção a {destination}" + } + } + }, + "roundabout turn": { + "default": { + "default": "Siga {modifier}", + "name": "Siga {modifier} para {way_name}", + "destination": "Siga {modifier} em direção a {destination}" + }, + "left": { + "default": "Vire à esquerda", + "name": "Vire à esquerda para {way_name}", + "destination": "Vire à esquerda em direção a {destination}" + }, + "right": { + "default": "Vire à direita", + "name": "Vire à direita para {way_name}", + "destination": "Vire à direita em direção a {destination}" + }, + "straight": { + "default": "Continue em frente", + "name": "Continue em frente para {way_name}", + "destination": "Continue em frente em direção a {destination}" + } + }, + "exit roundabout": { + "default": { + "default": "Saia da rotunda", + "name": "Saia da rotunda para {way_name}", + "destination": "Saia da rotunda em direção a {destination}" + } + }, + "exit rotary": { + "default": { + "default": "Saia da rotunda", + "name": "Saia da rotunda para {way_name}", + "destination": "Saia da rotunda em direção a {destination}" + } + }, + "turn": { + "default": { + "default": "Siga {modifier}", + "name": "Siga {modifier} para{way_name}", + "destination": "Siga {modifier} em direção a {destination}" + }, + "left": { + "default": "Vire à esquerda", + "name": "Vire à esquerda para {way_name}", + "destination": "Vire à esquerda em direção a {destination}" + }, + "right": { + "default": "Vire à direita", + "name": "Vire à direita para {way_name}", + "destination": "Vire à direita em direção a {destination}" + }, + "straight": { + "default": "Vá em frente", + "name": "Vá em frente para {way_name}", + "destination": "Vá em frente em direção a {destination}" + } + }, + "use lane": { + "no_lanes": { + "default": "Continue em frente" + }, + "default": { + "default": "{lane_instruction}" + } + } + } +} diff --git a/test/fixtures/v5/arrive/left.json b/test/fixtures/v5/arrive/left.json index a003eac8e..bc9069a62 100644 --- a/test/fixtures/v5/arrive/left.json +++ b/test/fixtures/v5/arrive/left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "pt-BR": "Você chegou ao seu destino, à esquerda", + "pt-PT": "Chegou ao seu destino, à esquerda", "ro": "Ați ajuns la destinație, pe stânga", "ru": "Вы прибыли в пункт назначения, он находится слева", "sv": "Du är framme vid din destination, till vänster", diff --git a/test/fixtures/v5/arrive/no_modifier.json b/test/fixtures/v5/arrive/no_modifier.json index 784b31648..b7689f5e8 100644 --- a/test/fixtures/v5/arrive/no_modifier.json +++ b/test/fixtures/v5/arrive/no_modifier.json @@ -19,6 +19,7 @@ "nl": "Je bent gearriveerd op de bestemming.", "pl": "Dojechano do miejsca docelowego ", "pt-BR": "Você chegou ao seu destino", + "pt-PT": "Chegou ao seu destino", "ro": "Ați ajuns la destinație", "ru": "Вы прибыли в пункт назначения", "sv": "Du är framme vid din destination", diff --git a/test/fixtures/v5/arrive/right.json b/test/fixtures/v5/arrive/right.json index 6a6437c63..68017cd8e 100644 --- a/test/fixtures/v5/arrive/right.json +++ b/test/fixtures/v5/arrive/right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "pt-BR": "Você chegou ao seu destino, à direita", + "pt-PT": "Chegou ao seu destino, à direita", "ro": "Ați ajuns la destinație, pe dreapta", "ru": "Вы прибыли в пункт назначения, он находится справа", "sv": "Du är framme vid din destination, till höger", diff --git a/test/fixtures/v5/arrive/sharp_left.json b/test/fixtures/v5/arrive/sharp_left.json index e982c9205..68c0078b2 100644 --- a/test/fixtures/v5/arrive/sharp_left.json +++ b/test/fixtures/v5/arrive/sharp_left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "pt-BR": "Você chegou ao seu destino, à esquerda", + "pt-PT": "Chegou ao seu destino, à esquerda", "ro": "Ați ajuns la destinație, pe stânga", "ru": "Вы прибыли в пункт назначения, он находится слева сзади", "sv": "Du är framme vid din destination, till vänster", diff --git a/test/fixtures/v5/arrive/sharp_right.json b/test/fixtures/v5/arrive/sharp_right.json index 3035ad4fd..1aafdd5f6 100644 --- a/test/fixtures/v5/arrive/sharp_right.json +++ b/test/fixtures/v5/arrive/sharp_right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "pt-BR": "Você chegou ao seu destino, à direita", + "pt-PT": "Chegou ao seu destino, à direita", "ro": "Ați ajuns la destinație, pe dreapta", "ru": "Вы прибыли в пункт назначения, он находится справа сзади", "sv": "Du är framme vid din destination, till höger", diff --git a/test/fixtures/v5/arrive/slight_left.json b/test/fixtures/v5/arrive/slight_left.json index 9ee011a8b..7c7bb85a4 100644 --- a/test/fixtures/v5/arrive/slight_left.json +++ b/test/fixtures/v5/arrive/slight_left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "pt-BR": "Você chegou ao seu destino, à esquerda", + "pt-PT": "Chegou ao seu destino, à esquerda", "ro": "Ați ajuns la destinație, pe stânga", "ru": "Вы прибыли в пункт назначения, он находится слева впереди", "sv": "Du är framme vid din destination, till vänster", diff --git a/test/fixtures/v5/arrive/slight_right.json b/test/fixtures/v5/arrive/slight_right.json index bedf48efd..9cea5d94b 100644 --- a/test/fixtures/v5/arrive/slight_right.json +++ b/test/fixtures/v5/arrive/slight_right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "pt-BR": "Você chegou ao seu destino, à direita", + "pt-PT": "Chegou ao seu destino, à direita", "ro": "Ați ajuns la destinație, pe dreapta", "ru": "Вы прибыли в пункт назначения, он находится справа впереди", "sv": "Du är framme vid din destination, till höger", diff --git a/test/fixtures/v5/arrive/straight.json b/test/fixtures/v5/arrive/straight.json index 2e397af21..ab498c9bd 100644 --- a/test/fixtures/v5/arrive/straight.json +++ b/test/fixtures/v5/arrive/straight.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich voor je.", "pl": "Dojechano do miejsca docelowego , prosto", "pt-BR": "Você chegou ao seu destino, em frente", + "pt-PT": "Chegou ao seu destino, em frente", "ro": "Ați ajuns la destinație, în față", "ru": "Вы прибыли в пункт назначения, он находится перед Вами", "sv": "Du är framme vid din destination, rakt fram", diff --git a/test/fixtures/v5/arrive/uturn.json b/test/fixtures/v5/arrive/uturn.json index ba17cf5f6..1183bc20f 100644 --- a/test/fixtures/v5/arrive/uturn.json +++ b/test/fixtures/v5/arrive/uturn.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd op de bestemming.", "pl": "Dojechano do miejsca docelowego ", "pt-BR": "Você chegou ao seu destino", + "pt-PT": "Chegou ao seu destino", "ro": "Ați ajuns la destinație", "ru": "Вы прибыли в пункт назначения", "sv": "Du är framme vid din destination", diff --git a/test/fixtures/v5/arrive_short/left.json b/test/fixtures/v5/arrive_short/left.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/left.json +++ b/test/fixtures/v5/arrive_short/left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short/no_modifier.json b/test/fixtures/v5/arrive_short/no_modifier.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/no_modifier.json +++ b/test/fixtures/v5/arrive_short/no_modifier.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short/right.json b/test/fixtures/v5/arrive_short/right.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/right.json +++ b/test/fixtures/v5/arrive_short/right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short/sharp left.json b/test/fixtures/v5/arrive_short/sharp left.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/sharp left.json +++ b/test/fixtures/v5/arrive_short/sharp left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short/sharp right.json b/test/fixtures/v5/arrive_short/sharp right.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/sharp right.json +++ b/test/fixtures/v5/arrive_short/sharp right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short/slight left.json b/test/fixtures/v5/arrive_short/slight left.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/slight left.json +++ b/test/fixtures/v5/arrive_short/slight left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short/slight right.json b/test/fixtures/v5/arrive_short/slight right.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/slight right.json +++ b/test/fixtures/v5/arrive_short/slight right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short/straight.json b/test/fixtures/v5/arrive_short/straight.json index ed8ed60a4..031f9ed7c 100644 --- a/test/fixtures/v5/arrive_short/straight.json +++ b/test/fixtures/v5/arrive_short/straight.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Chegou", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибыли", "sv": "Du är framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/left.json b/test/fixtures/v5/arrive_short_upcoming/left.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/left.json +++ b/test/fixtures/v5/arrive_short_upcoming/left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/no_modifier.json b/test/fixtures/v5/arrive_short_upcoming/no_modifier.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/no_modifier.json +++ b/test/fixtures/v5/arrive_short_upcoming/no_modifier.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/right.json b/test/fixtures/v5/arrive_short_upcoming/right.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/right.json +++ b/test/fixtures/v5/arrive_short_upcoming/right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/sharp left.json b/test/fixtures/v5/arrive_short_upcoming/sharp left.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/sharp left.json +++ b/test/fixtures/v5/arrive_short_upcoming/sharp left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/sharp right.json b/test/fixtures/v5/arrive_short_upcoming/sharp right.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/sharp right.json +++ b/test/fixtures/v5/arrive_short_upcoming/sharp right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/slight left.json b/test/fixtures/v5/arrive_short_upcoming/slight left.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/slight left.json +++ b/test/fixtures/v5/arrive_short_upcoming/slight left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/slight right.json b/test/fixtures/v5/arrive_short_upcoming/slight right.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/slight right.json +++ b/test/fixtures/v5/arrive_short_upcoming/slight right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_short_upcoming/straight.json b/test/fixtures/v5/arrive_short_upcoming/straight.json index 3695e182b..1c1ae059c 100644 --- a/test/fixtures/v5/arrive_short_upcoming/straight.json +++ b/test/fixtures/v5/arrive_short_upcoming/straight.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы скоро прибудете", "sv": "Du är snart framme", diff --git a/test/fixtures/v5/arrive_upcoming/left.json b/test/fixtures/v5/arrive_upcoming/left.json index 025985540..ae89502e7 100644 --- a/test/fixtures/v5/arrive_upcoming/left.json +++ b/test/fixtures/v5/arrive_upcoming/left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd. De {nth} bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego {nth}, po lewej stronie", "pt-BR": "Você chegou ao seu {nth} destino, à esquerda", + "pt-PT": "Está a chegar ao seu {nth} destino, à esquerda", "ro": "Ați ajuns la {nth} destinație, pe stânga", "ru": "Вы прибудете в {nth} пункт назначения, он будет слева", "sv": "Du är snart framme vid din {nth} destination, till vänster", diff --git a/test/fixtures/v5/arrive_upcoming/no_modifier.json b/test/fixtures/v5/arrive_upcoming/no_modifier.json index bdaa25703..5a4db6623 100644 --- a/test/fixtures/v5/arrive_upcoming/no_modifier.json +++ b/test/fixtures/v5/arrive_upcoming/no_modifier.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd op de {nth} bestemming.", "pl": "Dojechano do miejsca docelowego {nth}", "pt-BR": "Você chegou ao seu {nth} destino", + "pt-PT": "Está a chegar ao seu {nth} destino", "ro": "Ați ajuns la {nth} destinație", "ru": "Вы прибудете в {nth} пункт назначения", "sv": "Du är snart framme vid din {nth} destination", diff --git a/test/fixtures/v5/arrive_upcoming/right.json b/test/fixtures/v5/arrive_upcoming/right.json index 247973741..a6d0ef997 100644 --- a/test/fixtures/v5/arrive_upcoming/right.json +++ b/test/fixtures/v5/arrive_upcoming/right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd. De {nth} bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego {nth}, po prawej stronie", "pt-BR": "Você chegou ao seu {nth} destino, à direita", + "pt-PT": "Está a chegar ao seu {nth} destino, à direita", "ro": "Ați ajuns la {nth} destinație, pe dreapta", "ru": "Вы прибудете в {nth} пункт назначения, он будет справа", "sv": "Du är snart framme vid din {nth} destination, till höger", diff --git a/test/fixtures/v5/arrive_upcoming/sharp left.json b/test/fixtures/v5/arrive_upcoming/sharp left.json index 33ee861c9..8fdd2a746 100644 --- a/test/fixtures/v5/arrive_upcoming/sharp left.json +++ b/test/fixtures/v5/arrive_upcoming/sharp left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd. De {nth} bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego {nth}, po lewej stronie", "pt-BR": "Você chegou ao seu {nth} destino, à esquerda", + "pt-PT": "Está a chegar ao seu {nth} destino, à esquerda", "ro": "Ați ajuns la {nth} destinație, pe stânga", "ru": "Вы прибудете в {nth} пункт назначения, он будет слева сзади", "sv": "Du är snart framme vid din {nth} destination, till vänster", diff --git a/test/fixtures/v5/arrive_upcoming/sharp right.json b/test/fixtures/v5/arrive_upcoming/sharp right.json index 991f9ffe4..d5c6dbbd9 100644 --- a/test/fixtures/v5/arrive_upcoming/sharp right.json +++ b/test/fixtures/v5/arrive_upcoming/sharp right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd. De {nth} bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego {nth}, po prawej stronie", "pt-BR": "Você chegou ao seu {nth} destino, à direita", + "pt-PT": "Está a chegar ao seu {nth} destino, à direita", "ro": "Ați ajuns la {nth} destinație, pe dreapta", "ru": "Вы прибудете в {nth} пункт назначения, он будет справа сзади", "sv": "Du är snart framme vid din {nth} destination, till höger", diff --git a/test/fixtures/v5/arrive_upcoming/slight left.json b/test/fixtures/v5/arrive_upcoming/slight left.json index 2865c68f0..f72562a46 100644 --- a/test/fixtures/v5/arrive_upcoming/slight left.json +++ b/test/fixtures/v5/arrive_upcoming/slight left.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd. De {nth} bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego {nth}, po lewej stronie", "pt-BR": "Você chegou ao seu {nth} destino, à esquerda", + "pt-PT": "Está a chegar ao seu {nth} destino, à esquerda", "ro": "Ați ajuns la {nth} destinație, pe stânga", "ru": "Вы прибудете в {nth} пункт назначения, он будет слева впереди", "sv": "Du är snart framme vid din {nth} destination, till vänster", diff --git a/test/fixtures/v5/arrive_upcoming/slight right.json b/test/fixtures/v5/arrive_upcoming/slight right.json index 1001a645a..f51ec756f 100644 --- a/test/fixtures/v5/arrive_upcoming/slight right.json +++ b/test/fixtures/v5/arrive_upcoming/slight right.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd. De {nth} bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego {nth}, po prawej stronie", "pt-BR": "Você chegou ao seu {nth} destino, à direita", + "pt-PT": "Está a chegar ao seu {nth} destino, à direita", "ro": "Ați ajuns la {nth} destinație, pe dreapta", "ru": "Вы прибудете в {nth} пункт назначения, он будет справа впереди", "sv": "Du är snart framme vid din {nth} destination, till höger", diff --git a/test/fixtures/v5/arrive_upcoming/straight.json b/test/fixtures/v5/arrive_upcoming/straight.json index 5bac032d8..68050b2cf 100644 --- a/test/fixtures/v5/arrive_upcoming/straight.json +++ b/test/fixtures/v5/arrive_upcoming/straight.json @@ -13,6 +13,7 @@ "nl": "Je bent gearriveerd. De {nth} bestemming bevindt zich voor je.", "pl": "Dojechano do miejsca docelowego {nth} , prosto", "pt-BR": "Você chegou ao seu {nth} destino, em frente", + "pt-PT": "Está a chegar ao seu {nth} destino, em frente", "ro": "Ați ajuns la {nth} destinație, în față", "ru": "Вы прибудете в {nth} пункт назначения, он будет перед Вами", "sv": "Du är snart framme vid din {nth} destination, rakt fram", diff --git a/test/fixtures/v5/arrive_waypoint/left.json b/test/fixtures/v5/arrive_waypoint/left.json index adc6cf508..212192dac 100644 --- a/test/fixtures/v5/arrive_waypoint/left.json +++ b/test/fixtures/v5/arrive_waypoint/left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego 1., po lewej stronie", "pt-BR": "Você chegou ao seu 1º destino, à esquerda", + "pt-PT": "Chegou ao seu 1º destino, à esquerda", "ro": "Ați ajuns la prima destinație, pe stânga", "ru": "Вы прибыли в первый пункт назначения, он находится слева", "sv": "Du är framme vid din 1:a destination, till vänster", diff --git a/test/fixtures/v5/arrive_waypoint/no_modifier.json b/test/fixtures/v5/arrive_waypoint/no_modifier.json index 3a9dfd70d..36e412ba8 100644 --- a/test/fixtures/v5/arrive_waypoint/no_modifier.json +++ b/test/fixtures/v5/arrive_waypoint/no_modifier.json @@ -19,6 +19,7 @@ "nl": "Je bent gearriveerd op de 1e bestemming.", "pl": "Dojechano do miejsca docelowego 1.", "pt-BR": "Você chegou ao seu 1º destino", + "pt-PT": "Chegou ao seu 1º destino", "ro": "Ați ajuns la prima destinație", "ru": "Вы прибыли в первый пункт назначения", "sv": "Du är framme vid din 1:a destination", diff --git a/test/fixtures/v5/arrive_waypoint/right.json b/test/fixtures/v5/arrive_waypoint/right.json index 1e00b78bd..fee7f3d55 100644 --- a/test/fixtures/v5/arrive_waypoint/right.json +++ b/test/fixtures/v5/arrive_waypoint/right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego 1., po prawej stronie", "pt-BR": "Você chegou ao seu 1º destino, à direita", + "pt-PT": "Chegou ao seu 1º destino, à direita", "ro": "Ați ajuns la prima destinație, pe dreapta", "ru": "Вы прибыли в первый пункт назначения, он находится справа", "sv": "Du är framme vid din 1:a destination, till höger", diff --git a/test/fixtures/v5/arrive_waypoint/sharp_left.json b/test/fixtures/v5/arrive_waypoint/sharp_left.json index 268c205be..b207318e6 100644 --- a/test/fixtures/v5/arrive_waypoint/sharp_left.json +++ b/test/fixtures/v5/arrive_waypoint/sharp_left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego 1., po lewej stronie", "pt-BR": "Você chegou ao seu 1º destino, à esquerda", + "pt-PT": "Chegou ao seu 1º destino, à esquerda", "ro": "Ați ajuns la prima destinație, pe stânga", "ru": "Вы прибыли в первый пункт назначения, он находится слева сзади", "sv": "Du är framme vid din 1:a destination, till vänster", diff --git a/test/fixtures/v5/arrive_waypoint/sharp_right.json b/test/fixtures/v5/arrive_waypoint/sharp_right.json index 1b2eba3f5..6d5cb2522 100644 --- a/test/fixtures/v5/arrive_waypoint/sharp_right.json +++ b/test/fixtures/v5/arrive_waypoint/sharp_right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego 1., po prawej stronie", "pt-BR": "Você chegou ao seu 1º destino, à direita", + "pt-PT": "Chegou ao seu 1º destino, à direita", "ro": "Ați ajuns la prima destinație, pe dreapta", "ru": "Вы прибыли в первый пункт назначения, он находится справа сзади", "sv": "Du är framme vid din 1:a destination, till höger", diff --git a/test/fixtures/v5/arrive_waypoint/slight_left.json b/test/fixtures/v5/arrive_waypoint/slight_left.json index 2ff4f9877..74bbb0222 100644 --- a/test/fixtures/v5/arrive_waypoint/slight_left.json +++ b/test/fixtures/v5/arrive_waypoint/slight_left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego 1., po lewej stronie", "pt-BR": "Você chegou ao seu 1º destino, à esquerda", + "pt-PT": "Chegou ao seu 1º destino, à esquerda", "ro": "Ați ajuns la prima destinație, pe stânga", "ru": "Вы прибыли в первый пункт назначения, он находится слева впереди", "sv": "Du är framme vid din 1:a destination, till vänster", diff --git a/test/fixtures/v5/arrive_waypoint/slight_right.json b/test/fixtures/v5/arrive_waypoint/slight_right.json index aca44c1af..51d3b005a 100644 --- a/test/fixtures/v5/arrive_waypoint/slight_right.json +++ b/test/fixtures/v5/arrive_waypoint/slight_right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego 1., po prawej stronie", "pt-BR": "Você chegou ao seu 1º destino, à direita", + "pt-PT": "Chegou ao seu 1º destino, à direita", "ro": "Ați ajuns la prima destinație, pe dreapta", "ru": "Вы прибыли в первый пункт назначения, он находится справа впереди", "sv": "Du är framme vid din 1:a destination, till höger", diff --git a/test/fixtures/v5/arrive_waypoint/straight.json b/test/fixtures/v5/arrive_waypoint/straight.json index 8b25b48ea..f64b965c3 100644 --- a/test/fixtures/v5/arrive_waypoint/straight.json +++ b/test/fixtures/v5/arrive_waypoint/straight.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De 1e bestemming bevindt zich voor je.", "pl": "Dojechano do miejsca docelowego 1. , prosto", "pt-BR": "Você chegou ao seu 1º destino, em frente", + "pt-PT": "Chegou ao seu 1º destino, em frente", "ro": "Ați ajuns la prima destinație, în față", "ru": "Вы прибыли в первый пункт назначения, он находится перед Вами", "sv": "Du är framme vid din 1:a destination, rakt fram", diff --git a/test/fixtures/v5/arrive_waypoint/uturn.json b/test/fixtures/v5/arrive_waypoint/uturn.json index e0c97827b..a208b7962 100644 --- a/test/fixtures/v5/arrive_waypoint/uturn.json +++ b/test/fixtures/v5/arrive_waypoint/uturn.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd op de 1e bestemming.", "pl": "Dojechano do miejsca docelowego 1.", "pt-BR": "Você chegou ao seu 1º destino", + "pt-PT": "Chegou ao seu 1º destino", "ro": "Ați ajuns la prima destinație", "ru": "Вы прибыли в первый пункт назначения", "sv": "Du är framme vid din 1:a destination", diff --git a/test/fixtures/v5/arrive_waypoint_last/left.json b/test/fixtures/v5/arrive_waypoint_last/left.json index 57398b0d4..dbc30235c 100644 --- a/test/fixtures/v5/arrive_waypoint_last/left.json +++ b/test/fixtures/v5/arrive_waypoint_last/left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "pt-BR": "Você chegou ao seu destino, à esquerda", + "pt-PT": "Chegou ao seu destino, à esquerda", "ro": "Ați ajuns la destinație, pe stânga", "ru": "Вы прибыли в пункт назначения, он находится слева", "sv": "Du är framme vid din destination, till vänster", diff --git a/test/fixtures/v5/arrive_waypoint_last/no_modifier.json b/test/fixtures/v5/arrive_waypoint_last/no_modifier.json index 99baa009b..e85a1b039 100644 --- a/test/fixtures/v5/arrive_waypoint_last/no_modifier.json +++ b/test/fixtures/v5/arrive_waypoint_last/no_modifier.json @@ -19,6 +19,7 @@ "nl": "Je bent gearriveerd op de bestemming.", "pl": "Dojechano do miejsca docelowego ", "pt-BR": "Você chegou ao seu destino", + "pt-PT": "Chegou ao seu destino", "ro": "Ați ajuns la destinație", "ru": "Вы прибыли в пункт назначения", "sv": "Du är framme vid din destination", diff --git a/test/fixtures/v5/arrive_waypoint_last/right.json b/test/fixtures/v5/arrive_waypoint_last/right.json index 7287774eb..06c0b6f3c 100644 --- a/test/fixtures/v5/arrive_waypoint_last/right.json +++ b/test/fixtures/v5/arrive_waypoint_last/right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "pt-BR": "Você chegou ao seu destino, à direita", + "pt-PT": "Chegou ao seu destino, à direita", "ro": "Ați ajuns la destinație, pe dreapta", "ru": "Вы прибыли в пункт назначения, он находится справа", "sv": "Du är framme vid din destination, till höger", diff --git a/test/fixtures/v5/arrive_waypoint_last/sharp_left.json b/test/fixtures/v5/arrive_waypoint_last/sharp_left.json index 591e4dcbb..667157d71 100644 --- a/test/fixtures/v5/arrive_waypoint_last/sharp_left.json +++ b/test/fixtures/v5/arrive_waypoint_last/sharp_left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "pt-BR": "Você chegou ao seu destino, à esquerda", + "pt-PT": "Chegou ao seu destino, à esquerda", "ro": "Ați ajuns la destinație, pe stânga", "ru": "Вы прибыли в пункт назначения, он находится слева сзади", "sv": "Du är framme vid din destination, till vänster", diff --git a/test/fixtures/v5/arrive_waypoint_last/sharp_right.json b/test/fixtures/v5/arrive_waypoint_last/sharp_right.json index 854ccad39..53eafe297 100644 --- a/test/fixtures/v5/arrive_waypoint_last/sharp_right.json +++ b/test/fixtures/v5/arrive_waypoint_last/sharp_right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "pt-BR": "Você chegou ao seu destino, à direita", + "pt-PT": "Chegou ao seu destino, à direita", "ro": "Ați ajuns la destinație, pe dreapta", "ru": "Вы прибыли в пункт назначения, он находится справа сзади", "sv": "Du är framme vid din destination, till höger", diff --git a/test/fixtures/v5/arrive_waypoint_last/slight_left.json b/test/fixtures/v5/arrive_waypoint_last/slight_left.json index ea5b7e270..887a56d3d 100644 --- a/test/fixtures/v5/arrive_waypoint_last/slight_left.json +++ b/test/fixtures/v5/arrive_waypoint_last/slight_left.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich links.", "pl": "Dojechano do miejsca docelowego , po lewej stronie", "pt-BR": "Você chegou ao seu destino, à esquerda", + "pt-PT": "Chegou ao seu destino, à esquerda", "ro": "Ați ajuns la destinație, pe stânga", "ru": "Вы прибыли в пункт назначения, он находится слева впереди", "sv": "Du är framme vid din destination, till vänster", diff --git a/test/fixtures/v5/arrive_waypoint_last/slight_right.json b/test/fixtures/v5/arrive_waypoint_last/slight_right.json index 7bd6609b1..0c8048389 100644 --- a/test/fixtures/v5/arrive_waypoint_last/slight_right.json +++ b/test/fixtures/v5/arrive_waypoint_last/slight_right.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.", "pl": "Dojechano do miejsca docelowego , po prawej stronie", "pt-BR": "Você chegou ao seu destino, à direita", + "pt-PT": "Chegou ao seu destino, à direita", "ro": "Ați ajuns la destinație, pe dreapta", "ru": "Вы прибыли в пункт назначения, он находится справа впереди", "sv": "Du är framme vid din destination, till höger", diff --git a/test/fixtures/v5/arrive_waypoint_last/straight.json b/test/fixtures/v5/arrive_waypoint_last/straight.json index 157e47342..e9e1396b1 100644 --- a/test/fixtures/v5/arrive_waypoint_last/straight.json +++ b/test/fixtures/v5/arrive_waypoint_last/straight.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd. De bestemming bevindt zich voor je.", "pl": "Dojechano do miejsca docelowego , prosto", "pt-BR": "Você chegou ao seu destino, em frente", + "pt-PT": "Chegou ao seu destino, em frente", "ro": "Ați ajuns la destinație, în față", "ru": "Вы прибыли в пункт назначения, он находится перед Вами", "sv": "Du är framme vid din destination, rakt fram", diff --git a/test/fixtures/v5/arrive_waypoint_last/uturn.json b/test/fixtures/v5/arrive_waypoint_last/uturn.json index 5522a6652..b74455c41 100644 --- a/test/fixtures/v5/arrive_waypoint_last/uturn.json +++ b/test/fixtures/v5/arrive_waypoint_last/uturn.json @@ -20,6 +20,7 @@ "nl": "Je bent gearriveerd op de bestemming.", "pl": "Dojechano do miejsca docelowego ", "pt-BR": "Você chegou ao seu destino", + "pt-PT": "Chegou ao seu destino", "ro": "Ați ajuns la destinație", "ru": "Вы прибыли в пункт назначения", "sv": "Du är framme vid din destination", diff --git a/test/fixtures/v5/continue/left_default.json b/test/fixtures/v5/continue/left_default.json index 3db0c7e94..ef4725633 100644 --- a/test/fixtures/v5/continue/left_default.json +++ b/test/fixtures/v5/continue/left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links", "pl": "Skręć lewo", "pt-BR": "Vire à esquerda", + "pt-PT": "Vire à esquerda", "ro": "Virează stânga", "ru": "Двигайтесь налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/continue/left_destination.json b/test/fixtures/v5/continue/left_destination.json index 26cb80d0b..1695d4f36 100644 --- a/test/fixtures/v5/continue/left_destination.json +++ b/test/fixtures/v5/continue/left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć lewo w kierunku Destination 1", "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/continue/left_exit.json b/test/fixtures/v5/continue/left_exit.json index 959c06583..3553c9fe8 100644 --- a/test/fixtures/v5/continue/left_exit.json +++ b/test/fixtures/v5/continue/left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć lewo na Way Name", "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Двигайтесь налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/continue/left_exit_destination.json b/test/fixtures/v5/continue/left_exit_destination.json index de0f4e4f5..c4c1dad20 100644 --- a/test/fixtures/v5/continue/left_exit_destination.json +++ b/test/fixtures/v5/continue/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć lewo w kierunku Destination 1", "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/continue/left_name.json b/test/fixtures/v5/continue/left_name.json index 3d0177392..da8924909 100644 --- a/test/fixtures/v5/continue/left_name.json +++ b/test/fixtures/v5/continue/left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć w lewo, aby pozostać na Way Name", "pt-BR": "Vire à esquerda para manter-se na Way Name", + "pt-PT": "Vire à esquerda para se manter em Way Name", "ro": "Virați stânga pe Way Name", "ru": "Двигайтесь налево по Way Name", "sv": "Sväng vänster och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/right_default.json b/test/fixtures/v5/continue/right_default.json index be9f8ae3d..df81c31c0 100644 --- a/test/fixtures/v5/continue/right_default.json +++ b/test/fixtures/v5/continue/right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts", "pl": "Skręć prawo", "pt-BR": "Vire à direita", + "pt-PT": "Vire à direita", "ro": "Virează dreapta", "ru": "Двигайтесь направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/continue/right_destination.json b/test/fixtures/v5/continue/right_destination.json index e1805a454..612e0703b 100644 --- a/test/fixtures/v5/continue/right_destination.json +++ b/test/fixtures/v5/continue/right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć prawo w kierunku Destination 1", "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/continue/right_exit.json b/test/fixtures/v5/continue/right_exit.json index d27ef4839..5c6bd2286 100644 --- a/test/fixtures/v5/continue/right_exit.json +++ b/test/fixtures/v5/continue/right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć prawo na Way Name", "pt-BR": "Vire à direita em Way Name", + "pt-PT": "Vire à direita para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Двигайтесь направо на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/continue/right_exit_destination.json b/test/fixtures/v5/continue/right_exit_destination.json index bdb5041a0..aeafa2dbd 100644 --- a/test/fixtures/v5/continue/right_exit_destination.json +++ b/test/fixtures/v5/continue/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć prawo w kierunku Destination 1", "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/continue/right_name.json b/test/fixtures/v5/continue/right_name.json index 40b251809..bbe8b8356 100644 --- a/test/fixtures/v5/continue/right_name.json +++ b/test/fixtures/v5/continue/right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć w prawo, aby pozostać na Way Name", "pt-BR": "Vire à direita para manter-se na Way Name", + "pt-PT": "Vire à direita para se manter em Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Двигайтесь направо по Way Name", "sv": "Sväng höger och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/sharp_left_default.json b/test/fixtures/v5/continue/sharp_left_default.json index 0a84e928e..cc2c39b2c 100644 --- a/test/fixtures/v5/continue/sharp_left_default.json +++ b/test/fixtures/v5/continue/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Linksaf", "pl": "Skręć ostro w lewo", "pt-BR": "Faça uma curva fechada a esquerda", + "pt-PT": "Vire acentuadamente à esquerda", "ro": "Virați brusc stânga", "ru": "Резко поверните налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/continue/sharp_left_destination.json b/test/fixtures/v5/continue/sharp_left_destination.json index d2fcb6c1c..cc9250c35 100644 --- a/test/fixtures/v5/continue/sharp_left_destination.json +++ b/test/fixtures/v5/continue/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada a esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Резко поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/continue/sharp_left_exit.json b/test/fixtures/v5/continue/sharp_left_exit.json index 698aaf627..69e046698 100644 --- a/test/fixtures/v5/continue/sharp_left_exit.json +++ b/test/fixtures/v5/continue/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Make a sharp left to stay on Way Name", "pl": "Skręć w lewo w ostry zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva fechada a esquerda para manter-se na Way Name", + "pt-PT": "Vire acentuadamente à esquerda para se manter em Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Резко поверните налево на Way Name", "sv": "Sväng vänster och fortsätt på 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 e36167ebe..d20c09c95 100644 --- a/test/fixtures/v5/continue/sharp_left_exit_destination.json +++ b/test/fixtures/v5/continue/sharp_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada a esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Резко поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/continue/sharp_left_name.json b/test/fixtures/v5/continue/sharp_left_name.json index c0bfabc04..f1bd1fcb0 100644 --- a/test/fixtures/v5/continue/sharp_left_name.json +++ b/test/fixtures/v5/continue/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Make a sharp left to stay on Way Name", "pl": "Skręć w lewo w ostry zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva fechada a esquerda para manter-se na Way Name", + "pt-PT": "Vire acentuadamente à esquerda para se manter em Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Резко поверните налево на Way Name", "sv": "Sväng vänster och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/sharp_right_default.json b/test/fixtures/v5/continue/sharp_right_default.json index 33f307c9f..13e541083 100644 --- a/test/fixtures/v5/continue/sharp_right_default.json +++ b/test/fixtures/v5/continue/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Rechtsaf", "pl": "Skręć ostro w prawo", "pt-BR": "Faça uma curva fechada a direita", + "pt-PT": "Vire acentuadamente à direita", "ro": "Virați brusc dreapta", "ru": "Резко поверните направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/continue/sharp_right_destination.json b/test/fixtures/v5/continue/sharp_right_destination.json index c9cee579a..d62b1caf4 100644 --- a/test/fixtures/v5/continue/sharp_right_destination.json +++ b/test/fixtures/v5/continue/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada a direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Резко поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/continue/sharp_right_exit.json b/test/fixtures/v5/continue/sharp_right_exit.json index 3c27f1689..b5887479f 100644 --- a/test/fixtures/v5/continue/sharp_right_exit.json +++ b/test/fixtures/v5/continue/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Make a sharp right to stay on Way Name", "pl": "Skręć w prawo w ostry zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva fechada a direita para manter-se na Way Name", + "pt-PT": "Vire acentuadamente à direita para se manter em Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Резко поверните направо на Way Name", "sv": "Sväng höger och fortsätt på 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 081528fca..8991edf4c 100644 --- a/test/fixtures/v5/continue/sharp_right_exit_destination.json +++ b/test/fixtures/v5/continue/sharp_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada a direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Резко поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/continue/sharp_right_name.json b/test/fixtures/v5/continue/sharp_right_name.json index 32cc50de3..70b68b7ee 100644 --- a/test/fixtures/v5/continue/sharp_right_name.json +++ b/test/fixtures/v5/continue/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Make a sharp right to stay on Way Name", "pl": "Skręć w prawo w ostry zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva fechada a direita para manter-se na Way Name", + "pt-PT": "Vire acentuadamente à direita para se manter em Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Резко поверните направо на Way Name", "sv": "Sväng höger och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/slight_left_default.json b/test/fixtures/v5/continue/slight_left_default.json index d69bca458..f1a6e6d00 100644 --- a/test/fixtures/v5/continue/slight_left_default.json +++ b/test/fixtures/v5/continue/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Links aanhouden", "pl": "Skręć w lewo w łagodny zakręt", "pt-BR": "Faça uma curva suave a esquerda", + "pt-PT": "Vire ligeiramente à esquerda", "ro": "Virați ușor stânga", "ru": "Плавно поверните налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/continue/slight_left_destination.json b/test/fixtures/v5/continue/slight_left_destination.json index 060f6fdb9..d477ab70d 100644 --- a/test/fixtures/v5/continue/slight_left_destination.json +++ b/test/fixtures/v5/continue/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Links aanhouden richting Destination 1", "pl": "Skręć w lewo w łagodny zakręt na Destination 1", "pt-BR": "Faça uma curva suave a esquerda em direção a Destination 1", + "pt-PT": "Vire ligeiramente à esquerda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Плавно поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/continue/slight_left_exit.json b/test/fixtures/v5/continue/slight_left_exit.json index 11a38b5b9..39a8ffa43 100644 --- a/test/fixtures/v5/continue/slight_left_exit.json +++ b/test/fixtures/v5/continue/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Links aanhouden naar Way Name", "pl": "Skręć w lewo w łagodny zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva suave a esquerda para manter-se na Way Name", + "pt-PT": "Vire ligeiramente à esquerda para se manter em Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Плавно поверните налево на Way Name", "sv": "Sväng vänster och fortsätt på 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 6e0416ac1..3af05efea 100644 --- a/test/fixtures/v5/continue/slight_left_exit_destination.json +++ b/test/fixtures/v5/continue/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Links aanhouden richting Destination 1", "pl": "Skręć w lewo w łagodny zakręt na Destination 1", "pt-BR": "Faça uma curva suave a esquerda em direção a Destination 1", + "pt-PT": "Vire ligeiramente à esquerda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Плавно поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/continue/slight_left_name.json b/test/fixtures/v5/continue/slight_left_name.json index 7eae608f1..c4c5664b5 100644 --- a/test/fixtures/v5/continue/slight_left_name.json +++ b/test/fixtures/v5/continue/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Links aanhouden naar Way Name", "pl": "Skręć w lewo w łagodny zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva suave a esquerda para manter-se na Way Name", + "pt-PT": "Vire ligeiramente à esquerda para se manter em Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Плавно поверните налево на Way Name", "sv": "Sväng vänster och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/slight_right_default.json b/test/fixtures/v5/continue/slight_right_default.json index 36b440eb2..1b1acda54 100644 --- a/test/fixtures/v5/continue/slight_right_default.json +++ b/test/fixtures/v5/continue/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden", "pl": "Skręć w prawo w łagodny zakręt", "pt-BR": "Faça uma curva suave a direita", + "pt-PT": "Vire ligeiramente à direita", "ro": "Virați ușor dreapta", "ru": "Плавно поверните направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/continue/slight_right_destination.json b/test/fixtures/v5/continue/slight_right_destination.json index ffe533c62..0240c3997 100644 --- a/test/fixtures/v5/continue/slight_right_destination.json +++ b/test/fixtures/v5/continue/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Rechts aanhouden richting Destination 1", "pl": "Skręć w prawo w łagodny zakręt na Destination 1", "pt-BR": "Faça uma curva suave a direita em direção a Destination 1", + "pt-PT": "Vire ligeiramente à direita em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Плавно поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/continue/slight_right_exit.json b/test/fixtures/v5/continue/slight_right_exit.json index be92027ae..b590f7900 100644 --- a/test/fixtures/v5/continue/slight_right_exit.json +++ b/test/fixtures/v5/continue/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Rechts aanhouden naar Way Name", "pl": "Skręć w prawo w łagodny zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva suave a direita para manter-se na Way Name", + "pt-PT": "Vire ligeiramente à direita para se manter em Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Плавно поверните направо на Way Name", "sv": "Sväng höger och fortsätt på 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 9943dbe05..7e700e1a2 100644 --- a/test/fixtures/v5/continue/slight_right_exit_destination.json +++ b/test/fixtures/v5/continue/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Rechts aanhouden richting Destination 1", "pl": "Skręć w prawo w łagodny zakręt na Destination 1", "pt-BR": "Faça uma curva suave a direita em direção a Destination 1", + "pt-PT": "Vire ligeiramente à direita em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Плавно поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/continue/slight_right_name.json b/test/fixtures/v5/continue/slight_right_name.json index 8c2740840..5b9c570ce 100644 --- a/test/fixtures/v5/continue/slight_right_name.json +++ b/test/fixtures/v5/continue/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden naar Way Name", "pl": "Skręć w prawo w łagodny zakręt, aby pozostać na Way Name", "pt-BR": "Faça uma curva suave a direita para manter-se na Way Name", + "pt-PT": "Vire ligeiramente à direita para se manter em Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Плавно поверните направо на Way Name", "sv": "Sväng höger och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/straight_default.json b/test/fixtures/v5/continue/straight_default.json index 37b4d46a0..72f9f97fb 100644 --- a/test/fixtures/v5/continue/straight_default.json +++ b/test/fixtures/v5/continue/straight_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor", "pl": "Kontynuuj prosto", "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "Mergeți înainte", "ru": "Двигайтесь прямо", "sv": "Fortsätt rakt fram", diff --git a/test/fixtures/v5/continue/straight_destination.json b/test/fixtures/v5/continue/straight_destination.json index a617a1a3e..eacf95c16 100644 --- a/test/fixtures/v5/continue/straight_destination.json +++ b/test/fixtures/v5/continue/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj w kierunku Destination 1", "pt-BR": "Continue em direção à Destination 1", + "pt-PT": "Continue em direção a Destination 1", "ro": "Continuați spre Destination 1", "ru": "Продолжите движение в направлении Destination 1", "sv": "Fortsätt mot Destination 1", diff --git a/test/fixtures/v5/continue/straight_exit.json b/test/fixtures/v5/continue/straight_exit.json index 526bd777f..1844c213f 100644 --- a/test/fixtures/v5/continue/straight_exit.json +++ b/test/fixtures/v5/continue/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź dalej prosto, aby pozostać na Way Name", "pt-BR": "Continue em frente para manter-se na Way Name", + "pt-PT": "Continue em frente para se manter em Way Name", "ro": "Continuați înainte pe Way Name", "ru": "Продолжите движение по Way Name", "sv": "Kör rakt fram och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/straight_exit_destination.json b/test/fixtures/v5/continue/straight_exit_destination.json index 28cea6167..b31d3eadb 100644 --- a/test/fixtures/v5/continue/straight_exit_destination.json +++ b/test/fixtures/v5/continue/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj w kierunku Destination 1", "pt-BR": "Continue em direção à Destination 1", + "pt-PT": "Continue em direção a Destination 1", "ro": "Continuați spre Destination 1", "ru": "Продолжите движение в направлении Destination 1", "sv": "Fortsätt mot Destination 1", diff --git a/test/fixtures/v5/continue/straight_name.json b/test/fixtures/v5/continue/straight_name.json index 0f2b0ee78..e3cba9861 100644 --- a/test/fixtures/v5/continue/straight_name.json +++ b/test/fixtures/v5/continue/straight_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź dalej prosto, aby pozostać na Way Name", "pt-BR": "Continue em frente para manter-se na Way Name", + "pt-PT": "Continue em frente para se manter em Way Name", "ro": "Continuați înainte pe Way Name", "ru": "Продолжите движение по Way Name", "sv": "Kör rakt fram och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/uturn_default.json b/test/fixtures/v5/continue/uturn_default.json index f4f2deb2e..bf05ad965 100644 --- a/test/fixtures/v5/continue/uturn_default.json +++ b/test/fixtures/v5/continue/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Keer om", "pl": "Zawróć", "pt-BR": "Faça o retorno", + "pt-PT": "Faça inversão de marcha", "ro": "Întoarceți-vă", "ru": "Развернитесь", "sv": "Gör en U-sväng", diff --git a/test/fixtures/v5/continue/uturn_destination.json b/test/fixtures/v5/continue/uturn_destination.json index 2ee9f4553..85b03783b 100644 --- a/test/fixtures/v5/continue/uturn_destination.json +++ b/test/fixtures/v5/continue/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/continue/uturn_exit.json b/test/fixtures/v5/continue/uturn_exit.json index bb648f510..143c66e98 100644 --- a/test/fixtures/v5/continue/uturn_exit.json +++ b/test/fixtures/v5/continue/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć i jedź dalej Way Name", "pt-BR": "Faça o retorno e continue em Way Name", + "pt-PT": "Faça inversão de marcha e continue em Way Name", "ro": "Întoarceți-vă și continuați pe Way Name", "ru": "Развернитесь и продолжите движение по Way Name", "sv": "Gör en U-sväng och fortsätt på Way Name", diff --git a/test/fixtures/v5/continue/uturn_exit_destination.json b/test/fixtures/v5/continue/uturn_exit_destination.json index f81c36399..f4de8c365 100644 --- a/test/fixtures/v5/continue/uturn_exit_destination.json +++ b/test/fixtures/v5/continue/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/continue/uturn_name.json b/test/fixtures/v5/continue/uturn_name.json index 6fa439d6f..34beff7cb 100644 --- a/test/fixtures/v5/continue/uturn_name.json +++ b/test/fixtures/v5/continue/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć i jedź dalej Way Name", "pt-BR": "Faça o retorno e continue em Way Name", + "pt-PT": "Faça inversão de marcha e continue em Way Name", "ro": "Întoarceți-vă și continuați pe Way Name", "ru": "Развернитесь и продолжите движение по Way Name", "sv": "Gör en U-sväng och fortsätt på Way Name", diff --git a/test/fixtures/v5/depart/east_110.json b/test/fixtures/v5/depart/east_110.json index 86e31e8a5..b58ab8c9d 100644 --- a/test/fixtures/v5/depart/east_110.json +++ b/test/fixtures/v5/depart/east_110.json @@ -20,6 +20,7 @@ "nl": "Vertrek in oostelijke richting", "pl": "Kieruj się wschód", "pt-BR": "Siga leste", + "pt-PT": "Dirija-se para este", "ro": "Mergeți est", "ru": "Двигайтесь в восточном направлении", "sv": "Kör åt öster", diff --git a/test/fixtures/v5/depart/east_70.json b/test/fixtures/v5/depart/east_70.json index 3196689d7..28ad23683 100644 --- a/test/fixtures/v5/depart/east_70.json +++ b/test/fixtures/v5/depart/east_70.json @@ -20,6 +20,7 @@ "nl": "Vertrek in oostelijke richting", "pl": "Kieruj się wschód", "pt-BR": "Siga leste", + "pt-PT": "Dirija-se para este", "ro": "Mergeți est", "ru": "Двигайтесь в восточном направлении", "sv": "Kör åt öster", diff --git a/test/fixtures/v5/depart/modifier_default.json b/test/fixtures/v5/depart/modifier_default.json index e65acee4b..b49f06a53 100644 --- a/test/fixtures/v5/depart/modifier_default.json +++ b/test/fixtures/v5/depart/modifier_default.json @@ -21,6 +21,7 @@ "nl": "Vertrek in noordelijke richting", "pl": "Kieruj się północ", "pt-BR": "Siga norte", + "pt-PT": "Dirija-se para norte", "ro": "Mergeți nord", "ru": "Двигайтесь в северном направлении", "sv": "Kör åt norr", diff --git a/test/fixtures/v5/depart/modifier_destination.json b/test/fixtures/v5/depart/modifier_destination.json index 054939510..7a243c458 100644 --- a/test/fixtures/v5/depart/modifier_destination.json +++ b/test/fixtures/v5/depart/modifier_destination.json @@ -22,6 +22,7 @@ "nl": "Neem Way Name in noordelijke richting", "pl": "Kieruj się północ na Way Name", "pt-BR": "Siga norte em Way Name", + "pt-PT": "Dirija-se para norte em Way Name", "ro": "Mergeți nord pe Way Name", "ru": "Двигайтесь в северном направлении по Way Name", "sv": "Kör åt norr på Way Name", diff --git a/test/fixtures/v5/depart/modifier_exit.json b/test/fixtures/v5/depart/modifier_exit.json index fa933b19e..9931097d7 100644 --- a/test/fixtures/v5/depart/modifier_exit.json +++ b/test/fixtures/v5/depart/modifier_exit.json @@ -22,6 +22,7 @@ "nl": "Neem Way Name in noordelijke richting", "pl": "Kieruj się północ na Way Name", "pt-BR": "Siga norte em Way Name", + "pt-PT": "Dirija-se para norte em Way Name", "ro": "Mergeți nord pe Way Name", "ru": "Двигайтесь в северном направлении по Way Name", "sv": "Kör åt norr på Way Name", diff --git a/test/fixtures/v5/depart/modifier_exit_destination.json b/test/fixtures/v5/depart/modifier_exit_destination.json index b844cc97e..a84903e20 100644 --- a/test/fixtures/v5/depart/modifier_exit_destination.json +++ b/test/fixtures/v5/depart/modifier_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem Way Name in noordelijke richting", "pl": "Kieruj się północ na Way Name", "pt-BR": "Siga norte em Way Name", + "pt-PT": "Dirija-se para norte em Way Name", "ro": "Mergeți nord pe Way Name", "ru": "Двигайтесь в северном направлении по Way Name", "sv": "Kör åt norr på Way Name", diff --git a/test/fixtures/v5/depart/modifier_name.json b/test/fixtures/v5/depart/modifier_name.json index 4a5549eb3..8815b08af 100644 --- a/test/fixtures/v5/depart/modifier_name.json +++ b/test/fixtures/v5/depart/modifier_name.json @@ -21,6 +21,7 @@ "nl": "Neem Way Name in noordelijke richting", "pl": "Kieruj się północ na Way Name", "pt-BR": "Siga norte em Way Name", + "pt-PT": "Dirija-se para norte em Way Name", "ro": "Mergeți nord pe Way Name", "ru": "Двигайтесь в северном направлении по Way Name", "sv": "Kör åt norr på Way Name", diff --git a/test/fixtures/v5/depart/north_20.json b/test/fixtures/v5/depart/north_20.json index 5b1ee76a7..14c2e7418 100644 --- a/test/fixtures/v5/depart/north_20.json +++ b/test/fixtures/v5/depart/north_20.json @@ -20,6 +20,7 @@ "nl": "Vertrek in noordelijke richting", "pl": "Kieruj się północ", "pt-BR": "Siga norte", + "pt-PT": "Dirija-se para norte", "ro": "Mergeți nord", "ru": "Двигайтесь в северном направлении", "sv": "Kör åt norr", diff --git a/test/fixtures/v5/depart/north_340.json b/test/fixtures/v5/depart/north_340.json index dbc5bb9a5..acbae71de 100644 --- a/test/fixtures/v5/depart/north_340.json +++ b/test/fixtures/v5/depart/north_340.json @@ -20,6 +20,7 @@ "nl": "Vertrek in noordelijke richting", "pl": "Kieruj się północ", "pt-BR": "Siga norte", + "pt-PT": "Dirija-se para norte", "ro": "Mergeți nord", "ru": "Двигайтесь в северном направлении", "sv": "Kör åt norr", diff --git a/test/fixtures/v5/depart/northeast_21.json b/test/fixtures/v5/depart/northeast_21.json index e1fcfc074..cb80d9c65 100644 --- a/test/fixtures/v5/depart/northeast_21.json +++ b/test/fixtures/v5/depart/northeast_21.json @@ -20,6 +20,7 @@ "nl": "Vertrek in noordoostelijke richting", "pl": "Kieruj się północny wschód", "pt-BR": "Siga nordeste", + "pt-PT": "Dirija-se para nordeste", "ro": "Mergeți nord-est", "ru": "Двигайтесь в северо-восточном направлении", "sv": "Kör åt nordost", diff --git a/test/fixtures/v5/depart/northeast_69.json b/test/fixtures/v5/depart/northeast_69.json index cd8541678..0157fe062 100644 --- a/test/fixtures/v5/depart/northeast_69.json +++ b/test/fixtures/v5/depart/northeast_69.json @@ -20,6 +20,7 @@ "nl": "Vertrek in noordoostelijke richting", "pl": "Kieruj się północny wschód", "pt-BR": "Siga nordeste", + "pt-PT": "Dirija-se para nordeste", "ro": "Mergeți nord-est", "ru": "Двигайтесь в северо-восточном направлении", "sv": "Kör åt nordost", diff --git a/test/fixtures/v5/depart/northwest_291.json b/test/fixtures/v5/depart/northwest_291.json index ed53ea295..1b42bc141 100644 --- a/test/fixtures/v5/depart/northwest_291.json +++ b/test/fixtures/v5/depart/northwest_291.json @@ -20,6 +20,7 @@ "nl": "Vertrek in noordwestelijke richting", "pl": "Kieruj się północny zachód", "pt-BR": "Siga noroeste", + "pt-PT": "Dirija-se para noroeste", "ro": "Mergeți nord-vest", "ru": "Двигайтесь в северо-западном направлении", "sv": "Kör åt nordväst", diff --git a/test/fixtures/v5/depart/northwest_339.json b/test/fixtures/v5/depart/northwest_339.json index 0a787a18f..93c2894ae 100644 --- a/test/fixtures/v5/depart/northwest_339.json +++ b/test/fixtures/v5/depart/northwest_339.json @@ -20,6 +20,7 @@ "nl": "Vertrek in noordwestelijke richting", "pl": "Kieruj się północny zachód", "pt-BR": "Siga noroeste", + "pt-PT": "Dirija-se para noroeste", "ro": "Mergeți nord-vest", "ru": "Двигайтесь в северо-западном направлении", "sv": "Kör åt nordväst", diff --git a/test/fixtures/v5/depart/south_160.json b/test/fixtures/v5/depart/south_160.json index f07183cb2..fb0f65cef 100644 --- a/test/fixtures/v5/depart/south_160.json +++ b/test/fixtures/v5/depart/south_160.json @@ -20,6 +20,7 @@ "nl": "Vertrek in zuidelijke richting", "pl": "Kieruj się południe", "pt-BR": "Siga sul", + "pt-PT": "Dirija-se para sul", "ro": "Mergeți sud", "ru": "Двигайтесь в южном направлении", "sv": "Kör åt söder", diff --git a/test/fixtures/v5/depart/south_200.json b/test/fixtures/v5/depart/south_200.json index 2467c0464..b3cafd9a1 100644 --- a/test/fixtures/v5/depart/south_200.json +++ b/test/fixtures/v5/depart/south_200.json @@ -20,6 +20,7 @@ "nl": "Vertrek in zuidelijke richting", "pl": "Kieruj się południe", "pt-BR": "Siga sul", + "pt-PT": "Dirija-se para sul", "ro": "Mergeți sud", "ru": "Двигайтесь в южном направлении", "sv": "Kör åt söder", diff --git a/test/fixtures/v5/depart/southeast_111.json b/test/fixtures/v5/depart/southeast_111.json index 7b90ffb7b..6e268f3d9 100644 --- a/test/fixtures/v5/depart/southeast_111.json +++ b/test/fixtures/v5/depart/southeast_111.json @@ -20,6 +20,7 @@ "nl": "Vertrek in zuidoostelijke richting", "pl": "Kieruj się południowy wschód", "pt-BR": "Siga sudeste", + "pt-PT": "Dirija-se para sudeste", "ro": "Mergeți sud-est", "ru": "Двигайтесь в юго-восточном направлении", "sv": "Kör åt sydost", diff --git a/test/fixtures/v5/depart/southeast_159.json b/test/fixtures/v5/depart/southeast_159.json index 65c6d1940..573c9ef0a 100644 --- a/test/fixtures/v5/depart/southeast_159.json +++ b/test/fixtures/v5/depart/southeast_159.json @@ -20,6 +20,7 @@ "nl": "Vertrek in zuidoostelijke richting", "pl": "Kieruj się południowy wschód", "pt-BR": "Siga sudeste", + "pt-PT": "Dirija-se para sudeste", "ro": "Mergeți sud-est", "ru": "Двигайтесь в юго-восточном направлении", "sv": "Kör åt sydost", diff --git a/test/fixtures/v5/depart/southwest_201.json b/test/fixtures/v5/depart/southwest_201.json index eec6979f0..916d10e74 100644 --- a/test/fixtures/v5/depart/southwest_201.json +++ b/test/fixtures/v5/depart/southwest_201.json @@ -20,6 +20,7 @@ "nl": "Vertrek in zuidwestelijke richting", "pl": "Kieruj się południowy zachód", "pt-BR": "Siga sudoeste", + "pt-PT": "Dirija-se para sudoeste", "ro": "Mergeți sud-vest", "ru": "Двигайтесь в юго-западном направлении", "sv": "Kör åt sydväst", diff --git a/test/fixtures/v5/depart/southwest_249.json b/test/fixtures/v5/depart/southwest_249.json index f8de75908..7036299f6 100644 --- a/test/fixtures/v5/depart/southwest_249.json +++ b/test/fixtures/v5/depart/southwest_249.json @@ -20,6 +20,7 @@ "nl": "Vertrek in zuidwestelijke richting", "pl": "Kieruj się południowy zachód", "pt-BR": "Siga sudoeste", + "pt-PT": "Dirija-se para sudoeste", "ro": "Mergeți sud-vest", "ru": "Двигайтесь в юго-западном направлении", "sv": "Kör åt sydväst", diff --git a/test/fixtures/v5/depart/west_250.json b/test/fixtures/v5/depart/west_250.json index 7ab1f2b75..1e52d4d54 100644 --- a/test/fixtures/v5/depart/west_250.json +++ b/test/fixtures/v5/depart/west_250.json @@ -20,6 +20,7 @@ "nl": "Vertrek in westelijke richting", "pl": "Kieruj się zachód", "pt-BR": "Siga oeste", + "pt-PT": "Dirija-se para oeste", "ro": "Mergeți vest", "ru": "Двигайтесь в западном направлении", "sv": "Kör åt väster", diff --git a/test/fixtures/v5/depart/west_290.json b/test/fixtures/v5/depart/west_290.json index 59a1a5e0f..2e7a430a2 100644 --- a/test/fixtures/v5/depart/west_290.json +++ b/test/fixtures/v5/depart/west_290.json @@ -20,6 +20,7 @@ "nl": "Vertrek in westelijke richting", "pl": "Kieruj się zachód", "pt-BR": "Siga oeste", + "pt-PT": "Dirija-se para oeste", "ro": "Mergeți vest", "ru": "Двигайтесь в западном направлении", "sv": "Kör åt väster", diff --git a/test/fixtures/v5/end_of_road/left_default.json b/test/fixtures/v5/end_of_road/left_default.json index de628dffd..560b3b99a 100644 --- a/test/fixtures/v5/end_of_road/left_default.json +++ b/test/fixtures/v5/end_of_road/left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links", "pl": "Skręć lewo", "pt-BR": "Vire à esquerda", + "pt-PT": "Vire à esquerda", "ro": "Virați stânga", "ru": "Поверните налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/end_of_road/left_destination.json b/test/fixtures/v5/end_of_road/left_destination.json index 70af0dd44..bfc495d14 100644 --- a/test/fixtures/v5/end_of_road/left_destination.json +++ b/test/fixtures/v5/end_of_road/left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć lewo w kierunku Destination 1", "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/end_of_road/left_exit.json b/test/fixtures/v5/end_of_road/left_exit.json index 2ab875613..209ae22ef 100644 --- a/test/fixtures/v5/end_of_road/left_exit.json +++ b/test/fixtures/v5/end_of_road/left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć lewo na Way Name", "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/end_of_road/left_exit_destination.json b/test/fixtures/v5/end_of_road/left_exit_destination.json index e9cb3cea1..c5bdf2336 100644 --- a/test/fixtures/v5/end_of_road/left_exit_destination.json +++ b/test/fixtures/v5/end_of_road/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć lewo w kierunku Destination 1", "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/end_of_road/left_name.json b/test/fixtures/v5/end_of_road/left_name.json index cb0beaff8..1e4463b31 100644 --- a/test/fixtures/v5/end_of_road/left_name.json +++ b/test/fixtures/v5/end_of_road/left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć lewo na Way Name", "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/end_of_road/right_default.json b/test/fixtures/v5/end_of_road/right_default.json index 93476e043..0803a7d5c 100644 --- a/test/fixtures/v5/end_of_road/right_default.json +++ b/test/fixtures/v5/end_of_road/right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts", "pl": "Skręć prawo", "pt-BR": "Vire à direita", + "pt-PT": "Vire à direita", "ro": "Virați dreapta", "ru": "Поверните направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/end_of_road/right_destination.json b/test/fixtures/v5/end_of_road/right_destination.json index 2b76e7f49..f16a7a39a 100644 --- a/test/fixtures/v5/end_of_road/right_destination.json +++ b/test/fixtures/v5/end_of_road/right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć prawo w kierunku Destination 1", "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/end_of_road/right_exit.json b/test/fixtures/v5/end_of_road/right_exit.json index 796261277..b7e692dac 100644 --- a/test/fixtures/v5/end_of_road/right_exit.json +++ b/test/fixtures/v5/end_of_road/right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć prawo na Way Name", "pt-BR": "Vire à direita em Way Name", + "pt-PT": "Vire à direita para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Поверните направо на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/end_of_road/right_exit_destination.json b/test/fixtures/v5/end_of_road/right_exit_destination.json index 2f7549d05..d32ebf76e 100644 --- a/test/fixtures/v5/end_of_road/right_exit_destination.json +++ b/test/fixtures/v5/end_of_road/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć prawo w kierunku Destination 1", "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/end_of_road/right_name.json b/test/fixtures/v5/end_of_road/right_name.json index e8ab73ff3..829a2d4dc 100644 --- a/test/fixtures/v5/end_of_road/right_name.json +++ b/test/fixtures/v5/end_of_road/right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć prawo na Way Name", "pt-BR": "Vire à direita em Way Name", + "pt-PT": "Vire à direita para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Поверните направо на Way Name", "sv": "Sväng höger in på 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 322cc9e13..ff69a886a 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_default.json +++ b/test/fixtures/v5/end_of_road/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf", "pl": "Skręć ostro w lewo", "pt-BR": "Vire fechada à esquerda", + "pt-PT": "Vire acentuadamente à esquerda", "ro": "Virați brusc stânga", "ru": "Поверните налево", "sv": "Sväng vänster", 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 9f2914107..9722efa1b 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_destination.json +++ b/test/fixtures/v5/end_of_road/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "pt-BR": "Vire fechada à esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Поверните налево в направлении Destination 1", "sv": "Sväng vänster mot 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 9fc25923a..10ddd1a14 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_exit.json +++ b/test/fixtures/v5/end_of_road/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć ostro w lewo na Way Name", "pt-BR": "Vire fechada à esquerda em Way Name", + "pt-PT": "Vire acentuadamente à esquerda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på 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 f538a7c4a..3ea8b50dc 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 @@ -23,6 +23,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "pt-BR": "Vire fechada à esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Поверните налево в направлении Destination 1", "sv": "Sväng vänster mot 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 8813b314f..7ab7ff4ff 100644 --- a/test/fixtures/v5/end_of_road/sharp_left_name.json +++ b/test/fixtures/v5/end_of_road/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć ostro w lewo na Way Name", "pt-BR": "Vire fechada à esquerda em Way Name", + "pt-PT": "Vire acentuadamente à esquerda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på 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 0e849da3a..d5751a2e0 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_default.json +++ b/test/fixtures/v5/end_of_road/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf", "pl": "Skręć ostro w prawo", "pt-BR": "Vire fechada à direita", + "pt-PT": "Vire acentuadamente à direita", "ro": "Virați brusc dreapta", "ru": "Поверните направо", "sv": "Sväng höger", 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 e741bce23..2579ff023 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_destination.json +++ b/test/fixtures/v5/end_of_road/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "pt-BR": "Vire fechada à direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Поверните направо в направлении Destination 1", "sv": "Sväng höger mot 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 53d204fdf..4dbf718b2 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_exit.json +++ b/test/fixtures/v5/end_of_road/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć ostro w prawo na Way Name", "pt-BR": "Vire fechada à direita em Way Name", + "pt-PT": "Vire acentuadamente à direita para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Поверните направо на Way Name", "sv": "Sväng höger in på 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 33d3f5747..1fa3102d4 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 @@ -23,6 +23,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "pt-BR": "Vire fechada à direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Поверните направо в направлении Destination 1", "sv": "Sväng höger mot 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 f8af4e789..e62e096f7 100644 --- a/test/fixtures/v5/end_of_road/sharp_right_name.json +++ b/test/fixtures/v5/end_of_road/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć ostro w prawo na Way Name", "pt-BR": "Vire fechada à direita em Way Name", + "pt-PT": "Vire acentuadamente à direita para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Поверните направо на Way Name", "sv": "Sväng höger in på 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 5edec3271..a05f03aa1 100644 --- a/test/fixtures/v5/end_of_road/slight_left_default.json +++ b/test/fixtures/v5/end_of_road/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links", "pl": "Skręć łagodnie w lewo", "pt-BR": "Vire suave à esquerda", + "pt-PT": "Vire ligeiramente à esquerda", "ro": "Virați ușor stânga", "ru": "Поверните левее", "sv": "Sväng vänster", 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 607536ded..c97a5eb70 100644 --- a/test/fixtures/v5/end_of_road/slight_left_destination.json +++ b/test/fixtures/v5/end_of_road/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć łagodnie w lewo w kierunku Destination 1", "pt-BR": "Vire suave à esquerda sentido Destination 1", + "pt-PT": "Vire ligeiramente à esquerda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Поверните левее в направлении Destination 1", "sv": "Sväng vänster mot 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 1d93a0db4..c540c80b1 100644 --- a/test/fixtures/v5/end_of_road/slight_left_exit.json +++ b/test/fixtures/v5/end_of_road/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć łagodnie w lewo na Way Name", "pt-BR": "Vire suave à esquerda em Way Name", + "pt-PT": "Vire ligeiramente à esquerda para Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Поверните левее на Way Name", "sv": "Sväng vänster in på 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 c8ef77da2..b41b9393d 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 @@ -23,6 +23,7 @@ "nl": "Ga links richting Destination 1", "pl": "Skręć łagodnie w lewo w kierunku Destination 1", "pt-BR": "Vire suave à esquerda sentido Destination 1", + "pt-PT": "Vire ligeiramente à esquerda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Поверните левее в направлении Destination 1", "sv": "Sväng vänster mot 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 ae8b344a9..4cbfcce75 100644 --- a/test/fixtures/v5/end_of_road/slight_left_name.json +++ b/test/fixtures/v5/end_of_road/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Way Name", "pl": "Skręć łagodnie w lewo na Way Name", "pt-BR": "Vire suave à esquerda em Way Name", + "pt-PT": "Vire ligeiramente à esquerda para Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Поверните левее на Way Name", "sv": "Sväng vänster in på 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 ad34b00f6..0ef72b6ca 100644 --- a/test/fixtures/v5/end_of_road/slight_right_default.json +++ b/test/fixtures/v5/end_of_road/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts", "pl": "Skręć łagodnie w prawo", "pt-BR": "Vire suave à direita", + "pt-PT": "Vire ligeiramente à direita", "ro": "Virați ușor dreapta", "ru": "Поверните правее", "sv": "Sväng höger", 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 4a6cfa4b6..5ef2c576e 100644 --- a/test/fixtures/v5/end_of_road/slight_right_destination.json +++ b/test/fixtures/v5/end_of_road/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć łagodnie w prawo w kierunku Destination 1", "pt-BR": "Vire suave à direita sentido Destination 1", + "pt-PT": "Vire ligeiramente à direita em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Поверните правее в направлении Destination 1", "sv": "Sväng höger mot 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 5c8497e77..63e169973 100644 --- a/test/fixtures/v5/end_of_road/slight_right_exit.json +++ b/test/fixtures/v5/end_of_road/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć łagodnie w prawo na Way Name", "pt-BR": "Vire suave à direita em Way Name", + "pt-PT": "Vire ligeiramente à direita para Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Поверните правее на Way Name", "sv": "Sväng höger in på 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 e6e44de09..947ddea94 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 @@ -23,6 +23,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Skręć łagodnie w prawo w kierunku Destination 1", "pt-BR": "Vire suave à direita sentido Destination 1", + "pt-PT": "Vire ligeiramente à direita em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Поверните правее в направлении Destination 1", "sv": "Sväng höger mot 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 9831fdb70..2b3b09a18 100644 --- a/test/fixtures/v5/end_of_road/slight_right_name.json +++ b/test/fixtures/v5/end_of_road/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Skręć łagodnie w prawo na Way Name", "pt-BR": "Vire suave à direita em Way Name", + "pt-PT": "Vire ligeiramente à direita para Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Поверните правее на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/end_of_road/straight_default.json b/test/fixtures/v5/end_of_road/straight_default.json index 835ab259e..e7105cae8 100644 --- a/test/fixtures/v5/end_of_road/straight_default.json +++ b/test/fixtures/v5/end_of_road/straight_default.json @@ -21,6 +21,7 @@ "nl": "Ga in de aangegeven richting", "pl": "Kontynuuj prosto", "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "Continuați înainte", "ru": "Двигайтесь прямо", "sv": "Fortsätt rakt fram", diff --git a/test/fixtures/v5/end_of_road/straight_destination.json b/test/fixtures/v5/end_of_road/straight_destination.json index ca3ac5329..c515d9a84 100644 --- a/test/fixtures/v5/end_of_road/straight_destination.json +++ b/test/fixtures/v5/end_of_road/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Ga richting Destination 1", "pl": "Kontynuuj prosto w kierunku Destination 1", "pt-BR": "Continue em frente sentido Destination 1", + "pt-PT": "Continue em frente em direção a Destination 1", "ro": "Continuați înainte spre Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", "sv": "Fortsätt rakt fram mot Destination 1", diff --git a/test/fixtures/v5/end_of_road/straight_exit.json b/test/fixtures/v5/end_of_road/straight_exit.json index 53d1d1d4c..3c4584066 100644 --- a/test/fixtures/v5/end_of_road/straight_exit.json +++ b/test/fixtures/v5/end_of_road/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Ga naar Way Name", "pl": "Kontynuuj prosto na Way Name", "pt-BR": "Continue em frente em Way Name", + "pt-PT": "Continue em frente para Way Name", "ro": "Continuați înainte pe Way Name", "ru": "Двигайтесь прямо по Way Name", "sv": "Fortsätt rakt fram in på Way Name", diff --git a/test/fixtures/v5/end_of_road/straight_exit_destination.json b/test/fixtures/v5/end_of_road/straight_exit_destination.json index d3e4420fd..0365a2a8b 100644 --- a/test/fixtures/v5/end_of_road/straight_exit_destination.json +++ b/test/fixtures/v5/end_of_road/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga richting Destination 1", "pl": "Kontynuuj prosto w kierunku Destination 1", "pt-BR": "Continue em frente sentido Destination 1", + "pt-PT": "Continue em frente em direção a Destination 1", "ro": "Continuați înainte spre Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", "sv": "Fortsätt rakt fram mot Destination 1", diff --git a/test/fixtures/v5/end_of_road/straight_name.json b/test/fixtures/v5/end_of_road/straight_name.json index 7b8363a2f..fe744f302 100644 --- a/test/fixtures/v5/end_of_road/straight_name.json +++ b/test/fixtures/v5/end_of_road/straight_name.json @@ -21,6 +21,7 @@ "nl": "Ga naar Way Name", "pl": "Kontynuuj prosto na Way Name", "pt-BR": "Continue em frente em Way Name", + "pt-PT": "Continue em frente para Way Name", "ro": "Continuați înainte pe Way Name", "ru": "Двигайтесь прямо по Way Name", "sv": "Fortsätt rakt fram in på Way Name", diff --git a/test/fixtures/v5/end_of_road/uturn_default.json b/test/fixtures/v5/end_of_road/uturn_default.json index f02899ff4..72965857d 100644 --- a/test/fixtures/v5/end_of_road/uturn_default.json +++ b/test/fixtures/v5/end_of_road/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Keer om", "pl": "Zawróć na końcu ulicy", "pt-BR": "Faça o retorno no fim da rua", + "pt-PT": "No final da estrada faça uma inversão de marcha", "ro": "Întoarceți-vă la sfârșitul drumului", "ru": "В конце дороги развернитесь", "sv": "Gör en U-sväng i slutet av vägen", diff --git a/test/fixtures/v5/end_of_road/uturn_destination.json b/test/fixtures/v5/end_of_road/uturn_destination.json index b595a7107..96cf57f9b 100644 --- a/test/fixtures/v5/end_of_road/uturn_destination.json +++ b/test/fixtures/v5/end_of_road/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć na końcu ulicy w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1 no fim da rua", + "pt-PT": "No final da estrada faça uma inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1 la sfârșitul drumului", "ru": "В конце дороги развернитесь в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1 i slutet av vägen", diff --git a/test/fixtures/v5/end_of_road/uturn_exit.json b/test/fixtures/v5/end_of_road/uturn_exit.json index a36be0da7..c02583bd0 100644 --- a/test/fixtures/v5/end_of_road/uturn_exit.json +++ b/test/fixtures/v5/end_of_road/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na końcu ulicy na Way Name", "pt-BR": "Faça o retorno em Way Name no fim da rua", + "pt-PT": "No final da estrada faça uma inversão de marcha para Way Name ", "ro": "Întoarceți-vă pe Way Name la sfârșitul drumului", "ru": "Развернитесь в конце Way Name", "sv": "Gör en U-sväng in på Way Name i slutet av vägen", diff --git a/test/fixtures/v5/end_of_road/uturn_exit_destination.json b/test/fixtures/v5/end_of_road/uturn_exit_destination.json index fe052bbdc..a3488616a 100644 --- a/test/fixtures/v5/end_of_road/uturn_exit_destination.json +++ b/test/fixtures/v5/end_of_road/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć na końcu ulicy w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1 no fim da rua", + "pt-PT": "No final da estrada faça uma inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1 la sfârșitul drumului", "ru": "В конце дороги развернитесь в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1 i slutet av vägen", diff --git a/test/fixtures/v5/end_of_road/uturn_name.json b/test/fixtures/v5/end_of_road/uturn_name.json index 8b691aeb2..9e6329d78 100644 --- a/test/fixtures/v5/end_of_road/uturn_name.json +++ b/test/fixtures/v5/end_of_road/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na końcu ulicy na Way Name", "pt-BR": "Faça o retorno em Way Name no fim da rua", + "pt-PT": "No final da estrada faça uma inversão de marcha para Way Name ", "ro": "Întoarceți-vă pe Way Name la sfârșitul drumului", "ru": "Развернитесь в конце Way Name", "sv": "Gör en U-sväng in på Way Name i slutet av vägen", diff --git a/test/fixtures/v5/exit_rotary/left_default.json b/test/fixtures/v5/exit_rotary/left_default.json index 22dc3a706..cd30512bb 100644 --- a/test/fixtures/v5/exit_rotary/left_default.json +++ b/test/fixtures/v5/exit_rotary/left_default.json @@ -20,7 +20,8 @@ "it": "Svolta a sinistra", "nl": "Ga linksaf", "pl": "Skręć w lewo", - "pt-BR": "Vire à esquerda", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați stânga", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/left_destination.json b/test/fixtures/v5/exit_rotary/left_destination.json index 3be665aaf..6df96a164 100644 --- a/test/fixtures/v5/exit_rotary/left_destination.json +++ b/test/fixtures/v5/exit_rotary/left_destination.json @@ -21,7 +21,8 @@ "it": "Svolta a sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Skręć w lewo w kierunku Destination 1", - "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/left_exit.json b/test/fixtures/v5/exit_rotary/left_exit.json index ae63978f4..a7c8f2e64 100644 --- a/test/fixtures/v5/exit_rotary/left_exit.json +++ b/test/fixtures/v5/exit_rotary/left_exit.json @@ -21,7 +21,8 @@ "it": "Svolta a sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", - "pt-BR": "Vire à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/left_exit_destination.json b/test/fixtures/v5/exit_rotary/left_exit_destination.json index 704cf70d1..354445313 100644 --- a/test/fixtures/v5/exit_rotary/left_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Svolta a sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Skręć w lewo w kierunku Destination 1", - "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/left_name.json b/test/fixtures/v5/exit_rotary/left_name.json index db40ecc71..c3ac52568 100644 --- a/test/fixtures/v5/exit_rotary/left_name.json +++ b/test/fixtures/v5/exit_rotary/left_name.json @@ -20,7 +20,8 @@ "it": "Svolta a sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", - "pt-BR": "Vire à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/right_default.json b/test/fixtures/v5/exit_rotary/right_default.json index 2432e87c7..93b3c75fa 100644 --- a/test/fixtures/v5/exit_rotary/right_default.json +++ b/test/fixtures/v5/exit_rotary/right_default.json @@ -20,7 +20,8 @@ "it": "Gira a destra", "nl": "Ga rechtsaf", "pl": "Skręć w prawo", - "pt-BR": "Vire à direita", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați dreapta", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/right_destination.json b/test/fixtures/v5/exit_rotary/right_destination.json index 35fb63389..cae649dc5 100644 --- a/test/fixtures/v5/exit_rotary/right_destination.json +++ b/test/fixtures/v5/exit_rotary/right_destination.json @@ -21,7 +21,8 @@ "it": "Svolta a destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć w prawo w kierunku Destination 1", - "pt-BR": "Vire à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/right_exit.json b/test/fixtures/v5/exit_rotary/right_exit.json index 50bbab9eb..2491edc89 100644 --- a/test/fixtures/v5/exit_rotary/right_exit.json +++ b/test/fixtures/v5/exit_rotary/right_exit.json @@ -21,7 +21,8 @@ "it": "Svolta a destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć w prawo na Way Name", - "pt-BR": "Vire à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/right_exit_destination.json b/test/fixtures/v5/exit_rotary/right_exit_destination.json index 2c2316ba1..84e3c9344 100644 --- a/test/fixtures/v5/exit_rotary/right_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Svolta a destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć w prawo w kierunku Destination 1", - "pt-BR": "Vire à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/right_name.json b/test/fixtures/v5/exit_rotary/right_name.json index b9acd0879..3a263f33d 100644 --- a/test/fixtures/v5/exit_rotary/right_name.json +++ b/test/fixtures/v5/exit_rotary/right_name.json @@ -20,7 +20,8 @@ "it": "Svolta a destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć w prawo na Way Name", - "pt-BR": "Vire à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/sharp_left_default.json b/test/fixtures/v5/exit_rotary/sharp_left_default.json index 3fa0db2ef..c72590720 100644 --- a/test/fixtures/v5/exit_rotary/sharp_left_default.json +++ b/test/fixtures/v5/exit_rotary/sharp_left_default.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra", "nl": "Ga linksaf", "pl": "Ostro w lewo", - "pt-BR": "Siga fechada à esquerda", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați brusc stânga", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/sharp_left_destination.json b/test/fixtures/v5/exit_rotary/sharp_left_destination.json index 0f7f69b48..f53d44bee 100644 --- a/test/fixtures/v5/exit_rotary/sharp_left_destination.json +++ b/test/fixtures/v5/exit_rotary/sharp_left_destination.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", - "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/sharp_left_exit.json b/test/fixtures/v5/exit_rotary/sharp_left_exit.json index 3456f7e74..ad854fd2e 100644 --- a/test/fixtures/v5/exit_rotary/sharp_left_exit.json +++ b/test/fixtures/v5/exit_rotary/sharp_left_exit.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", - "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/sharp_left_exit_destination.json b/test/fixtures/v5/exit_rotary/sharp_left_exit_destination.json index e44315fdd..a7ef5ca27 100644 --- a/test/fixtures/v5/exit_rotary/sharp_left_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/sharp_left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", - "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/sharp_left_name.json b/test/fixtures/v5/exit_rotary/sharp_left_name.json index 1a81ad1ba..105b500e4 100644 --- a/test/fixtures/v5/exit_rotary/sharp_left_name.json +++ b/test/fixtures/v5/exit_rotary/sharp_left_name.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", - "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/sharp_right_default.json b/test/fixtures/v5/exit_rotary/sharp_right_default.json index addc72eb2..ceeebbd40 100644 --- a/test/fixtures/v5/exit_rotary/sharp_right_default.json +++ b/test/fixtures/v5/exit_rotary/sharp_right_default.json @@ -20,7 +20,8 @@ "it": "Fai una destra", "nl": "Ga rechtsaf", "pl": "Ostro w prawo", - "pt-BR": "Siga fechada à direita", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați brusc dreapta", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/sharp_right_destination.json b/test/fixtures/v5/exit_rotary/sharp_right_destination.json index 657ab650c..e303cf16b 100644 --- a/test/fixtures/v5/exit_rotary/sharp_right_destination.json +++ b/test/fixtures/v5/exit_rotary/sharp_right_destination.json @@ -21,7 +21,8 @@ "it": "Fai una destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", - "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/sharp_right_exit.json b/test/fixtures/v5/exit_rotary/sharp_right_exit.json index 0094654b8..09caeb275 100644 --- a/test/fixtures/v5/exit_rotary/sharp_right_exit.json +++ b/test/fixtures/v5/exit_rotary/sharp_right_exit.json @@ -21,7 +21,8 @@ "it": "Fai una destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", - "pt-BR": "Siga fechada à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/sharp_right_exit_destination.json b/test/fixtures/v5/exit_rotary/sharp_right_exit_destination.json index 14d88c6f4..3ff3a8753 100644 --- a/test/fixtures/v5/exit_rotary/sharp_right_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/sharp_right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", - "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/sharp_right_name.json b/test/fixtures/v5/exit_rotary/sharp_right_name.json index 3950821fd..76d4b0075 100644 --- a/test/fixtures/v5/exit_rotary/sharp_right_name.json +++ b/test/fixtures/v5/exit_rotary/sharp_right_name.json @@ -20,7 +20,8 @@ "it": "Fai una destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", - "pt-BR": "Siga fechada à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/slight_left_default.json b/test/fixtures/v5/exit_rotary/slight_left_default.json index 6c53e70a7..568e38971 100644 --- a/test/fixtures/v5/exit_rotary/slight_left_default.json +++ b/test/fixtures/v5/exit_rotary/slight_left_default.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra leggermente", "nl": "Ga links", "pl": "Łagodnie w lewo", - "pt-BR": "Siga suave à esquerda", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați ușor stânga", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/slight_left_destination.json b/test/fixtures/v5/exit_rotary/slight_left_destination.json index db173fc9f..f9794e0ad 100644 --- a/test/fixtures/v5/exit_rotary/slight_left_destination.json +++ b/test/fixtures/v5/exit_rotary/slight_left_destination.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra leggermente verso Destination 1", "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", - "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/slight_left_exit.json b/test/fixtures/v5/exit_rotary/slight_left_exit.json index 53a90c4c6..f6a16f464 100644 --- a/test/fixtures/v5/exit_rotary/slight_left_exit.json +++ b/test/fixtures/v5/exit_rotary/slight_left_exit.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra leggermente in Way Name", "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", - "pt-BR": "Siga suave à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/slight_left_exit_destination.json b/test/fixtures/v5/exit_rotary/slight_left_exit_destination.json index 27fb58a1c..852c21131 100644 --- a/test/fixtures/v5/exit_rotary/slight_left_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/slight_left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una sinistra leggermente verso Destination 1", "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", - "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/slight_left_name.json b/test/fixtures/v5/exit_rotary/slight_left_name.json index b5df55c34..f020891ef 100644 --- a/test/fixtures/v5/exit_rotary/slight_left_name.json +++ b/test/fixtures/v5/exit_rotary/slight_left_name.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra leggermente in Way Name", "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", - "pt-BR": "Siga suave à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/slight_right_default.json b/test/fixtures/v5/exit_rotary/slight_right_default.json index e769b1abf..5fe15cb7a 100644 --- a/test/fixtures/v5/exit_rotary/slight_right_default.json +++ b/test/fixtures/v5/exit_rotary/slight_right_default.json @@ -20,7 +20,8 @@ "it": "Fai una destra leggermente", "nl": "Ga rechts", "pl": "Łagodnie w prawo", - "pt-BR": "Siga suave à direita", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați ușor dreapta", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/slight_right_destination.json b/test/fixtures/v5/exit_rotary/slight_right_destination.json index c5fcd0bbd..a77c54c00 100644 --- a/test/fixtures/v5/exit_rotary/slight_right_destination.json +++ b/test/fixtures/v5/exit_rotary/slight_right_destination.json @@ -21,7 +21,8 @@ "it": "Fai una destra leggermente verso Destination 1", "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", - "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/slight_right_exit.json b/test/fixtures/v5/exit_rotary/slight_right_exit.json index 55b353d30..d28d982e4 100644 --- a/test/fixtures/v5/exit_rotary/slight_right_exit.json +++ b/test/fixtures/v5/exit_rotary/slight_right_exit.json @@ -21,7 +21,8 @@ "it": "Fai una destra leggermente in Way Name", "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", - "pt-BR": "Siga suave à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/slight_right_exit_destination.json b/test/fixtures/v5/exit_rotary/slight_right_exit_destination.json index fd074a8b5..48652ff6b 100644 --- a/test/fixtures/v5/exit_rotary/slight_right_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/slight_right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una destra leggermente verso Destination 1", "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", - "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/slight_right_name.json b/test/fixtures/v5/exit_rotary/slight_right_name.json index 0a94926b8..85b854864 100644 --- a/test/fixtures/v5/exit_rotary/slight_right_name.json +++ b/test/fixtures/v5/exit_rotary/slight_right_name.json @@ -20,7 +20,8 @@ "it": "Fai una destra leggermente in Way Name", "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", - "pt-BR": "Siga suave à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/straight_default.json b/test/fixtures/v5/exit_rotary/straight_default.json index 4860ff24a..021ec4f5b 100644 --- a/test/fixtures/v5/exit_rotary/straight_default.json +++ b/test/fixtures/v5/exit_rotary/straight_default.json @@ -20,7 +20,8 @@ "it": "Prosegui dritto", "nl": "Ga rechtdoor", "pl": "Jedź prosto", - "pt-BR": "Siga reto", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Mergeți înainte", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/straight_destination.json b/test/fixtures/v5/exit_rotary/straight_destination.json index 722dd525e..d107e52c0 100644 --- a/test/fixtures/v5/exit_rotary/straight_destination.json +++ b/test/fixtures/v5/exit_rotary/straight_destination.json @@ -21,7 +21,8 @@ "it": "Continua verso Destination 1", "nl": "Ga rechtdoor richting Destination 1", "pl": "Jedź prosto w kierunku Destination 1", - "pt-BR": "Siga reto sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Mergeți înainte spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/straight_exit.json b/test/fixtures/v5/exit_rotary/straight_exit.json index 2a270722f..e175ba4ea 100644 --- a/test/fixtures/v5/exit_rotary/straight_exit.json +++ b/test/fixtures/v5/exit_rotary/straight_exit.json @@ -21,7 +21,8 @@ "it": "Continua su Way Name", "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź prosto na Way Name", - "pt-BR": "Siga reto em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Mergeți înainte pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/straight_exit_destination.json b/test/fixtures/v5/exit_rotary/straight_exit_destination.json index a76bfd28b..e7c369644 100644 --- a/test/fixtures/v5/exit_rotary/straight_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/straight_exit_destination.json @@ -22,7 +22,8 @@ "it": "Continua verso Destination 1", "nl": "Ga rechtdoor richting Destination 1", "pl": "Jedź prosto w kierunku Destination 1", - "pt-BR": "Siga reto sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Mergeți înainte spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/straight_name.json b/test/fixtures/v5/exit_rotary/straight_name.json index 24820045f..55f76c22c 100644 --- a/test/fixtures/v5/exit_rotary/straight_name.json +++ b/test/fixtures/v5/exit_rotary/straight_name.json @@ -20,7 +20,8 @@ "it": "Continua su Way Name", "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź prosto na Way Name", - "pt-BR": "Siga reto em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Mergeți înainte pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/uturn_default.json b/test/fixtures/v5/exit_rotary/uturn_default.json index 13280ff18..2750e6084 100644 --- a/test/fixtures/v5/exit_rotary/uturn_default.json +++ b/test/fixtures/v5/exit_rotary/uturn_default.json @@ -20,7 +20,8 @@ "it": "Fai una inversione a U", "nl": "Ga omkeren", "pl": "Zawróć", - "pt-BR": "Siga retorno", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați întoarcere", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_rotary/uturn_destination.json b/test/fixtures/v5/exit_rotary/uturn_destination.json index 0989f9a97..5d5e8acc7 100644 --- a/test/fixtures/v5/exit_rotary/uturn_destination.json +++ b/test/fixtures/v5/exit_rotary/uturn_destination.json @@ -21,7 +21,8 @@ "it": "Fai una inversione a U verso Destination 1", "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", - "pt-BR": "Siga retorno sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați întoarcere spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/uturn_exit.json b/test/fixtures/v5/exit_rotary/uturn_exit.json index 49013a4a3..363cc1934 100644 --- a/test/fixtures/v5/exit_rotary/uturn_exit.json +++ b/test/fixtures/v5/exit_rotary/uturn_exit.json @@ -21,7 +21,8 @@ "it": "Fai una inversione a U in Way Name", "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", - "pt-BR": "Siga retorno em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați întoarcere pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_rotary/uturn_exit_destination.json b/test/fixtures/v5/exit_rotary/uturn_exit_destination.json index 2c9b53140..5f3710e60 100644 --- a/test/fixtures/v5/exit_rotary/uturn_exit_destination.json +++ b/test/fixtures/v5/exit_rotary/uturn_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una inversione a U verso Destination 1", "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", - "pt-BR": "Siga retorno sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați întoarcere spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_rotary/uturn_name.json b/test/fixtures/v5/exit_rotary/uturn_name.json index bca50d8e2..8529b8025 100644 --- a/test/fixtures/v5/exit_rotary/uturn_name.json +++ b/test/fixtures/v5/exit_rotary/uturn_name.json @@ -20,7 +20,8 @@ "it": "Fai una inversione a U in Way Name", "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", - "pt-BR": "Siga retorno em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați întoarcere pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/left_default.json b/test/fixtures/v5/exit_roundabout/left_default.json index 334d99141..b8b172ad4 100644 --- a/test/fixtures/v5/exit_roundabout/left_default.json +++ b/test/fixtures/v5/exit_roundabout/left_default.json @@ -20,7 +20,8 @@ "it": "Svolta a sinistra", "nl": "Ga linksaf", "pl": "Skręć w lewo", - "pt-BR": "Vire à esquerda", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați stânga", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/left_destination.json b/test/fixtures/v5/exit_roundabout/left_destination.json index 975056312..96fcb36f1 100644 --- a/test/fixtures/v5/exit_roundabout/left_destination.json +++ b/test/fixtures/v5/exit_roundabout/left_destination.json @@ -21,7 +21,8 @@ "it": "Svolta a sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Skręć w lewo w kierunku Destination 1", - "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/left_exit.json b/test/fixtures/v5/exit_roundabout/left_exit.json index b4a6f4de8..537b4bfde 100644 --- a/test/fixtures/v5/exit_roundabout/left_exit.json +++ b/test/fixtures/v5/exit_roundabout/left_exit.json @@ -21,7 +21,8 @@ "it": "Svolta a sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", - "pt-BR": "Vire à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/left_exit_destination.json b/test/fixtures/v5/exit_roundabout/left_exit_destination.json index 0d3c85dea..c19820589 100644 --- a/test/fixtures/v5/exit_roundabout/left_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Svolta a sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Skręć w lewo w kierunku Destination 1", - "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/left_name.json b/test/fixtures/v5/exit_roundabout/left_name.json index 1ed222f33..96b90b7b6 100644 --- a/test/fixtures/v5/exit_roundabout/left_name.json +++ b/test/fixtures/v5/exit_roundabout/left_name.json @@ -20,7 +20,8 @@ "it": "Svolta a sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", - "pt-BR": "Vire à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/right_default.json b/test/fixtures/v5/exit_roundabout/right_default.json index 529fc202f..ec9b0b7be 100644 --- a/test/fixtures/v5/exit_roundabout/right_default.json +++ b/test/fixtures/v5/exit_roundabout/right_default.json @@ -20,7 +20,8 @@ "it": "Gira a destra", "nl": "Ga rechtsaf", "pl": "Skręć w prawo", - "pt-BR": "Vire à direita", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați dreapta", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/right_destination.json b/test/fixtures/v5/exit_roundabout/right_destination.json index 14303169d..43a8dd00d 100644 --- a/test/fixtures/v5/exit_roundabout/right_destination.json +++ b/test/fixtures/v5/exit_roundabout/right_destination.json @@ -21,7 +21,8 @@ "it": "Svolta a destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć w prawo w kierunku Destination 1", - "pt-BR": "Vire à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/right_exit.json b/test/fixtures/v5/exit_roundabout/right_exit.json index ec0721705..700b51d1a 100644 --- a/test/fixtures/v5/exit_roundabout/right_exit.json +++ b/test/fixtures/v5/exit_roundabout/right_exit.json @@ -21,7 +21,8 @@ "it": "Svolta a destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć w prawo na Way Name", - "pt-BR": "Vire à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/right_exit_destination.json b/test/fixtures/v5/exit_roundabout/right_exit_destination.json index 698c922f0..22d82f371 100644 --- a/test/fixtures/v5/exit_roundabout/right_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Svolta a destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć w prawo w kierunku Destination 1", - "pt-BR": "Vire à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/right_name.json b/test/fixtures/v5/exit_roundabout/right_name.json index be927a290..05171c1b1 100644 --- a/test/fixtures/v5/exit_roundabout/right_name.json +++ b/test/fixtures/v5/exit_roundabout/right_name.json @@ -20,7 +20,8 @@ "it": "Svolta a destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć w prawo na Way Name", - "pt-BR": "Vire à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/sharp_left_default.json b/test/fixtures/v5/exit_roundabout/sharp_left_default.json index f54482230..7c3e6c25a 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_left_default.json +++ b/test/fixtures/v5/exit_roundabout/sharp_left_default.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra", "nl": "Ga linksaf", "pl": "Ostro w lewo", - "pt-BR": "Siga fechada à esquerda", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați brusc stânga", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/sharp_left_destination.json b/test/fixtures/v5/exit_roundabout/sharp_left_destination.json index 2d7e2fda7..326ff1945 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_left_destination.json +++ b/test/fixtures/v5/exit_roundabout/sharp_left_destination.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", - "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/sharp_left_exit.json b/test/fixtures/v5/exit_roundabout/sharp_left_exit.json index d615ff6ed..20ae17ed5 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_left_exit.json +++ b/test/fixtures/v5/exit_roundabout/sharp_left_exit.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", - "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/sharp_left_exit_destination.json b/test/fixtures/v5/exit_roundabout/sharp_left_exit_destination.json index a39502180..6e1a1e256 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_left_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/sharp_left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una sinistra verso Destination 1", "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", - "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/sharp_left_name.json b/test/fixtures/v5/exit_roundabout/sharp_left_name.json index 58f92245c..bad11048c 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_left_name.json +++ b/test/fixtures/v5/exit_roundabout/sharp_left_name.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra in Way Name", "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", - "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/sharp_right_default.json b/test/fixtures/v5/exit_roundabout/sharp_right_default.json index 3afad2b34..414a65253 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_right_default.json +++ b/test/fixtures/v5/exit_roundabout/sharp_right_default.json @@ -20,7 +20,8 @@ "it": "Fai una destra", "nl": "Ga rechtsaf", "pl": "Ostro w prawo", - "pt-BR": "Siga fechada à direita", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați brusc dreapta", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/sharp_right_destination.json b/test/fixtures/v5/exit_roundabout/sharp_right_destination.json index c0af4ac58..8b511d45a 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_right_destination.json +++ b/test/fixtures/v5/exit_roundabout/sharp_right_destination.json @@ -21,7 +21,8 @@ "it": "Fai una destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", - "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/sharp_right_exit.json b/test/fixtures/v5/exit_roundabout/sharp_right_exit.json index 9ffdc6208..e1b24f1ff 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_right_exit.json +++ b/test/fixtures/v5/exit_roundabout/sharp_right_exit.json @@ -21,7 +21,8 @@ "it": "Fai una destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", - "pt-BR": "Siga fechada à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/sharp_right_exit_destination.json b/test/fixtures/v5/exit_roundabout/sharp_right_exit_destination.json index bd15ff34c..06e1e09be 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_right_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/sharp_right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una destra verso Destination 1", "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", - "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/sharp_right_name.json b/test/fixtures/v5/exit_roundabout/sharp_right_name.json index da2e4b1cf..52d12f0b8 100644 --- a/test/fixtures/v5/exit_roundabout/sharp_right_name.json +++ b/test/fixtures/v5/exit_roundabout/sharp_right_name.json @@ -20,7 +20,8 @@ "it": "Fai una destra in Way Name", "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", - "pt-BR": "Siga fechada à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/slight_left_default.json b/test/fixtures/v5/exit_roundabout/slight_left_default.json index 84f459607..4c8b92ac0 100644 --- a/test/fixtures/v5/exit_roundabout/slight_left_default.json +++ b/test/fixtures/v5/exit_roundabout/slight_left_default.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra leggermente", "nl": "Ga links", "pl": "Łagodnie w lewo", - "pt-BR": "Siga suave à esquerda", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați ușor stânga", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/slight_left_destination.json b/test/fixtures/v5/exit_roundabout/slight_left_destination.json index 0d789fa65..67f40564d 100644 --- a/test/fixtures/v5/exit_roundabout/slight_left_destination.json +++ b/test/fixtures/v5/exit_roundabout/slight_left_destination.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra leggermente verso Destination 1", "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", - "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/slight_left_exit.json b/test/fixtures/v5/exit_roundabout/slight_left_exit.json index 4d04f68c7..50dfeaa98 100644 --- a/test/fixtures/v5/exit_roundabout/slight_left_exit.json +++ b/test/fixtures/v5/exit_roundabout/slight_left_exit.json @@ -21,7 +21,8 @@ "it": "Fai una sinistra leggermente in Way Name", "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", - "pt-BR": "Siga suave à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/slight_left_exit_destination.json b/test/fixtures/v5/exit_roundabout/slight_left_exit_destination.json index c779bcaa1..d46d691fa 100644 --- a/test/fixtures/v5/exit_roundabout/slight_left_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/slight_left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una sinistra leggermente verso Destination 1", "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", - "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/slight_left_name.json b/test/fixtures/v5/exit_roundabout/slight_left_name.json index 8bd29eac1..a83b358ed 100644 --- a/test/fixtures/v5/exit_roundabout/slight_left_name.json +++ b/test/fixtures/v5/exit_roundabout/slight_left_name.json @@ -20,7 +20,8 @@ "it": "Fai una sinistra leggermente in Way Name", "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", - "pt-BR": "Siga suave à esquerda em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/slight_right_default.json b/test/fixtures/v5/exit_roundabout/slight_right_default.json index 5419aa59b..ec6094d19 100644 --- a/test/fixtures/v5/exit_roundabout/slight_right_default.json +++ b/test/fixtures/v5/exit_roundabout/slight_right_default.json @@ -20,7 +20,8 @@ "it": "Fai una destra leggermente", "nl": "Ga rechts", "pl": "Łagodnie w prawo", - "pt-BR": "Siga suave à direita", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați ușor dreapta", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/slight_right_destination.json b/test/fixtures/v5/exit_roundabout/slight_right_destination.json index 153df5e8b..bffdd9dc2 100644 --- a/test/fixtures/v5/exit_roundabout/slight_right_destination.json +++ b/test/fixtures/v5/exit_roundabout/slight_right_destination.json @@ -21,7 +21,8 @@ "it": "Fai una destra leggermente verso Destination 1", "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", - "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/slight_right_exit.json b/test/fixtures/v5/exit_roundabout/slight_right_exit.json index 719f61313..e490b81f8 100644 --- a/test/fixtures/v5/exit_roundabout/slight_right_exit.json +++ b/test/fixtures/v5/exit_roundabout/slight_right_exit.json @@ -21,7 +21,8 @@ "it": "Fai una destra leggermente in Way Name", "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", - "pt-BR": "Siga suave à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/slight_right_exit_destination.json b/test/fixtures/v5/exit_roundabout/slight_right_exit_destination.json index 917e4aad9..379e7dbe3 100644 --- a/test/fixtures/v5/exit_roundabout/slight_right_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/slight_right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una destra leggermente verso Destination 1", "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", - "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/slight_right_name.json b/test/fixtures/v5/exit_roundabout/slight_right_name.json index c7e86933b..5558c72ad 100644 --- a/test/fixtures/v5/exit_roundabout/slight_right_name.json +++ b/test/fixtures/v5/exit_roundabout/slight_right_name.json @@ -20,7 +20,8 @@ "it": "Fai una destra leggermente in Way Name", "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", - "pt-BR": "Siga suave à direita em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/straight_default.json b/test/fixtures/v5/exit_roundabout/straight_default.json index 511795cdd..08ac01751 100644 --- a/test/fixtures/v5/exit_roundabout/straight_default.json +++ b/test/fixtures/v5/exit_roundabout/straight_default.json @@ -20,7 +20,8 @@ "it": "Prosegui dritto", "nl": "Ga rechtdoor", "pl": "Jedź prosto", - "pt-BR": "Siga reto", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Mergeți înainte", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/straight_destination.json b/test/fixtures/v5/exit_roundabout/straight_destination.json index 1efd0e127..ed3a824c1 100644 --- a/test/fixtures/v5/exit_roundabout/straight_destination.json +++ b/test/fixtures/v5/exit_roundabout/straight_destination.json @@ -21,7 +21,8 @@ "it": "Continua verso Destination 1", "nl": "Ga rechtdoor richting Destination 1", "pl": "Jedź prosto w kierunku Destination 1", - "pt-BR": "Siga reto sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Mergeți înainte spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/straight_exit.json b/test/fixtures/v5/exit_roundabout/straight_exit.json index 73920e84f..77ee95042 100644 --- a/test/fixtures/v5/exit_roundabout/straight_exit.json +++ b/test/fixtures/v5/exit_roundabout/straight_exit.json @@ -21,7 +21,8 @@ "it": "Continua su Way Name", "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź prosto na Way Name", - "pt-BR": "Siga reto em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Mergeți înainte pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/straight_exit_destination.json b/test/fixtures/v5/exit_roundabout/straight_exit_destination.json index 01ea7f955..c62b8e017 100644 --- a/test/fixtures/v5/exit_roundabout/straight_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/straight_exit_destination.json @@ -22,7 +22,8 @@ "it": "Continua verso Destination 1", "nl": "Ga rechtdoor richting Destination 1", "pl": "Jedź prosto w kierunku Destination 1", - "pt-BR": "Siga reto sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Mergeți înainte spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/straight_name.json b/test/fixtures/v5/exit_roundabout/straight_name.json index ee369a3b0..9f6e597d2 100644 --- a/test/fixtures/v5/exit_roundabout/straight_name.json +++ b/test/fixtures/v5/exit_roundabout/straight_name.json @@ -20,7 +20,8 @@ "it": "Continua su Way Name", "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź prosto na Way Name", - "pt-BR": "Siga reto em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Mergeți înainte pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/uturn_default.json b/test/fixtures/v5/exit_roundabout/uturn_default.json index 0ef364243..86350c573 100644 --- a/test/fixtures/v5/exit_roundabout/uturn_default.json +++ b/test/fixtures/v5/exit_roundabout/uturn_default.json @@ -20,7 +20,8 @@ "it": "Fai una inversione a U", "nl": "Ga omkeren", "pl": "Zawróć", - "pt-BR": "Siga retorno", + "pt-BR": "Exit the traffic circle", + "pt-PT": "Saia da rotunda", "ro": "Virați întoarcere", "ru": "Сверните с круговой развязки", "sv": "Kör ut ur rondellen", diff --git a/test/fixtures/v5/exit_roundabout/uturn_destination.json b/test/fixtures/v5/exit_roundabout/uturn_destination.json index 4102bee98..7ed81fa95 100644 --- a/test/fixtures/v5/exit_roundabout/uturn_destination.json +++ b/test/fixtures/v5/exit_roundabout/uturn_destination.json @@ -21,7 +21,8 @@ "it": "Fai una inversione a U verso Destination 1", "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", - "pt-BR": "Siga retorno sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați întoarcere spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/uturn_exit.json b/test/fixtures/v5/exit_roundabout/uturn_exit.json index 11a4ab5c8..f89bb2caa 100644 --- a/test/fixtures/v5/exit_roundabout/uturn_exit.json +++ b/test/fixtures/v5/exit_roundabout/uturn_exit.json @@ -21,7 +21,8 @@ "it": "Fai una inversione a U in Way Name", "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", - "pt-BR": "Siga retorno em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați întoarcere pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/exit_roundabout/uturn_exit_destination.json b/test/fixtures/v5/exit_roundabout/uturn_exit_destination.json index 8ce02f260..1bb5695fb 100644 --- a/test/fixtures/v5/exit_roundabout/uturn_exit_destination.json +++ b/test/fixtures/v5/exit_roundabout/uturn_exit_destination.json @@ -22,7 +22,8 @@ "it": "Fai una inversione a U verso Destination 1", "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", - "pt-BR": "Siga retorno sentido Destination 1", + "pt-BR": "Exit the traffic circle towards Destination 1", + "pt-PT": "Saia da rotunda em direção a Destination 1", "ro": "Virați întoarcere spre Destination 1", "ru": "Сверните с круговой развязки в направлении Destination 1", "sv": "Kör ut ur rondellen mot Destination 1", diff --git a/test/fixtures/v5/exit_roundabout/uturn_name.json b/test/fixtures/v5/exit_roundabout/uturn_name.json index 148b2465e..fbb4d1678 100644 --- a/test/fixtures/v5/exit_roundabout/uturn_name.json +++ b/test/fixtures/v5/exit_roundabout/uturn_name.json @@ -20,7 +20,8 @@ "it": "Fai una inversione a U in Way Name", "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", - "pt-BR": "Siga retorno em Way Name", + "pt-BR": "Exit the traffic circle onto Way Name", + "pt-PT": "Saia da rotunda para Way Name", "ro": "Virați întoarcere pe Way Name", "ru": "Сверните с круговой развязки на Way Name", "sv": "Kör ut ur rondellen in på Way Name", diff --git a/test/fixtures/v5/fork/left_default.json b/test/fixtures/v5/fork/left_default.json index 03bbcfecc..209b7cefb 100644 --- a/test/fixtures/v5/fork/left_default.json +++ b/test/fixtures/v5/fork/left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links op de splitsing", "pl": "Na rozwidleniu trzymaj się lewo", "pt-BR": "Mantenha-se à esquerda na bifurcação", + "pt-PT": "Na bifurcação mantenha-se à esquerda", "ro": "Mențineți stânga la bifurcație", "ru": "На развилке двигайтесь налево", "sv": "Håll till vänster där vägen delar sig", diff --git a/test/fixtures/v5/fork/left_destination.json b/test/fixtures/v5/fork/left_destination.json index 76172180b..1f51b13e3 100644 --- a/test/fixtures/v5/fork/left_destination.json +++ b/test/fixtures/v5/fork/left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się lewo w kierunku Destination 1", "pt-BR": "Mantenha-se à esquerda na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à esquerda em direção a Destination 1", "ro": "Mențineți stânga la bifurcație spre Destination 1", "ru": "На развилке двигайтесь налево в направлении Destination 1", "sv": "Håll till vänster mot Destination 1", diff --git a/test/fixtures/v5/fork/left_exit.json b/test/fixtures/v5/fork/left_exit.json index 93b9c47b4..c3cd2d7c6 100644 --- a/test/fixtures/v5/fork/left_exit.json +++ b/test/fixtures/v5/fork/left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się lewo na Way Name", "pt-BR": "Mantenha-se à esquerda na bifurcação em Way Name", + "pt-PT": "Mantenha-se à esquerda para Way Name", "ro": "Mențineți stânga la bifurcație pe Way Name", "ru": "На развилке двигайтесь налево на Way Name", "sv": "Håll till vänster in på Way Name", diff --git a/test/fixtures/v5/fork/left_exit_destination.json b/test/fixtures/v5/fork/left_exit_destination.json index c8a8b93d0..393acb849 100644 --- a/test/fixtures/v5/fork/left_exit_destination.json +++ b/test/fixtures/v5/fork/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga links op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się lewo w kierunku Destination 1", "pt-BR": "Mantenha-se à esquerda na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à esquerda em direção a Destination 1", "ro": "Mențineți stânga la bifurcație spre Destination 1", "ru": "На развилке двигайтесь налево в направлении Destination 1", "sv": "Håll till vänster mot Destination 1", diff --git a/test/fixtures/v5/fork/left_name.json b/test/fixtures/v5/fork/left_name.json index dbdb36af1..d7a02e89c 100644 --- a/test/fixtures/v5/fork/left_name.json +++ b/test/fixtures/v5/fork/left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się lewo na Way Name", "pt-BR": "Mantenha-se à esquerda na bifurcação em Way Name", + "pt-PT": "Mantenha-se à esquerda para Way Name", "ro": "Mențineți stânga la bifurcație pe Way Name", "ru": "На развилке двигайтесь налево на Way Name", "sv": "Håll till vänster in på Way Name", diff --git a/test/fixtures/v5/fork/right_default.json b/test/fixtures/v5/fork/right_default.json index 202204217..f28a00777 100644 --- a/test/fixtures/v5/fork/right_default.json +++ b/test/fixtures/v5/fork/right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts op de splitsing", "pl": "Na rozwidleniu trzymaj się prawo", "pt-BR": "Mantenha-se à direita na bifurcação", + "pt-PT": "Na bifurcação mantenha-se à direita", "ro": "Mențineți dreapta la bifurcație", "ru": "На развилке двигайтесь направо", "sv": "Håll till höger där vägen delar sig", diff --git a/test/fixtures/v5/fork/right_destination.json b/test/fixtures/v5/fork/right_destination.json index 194cc4d7a..3652a095d 100644 --- a/test/fixtures/v5/fork/right_destination.json +++ b/test/fixtures/v5/fork/right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się prawo w kierunku Destination 1", "pt-BR": "Mantenha-se à direita na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à direita em direção a Destination 1", "ro": "Mențineți dreapta la bifurcație spre Destination 1", "ru": "На развилке двигайтесь направо в направлении Destination 1", "sv": "Håll till höger mot Destination 1", diff --git a/test/fixtures/v5/fork/right_exit.json b/test/fixtures/v5/fork/right_exit.json index 4c39676e7..ce3db7f40 100644 --- a/test/fixtures/v5/fork/right_exit.json +++ b/test/fixtures/v5/fork/right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się prawo na Way Name", "pt-BR": "Mantenha-se à direita na bifurcação em Way Name", + "pt-PT": "Mantenha-se à direita para Way Name", "ro": "Mențineți dreapta la bifurcație pe Way Name", "ru": "На развилке двигайтесь направо на Way Name", "sv": "Håll till höger in på Way Name", diff --git a/test/fixtures/v5/fork/right_exit_destination.json b/test/fixtures/v5/fork/right_exit_destination.json index e304e026f..3d3199cda 100644 --- a/test/fixtures/v5/fork/right_exit_destination.json +++ b/test/fixtures/v5/fork/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechts op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się prawo w kierunku Destination 1", "pt-BR": "Mantenha-se à direita na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à direita em direção a Destination 1", "ro": "Mențineți dreapta la bifurcație spre Destination 1", "ru": "На развилке двигайтесь направо в направлении Destination 1", "sv": "Håll till höger mot Destination 1", diff --git a/test/fixtures/v5/fork/right_name.json b/test/fixtures/v5/fork/right_name.json index 63ad805b7..b2c1bfd41 100644 --- a/test/fixtures/v5/fork/right_name.json +++ b/test/fixtures/v5/fork/right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się prawo na Way Name", "pt-BR": "Mantenha-se à direita na bifurcação em Way Name", + "pt-PT": "Mantenha-se à direita para Way Name", "ro": "Mențineți dreapta la bifurcație pe Way Name", "ru": "На развилке двигайтесь направо на Way Name", "sv": "Håll till höger in på Way Name", diff --git a/test/fixtures/v5/fork/sharp_left_default.json b/test/fixtures/v5/fork/sharp_left_default.json index cd368f737..fe3a20a8d 100644 --- a/test/fixtures/v5/fork/sharp_left_default.json +++ b/test/fixtures/v5/fork/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Linksaf op de splitsing", "pl": "Na rozwidleniu skręć ostro w lewo", "pt-BR": "Faça uma curva fechada à esquerda na bifurcação", + "pt-PT": "Na bifurcação vire acentuadamente à esquerda", "ro": "Virați brusc stânga la bifurcație", "ru": "На развилке резко поверните налево", "sv": "Sväng vänster där vägen delar sig", diff --git a/test/fixtures/v5/fork/sharp_left_destination.json b/test/fixtures/v5/fork/sharp_left_destination.json index 0f4886ee2..033323675 100644 --- a/test/fixtures/v5/fork/sharp_left_destination.json +++ b/test/fixtures/v5/fork/sharp_left_destination.json @@ -21,7 +21,8 @@ "it": "Svolta a sinistra al bivio verso Destination 1", "nl": "Linksaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w lewo w kierunku Destination 1", - "pt-BR": "Faça uma curva fechada à esquerda na bifurcação sentido Destination 1", + "pt-BR": "Faça uma curva fechada à esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga la bifurcație spre Destination 1", "ru": "Резко поверните налево и продолжите движение в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/fork/sharp_left_exit.json b/test/fixtures/v5/fork/sharp_left_exit.json index 5b21fba10..5e93d2e86 100644 --- a/test/fixtures/v5/fork/sharp_left_exit.json +++ b/test/fixtures/v5/fork/sharp_left_exit.json @@ -21,7 +21,8 @@ "it": "Svolta a sinistra al bivio in Way Name", "nl": "Linksaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w lew na Way Name", - "pt-BR": "Faça uma curva fechada à esquerda na bifurcação em Way Name", + "pt-BR": "Faça uma curva fechada à esquerda em Way Name", + "pt-PT": "Vire acentuadamente à esquerda para Way Name", "ro": "Virați brusc stânga la bifurcație pe Way Name", "ru": "Резко поверните налево на Way Name", "sv": "Sväng vänster in på 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 7f106a5be..9315e550e 100644 --- a/test/fixtures/v5/fork/sharp_left_exit_destination.json +++ b/test/fixtures/v5/fork/sharp_left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Svolta a sinistra al bivio verso Destination 1", "nl": "Linksaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w lewo w kierunku Destination 1", - "pt-BR": "Faça uma curva fechada à esquerda na bifurcação sentido Destination 1", + "pt-BR": "Faça uma curva fechada à esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga la bifurcație spre Destination 1", "ru": "Резко поверните налево и продолжите движение в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/fork/sharp_left_name.json b/test/fixtures/v5/fork/sharp_left_name.json index c7b6b3cfc..b8c9198c5 100644 --- a/test/fixtures/v5/fork/sharp_left_name.json +++ b/test/fixtures/v5/fork/sharp_left_name.json @@ -20,7 +20,8 @@ "it": "Svolta a sinistra al bivio in Way Name", "nl": "Linksaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w lew na Way Name", - "pt-BR": "Faça uma curva fechada à esquerda na bifurcação em Way Name", + "pt-BR": "Faça uma curva fechada à esquerda em Way Name", + "pt-PT": "Vire acentuadamente à esquerda para Way Name", "ro": "Virați brusc stânga la bifurcație pe Way Name", "ru": "Резко поверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/fork/sharp_right_default.json b/test/fixtures/v5/fork/sharp_right_default.json index 21c973343..9a629224e 100644 --- a/test/fixtures/v5/fork/sharp_right_default.json +++ b/test/fixtures/v5/fork/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Rechtsaf op de splitsing", "pl": "Na rozwidleniu skręć ostro w prawo", "pt-BR": "Faça uma curva fechada à direita na bifurcação", + "pt-PT": "Na bifurcação vire acentuadamente à direita", "ro": "Virați brusc dreapta la bifurcație", "ru": "На развилке резко поверните направо", "sv": "Sväng höger där vägen delar sig", diff --git a/test/fixtures/v5/fork/sharp_right_destination.json b/test/fixtures/v5/fork/sharp_right_destination.json index 247c252c7..b4836e02b 100644 --- a/test/fixtures/v5/fork/sharp_right_destination.json +++ b/test/fixtures/v5/fork/sharp_right_destination.json @@ -21,7 +21,8 @@ "it": "Svolta a destra al bivio verso Destination 1", "nl": "Rechtsaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w prawo w kierunku Destination 1", - "pt-BR": "Faça uma curva fechada à direita na bifurcação sentido Destination 1", + "pt-BR": "Faça uma curva fechada à direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta la bifurcație spre Destination 1", "ru": "Резко поверните направо и продолжите движение в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/fork/sharp_right_exit.json b/test/fixtures/v5/fork/sharp_right_exit.json index 6a85dae93..5fb9eaf08 100644 --- a/test/fixtures/v5/fork/sharp_right_exit.json +++ b/test/fixtures/v5/fork/sharp_right_exit.json @@ -21,7 +21,8 @@ "it": "Svolta a destra al bivio in Way Name", "nl": "Rechtsaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w prawo na Way Name", - "pt-BR": "Faça uma curva fechada à direita na bifurcação em Way Name", + "pt-BR": "Faça uma curva fechada à direita em Way Name", + "pt-PT": "Vire acentuadamente à direita para Way Name", "ro": "Virați brusc dreapta la bifurcație pe Way Name", "ru": "Резко поверните направо на Way Name", "sv": "Sväng höger in på 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 57493bd9c..a3ef15ede 100644 --- a/test/fixtures/v5/fork/sharp_right_exit_destination.json +++ b/test/fixtures/v5/fork/sharp_right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Svolta a destra al bivio verso Destination 1", "nl": "Rechtsaf op de splitsing richting Destination 1", "pl": "Na rozwidleniu skręć ostro w prawo w kierunku Destination 1", - "pt-BR": "Faça uma curva fechada à direita na bifurcação sentido Destination 1", + "pt-BR": "Faça uma curva fechada à direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta la bifurcație spre Destination 1", "ru": "Резко поверните направо и продолжите движение в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/fork/sharp_right_name.json b/test/fixtures/v5/fork/sharp_right_name.json index cb790b7f1..2436c0571 100644 --- a/test/fixtures/v5/fork/sharp_right_name.json +++ b/test/fixtures/v5/fork/sharp_right_name.json @@ -20,7 +20,8 @@ "it": "Svolta a destra al bivio in Way Name", "nl": "Rechtsaf op de splitsing naar Way Name", "pl": "Na rozwidleniu skręć ostro w prawo na Way Name", - "pt-BR": "Faça uma curva fechada à direita na bifurcação em Way Name", + "pt-BR": "Faça uma curva fechada à direita em Way Name", + "pt-PT": "Vire acentuadamente à direita para Way Name", "ro": "Virați brusc dreapta la bifurcație pe Way Name", "ru": "Резко поверните направо на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/fork/slight_left_default.json b/test/fixtures/v5/fork/slight_left_default.json index fbc69b63e..869965996 100644 --- a/test/fixtures/v5/fork/slight_left_default.json +++ b/test/fixtures/v5/fork/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Links aanhouden op de splitsing", "pl": "Na rozwidleniu trzymaj się lewej strony", "pt-BR": "Mantenha-se à esquerda na bifurcação", + "pt-PT": "Na bifurcação mantenha-se à esquerda", "ro": "Mențineți stânga la bifurcație", "ru": "На развилке держитесь левее", "sv": "Håll till vänster där vägen delar sig", diff --git a/test/fixtures/v5/fork/slight_left_destination.json b/test/fixtures/v5/fork/slight_left_destination.json index 243c1eb15..8f230967b 100644 --- a/test/fixtures/v5/fork/slight_left_destination.json +++ b/test/fixtures/v5/fork/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Links aanhouden op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się lewej strony w kierunku Destination 1", "pt-BR": "Mantenha-se à esquerda na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à esquerda em direção a Destination 1", "ro": "Mențineți stânga la bifurcație spre Destination 1", "ru": "На развилке держитесь левее и продолжите движение в направлении Destination 1", "sv": "Håll till vänster mot Destination 1", diff --git a/test/fixtures/v5/fork/slight_left_exit.json b/test/fixtures/v5/fork/slight_left_exit.json index c86ebc0f2..bd3c5cff8 100644 --- a/test/fixtures/v5/fork/slight_left_exit.json +++ b/test/fixtures/v5/fork/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Links aanhouden op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się lewej strony w Way Name", "pt-BR": "Mantenha-se à esquerda na bifurcação em Way Name", + "pt-PT": "Mantenha-se à esquerda para Way Name", "ro": "Mențineți stânga la bifurcație pe Way Name", "ru": "На развилке держитесь левее на Way Name", "sv": "Håll till vänster in på Way Name", diff --git a/test/fixtures/v5/fork/slight_left_exit_destination.json b/test/fixtures/v5/fork/slight_left_exit_destination.json index 5edd91800..0b1f81352 100644 --- a/test/fixtures/v5/fork/slight_left_exit_destination.json +++ b/test/fixtures/v5/fork/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Links aanhouden op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się lewej strony w kierunku Destination 1", "pt-BR": "Mantenha-se à esquerda na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à esquerda em direção a Destination 1", "ro": "Mențineți stânga la bifurcație spre Destination 1", "ru": "На развилке держитесь левее и продолжите движение в направлении Destination 1", "sv": "Håll till vänster mot Destination 1", diff --git a/test/fixtures/v5/fork/slight_left_name.json b/test/fixtures/v5/fork/slight_left_name.json index 396252dff..854f84bc4 100644 --- a/test/fixtures/v5/fork/slight_left_name.json +++ b/test/fixtures/v5/fork/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Links aanhouden op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się lewej strony w Way Name", "pt-BR": "Mantenha-se à esquerda na bifurcação em Way Name", + "pt-PT": "Mantenha-se à esquerda para Way Name", "ro": "Mențineți stânga la bifurcație pe Way Name", "ru": "На развилке держитесь левее на Way Name", "sv": "Håll till vänster in på Way Name", diff --git a/test/fixtures/v5/fork/slight_right_default.json b/test/fixtures/v5/fork/slight_right_default.json index 4e05956a7..11ecec04a 100644 --- a/test/fixtures/v5/fork/slight_right_default.json +++ b/test/fixtures/v5/fork/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden op de splitsing", "pl": "Na rozwidleniu trzymaj się prawej strony", "pt-BR": "Mantenha-se à direita na bifurcação", + "pt-PT": "Na bifurcação mantenha-se à direita", "ro": "Mențineți dreapta la bifurcație", "ru": "На развилке держитесь правее", "sv": "Håll till höger där vägen delar sig", diff --git a/test/fixtures/v5/fork/slight_right_destination.json b/test/fixtures/v5/fork/slight_right_destination.json index ce0dfee66..52ee23e7a 100644 --- a/test/fixtures/v5/fork/slight_right_destination.json +++ b/test/fixtures/v5/fork/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Rechts aanhouden op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się prawej strony w kierunku Destination 1", "pt-BR": "Mantenha-se à direita na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à direita em direção a Destination 1", "ro": "Mențineți dreapta la bifurcație spre Destination 1", "ru": "На развилке держитесь правее и продолжите движение в направлении Destination 1", "sv": "Håll till höger mot Destination 1", diff --git a/test/fixtures/v5/fork/slight_right_exit.json b/test/fixtures/v5/fork/slight_right_exit.json index 36c8b789a..6995ebe27 100644 --- a/test/fixtures/v5/fork/slight_right_exit.json +++ b/test/fixtures/v5/fork/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Rechts aanhouden op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się prawej strony na Way Name", "pt-BR": "Mantenha-se à direita na bifurcação em Way Name", + "pt-PT": "Mantenha-se à direita para Way Name", "ro": "Mențineți dreapta la bifurcație pe Way Name", "ru": "На развилке держитесь правее на Way Name", "sv": "Håll till höger in på Way Name", diff --git a/test/fixtures/v5/fork/slight_right_exit_destination.json b/test/fixtures/v5/fork/slight_right_exit_destination.json index ab616d470..86a87556c 100644 --- a/test/fixtures/v5/fork/slight_right_exit_destination.json +++ b/test/fixtures/v5/fork/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Rechts aanhouden op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się prawej strony w kierunku Destination 1", "pt-BR": "Mantenha-se à direita na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se à direita em direção a Destination 1", "ro": "Mențineți dreapta la bifurcație spre Destination 1", "ru": "На развилке держитесь правее и продолжите движение в направлении Destination 1", "sv": "Håll till höger mot Destination 1", diff --git a/test/fixtures/v5/fork/slight_right_name.json b/test/fixtures/v5/fork/slight_right_name.json index 3444e1689..ef37e1cfa 100644 --- a/test/fixtures/v5/fork/slight_right_name.json +++ b/test/fixtures/v5/fork/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się prawej strony na Way Name", "pt-BR": "Mantenha-se à direita na bifurcação em Way Name", + "pt-PT": "Mantenha-se à direita para Way Name", "ro": "Mențineți dreapta la bifurcație pe Way Name", "ru": "На развилке держитесь правее на Way Name", "sv": "Håll till höger in på Way Name", diff --git a/test/fixtures/v5/fork/straight_default.json b/test/fixtures/v5/fork/straight_default.json index 5ce679a1a..5c64c9150 100644 --- a/test/fixtures/v5/fork/straight_default.json +++ b/test/fixtures/v5/fork/straight_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor op de splitsing", "pl": "Na rozwidleniu trzymaj się prosto", "pt-BR": "Mantenha-se em frente na bifurcação", + "pt-PT": "Na bifurcação mantenha-se em frente", "ro": "Mențineți înainte la bifurcație", "ru": "На развилке двигайтесь прямо", "sv": "Håll till rakt fram där vägen delar sig", diff --git a/test/fixtures/v5/fork/straight_destination.json b/test/fixtures/v5/fork/straight_destination.json index b4ed027b8..a1bd732bc 100644 --- a/test/fixtures/v5/fork/straight_destination.json +++ b/test/fixtures/v5/fork/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się prosto w kierunku Destination 1", "pt-BR": "Mantenha-se em frente na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se em frente em direção a Destination 1", "ro": "Mențineți înainte la bifurcație spre Destination 1", "ru": "На развилке двигайтесь прямо в направлении Destination 1", "sv": "Håll till rakt fram mot Destination 1", diff --git a/test/fixtures/v5/fork/straight_exit.json b/test/fixtures/v5/fork/straight_exit.json index a161212a7..0c89fccc7 100644 --- a/test/fixtures/v5/fork/straight_exit.json +++ b/test/fixtures/v5/fork/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się prosto na Way Name", "pt-BR": "Mantenha-se em frente na bifurcação em Way Name", + "pt-PT": "Mantenha-se em frente para Way Name", "ro": "Mențineți înainte la bifurcație pe Way Name", "ru": "На развилке двигайтесь прямо на Way Name", "sv": "Håll till rakt fram in på Way Name", diff --git a/test/fixtures/v5/fork/straight_exit_destination.json b/test/fixtures/v5/fork/straight_exit_destination.json index ee262f61d..42188e082 100644 --- a/test/fixtures/v5/fork/straight_exit_destination.json +++ b/test/fixtures/v5/fork/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtdoor op de splitsing richting Destination 1", "pl": "Na rozwidleniu trzymaj się prosto w kierunku Destination 1", "pt-BR": "Mantenha-se em frente na bifurcação sentido Destination 1", + "pt-PT": "Mantenha-se em frente em direção a Destination 1", "ro": "Mențineți înainte la bifurcație spre Destination 1", "ru": "На развилке двигайтесь прямо в направлении Destination 1", "sv": "Håll till rakt fram mot Destination 1", diff --git a/test/fixtures/v5/fork/straight_name.json b/test/fixtures/v5/fork/straight_name.json index 87080c85d..65f5d0fc6 100644 --- a/test/fixtures/v5/fork/straight_name.json +++ b/test/fixtures/v5/fork/straight_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor op de splitsing naar Way Name", "pl": "Na rozwidleniu trzymaj się prosto na Way Name", "pt-BR": "Mantenha-se em frente na bifurcação em Way Name", + "pt-PT": "Mantenha-se em frente para Way Name", "ro": "Mențineți înainte la bifurcație pe Way Name", "ru": "На развилке двигайтесь прямо на Way Name", "sv": "Håll till rakt fram in på Way Name", diff --git a/test/fixtures/v5/fork/uturn_default.json b/test/fixtures/v5/fork/uturn_default.json index a4dd76def..c460d999e 100644 --- a/test/fixtures/v5/fork/uturn_default.json +++ b/test/fixtures/v5/fork/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Keer om", "pl": "Zawróć", "pt-BR": "Faça o retorno", + "pt-PT": "Faça inversão de marcha", "ro": "Întoarceți-vă", "ru": "На развилке развернитесь", "sv": "Gör en U-sväng", diff --git a/test/fixtures/v5/fork/uturn_destination.json b/test/fixtures/v5/fork/uturn_destination.json index 5900bf679..021a65994 100644 --- a/test/fixtures/v5/fork/uturn_destination.json +++ b/test/fixtures/v5/fork/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "На развилке развернитесь и продолжите движение в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/fork/uturn_exit.json b/test/fixtures/v5/fork/uturn_exit.json index 0b8f5caba..316b452ae 100644 --- a/test/fixtures/v5/fork/uturn_exit.json +++ b/test/fixtures/v5/fork/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "На развилке развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/fork/uturn_exit_destination.json b/test/fixtures/v5/fork/uturn_exit_destination.json index 28c2fa9f2..6135e20a7 100644 --- a/test/fixtures/v5/fork/uturn_exit_destination.json +++ b/test/fixtures/v5/fork/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "На развилке развернитесь и продолжите движение в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/fork/uturn_name.json b/test/fixtures/v5/fork/uturn_name.json index ff39dafa1..faf02aec6 100644 --- a/test/fixtures/v5/fork/uturn_name.json +++ b/test/fixtures/v5/fork/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "На развилке развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/merge/left_default.json b/test/fixtures/v5/merge/left_default.json index 1174cf464..7dfac0941 100644 --- a/test/fixtures/v5/merge/left_default.json +++ b/test/fixtures/v5/merge/left_default.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing links", "pl": "Włącz się lewo", "pt-BR": "Entre à esquerda", + "pt-PT": "Una-se ao tráfego à esquerda", "ro": "Intrați în stânga", "ru": "Перестройтесь налево", "sv": "Byt till vänster körfält", diff --git a/test/fixtures/v5/merge/left_destination.json b/test/fixtures/v5/merge/left_destination.json index 131d2c1a4..a77be0473 100644 --- a/test/fixtures/v5/merge/left_destination.json +++ b/test/fixtures/v5/merge/left_destination.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing links richting Destination 1", "pl": "Włącz się lewo w kierunku Destination 1", "pt-BR": "Entre à esquerda em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à esquerda em direção a Destination 1", "ro": "Intrați în stânga spre Destination 1", "ru": "Перестройтесь налево в направлении Destination 1", "sv": "Byt till vänster körfält, mot Destination 1", diff --git a/test/fixtures/v5/merge/left_exit.json b/test/fixtures/v5/merge/left_exit.json index f0d7f5787..5ec2e5734 100644 --- a/test/fixtures/v5/merge/left_exit.json +++ b/test/fixtures/v5/merge/left_exit.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing links naar Way Name", "pl": "Włącz się lewo na Way Name", "pt-BR": "Entre à esquerda na Way Name", + "pt-PT": "Una-se ao tráfego à esquerda para Way Name", "ro": "Intrați în stânga pe Way Name", "ru": "Перестройтесь налево на Way Name", "sv": "Byt till vänster körfält, in på Way Name", diff --git a/test/fixtures/v5/merge/left_exit_destination.json b/test/fixtures/v5/merge/left_exit_destination.json index 879b807af..d588439a4 100644 --- a/test/fixtures/v5/merge/left_exit_destination.json +++ b/test/fixtures/v5/merge/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Bij de splitsing links richting Destination 1", "pl": "Włącz się lewo w kierunku Destination 1", "pt-BR": "Entre à esquerda em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à esquerda em direção a Destination 1", "ro": "Intrați în stânga spre Destination 1", "ru": "Перестройтесь налево в направлении Destination 1", "sv": "Byt till vänster körfält, mot Destination 1", diff --git a/test/fixtures/v5/merge/left_name.json b/test/fixtures/v5/merge/left_name.json index c88d437cf..bc1ec0ced 100644 --- a/test/fixtures/v5/merge/left_name.json +++ b/test/fixtures/v5/merge/left_name.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing links naar Way Name", "pl": "Włącz się lewo na Way Name", "pt-BR": "Entre à esquerda na Way Name", + "pt-PT": "Una-se ao tráfego à esquerda para Way Name", "ro": "Intrați în stânga pe Way Name", "ru": "Перестройтесь налево на Way Name", "sv": "Byt till vänster körfält, in på Way Name", diff --git a/test/fixtures/v5/merge/right_default.json b/test/fixtures/v5/merge/right_default.json index ec32190f9..7a7d7e95e 100644 --- a/test/fixtures/v5/merge/right_default.json +++ b/test/fixtures/v5/merge/right_default.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechts", "pl": "Włącz się prawo", "pt-BR": "Entre à direita", + "pt-PT": "Una-se ao tráfego à direita", "ro": "Intrați în dreapta", "ru": "Перестройтесь направо", "sv": "Byt till höger körfält", diff --git a/test/fixtures/v5/merge/right_destination.json b/test/fixtures/v5/merge/right_destination.json index 5128c814e..dfa719165 100644 --- a/test/fixtures/v5/merge/right_destination.json +++ b/test/fixtures/v5/merge/right_destination.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechts richting Destination 1", "pl": "Włącz się prawo w kierunku Destination 1", "pt-BR": "Entre à direita em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à direita em direção a Destination 1", "ro": "Intrați în dreapta spre Destination 1", "ru": "Перестройтесь направо в направлении Destination 1", "sv": "Byt till höger körfält, mot Destination 1", diff --git a/test/fixtures/v5/merge/right_exit.json b/test/fixtures/v5/merge/right_exit.json index 52584a96b..5e2e80a66 100644 --- a/test/fixtures/v5/merge/right_exit.json +++ b/test/fixtures/v5/merge/right_exit.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechts naar Way Name", "pl": "Włącz się prawo na Way Name", "pt-BR": "Entre à direita na Way Name", + "pt-PT": "Una-se ao tráfego à direita para Way Name", "ro": "Intrați în dreapta pe Way Name", "ru": "Перестройтесь направо на Way Name", "sv": "Byt till höger körfält, in på Way Name", diff --git a/test/fixtures/v5/merge/right_exit_destination.json b/test/fixtures/v5/merge/right_exit_destination.json index b614bfe7b..258777efd 100644 --- a/test/fixtures/v5/merge/right_exit_destination.json +++ b/test/fixtures/v5/merge/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Bij de splitsing rechts richting Destination 1", "pl": "Włącz się prawo w kierunku Destination 1", "pt-BR": "Entre à direita em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à direita em direção a Destination 1", "ro": "Intrați în dreapta spre Destination 1", "ru": "Перестройтесь направо в направлении Destination 1", "sv": "Byt till höger körfält, mot Destination 1", diff --git a/test/fixtures/v5/merge/right_name.json b/test/fixtures/v5/merge/right_name.json index 2e46787f2..f65342431 100644 --- a/test/fixtures/v5/merge/right_name.json +++ b/test/fixtures/v5/merge/right_name.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechts naar Way Name", "pl": "Włącz się prawo na Way Name", "pt-BR": "Entre à direita na Way Name", + "pt-PT": "Una-se ao tráfego à direita para Way Name", "ro": "Intrați în dreapta pe Way Name", "ru": "Перестройтесь направо на Way Name", "sv": "Byt till höger körfält, in på Way Name", diff --git a/test/fixtures/v5/merge/sharp_left_default.json b/test/fixtures/v5/merge/sharp_left_default.json index 33a19f7f7..a84e17b1f 100644 --- a/test/fixtures/v5/merge/sharp_left_default.json +++ b/test/fixtures/v5/merge/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing linksaf", "pl": "Włącz się z lewej strony", "pt-BR": "Entre à esquerda", + "pt-PT": "Una-se ao tráfego à esquerda", "ro": "Intrați în stânga", "ru": "Перестраивайтесь левее", "sv": "Byt till vänstra körfältet", diff --git a/test/fixtures/v5/merge/sharp_left_destination.json b/test/fixtures/v5/merge/sharp_left_destination.json index 1b9f926ec..67c6366ae 100644 --- a/test/fixtures/v5/merge/sharp_left_destination.json +++ b/test/fixtures/v5/merge/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing linksaf richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "pt-BR": "Entre à esquerda em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à esquerda em direção a Destination 1", "ro": "Intrați în stânga spre Destination 1", "ru": "Перестраивайтесь левее в направлении Destination 1", "sv": "Byt till vänstra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/sharp_left_exit.json b/test/fixtures/v5/merge/sharp_left_exit.json index 560700917..fc98adf8b 100644 --- a/test/fixtures/v5/merge/sharp_left_exit.json +++ b/test/fixtures/v5/merge/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing linksaf naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "pt-BR": "Entre à esquerda na Way Name", + "pt-PT": "Una-se ao tráfego à esquerda para Way Name", "ro": "Intrați în stânga pe Way Name", "ru": "Перестраивайтесь левее на Way Name", "sv": "Byt till vänstra körfältet, in på 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 50f94517a..7a7944bbd 100644 --- a/test/fixtures/v5/merge/sharp_left_exit_destination.json +++ b/test/fixtures/v5/merge/sharp_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Bij de splitsing linksaf richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "pt-BR": "Entre à esquerda em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à esquerda em direção a Destination 1", "ro": "Intrați în stânga spre Destination 1", "ru": "Перестраивайтесь левее в направлении Destination 1", "sv": "Byt till vänstra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/sharp_left_name.json b/test/fixtures/v5/merge/sharp_left_name.json index 21d127088..b5e4f9344 100644 --- a/test/fixtures/v5/merge/sharp_left_name.json +++ b/test/fixtures/v5/merge/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing linksaf naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "pt-BR": "Entre à esquerda na Way Name", + "pt-PT": "Una-se ao tráfego à esquerda para Way Name", "ro": "Intrați în stânga pe Way Name", "ru": "Перестраивайтесь левее на Way Name", "sv": "Byt till vänstra körfältet, in på Way Name", diff --git a/test/fixtures/v5/merge/sharp_right_default.json b/test/fixtures/v5/merge/sharp_right_default.json index 712bd22e5..7d810a8db 100644 --- a/test/fixtures/v5/merge/sharp_right_default.json +++ b/test/fixtures/v5/merge/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechtsaf", "pl": "Włącz się z prawej strony", "pt-BR": "Entre à direita", + "pt-PT": "Una-se ao tráfego à direita", "ro": "Intrați în dreapta", "ru": "Перестраивайтесь правее", "sv": "Byt till högra körfältet", diff --git a/test/fixtures/v5/merge/sharp_right_destination.json b/test/fixtures/v5/merge/sharp_right_destination.json index 737572e66..9c202c673 100644 --- a/test/fixtures/v5/merge/sharp_right_destination.json +++ b/test/fixtures/v5/merge/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechtsaf richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "pt-BR": "Entre à direita em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à direita em direção a Destination 1", "ro": "Intrați în dreapta spre Destination 1", "ru": "Перестраивайтесь правее в направлении Destination 1", "sv": "Byt till högra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/sharp_right_exit.json b/test/fixtures/v5/merge/sharp_right_exit.json index 35d7b1e1f..5b5782490 100644 --- a/test/fixtures/v5/merge/sharp_right_exit.json +++ b/test/fixtures/v5/merge/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechtsaf naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "pt-BR": "Entre à direita na Way Name", + "pt-PT": "Una-se ao tráfego à direita para Way Name", "ro": "Intrați în dreapta pe Way Name", "ru": "Перестраивайтесь правее на Way Name", "sv": "Byt till högra körfältet, in på 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 a082f480a..b14899247 100644 --- a/test/fixtures/v5/merge/sharp_right_exit_destination.json +++ b/test/fixtures/v5/merge/sharp_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Bij de splitsing rechtsaf richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "pt-BR": "Entre à direita em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à direita em direção a Destination 1", "ro": "Intrați în dreapta spre Destination 1", "ru": "Перестраивайтесь правее в направлении Destination 1", "sv": "Byt till högra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/sharp_right_name.json b/test/fixtures/v5/merge/sharp_right_name.json index c2ba67157..922f37717 100644 --- a/test/fixtures/v5/merge/sharp_right_name.json +++ b/test/fixtures/v5/merge/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechtsaf naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "pt-BR": "Entre à direita na Way Name", + "pt-PT": "Una-se ao tráfego à direita para Way Name", "ro": "Intrați în dreapta pe Way Name", "ru": "Перестраивайтесь правее на Way Name", "sv": "Byt till högra körfältet, in på Way Name", diff --git a/test/fixtures/v5/merge/slight_left_default.json b/test/fixtures/v5/merge/slight_left_default.json index 3b89ada0a..9dd96d855 100644 --- a/test/fixtures/v5/merge/slight_left_default.json +++ b/test/fixtures/v5/merge/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing links aanhouden", "pl": "Włącz się z lewej strony", "pt-BR": "Entre à esquerda", + "pt-PT": "Una-se ao tráfego à esquerda", "ro": "Intrați în stânga", "ru": "Перестройтесь левее", "sv": "Byt till vänstra körfältet", diff --git a/test/fixtures/v5/merge/slight_left_destination.json b/test/fixtures/v5/merge/slight_left_destination.json index 33c0ebd2b..974f6a23c 100644 --- a/test/fixtures/v5/merge/slight_left_destination.json +++ b/test/fixtures/v5/merge/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing links aanhouden richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "pt-BR": "Entre à esquerda em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à esquerda em direção a Destination 1", "ro": "Intrați în stânga spre Destination 1", "ru": "Перестройтесь левее в направлении Destination 1", "sv": "Byt till vänstra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/slight_left_exit.json b/test/fixtures/v5/merge/slight_left_exit.json index 83e2da3ce..774b984ba 100644 --- a/test/fixtures/v5/merge/slight_left_exit.json +++ b/test/fixtures/v5/merge/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing links aanhouden naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "pt-BR": "Entre à esquerda na Way Name", + "pt-PT": "Una-se ao tráfego à esquerda para Way Name", "ro": "Intrați în stânga pe Way Name", "ru": "Перестройтесь левее на Way Name", "sv": "Byt till vänstra körfältet, in på 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 ca75a78f4..813ed1bd0 100644 --- a/test/fixtures/v5/merge/slight_left_exit_destination.json +++ b/test/fixtures/v5/merge/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Bij de splitsing links aanhouden richting Destination 1", "pl": "Włącz się z lewej strony w kierunku Destination 1", "pt-BR": "Entre à esquerda em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à esquerda em direção a Destination 1", "ro": "Intrați în stânga spre Destination 1", "ru": "Перестройтесь левее в направлении Destination 1", "sv": "Byt till vänstra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/slight_left_name.json b/test/fixtures/v5/merge/slight_left_name.json index b829a336d..1ae134fae 100644 --- a/test/fixtures/v5/merge/slight_left_name.json +++ b/test/fixtures/v5/merge/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing links aanhouden naar Way Name", "pl": "Włącz się z lewej strony na Way Name", "pt-BR": "Entre à esquerda na Way Name", + "pt-PT": "Una-se ao tráfego à esquerda para Way Name", "ro": "Intrați în stânga pe Way Name", "ru": "Перестройтесь левее на Way Name", "sv": "Byt till vänstra körfältet, in på Way Name", diff --git a/test/fixtures/v5/merge/slight_right_default.json b/test/fixtures/v5/merge/slight_right_default.json index 325d8a3da..de8add83a 100644 --- a/test/fixtures/v5/merge/slight_right_default.json +++ b/test/fixtures/v5/merge/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechts aanhouden", "pl": "Włącz się z prawej strony", "pt-BR": "Entre à direita", + "pt-PT": "Una-se ao tráfego à direita", "ro": "Intrați în dreapta", "ru": "Перестройтесь правее", "sv": "Byt till högra körfältet", diff --git a/test/fixtures/v5/merge/slight_right_destination.json b/test/fixtures/v5/merge/slight_right_destination.json index b81cd64bf..ec46d0792 100644 --- a/test/fixtures/v5/merge/slight_right_destination.json +++ b/test/fixtures/v5/merge/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechts aanhouden richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "pt-BR": "Entre à direita em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à direita em direção a Destination 1", "ro": "Intrați în dreapta spre Destination 1", "ru": "Перестройтесь правее в направлении Destination 1", "sv": "Byt till högra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/slight_right_exit.json b/test/fixtures/v5/merge/slight_right_exit.json index d3d51873f..e434c553a 100644 --- a/test/fixtures/v5/merge/slight_right_exit.json +++ b/test/fixtures/v5/merge/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechts aanhouden naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "pt-BR": "Entre à direita na Way Name", + "pt-PT": "Una-se ao tráfego à direita para Way Name", "ro": "Intrați în dreapta pe Way Name", "ru": "Перестройтесь правее на Way Name", "sv": "Byt till högra körfältet, in på 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 e74923a68..5509da1cc 100644 --- a/test/fixtures/v5/merge/slight_right_exit_destination.json +++ b/test/fixtures/v5/merge/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Bij de splitsing rechts aanhouden richting Destination 1", "pl": "Włącz się z prawej strony w kierunku Destination 1", "pt-BR": "Entre à direita em direção à Destination 1", + "pt-PT": "Una-se ao tráfego à direita em direção a Destination 1", "ro": "Intrați în dreapta spre Destination 1", "ru": "Перестройтесь правее в направлении Destination 1", "sv": "Byt till högra körfältet, mot Destination 1", diff --git a/test/fixtures/v5/merge/slight_right_name.json b/test/fixtures/v5/merge/slight_right_name.json index 3a2678366..1bed6b60c 100644 --- a/test/fixtures/v5/merge/slight_right_name.json +++ b/test/fixtures/v5/merge/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechts aanhouden naar Way Name", "pl": "Włącz się z prawej strony na Way Name", "pt-BR": "Entre à direita na Way Name", + "pt-PT": "Una-se ao tráfego à direita para Way Name", "ro": "Intrați în dreapta pe Way Name", "ru": "Перестройтесь правее на Way Name", "sv": "Byt till högra körfältet, in på Way Name", diff --git a/test/fixtures/v5/merge/straight_default.json b/test/fixtures/v5/merge/straight_default.json index 15a32f3b6..29652ebe5 100644 --- a/test/fixtures/v5/merge/straight_default.json +++ b/test/fixtures/v5/merge/straight_default.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechtdoor", "pl": "Włącz się prosto", "pt-BR": "Entre reto", + "pt-PT": "Una-se ao tráfego", "ro": "Intrați în înainte", "ru": "Двигайтесь прямо", "sv": "Fortsätt", diff --git a/test/fixtures/v5/merge/straight_destination.json b/test/fixtures/v5/merge/straight_destination.json index 6dbf0f6a0..03be36cad 100644 --- a/test/fixtures/v5/merge/straight_destination.json +++ b/test/fixtures/v5/merge/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechtdoor richting Destination 1", "pl": "Włącz się prosto w kierunku Destination 1", "pt-BR": "Entre reto em direção à Destination 1", + "pt-PT": "Una-se ao tráfego em direção a Destination 1", "ro": "Intrați în înainte spre Destination 1", "ru": "Продолжите движение в направлении Destination 1", "sv": "Kör mot Destination 1", diff --git a/test/fixtures/v5/merge/straight_exit.json b/test/fixtures/v5/merge/straight_exit.json index 6daf85ccd..eaf7b5b1a 100644 --- a/test/fixtures/v5/merge/straight_exit.json +++ b/test/fixtures/v5/merge/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Bij de splitsing rechtdoor naar Way Name", "pl": "Włącz się prosto na Way Name", "pt-BR": "Entre reto na Way Name", + "pt-PT": " Una-se ao tráfego para Way Name", "ro": "Intrați în înainte pe Way Name", "ru": "Продолжите движение по Way Name", "sv": "Kör in på Way Name", diff --git a/test/fixtures/v5/merge/straight_exit_destination.json b/test/fixtures/v5/merge/straight_exit_destination.json index 67a37f50c..e0310db14 100644 --- a/test/fixtures/v5/merge/straight_exit_destination.json +++ b/test/fixtures/v5/merge/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Bij de splitsing rechtdoor richting Destination 1", "pl": "Włącz się prosto w kierunku Destination 1", "pt-BR": "Entre reto em direção à Destination 1", + "pt-PT": "Una-se ao tráfego em direção a Destination 1", "ro": "Intrați în înainte spre Destination 1", "ru": "Продолжите движение в направлении Destination 1", "sv": "Kör mot Destination 1", diff --git a/test/fixtures/v5/merge/straight_name.json b/test/fixtures/v5/merge/straight_name.json index ee893363a..a13b6f7d7 100644 --- a/test/fixtures/v5/merge/straight_name.json +++ b/test/fixtures/v5/merge/straight_name.json @@ -21,6 +21,7 @@ "nl": "Bij de splitsing rechtdoor naar Way Name", "pl": "Włącz się prosto na Way Name", "pt-BR": "Entre reto na Way Name", + "pt-PT": " Una-se ao tráfego para Way Name", "ro": "Intrați în înainte pe Way Name", "ru": "Продолжите движение по Way Name", "sv": "Kör in på Way Name", diff --git a/test/fixtures/v5/merge/uturn_default.json b/test/fixtures/v5/merge/uturn_default.json index 3fa6fa4ec..6e5137479 100644 --- a/test/fixtures/v5/merge/uturn_default.json +++ b/test/fixtures/v5/merge/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Keer om", "pl": "Zawróć", "pt-BR": "Faça o retorno", + "pt-PT": "Faça inversão de marcha", "ro": "Întoarceți-vă", "ru": "Развернитесь", "sv": "Gör en U-sväng", diff --git a/test/fixtures/v5/merge/uturn_destination.json b/test/fixtures/v5/merge/uturn_destination.json index 661f6b7ff..0c1f54c5c 100644 --- a/test/fixtures/v5/merge/uturn_destination.json +++ b/test/fixtures/v5/merge/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/merge/uturn_exit.json b/test/fixtures/v5/merge/uturn_exit.json index f4319765c..ad329ac1d 100644 --- a/test/fixtures/v5/merge/uturn_exit.json +++ b/test/fixtures/v5/merge/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "Развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/merge/uturn_exit_destination.json b/test/fixtures/v5/merge/uturn_exit_destination.json index bbb41b292..348f91bb7 100644 --- a/test/fixtures/v5/merge/uturn_exit_destination.json +++ b/test/fixtures/v5/merge/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/merge/uturn_name.json b/test/fixtures/v5/merge/uturn_name.json index 3ac32691e..32f919fc1 100644 --- a/test/fixtures/v5/merge/uturn_name.json +++ b/test/fixtures/v5/merge/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "Развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/modes/driving_turn_left.json b/test/fixtures/v5/modes/driving_turn_left.json index 03fb4b785..c50a9bb25 100644 --- a/test/fixtures/v5/modes/driving_turn_left.json +++ b/test/fixtures/v5/modes/driving_turn_left.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/modes/ferry_fork_left_default.json b/test/fixtures/v5/modes/ferry_fork_left_default.json index facbd1dd9..49550e585 100644 --- a/test/fixtures/v5/modes/ferry_fork_left_default.json +++ b/test/fixtures/v5/modes/ferry_fork_left_default.json @@ -21,6 +21,7 @@ "nl": "Neem het veer", "pl": "Weź prom", "pt-BR": "Pegue a balsa", + "pt-PT": "Apanhe o ferry", "ro": "Ia feribotul", "ru": "Погрузитесь на паром", "sv": "Ta färjan", diff --git a/test/fixtures/v5/modes/ferry_fork_left_destination.json b/test/fixtures/v5/modes/ferry_fork_left_destination.json index d14562a4b..dfae04a9a 100644 --- a/test/fixtures/v5/modes/ferry_fork_left_destination.json +++ b/test/fixtures/v5/modes/ferry_fork_left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem het veer naar Destination 1", "pl": "Weź prom w kierunku Destination 1", "pt-BR": "Pegue a balsa sentido Destination 1", + "pt-PT": "Apanhe o ferry para Destination 1", "ro": "Ia feribotul spre Destination 1", "ru": "Погрузитесь на паром в направлении Destination 1", "sv": "Ta färjan mot Destination 1", diff --git a/test/fixtures/v5/modes/ferry_fork_left_exit.json b/test/fixtures/v5/modes/ferry_fork_left_exit.json index 913bab518..cb60e097d 100644 --- a/test/fixtures/v5/modes/ferry_fork_left_exit.json +++ b/test/fixtures/v5/modes/ferry_fork_left_exit.json @@ -22,6 +22,7 @@ "nl": "Neem het veer Way Name", "pl": "Weź prom Way Name", "pt-BR": "Pegue a balsa Way Name", + "pt-PT": "Apanhe o ferry Way Name", "ro": "Ia feribotul Way Name", "ru": "Погрузитесь на паром Way Name", "sv": "Ta färjan på Way Name", diff --git a/test/fixtures/v5/modes/ferry_fork_left_exit_destination.json b/test/fixtures/v5/modes/ferry_fork_left_exit_destination.json index 17f3c5474..a0854e11c 100644 --- a/test/fixtures/v5/modes/ferry_fork_left_exit_destination.json +++ b/test/fixtures/v5/modes/ferry_fork_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem het veer naar Destination 1", "pl": "Weź prom w kierunku Destination 1", "pt-BR": "Pegue a balsa sentido Destination 1", + "pt-PT": "Apanhe o ferry para Destination 1", "ro": "Ia feribotul spre Destination 1", "ru": "Погрузитесь на паром в направлении Destination 1", "sv": "Ta färjan mot Destination 1", diff --git a/test/fixtures/v5/modes/ferry_fork_left_name.json b/test/fixtures/v5/modes/ferry_fork_left_name.json index f6937e6b7..47765d0b0 100644 --- a/test/fixtures/v5/modes/ferry_fork_left_name.json +++ b/test/fixtures/v5/modes/ferry_fork_left_name.json @@ -21,6 +21,7 @@ "nl": "Neem het veer Way Name", "pl": "Weź prom Way Name", "pt-BR": "Pegue a balsa Way Name", + "pt-PT": "Apanhe o ferry Way Name", "ro": "Ia feribotul Way Name", "ru": "Погрузитесь на паром Way Name", "sv": "Ta färjan på Way Name", diff --git a/test/fixtures/v5/modes/ferry_turn_left_default.json b/test/fixtures/v5/modes/ferry_turn_left_default.json index 526ac5fb6..35356a4ec 100644 --- a/test/fixtures/v5/modes/ferry_turn_left_default.json +++ b/test/fixtures/v5/modes/ferry_turn_left_default.json @@ -21,6 +21,7 @@ "nl": "Neem het veer", "pl": "Weź prom", "pt-BR": "Pegue a balsa", + "pt-PT": "Apanhe o ferry", "ro": "Ia feribotul", "ru": "Погрузитесь на паром", "sv": "Ta färjan", diff --git a/test/fixtures/v5/modes/ferry_turn_left_destination.json b/test/fixtures/v5/modes/ferry_turn_left_destination.json index 02b9b628a..9b6b78eb7 100644 --- a/test/fixtures/v5/modes/ferry_turn_left_destination.json +++ b/test/fixtures/v5/modes/ferry_turn_left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem het veer naar Destination 1", "pl": "Weź prom w kierunku Destination 1", "pt-BR": "Pegue a balsa sentido Destination 1", + "pt-PT": "Apanhe o ferry para Destination 1", "ro": "Ia feribotul spre Destination 1", "ru": "Погрузитесь на паром в направлении Destination 1", "sv": "Ta färjan mot Destination 1", diff --git a/test/fixtures/v5/modes/ferry_turn_left_exit.json b/test/fixtures/v5/modes/ferry_turn_left_exit.json index be8e45388..19e591480 100644 --- a/test/fixtures/v5/modes/ferry_turn_left_exit.json +++ b/test/fixtures/v5/modes/ferry_turn_left_exit.json @@ -22,6 +22,7 @@ "nl": "Neem het veer Way Name", "pl": "Weź prom Way Name", "pt-BR": "Pegue a balsa Way Name", + "pt-PT": "Apanhe o ferry Way Name", "ro": "Ia feribotul Way Name", "ru": "Погрузитесь на паром Way Name", "sv": "Ta färjan på Way Name", diff --git a/test/fixtures/v5/modes/ferry_turn_left_exit_destination.json b/test/fixtures/v5/modes/ferry_turn_left_exit_destination.json index a284ef3da..5a8031b36 100644 --- a/test/fixtures/v5/modes/ferry_turn_left_exit_destination.json +++ b/test/fixtures/v5/modes/ferry_turn_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem het veer naar Destination 1", "pl": "Weź prom w kierunku Destination 1", "pt-BR": "Pegue a balsa sentido Destination 1", + "pt-PT": "Apanhe o ferry para Destination 1", "ro": "Ia feribotul spre Destination 1", "ru": "Погрузитесь на паром в направлении Destination 1", "sv": "Ta färjan mot Destination 1", diff --git a/test/fixtures/v5/modes/ferry_turn_left_name.json b/test/fixtures/v5/modes/ferry_turn_left_name.json index db5455ede..5fdf73319 100644 --- a/test/fixtures/v5/modes/ferry_turn_left_name.json +++ b/test/fixtures/v5/modes/ferry_turn_left_name.json @@ -21,6 +21,7 @@ "nl": "Neem het veer Way Name", "pl": "Weź prom Way Name", "pt-BR": "Pegue a balsa Way Name", + "pt-PT": "Apanhe o ferry Way Name", "ro": "Ia feribotul Way Name", "ru": "Погрузитесь на паром Way Name", "sv": "Ta färjan på Way Name", diff --git a/test/fixtures/v5/new_name/left_default.json b/test/fixtures/v5/new_name/left_default.json index e9d7944ea..95b4bcf13 100644 --- a/test/fixtures/v5/new_name/left_default.json +++ b/test/fixtures/v5/new_name/left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links", "pl": "Kontynuuj lewo", "pt-BR": "Continue à esquerda", + "pt-PT": "Continue à esquerda", "ro": "Continuați stânga", "ru": "Двигайтесь налево", "sv": "Fortsätt vänster", diff --git a/test/fixtures/v5/new_name/left_destination.json b/test/fixtures/v5/new_name/left_destination.json index b61e47684..174fb3ddd 100644 --- a/test/fixtures/v5/new_name/left_destination.json +++ b/test/fixtures/v5/new_name/left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj lewo w kierunku Destination 1", "pt-BR": "Continue à esquerda sentido Destination 1", + "pt-PT": "Continue à esquerda em direção a Destination 1", "ro": "Continuați stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/new_name/left_exit.json b/test/fixtures/v5/new_name/left_exit.json index 3c8c3419a..d8055adb3 100644 --- a/test/fixtures/v5/new_name/left_exit.json +++ b/test/fixtures/v5/new_name/left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj lewo na Way Name", "pt-BR": "Continue à esquerda em Way Name", + "pt-PT": "Continue à esquerda para Way Name", "ro": "Continuați stânga pe Way Name", "ru": "Двигайтесь налево на Way Name", "sv": "Fortsätt vänster på Way Name", diff --git a/test/fixtures/v5/new_name/left_exit_destination.json b/test/fixtures/v5/new_name/left_exit_destination.json index 7c4163b6f..e56814be2 100644 --- a/test/fixtures/v5/new_name/left_exit_destination.json +++ b/test/fixtures/v5/new_name/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj lewo w kierunku Destination 1", "pt-BR": "Continue à esquerda sentido Destination 1", + "pt-PT": "Continue à esquerda em direção a Destination 1", "ro": "Continuați stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/new_name/left_name.json b/test/fixtures/v5/new_name/left_name.json index 0ddbba485..09e2fa1a6 100644 --- a/test/fixtures/v5/new_name/left_name.json +++ b/test/fixtures/v5/new_name/left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj lewo na Way Name", "pt-BR": "Continue à esquerda em Way Name", + "pt-PT": "Continue à esquerda para Way Name", "ro": "Continuați stânga pe Way Name", "ru": "Двигайтесь налево на Way Name", "sv": "Fortsätt vänster på Way Name", diff --git a/test/fixtures/v5/new_name/right_default.json b/test/fixtures/v5/new_name/right_default.json index 6f373a605..84ef253d9 100644 --- a/test/fixtures/v5/new_name/right_default.json +++ b/test/fixtures/v5/new_name/right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts", "pl": "Kontynuuj prawo", "pt-BR": "Continue à direita", + "pt-PT": "Continue à direita", "ro": "Continuați dreapta", "ru": "Двигайтесь направо", "sv": "Fortsätt höger", diff --git a/test/fixtures/v5/new_name/right_destination.json b/test/fixtures/v5/new_name/right_destination.json index 993bd40dd..d4b965871 100644 --- a/test/fixtures/v5/new_name/right_destination.json +++ b/test/fixtures/v5/new_name/right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj prawo w kierunku Destination 1", "pt-BR": "Continue à direita sentido Destination 1", + "pt-PT": "Continue à direita em direção a Destination 1", "ro": "Continuați dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/new_name/right_exit.json b/test/fixtures/v5/new_name/right_exit.json index 8c7c3a394..2fa4a1c30 100644 --- a/test/fixtures/v5/new_name/right_exit.json +++ b/test/fixtures/v5/new_name/right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj prawo na Way Name", "pt-BR": "Continue à direita em Way Name", + "pt-PT": "Continue à direita para Way Name", "ro": "Continuați dreapta pe Way Name", "ru": "Двигайтесь направо на Way Name", "sv": "Fortsätt höger på Way Name", diff --git a/test/fixtures/v5/new_name/right_exit_destination.json b/test/fixtures/v5/new_name/right_exit_destination.json index a214e160a..3f335edf4 100644 --- a/test/fixtures/v5/new_name/right_exit_destination.json +++ b/test/fixtures/v5/new_name/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj prawo w kierunku Destination 1", "pt-BR": "Continue à direita sentido Destination 1", + "pt-PT": "Continue à direita em direção a Destination 1", "ro": "Continuați dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/new_name/right_name.json b/test/fixtures/v5/new_name/right_name.json index 28b2f7018..02b805b36 100644 --- a/test/fixtures/v5/new_name/right_name.json +++ b/test/fixtures/v5/new_name/right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj prawo na Way Name", "pt-BR": "Continue à direita em Way Name", + "pt-PT": "Continue à direita para Way Name", "ro": "Continuați dreapta pe Way Name", "ru": "Двигайтесь направо на Way Name", "sv": "Fortsätt höger på Way Name", diff --git a/test/fixtures/v5/new_name/sharp_left_default.json b/test/fixtures/v5/new_name/sharp_left_default.json index 47b35ac91..8d50fcacc 100644 --- a/test/fixtures/v5/new_name/sharp_left_default.json +++ b/test/fixtures/v5/new_name/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Linksaf", "pl": "Skręć ostro w lewo", "pt-BR": "Faça uma curva fechada à esquerda", + "pt-PT": "Vire acentuadamente à esquerda", "ro": "Virați brusc stânga", "ru": "Резко поверните налево", "sv": "Gör en skarp vänstersväng", diff --git a/test/fixtures/v5/new_name/sharp_left_destination.json b/test/fixtures/v5/new_name/sharp_left_destination.json index 4312a95af..6a237ccbf 100644 --- a/test/fixtures/v5/new_name/sharp_left_destination.json +++ b/test/fixtures/v5/new_name/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada à esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção aDestination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Резко поверните налево и продолжите движение в направлении Destination 1", "sv": "Gör en skarp vänstersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/sharp_left_exit.json b/test/fixtures/v5/new_name/sharp_left_exit.json index 186d29526..fb4f3b824 100644 --- a/test/fixtures/v5/new_name/sharp_left_exit.json +++ b/test/fixtures/v5/new_name/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Linksaf naar Way Name", "pl": "Skręć ostro w lewo w Way Name", "pt-BR": "Faça uma curva fechada à esquerda em Way Name", + "pt-PT": "Vire acentuadamente à esquerda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Резко поверните налево на Way Name", "sv": "Gör en skarp vänstersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/sharp_left_exit_destination.json b/test/fixtures/v5/new_name/sharp_left_exit_destination.json index 472985f1a..d7e487f71 100644 --- a/test/fixtures/v5/new_name/sharp_left_exit_destination.json +++ b/test/fixtures/v5/new_name/sharp_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Linksaf richting Destination 1", "pl": "Skręć ostro w lewo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada à esquerda sentido Destination 1", + "pt-PT": "Vire acentuadamente à esquerda em direção aDestination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Резко поверните налево и продолжите движение в направлении Destination 1", "sv": "Gör en skarp vänstersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/sharp_left_name.json b/test/fixtures/v5/new_name/sharp_left_name.json index ff5cc48c2..0fd7b707c 100644 --- a/test/fixtures/v5/new_name/sharp_left_name.json +++ b/test/fixtures/v5/new_name/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Linksaf naar Way Name", "pl": "Skręć ostro w lewo w Way Name", "pt-BR": "Faça uma curva fechada à esquerda em Way Name", + "pt-PT": "Vire acentuadamente à esquerda para Way Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Резко поверните налево на Way Name", "sv": "Gör en skarp vänstersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/sharp_right_default.json b/test/fixtures/v5/new_name/sharp_right_default.json index 8e9ea55b4..82d09767a 100644 --- a/test/fixtures/v5/new_name/sharp_right_default.json +++ b/test/fixtures/v5/new_name/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Rechtsaf", "pl": "Skręć ostro w prawo", "pt-BR": "Faça uma curva fechada à direita", + "pt-PT": "Vire acentuadamente à direita", "ro": "Virați brusc dreapta", "ru": "Резко поверните направо", "sv": "Gör en skarp högersväng", diff --git a/test/fixtures/v5/new_name/sharp_right_destination.json b/test/fixtures/v5/new_name/sharp_right_destination.json index 0eecae6c7..daec8ef1f 100644 --- a/test/fixtures/v5/new_name/sharp_right_destination.json +++ b/test/fixtures/v5/new_name/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada à direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Резко поверните направо и продолжите движение в направлении Destination 1", "sv": "Gör en skarp högersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/sharp_right_exit.json b/test/fixtures/v5/new_name/sharp_right_exit.json index 055d9397f..537942661 100644 --- a/test/fixtures/v5/new_name/sharp_right_exit.json +++ b/test/fixtures/v5/new_name/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Rechtsaf naar Way Name", "pl": "Skręć ostro w prawo na Way Name", "pt-BR": "Faça uma curva fechada à direita em Way Name", + "pt-PT": "Vire acentuadamente à direita para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Резко поверните направо на Way Name", "sv": "Gör en skarp högersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/sharp_right_exit_destination.json b/test/fixtures/v5/new_name/sharp_right_exit_destination.json index cbd9cac35..368754d5e 100644 --- a/test/fixtures/v5/new_name/sharp_right_exit_destination.json +++ b/test/fixtures/v5/new_name/sharp_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Rechtsaf richting Destination 1", "pl": "Skręć ostro w prawo w kierunku Destination 1", "pt-BR": "Faça uma curva fechada à direita sentido Destination 1", + "pt-PT": "Vire acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Резко поверните направо и продолжите движение в направлении Destination 1", "sv": "Gör en skarp högersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/sharp_right_name.json b/test/fixtures/v5/new_name/sharp_right_name.json index 3620e76f4..2ae483597 100644 --- a/test/fixtures/v5/new_name/sharp_right_name.json +++ b/test/fixtures/v5/new_name/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Rechtsaf naar Way Name", "pl": "Skręć ostro w prawo na Way Name", "pt-BR": "Faça uma curva fechada à direita em Way Name", + "pt-PT": "Vire acentuadamente à direita para Way Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Резко поверните направо на Way Name", "sv": "Gör en skarp högersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/slight_left_default.json b/test/fixtures/v5/new_name/slight_left_default.json index d176cd6e6..6408b0ed3 100644 --- a/test/fixtures/v5/new_name/slight_left_default.json +++ b/test/fixtures/v5/new_name/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Links aanhouden", "pl": "Kontynuuj łagodnie w lewo", "pt-BR": "Continue ligeiramente à esquerda", + "pt-PT": "Continue ligeiramente à esquerda", "ro": "Continuați ușor stânga", "ru": "Плавно поверните налево", "sv": "Fortsätt med lätt vänstersväng", diff --git a/test/fixtures/v5/new_name/slight_left_destination.json b/test/fixtures/v5/new_name/slight_left_destination.json index 277de7bc7..bdf5deaa3 100644 --- a/test/fixtures/v5/new_name/slight_left_destination.json +++ b/test/fixtures/v5/new_name/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Links aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "pt-BR": "Continue ligeiramente à esquerda sentido Destination 1", + "pt-PT": "Continue ligeiramente à esquerda em direção a Destination 1", "ro": "Continuați ușor stânga spre Destination 1", "ru": "Плавно поверните налево в направлении Destination 1", "sv": "Fortsätt med lätt vänstersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/slight_left_exit.json b/test/fixtures/v5/new_name/slight_left_exit.json index f6c01d58c..e96c58441 100644 --- a/test/fixtures/v5/new_name/slight_left_exit.json +++ b/test/fixtures/v5/new_name/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Links aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "pt-BR": "Continue ligeiramente à esquerda em Way Name", + "pt-PT": "Continue ligeiramente à esquerda para Way Name", "ro": "Continuați ușor stânga pe Way Name", "ru": "Плавно поверните налево на Way Name", "sv": "Fortsätt med lätt vänstersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/slight_left_exit_destination.json b/test/fixtures/v5/new_name/slight_left_exit_destination.json index e14351333..a310ea396 100644 --- a/test/fixtures/v5/new_name/slight_left_exit_destination.json +++ b/test/fixtures/v5/new_name/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Links aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "pt-BR": "Continue ligeiramente à esquerda sentido Destination 1", + "pt-PT": "Continue ligeiramente à esquerda em direção a Destination 1", "ro": "Continuați ușor stânga spre Destination 1", "ru": "Плавно поверните налево в направлении Destination 1", "sv": "Fortsätt med lätt vänstersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/slight_left_name.json b/test/fixtures/v5/new_name/slight_left_name.json index ae197f3fb..9cd033389 100644 --- a/test/fixtures/v5/new_name/slight_left_name.json +++ b/test/fixtures/v5/new_name/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Links aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "pt-BR": "Continue ligeiramente à esquerda em Way Name", + "pt-PT": "Continue ligeiramente à esquerda para Way Name", "ro": "Continuați ușor stânga pe Way Name", "ru": "Плавно поверните налево на Way Name", "sv": "Fortsätt med lätt vänstersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/slight_right_default.json b/test/fixtures/v5/new_name/slight_right_default.json index cae43d6c3..7181a0239 100644 --- a/test/fixtures/v5/new_name/slight_right_default.json +++ b/test/fixtures/v5/new_name/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden", "pl": "Kontynuuj łagodnie w prawo", "pt-BR": "Continue ligeiramente à direita", + "pt-PT": "Continue ligeiramente à direita", "ro": "Continuați ușor dreapta", "ru": "Плавно поверните направо", "sv": "Fortsätt med lätt högersväng", diff --git a/test/fixtures/v5/new_name/slight_right_destination.json b/test/fixtures/v5/new_name/slight_right_destination.json index e124f2c44..02e7c88e6 100644 --- a/test/fixtures/v5/new_name/slight_right_destination.json +++ b/test/fixtures/v5/new_name/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Rechts aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "pt-BR": "Continue ligeiramente à direita sentido Destination 1", + "pt-PT": "Continue ligeiramente à direita em direção a Destination 1", "ro": "Continuați ușor dreapta spre Destination 1", "ru": "Плавно поверните направо в направлении Destination 1", "sv": "Fortsätt med lätt högersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/slight_right_exit.json b/test/fixtures/v5/new_name/slight_right_exit.json index 81608dfd1..42ecf8551 100644 --- a/test/fixtures/v5/new_name/slight_right_exit.json +++ b/test/fixtures/v5/new_name/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Rechts aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "pt-BR": "Continue ligeiramente à direita em Way Name", + "pt-PT": "Continue ligeiramente à direita para Way Name", "ro": "Continuați ușor dreapta pe Way Name", "ru": "Плавно поверните направо на Way Name", "sv": "Fortsätt med lätt högersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/slight_right_exit_destination.json b/test/fixtures/v5/new_name/slight_right_exit_destination.json index 78d0981ec..b7a4571cb 100644 --- a/test/fixtures/v5/new_name/slight_right_exit_destination.json +++ b/test/fixtures/v5/new_name/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Rechts aanhouden richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "pt-BR": "Continue ligeiramente à direita sentido Destination 1", + "pt-PT": "Continue ligeiramente à direita em direção a Destination 1", "ro": "Continuați ușor dreapta spre Destination 1", "ru": "Плавно поверните направо в направлении Destination 1", "sv": "Fortsätt med lätt högersväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/slight_right_name.json b/test/fixtures/v5/new_name/slight_right_name.json index 5e409363b..c29b8fffe 100644 --- a/test/fixtures/v5/new_name/slight_right_name.json +++ b/test/fixtures/v5/new_name/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "pt-BR": "Continue ligeiramente à direita em Way Name", + "pt-PT": "Continue ligeiramente à direita para Way Name", "ro": "Continuați ușor dreapta pe Way Name", "ru": "Плавно поверните направо на Way Name", "sv": "Fortsätt med lätt högersväng in på Way Name", diff --git a/test/fixtures/v5/new_name/straight_default.json b/test/fixtures/v5/new_name/straight_default.json index 9ef394959..1d6d634d4 100644 --- a/test/fixtures/v5/new_name/straight_default.json +++ b/test/fixtures/v5/new_name/straight_default.json @@ -21,6 +21,7 @@ "nl": "Ga in de aangegeven richting", "pl": "Kontynuuj prosto", "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "Continuați înainte", "ru": "Двигайтесь прямо", "sv": "Fortsätt rakt fram", diff --git a/test/fixtures/v5/new_name/straight_destination.json b/test/fixtures/v5/new_name/straight_destination.json index c28abeb92..74cfd1796 100644 --- a/test/fixtures/v5/new_name/straight_destination.json +++ b/test/fixtures/v5/new_name/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj w kierunku Destination 1", "pt-BR": "Continue em direção à Destination 1", + "pt-PT": "Continue em direção a Destination 1", "ro": "Continuați spre Destination 1", "ru": "Продолжите движение в направлении Destination 1", "sv": "Fortsätt mot Destination 1", diff --git a/test/fixtures/v5/new_name/straight_exit.json b/test/fixtures/v5/new_name/straight_exit.json index 8b1556b05..fba04824a 100644 --- a/test/fixtures/v5/new_name/straight_exit.json +++ b/test/fixtures/v5/new_name/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Kontynuuj na Way Name", "pt-BR": "Continue em Way Name", + "pt-PT": "Continue para Way Name", "ro": "Continuați pe Way Name", "ru": "Продолжите движение по Way Name", "sv": "Fortsätt in på 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 379aab70d..c5f7c01a7 100644 --- a/test/fixtures/v5/new_name/straight_exit_destination.json +++ b/test/fixtures/v5/new_name/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj w kierunku Destination 1", "pt-BR": "Continue em direção à Destination 1", + "pt-PT": "Continue em direção a Destination 1", "ro": "Continuați spre Destination 1", "ru": "Продолжите движение в направлении Destination 1", "sv": "Fortsätt mot Destination 1", diff --git a/test/fixtures/v5/new_name/straight_name.json b/test/fixtures/v5/new_name/straight_name.json index 654f1ef14..3a55a4b28 100644 --- a/test/fixtures/v5/new_name/straight_name.json +++ b/test/fixtures/v5/new_name/straight_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Kontynuuj na Way Name", "pt-BR": "Continue em Way Name", + "pt-PT": "Continue para Way Name", "ro": "Continuați pe Way Name", "ru": "Продолжите движение по Way Name", "sv": "Fortsätt in på Way Name", diff --git a/test/fixtures/v5/new_name/uturn_default.json b/test/fixtures/v5/new_name/uturn_default.json index cb5cfafae..18144fdfa 100644 --- a/test/fixtures/v5/new_name/uturn_default.json +++ b/test/fixtures/v5/new_name/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Keer om", "pl": "Zawróć", "pt-BR": "Faça o retorno", + "pt-PT": "Faça inversão de marcha", "ro": "Întoarceți-vă", "ru": "Развернитесь", "sv": "Gör en U-sväng", diff --git a/test/fixtures/v5/new_name/uturn_destination.json b/test/fixtures/v5/new_name/uturn_destination.json index f16eb82b6..23367326b 100644 --- a/test/fixtures/v5/new_name/uturn_destination.json +++ b/test/fixtures/v5/new_name/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь и продолжите движение в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/uturn_exit.json b/test/fixtures/v5/new_name/uturn_exit.json index 06fa0a4bf..be231fc51 100644 --- a/test/fixtures/v5/new_name/uturn_exit.json +++ b/test/fixtures/v5/new_name/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "Развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/new_name/uturn_exit_destination.json b/test/fixtures/v5/new_name/uturn_exit_destination.json index 12814b9a0..b5c915bb6 100644 --- a/test/fixtures/v5/new_name/uturn_exit_destination.json +++ b/test/fixtures/v5/new_name/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь и продолжите движение в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/new_name/uturn_name.json b/test/fixtures/v5/new_name/uturn_name.json index bbc7000ce..ab58fc2c2 100644 --- a/test/fixtures/v5/new_name/uturn_name.json +++ b/test/fixtures/v5/new_name/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "Развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/notification/left_default.json b/test/fixtures/v5/notification/left_default.json index 8edc2e941..6ed344269 100644 --- a/test/fixtures/v5/notification/left_default.json +++ b/test/fixtures/v5/notification/left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links", "pl": "Kontynuuj lewo", "pt-BR": "Continue à esquerda", + "pt-PT": "Continue à esquerda", "ro": "Continuați stânga", "ru": "Двигайтесь налево", "sv": "Fortsätt vänster", diff --git a/test/fixtures/v5/notification/left_destination.json b/test/fixtures/v5/notification/left_destination.json index 19a5a81fc..c434e8f90 100644 --- a/test/fixtures/v5/notification/left_destination.json +++ b/test/fixtures/v5/notification/left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj lewo w kierunku Destination 1", "pt-BR": "Continue à esquerda sentido Destination 1", + "pt-PT": "Continue à esquerda em direção a Destination 1", "ro": "Continuați stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/notification/left_exit.json b/test/fixtures/v5/notification/left_exit.json index 8bfeceb69..2289cebda 100644 --- a/test/fixtures/v5/notification/left_exit.json +++ b/test/fixtures/v5/notification/left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj lewo na Way Name", "pt-BR": "Continue à esquerda em Way Name", + "pt-PT": "Continue à esquerda para Way Name", "ro": "Continuați stânga pe Way Name", "ru": "Двигайтесь налево по Way Name", "sv": "Fortsätt vänster på Way Name", diff --git a/test/fixtures/v5/notification/left_exit_destination.json b/test/fixtures/v5/notification/left_exit_destination.json index 43c94ff2f..45698b930 100644 --- a/test/fixtures/v5/notification/left_exit_destination.json +++ b/test/fixtures/v5/notification/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj lewo w kierunku Destination 1", "pt-BR": "Continue à esquerda sentido Destination 1", + "pt-PT": "Continue à esquerda em direção a Destination 1", "ro": "Continuați stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/notification/left_name.json b/test/fixtures/v5/notification/left_name.json index 307bc4626..e6f8e7f30 100644 --- a/test/fixtures/v5/notification/left_name.json +++ b/test/fixtures/v5/notification/left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj lewo na Way Name", "pt-BR": "Continue à esquerda em Way Name", + "pt-PT": "Continue à esquerda para Way Name", "ro": "Continuați stânga pe Way Name", "ru": "Двигайтесь налево по Way Name", "sv": "Fortsätt vänster på Way Name", diff --git a/test/fixtures/v5/notification/right_default.json b/test/fixtures/v5/notification/right_default.json index 0f869f35d..0672a612e 100644 --- a/test/fixtures/v5/notification/right_default.json +++ b/test/fixtures/v5/notification/right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts", "pl": "Kontynuuj prawo", "pt-BR": "Continue à direita", + "pt-PT": "Continue à direita", "ro": "Continuați dreapta", "ru": "Двигайтесь направо", "sv": "Fortsätt höger", diff --git a/test/fixtures/v5/notification/right_destination.json b/test/fixtures/v5/notification/right_destination.json index f124a2d14..ce9e85bc0 100644 --- a/test/fixtures/v5/notification/right_destination.json +++ b/test/fixtures/v5/notification/right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj prawo w kierunku Destination 1", "pt-BR": "Continue à direita sentido Destination 1", + "pt-PT": "Continue à direita em direção a Destination 1", "ro": "Continuați dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/notification/right_exit.json b/test/fixtures/v5/notification/right_exit.json index 0870226fe..4efa673e1 100644 --- a/test/fixtures/v5/notification/right_exit.json +++ b/test/fixtures/v5/notification/right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj prawo na Way Name", "pt-BR": "Continue à direita em Way Name", + "pt-PT": "Continue à direita para Way Name", "ro": "Continuați dreapta pe Way Name", "ru": "Двигайтесь направо по Way Name", "sv": "Fortsätt höger på Way Name", diff --git a/test/fixtures/v5/notification/right_exit_destination.json b/test/fixtures/v5/notification/right_exit_destination.json index e8d1c16ae..64bcafda5 100644 --- a/test/fixtures/v5/notification/right_exit_destination.json +++ b/test/fixtures/v5/notification/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj prawo w kierunku Destination 1", "pt-BR": "Continue à direita sentido Destination 1", + "pt-PT": "Continue à direita em direção a Destination 1", "ro": "Continuați dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/notification/right_name.json b/test/fixtures/v5/notification/right_name.json index 5cba3d71d..ea667f705 100644 --- a/test/fixtures/v5/notification/right_name.json +++ b/test/fixtures/v5/notification/right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj prawo na Way Name", "pt-BR": "Continue à direita em Way Name", + "pt-PT": "Continue à direita para Way Name", "ro": "Continuați dreapta pe Way Name", "ru": "Двигайтесь направо по Way Name", "sv": "Fortsätt höger på Way Name", diff --git a/test/fixtures/v5/notification/sharp_left_default.json b/test/fixtures/v5/notification/sharp_left_default.json index a37c46c21..ace90ae53 100644 --- a/test/fixtures/v5/notification/sharp_left_default.json +++ b/test/fixtures/v5/notification/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf", "pl": "Kontynuuj ostro w lewo", "pt-BR": "Continue fechada à esquerda", + "pt-PT": "Continue acentuadamente à esquerda", "ro": "Continuați brusc stânga", "ru": "Двигайтесь налево", "sv": "Fortsätt vänster", diff --git a/test/fixtures/v5/notification/sharp_left_destination.json b/test/fixtures/v5/notification/sharp_left_destination.json index b4903534e..59905d59b 100644 --- a/test/fixtures/v5/notification/sharp_left_destination.json +++ b/test/fixtures/v5/notification/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Kontynuuj ostro w lewo w kierunku Destination 1", "pt-BR": "Continue fechada à esquerda sentido Destination 1", + "pt-PT": "Continue acentuadamente à esquerda em direção a Destination 1", "ro": "Continuați brusc stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/notification/sharp_left_exit.json b/test/fixtures/v5/notification/sharp_left_exit.json index f8c0ab275..317f4fbc8 100644 --- a/test/fixtures/v5/notification/sharp_left_exit.json +++ b/test/fixtures/v5/notification/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Kontynuuj ostro w lewo na Way Name", "pt-BR": "Continue fechada à esquerda em Way Name", + "pt-PT": "Continue acentuadamente à esquerda para Way Name", "ro": "Continuați brusc stânga pe Way Name", "ru": "Двигайтесь налево по Way Name", "sv": "Fortsätt vänster på 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 127594925..c6a543741 100644 --- a/test/fixtures/v5/notification/sharp_left_exit_destination.json +++ b/test/fixtures/v5/notification/sharp_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Kontynuuj ostro w lewo w kierunku Destination 1", "pt-BR": "Continue fechada à esquerda sentido Destination 1", + "pt-PT": "Continue acentuadamente à esquerda em direção a Destination 1", "ro": "Continuați brusc stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/notification/sharp_left_name.json b/test/fixtures/v5/notification/sharp_left_name.json index b7a4e9cca..a07b433c4 100644 --- a/test/fixtures/v5/notification/sharp_left_name.json +++ b/test/fixtures/v5/notification/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Kontynuuj ostro w lewo na Way Name", "pt-BR": "Continue fechada à esquerda em Way Name", + "pt-PT": "Continue acentuadamente à esquerda para Way Name", "ro": "Continuați brusc stânga pe Way Name", "ru": "Двигайтесь налево по Way Name", "sv": "Fortsätt vänster på Way Name", diff --git a/test/fixtures/v5/notification/sharp_right_default.json b/test/fixtures/v5/notification/sharp_right_default.json index 8bc4ea75b..0a99da3a2 100644 --- a/test/fixtures/v5/notification/sharp_right_default.json +++ b/test/fixtures/v5/notification/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf", "pl": "Kontynuuj ostro w prawo", "pt-BR": "Continue fechada à direita", + "pt-PT": "Continue acentuadamente à direita", "ro": "Continuați brusc dreapta", "ru": "Двигайтесь направо", "sv": "Fortsätt höger", diff --git a/test/fixtures/v5/notification/sharp_right_destination.json b/test/fixtures/v5/notification/sharp_right_destination.json index c53386fd9..6ff24422d 100644 --- a/test/fixtures/v5/notification/sharp_right_destination.json +++ b/test/fixtures/v5/notification/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Kontynuuj ostro w prawo w kierunku Destination 1", "pt-BR": "Continue fechada à direita sentido Destination 1", + "pt-PT": "Continue acentuadamente à direita em direção a Destination 1", "ro": "Continuați brusc dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/notification/sharp_right_exit.json b/test/fixtures/v5/notification/sharp_right_exit.json index 4a1bfcb01..36020ac07 100644 --- a/test/fixtures/v5/notification/sharp_right_exit.json +++ b/test/fixtures/v5/notification/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Kontynuuj ostro w prawo na Way Name", "pt-BR": "Continue fechada à direita em Way Name", + "pt-PT": "Continue acentuadamente à direita para Way Name", "ro": "Continuați brusc dreapta pe Way Name", "ru": "Двигайтесь направо по Way Name", "sv": "Fortsätt höger på 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 77077641d..d3fba38fc 100644 --- a/test/fixtures/v5/notification/sharp_right_exit_destination.json +++ b/test/fixtures/v5/notification/sharp_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Kontynuuj ostro w prawo w kierunku Destination 1", "pt-BR": "Continue fechada à direita sentido Destination 1", + "pt-PT": "Continue acentuadamente à direita em direção a Destination 1", "ro": "Continuați brusc dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/notification/sharp_right_name.json b/test/fixtures/v5/notification/sharp_right_name.json index 597a7680f..6054114dc 100644 --- a/test/fixtures/v5/notification/sharp_right_name.json +++ b/test/fixtures/v5/notification/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Kontynuuj ostro w prawo na Way Name", "pt-BR": "Continue fechada à direita em Way Name", + "pt-PT": "Continue acentuadamente à direita para Way Name", "ro": "Continuați brusc dreapta pe Way Name", "ru": "Двигайтесь направо по Way Name", "sv": "Fortsätt höger på Way Name", diff --git a/test/fixtures/v5/notification/slight_left_default.json b/test/fixtures/v5/notification/slight_left_default.json index db2082d6a..a0000febc 100644 --- a/test/fixtures/v5/notification/slight_left_default.json +++ b/test/fixtures/v5/notification/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links", "pl": "Kontynuuj łagodnie w lewo", "pt-BR": "Continue suave à esquerda", + "pt-PT": "Continue ligeiramente à esquerda", "ro": "Continuați ușor stânga", "ru": "Двигайтесь левее", "sv": "Fortsätt vänster", diff --git a/test/fixtures/v5/notification/slight_left_destination.json b/test/fixtures/v5/notification/slight_left_destination.json index cefae303f..9217ac409 100644 --- a/test/fixtures/v5/notification/slight_left_destination.json +++ b/test/fixtures/v5/notification/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "pt-BR": "Continue suave à esquerda sentido Destination 1", + "pt-PT": "Continue ligeiramente à esquerda em direção a Destination 1", "ro": "Continuați ușor stânga spre Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/notification/slight_left_exit.json b/test/fixtures/v5/notification/slight_left_exit.json index 6874750f0..dfd321663 100644 --- a/test/fixtures/v5/notification/slight_left_exit.json +++ b/test/fixtures/v5/notification/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "pt-BR": "Continue suave à esquerda em Way Name", + "pt-PT": "Continue ligeiramente à esquerda para Way Name", "ro": "Continuați ușor stânga pe Way Name", "ru": "Двигайтесь левее по Way Name", "sv": "Fortsätt vänster på 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 6d3caf8be..d3e4ac677 100644 --- a/test/fixtures/v5/notification/slight_left_exit_destination.json +++ b/test/fixtures/v5/notification/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga links richting Destination 1", "pl": "Kontynuuj łagodnie w lewo w kierunku Destination 1", "pt-BR": "Continue suave à esquerda sentido Destination 1", + "pt-PT": "Continue ligeiramente à esquerda em direção a Destination 1", "ro": "Continuați ușor stânga spre Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", "sv": "Fortsätt vänster mot Destination 1", diff --git a/test/fixtures/v5/notification/slight_left_name.json b/test/fixtures/v5/notification/slight_left_name.json index 713d128cd..b6896a51f 100644 --- a/test/fixtures/v5/notification/slight_left_name.json +++ b/test/fixtures/v5/notification/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Way Name", "pl": "Kontynuuj łagodnie w lewo na Way Name", "pt-BR": "Continue suave à esquerda em Way Name", + "pt-PT": "Continue ligeiramente à esquerda para Way Name", "ro": "Continuați ușor stânga pe Way Name", "ru": "Двигайтесь левее по Way Name", "sv": "Fortsätt vänster på Way Name", diff --git a/test/fixtures/v5/notification/slight_right_default.json b/test/fixtures/v5/notification/slight_right_default.json index fd9e6c2b2..63dc0371d 100644 --- a/test/fixtures/v5/notification/slight_right_default.json +++ b/test/fixtures/v5/notification/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts", "pl": "Kontynuuj łagodnie w prawo", "pt-BR": "Continue suave à direita", + "pt-PT": "Continue ligeiramente à direita", "ro": "Continuați ușor dreapta", "ru": "Двигайтесь правее", "sv": "Fortsätt höger", diff --git a/test/fixtures/v5/notification/slight_right_destination.json b/test/fixtures/v5/notification/slight_right_destination.json index 4e06d9d06..58a5ae562 100644 --- a/test/fixtures/v5/notification/slight_right_destination.json +++ b/test/fixtures/v5/notification/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "pt-BR": "Continue suave à direita sentido Destination 1", + "pt-PT": "Continue ligeiramente à direita em direção a Destination 1", "ro": "Continuați ușor dreapta spre Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/notification/slight_right_exit.json b/test/fixtures/v5/notification/slight_right_exit.json index d5c9b6c9c..e11b28dd7 100644 --- a/test/fixtures/v5/notification/slight_right_exit.json +++ b/test/fixtures/v5/notification/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "pt-BR": "Continue suave à direita em Way Name", + "pt-PT": "Continue ligeiramente à direita para Way Name", "ro": "Continuați ușor dreapta pe Way Name", "ru": "Двигайтесь правее по Way Name", "sv": "Fortsätt höger på 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 1f7dd50cc..989431cba 100644 --- a/test/fixtures/v5/notification/slight_right_exit_destination.json +++ b/test/fixtures/v5/notification/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Kontynuuj łagodnie w prawo w kierunku Destination 1", "pt-BR": "Continue suave à direita sentido Destination 1", + "pt-PT": "Continue ligeiramente à direita em direção a Destination 1", "ro": "Continuați ușor dreapta spre Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", "sv": "Fortsätt höger mot Destination 1", diff --git a/test/fixtures/v5/notification/slight_right_name.json b/test/fixtures/v5/notification/slight_right_name.json index c554ae9d2..dee903d45 100644 --- a/test/fixtures/v5/notification/slight_right_name.json +++ b/test/fixtures/v5/notification/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Kontynuuj łagodnie w prawo na Way Name", "pt-BR": "Continue suave à direita em Way Name", + "pt-PT": "Continue ligeiramente à direita para Way Name", "ro": "Continuați ușor dreapta pe Way Name", "ru": "Двигайтесь правее по Way Name", "sv": "Fortsätt höger på Way Name", diff --git a/test/fixtures/v5/notification/straight_default.json b/test/fixtures/v5/notification/straight_default.json index 00c666813..61176c736 100644 --- a/test/fixtures/v5/notification/straight_default.json +++ b/test/fixtures/v5/notification/straight_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor", "pl": "Kontynuuj prosto", "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "Continuați înainte", "ru": "Двигайтесь прямо", "sv": "Fortsätt rakt fram", diff --git a/test/fixtures/v5/notification/straight_destination.json b/test/fixtures/v5/notification/straight_destination.json index 1312541d9..296efc6e9 100644 --- a/test/fixtures/v5/notification/straight_destination.json +++ b/test/fixtures/v5/notification/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj prosto w kierunku Destination 1", "pt-BR": "Continue em frente sentido Destination 1", + "pt-PT": "Continue em frente em direção a Destination 1", "ro": "Continuați înainte spre Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", "sv": "Fortsätt rakt fram mot Destination 1", diff --git a/test/fixtures/v5/notification/straight_exit.json b/test/fixtures/v5/notification/straight_exit.json index 59478d78e..62d8e2aa6 100644 --- a/test/fixtures/v5/notification/straight_exit.json +++ b/test/fixtures/v5/notification/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Kontynuuj prosto na Way Name", "pt-BR": "Continue em frente em Way Name", + "pt-PT": "Continue em frente para Way Name", "ro": "Continuați înainte pe Way Name", "ru": "Двигайтесь прямо по Way Name", "sv": "Fortsätt rakt fram på Way Name", diff --git a/test/fixtures/v5/notification/straight_exit_destination.json b/test/fixtures/v5/notification/straight_exit_destination.json index 42b317542..6622818c4 100644 --- a/test/fixtures/v5/notification/straight_exit_destination.json +++ b/test/fixtures/v5/notification/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Kontynuuj prosto w kierunku Destination 1", "pt-BR": "Continue em frente sentido Destination 1", + "pt-PT": "Continue em frente em direção a Destination 1", "ro": "Continuați înainte spre Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", "sv": "Fortsätt rakt fram mot Destination 1", diff --git a/test/fixtures/v5/notification/straight_name.json b/test/fixtures/v5/notification/straight_name.json index 637ce3d76..1ec0ee236 100644 --- a/test/fixtures/v5/notification/straight_name.json +++ b/test/fixtures/v5/notification/straight_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Kontynuuj prosto na Way Name", "pt-BR": "Continue em frente em Way Name", + "pt-PT": "Continue em frente para Way Name", "ro": "Continuați înainte pe Way Name", "ru": "Двигайтесь прямо по Way Name", "sv": "Fortsätt rakt fram på Way Name", diff --git a/test/fixtures/v5/notification/uturn_default.json b/test/fixtures/v5/notification/uturn_default.json index f031e7f2a..93f0a48d8 100644 --- a/test/fixtures/v5/notification/uturn_default.json +++ b/test/fixtures/v5/notification/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Keer om", "pl": "Zawróć", "pt-BR": "Faça o retorno", + "pt-PT": "Faça inversão de marcha", "ro": "Întoarceți-vă", "ru": "Развернитесь", "sv": "Gör en U-sväng", diff --git a/test/fixtures/v5/notification/uturn_destination.json b/test/fixtures/v5/notification/uturn_destination.json index 6b9cd50cc..d0d1b0640 100644 --- a/test/fixtures/v5/notification/uturn_destination.json +++ b/test/fixtures/v5/notification/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь и продолжите движение в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/notification/uturn_exit.json b/test/fixtures/v5/notification/uturn_exit.json index 50a16a157..c63cc9215 100644 --- a/test/fixtures/v5/notification/uturn_exit.json +++ b/test/fixtures/v5/notification/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "Развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/notification/uturn_exit_destination.json b/test/fixtures/v5/notification/uturn_exit_destination.json index 99990fe20..8b58a49bf 100644 --- a/test/fixtures/v5/notification/uturn_exit_destination.json +++ b/test/fixtures/v5/notification/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Keer om richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Faça o retorno sentido Destination 1", + "pt-PT": "Faça inversão de marcha em direção a Destination 1", "ro": "Întoarceți-vă spre Destination 1", "ru": "Развернитесь и продолжите движение в направлении Destination 1", "sv": "Gör en U-sväng mot Destination 1", diff --git a/test/fixtures/v5/notification/uturn_name.json b/test/fixtures/v5/notification/uturn_name.json index a6722e0ec..2d2a088bd 100644 --- a/test/fixtures/v5/notification/uturn_name.json +++ b/test/fixtures/v5/notification/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Faça o retorno em Way Name", + "pt-PT": "Faça inversão de marcha para Way Name", "ro": "Întoarceți-vă pe Way Name", "ru": "Развернитесь на Way Name", "sv": "Gör en U-sväng in på Way Name", diff --git a/test/fixtures/v5/off_ramp/left_default.json b/test/fixtures/v5/off_ramp/left_default.json index 44fc0e857..22ad4ddd7 100644 --- a/test/fixtures/v5/off_ramp/left_default.json +++ b/test/fixtures/v5/off_ramp/left_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit links", "pl": "Weź zjazd po lewej", "pt-BR": "Pegue a rampa à esquerda", + "pt-PT": "Saia na saída à esquerda", "ro": "Urmați rampa pe stânga", "ru": "Сверните на левый съезд", "sv": "Ta avfarten till vänster", diff --git a/test/fixtures/v5/off_ramp/left_destination.json b/test/fixtures/v5/off_ramp/left_destination.json index 7776c9910..ea251db18 100644 --- a/test/fixtures/v5/off_ramp/left_destination.json +++ b/test/fixtures/v5/off_ramp/left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Сверните на левый съезд в направлении Destination 1", "sv": "Ta avfarten till vänster mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/left_exit.json b/test/fixtures/v5/off_ramp/left_exit.json index c220855d4..acaa4a260 100644 --- a/test/fixtures/v5/off_ramp/left_exit.json +++ b/test/fixtures/v5/off_ramp/left_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A on the left", "pl": "Zjedź zjazdem 4A po lewej stronie", "pt-BR": "Pegue a saída 4A à esquerda", + "pt-PT": "Saia na saída 4A à esquerda", "ro": "Ieșiți pe ieșirea 4A pe stânga", "ru": "Сверните на съезд 4A слева", "sv": "Ta avfart 4A till vänster", diff --git a/test/fixtures/v5/off_ramp/left_exit_destination.json b/test/fixtures/v5/off_ramp/left_exit_destination.json index a59fdf2ec..953f1c5bc 100644 --- a/test/fixtures/v5/off_ramp/left_exit_destination.json +++ b/test/fixtures/v5/off_ramp/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A on the left towards Destination 1", "pl": "Zjedź zjazdem 4A po lewej stronie na Destination 1", "pt-BR": "Pegue a saída 4A à esquerda em direção à Destination 1", + "pt-PT": "Saia na saída 4A à esquerda em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4A pe stânga spre Destination 1", "ru": "Сверните на съезд 4A слева в направлении Destination 1", "sv": "Ta avfart 4A till vänster mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/left_name.json b/test/fixtures/v5/off_ramp/left_name.json index bad70c606..36bc76050 100644 --- a/test/fixtures/v5/off_ramp/left_name.json +++ b/test/fixtures/v5/off_ramp/left_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Сверните на левый съезд на Way Name", "sv": "Ta avfarten till vänster in på Way Name", diff --git a/test/fixtures/v5/off_ramp/right_default.json b/test/fixtures/v5/off_ramp/right_default.json index b5e857f43..6f4b46f04 100644 --- a/test/fixtures/v5/off_ramp/right_default.json +++ b/test/fixtures/v5/off_ramp/right_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit", "pl": "Zjedź", "pt-BR": "Pegue a rampa", + "pt-PT": "Saia na saída", "ro": "Urmați rampa", "ru": "Сверните на съезд", "sv": "Ta avfarten", diff --git a/test/fixtures/v5/off_ramp/right_destination.json b/test/fixtures/v5/off_ramp/right_destination.json index 5cf780191..7f87fd5db 100644 --- a/test/fixtures/v5/off_ramp/right_destination.json +++ b/test/fixtures/v5/off_ramp/right_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на съезд в направлении Destination 1", "sv": "Ta avfarten mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/right_exit.json b/test/fixtures/v5/off_ramp/right_exit.json index d710fbb23..03a0132cd 100644 --- a/test/fixtures/v5/off_ramp/right_exit.json +++ b/test/fixtures/v5/off_ramp/right_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A", "pl": "Zjedź zjazdem 4A", "pt-BR": "Pegue a saída 4A", + "pt-PT": "Saia na saída 4A", "ro": "Ieșiți pe ieșirea 4A", "ru": "Сверните на съезд 4A", "sv": "Ta avfart 4A ", diff --git a/test/fixtures/v5/off_ramp/right_exit_destination.json b/test/fixtures/v5/off_ramp/right_exit_destination.json index a03b8b62a..85d3c6b97 100644 --- a/test/fixtures/v5/off_ramp/right_exit_destination.json +++ b/test/fixtures/v5/off_ramp/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A towards Destination 1", "pl": "Zjedź zjazdem 4A na Destination 1", "pt-BR": "Pegue a saída 4A em direção à Destination 1", + "pt-PT": "Saia na saída 4A em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4Aspre Destination 1", "ru": "Сверните на съезд 4A в направлении Destination 1", "sv": "Ta avfart 4A mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/right_name.json b/test/fixtures/v5/off_ramp/right_name.json index 335e9b912..bdddc71ef 100644 --- a/test/fixtures/v5/off_ramp/right_name.json +++ b/test/fixtures/v5/off_ramp/right_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на съезд на Way Name", "sv": "Ta avfarten in på 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 9aec5314e..e3eec0324 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_default.json +++ b/test/fixtures/v5/off_ramp/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit links", "pl": "Weź zjazd po lewej", "pt-BR": "Pegue a rampa à esquerda", + "pt-PT": "Saia na saída à esquerda", "ro": "Urmați rampa pe stânga", "ru": "Поверните налево на съезд", "sv": "Ta avfarten till vänster", diff --git a/test/fixtures/v5/off_ramp/sharp_left_destination.json b/test/fixtures/v5/off_ramp/sharp_left_destination.json index 1574b9b17..cf64bda25 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Поверните налево на съезд в направлении Destination 1", "sv": "Ta avfarten till vänster mot 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 5c1f3fcb8..6a56a4e5b 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_exit.json +++ b/test/fixtures/v5/off_ramp/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A on the left", "pl": "Zjedź zjazdem 4A po lewej stronie", "pt-BR": "Pegue a saída 4A à esquerda", + "pt-PT": "Saia na saída 4A à esquerda", "ro": "Ieșiți pe ieșirea 4A pe stânga", "ru": "Поверните налево на съезд 4A", "sv": "Ta avfart 4A till vänster", 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 ffedac20c..c30579a45 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_exit_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A on the left towards Destination 1", "pl": "Zjedź zjazdem 4A po lewej stronie na Destination 1", "pt-BR": "Pegue a saída 4A à esquerda em direção à Destination 1", + "pt-PT": "Saia na saída 4A à esquerda em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4A pe stânga spre Destination 1", "ru": "Поверните налево на съезд 4A в направлении Destination 1", "sv": "Ta avfart 4A till vänster mot 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 866b28f72..bce6bd7bf 100644 --- a/test/fixtures/v5/off_ramp/sharp_left_name.json +++ b/test/fixtures/v5/off_ramp/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Поверните налево на съезд на Way Name", "sv": "Ta avfarten till vänster in på 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 5866ea941..c80280612 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_default.json +++ b/test/fixtures/v5/off_ramp/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit", "pl": "Zjedź", "pt-BR": "Pegue a rampa", + "pt-PT": "Saia na saída", "ro": "Urmați rampa", "ru": "Сверните на съезд", "sv": "Ta avfarten", diff --git a/test/fixtures/v5/off_ramp/sharp_right_destination.json b/test/fixtures/v5/off_ramp/sharp_right_destination.json index e71d749b8..a3b0aed55 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на съезд в направлении Destination 1", "sv": "Ta avfarten mot 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 d2e2f66e3..5af43931b 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_exit.json +++ b/test/fixtures/v5/off_ramp/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A", "pl": "Zjedź zjazdem 4A", "pt-BR": "Pegue a saída 4A", + "pt-PT": "Saia na saída 4A", "ro": "Ieșiți pe ieșirea 4A", "ru": "Сверните на съезд 4A", "sv": "Ta avfart 4A ", 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 5abea8a75..9a0158916 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_exit_destination.json +++ b/test/fixtures/v5/off_ramp/sharp_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A towards Destination 1", "pl": "Zjedź zjazdem 4A na Destination 1", "pt-BR": "Pegue a saída 4A em direção à Destination 1", + "pt-PT": "Saia na saída 4A em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4Aspre Destination 1", "ru": "Сверните на съезд 4A в направлении Destination 1", "sv": "Ta avfart 4A mot 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 f416bd7c5..a647ed823 100644 --- a/test/fixtures/v5/off_ramp/sharp_right_name.json +++ b/test/fixtures/v5/off_ramp/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на съезд на Way Name", "sv": "Ta avfarten in på 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 208310b80..f454ae43a 100644 --- a/test/fixtures/v5/off_ramp/slight_left_default.json +++ b/test/fixtures/v5/off_ramp/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit links", "pl": "Weź zjazd po lewej", "pt-BR": "Pegue a rampa à esquerda", + "pt-PT": "Saia na saída à esquerda", "ro": "Urmați rampa pe stânga", "ru": "Перестройтесь левее на съезд", "sv": "Ta avfarten till vänster", diff --git a/test/fixtures/v5/off_ramp/slight_left_destination.json b/test/fixtures/v5/off_ramp/slight_left_destination.json index 21b2aad1d..7be7438a9 100644 --- a/test/fixtures/v5/off_ramp/slight_left_destination.json +++ b/test/fixtures/v5/off_ramp/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Перестройтесь левее на съезд в направлении Destination 1", "sv": "Ta avfarten till vänster mot 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 f871d1665..0acda6729 100644 --- a/test/fixtures/v5/off_ramp/slight_left_exit.json +++ b/test/fixtures/v5/off_ramp/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A on the left", "pl": "Zjedź zjazdem 4A po lewej stronie", "pt-BR": "Pegue a saída 4A à esquerda", + "pt-PT": "Saia na saída 4A à esquerda", "ro": "Ieșiți pe ieșirea 4A pe stânga", "ru": "Перестройтесь левее на 4A", "sv": "Ta avfart 4A till vänster", 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 008c55989..bbd402482 100644 --- a/test/fixtures/v5/off_ramp/slight_left_exit_destination.json +++ b/test/fixtures/v5/off_ramp/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A on the left towards Destination 1", "pl": "Zjedź zjazdem 4A po lewej stronie na Destination 1", "pt-BR": "Pegue a saída 4A à esquerda em direção à Destination 1", + "pt-PT": "Saia na saída 4A à esquerda em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4A pe stânga spre Destination 1", "ru": "Перестройтесь левее на съезд 4A в направлении Destination 1", "sv": "Ta avfart4A till vänster mot 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 212921cb6..14d6e2933 100644 --- a/test/fixtures/v5/off_ramp/slight_left_name.json +++ b/test/fixtures/v5/off_ramp/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Перестройтесь левее на съезд на Way Name", "sv": "Ta avfarten till vänster in på 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 164161971..d3de83764 100644 --- a/test/fixtures/v5/off_ramp/slight_right_default.json +++ b/test/fixtures/v5/off_ramp/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit", "pl": "Zjedź", "pt-BR": "Pegue a rampa", + "pt-PT": "Saia na saída", "ro": "Urmați rampa", "ru": "Сверните на съезд", "sv": "Ta avfarten", diff --git a/test/fixtures/v5/off_ramp/slight_right_destination.json b/test/fixtures/v5/off_ramp/slight_right_destination.json index 45040f220..25293c073 100644 --- a/test/fixtures/v5/off_ramp/slight_right_destination.json +++ b/test/fixtures/v5/off_ramp/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на съезд в направлении Destination 1", "sv": "Ta avfarten mot 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 257032c16..958f0a9a1 100644 --- a/test/fixtures/v5/off_ramp/slight_right_exit.json +++ b/test/fixtures/v5/off_ramp/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A", "pl": "Zjedź zjazdem 4A", "pt-BR": "Pegue a saída 4A", + "pt-PT": "Saia na saída 4A", "ro": "Ieșiți pe ieșirea 4A", "ru": "Сверните на съезд 4A", "sv": "Ta avfart 4A ", 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 a81ed18af..c8ccfe355 100644 --- a/test/fixtures/v5/off_ramp/slight_right_exit_destination.json +++ b/test/fixtures/v5/off_ramp/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A towards Destination 1", "pl": "Zjedź zjazdem 4A na Destination 1", "pt-BR": "Pegue a saída 4A em direção à Destination 1", + "pt-PT": "Saia na saída 4A em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4Aspre Destination 1", "ru": "Сверните на съезд 4A в направлении Destination 1", "sv": "Ta avfart 4A mot 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 264a8e949..d34206c0a 100644 --- a/test/fixtures/v5/off_ramp/slight_right_name.json +++ b/test/fixtures/v5/off_ramp/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на съезд на Way Name", "sv": "Ta avfarten in på Way Name", diff --git a/test/fixtures/v5/off_ramp/straight_default.json b/test/fixtures/v5/off_ramp/straight_default.json index 74d5d5423..c4e5b1ff7 100644 --- a/test/fixtures/v5/off_ramp/straight_default.json +++ b/test/fixtures/v5/off_ramp/straight_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit", "pl": "Zjedź", "pt-BR": "Pegue a rampa", + "pt-PT": "Saia na saída", "ro": "Urmați rampa", "ru": "Сверните на съезд", "sv": "Ta avfarten", diff --git a/test/fixtures/v5/off_ramp/straight_destination.json b/test/fixtures/v5/off_ramp/straight_destination.json index ac5b38e38..c38bda380 100644 --- a/test/fixtures/v5/off_ramp/straight_destination.json +++ b/test/fixtures/v5/off_ramp/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на съезд в направлении Destination 1", "sv": "Ta avfarten mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/straight_exit.json b/test/fixtures/v5/off_ramp/straight_exit.json index 07caa7af5..ea3bab196 100644 --- a/test/fixtures/v5/off_ramp/straight_exit.json +++ b/test/fixtures/v5/off_ramp/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A", "pl": "Zjedź zjazdem 4A", "pt-BR": "Pegue a saída 4A", + "pt-PT": "Saia na saída 4A", "ro": "Ieșiți pe ieșirea 4A", "ru": "Сверните на съезд 4A", "sv": "Ta avfart 4A ", diff --git a/test/fixtures/v5/off_ramp/straight_exit_destination.json b/test/fixtures/v5/off_ramp/straight_exit_destination.json index e948565f7..c9b206b4d 100644 --- a/test/fixtures/v5/off_ramp/straight_exit_destination.json +++ b/test/fixtures/v5/off_ramp/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A towards Destination 1", "pl": "Zjedź zjazdem 4A na Destination 1", "pt-BR": "Pegue a saída 4A em direção à Destination 1", + "pt-PT": "Saia na saída 4A em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4Aspre Destination 1", "ru": "Сверните на съезд 4A в направлении Destination 1", "sv": "Ta avfart 4A mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/straight_name.json b/test/fixtures/v5/off_ramp/straight_name.json index 554cd07b5..eec4dad15 100644 --- a/test/fixtures/v5/off_ramp/straight_name.json +++ b/test/fixtures/v5/off_ramp/straight_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на съезд на Way Name", "sv": "Ta avfarten in på Way Name", diff --git a/test/fixtures/v5/off_ramp/uturn_default.json b/test/fixtures/v5/off_ramp/uturn_default.json index 12b341810..adac7cf6c 100644 --- a/test/fixtures/v5/off_ramp/uturn_default.json +++ b/test/fixtures/v5/off_ramp/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit", "pl": "Zjedź", "pt-BR": "Pegue a rampa", + "pt-PT": "Saia na saída", "ro": "Urmați rampa", "ru": "Сверните на съезд", "sv": "Ta avfarten", diff --git a/test/fixtures/v5/off_ramp/uturn_destination.json b/test/fixtures/v5/off_ramp/uturn_destination.json index b580926eb..e205bbb59 100644 --- a/test/fixtures/v5/off_ramp/uturn_destination.json +++ b/test/fixtures/v5/off_ramp/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de afrit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на съезд в направлении Destination 1", "sv": "Ta avfarten mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/uturn_exit.json b/test/fixtures/v5/off_ramp/uturn_exit.json index be163d7c9..420e57ad7 100644 --- a/test/fixtures/v5/off_ramp/uturn_exit.json +++ b/test/fixtures/v5/off_ramp/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Take exit 4A", "pl": "Zjedź zjazdem 4A", "pt-BR": "Pegue a saída 4A", + "pt-PT": "Saia na saída 4A", "ro": "Ieșiți pe ieșirea 4A", "ru": "Сверните на съезд 4A", "sv": "Ta avfart 4A ", diff --git a/test/fixtures/v5/off_ramp/uturn_exit_destination.json b/test/fixtures/v5/off_ramp/uturn_exit_destination.json index d0dbe83aa..e30bd0f4e 100644 --- a/test/fixtures/v5/off_ramp/uturn_exit_destination.json +++ b/test/fixtures/v5/off_ramp/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Take exit 4A towards Destination 1", "pl": "Zjedź zjazdem 4A na Destination 1", "pt-BR": "Pegue a saída 4A em direção à Destination 1", + "pt-PT": "Saia na saída 4A em direção a Destination 1", "ro": "Ieșiți pe ieșirea 4Aspre Destination 1", "ru": "Сверните на съезд 4A в направлении Destination 1", "sv": "Ta avfart 4A mot Destination 1", diff --git a/test/fixtures/v5/off_ramp/uturn_name.json b/test/fixtures/v5/off_ramp/uturn_name.json index 2cf3b6661..da835d134 100644 --- a/test/fixtures/v5/off_ramp/uturn_name.json +++ b/test/fixtures/v5/off_ramp/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Neem de afrit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на съезд на Way Name", "sv": "Ta avfarten in på Way Name", diff --git a/test/fixtures/v5/on_ramp/left_default.json b/test/fixtures/v5/on_ramp/left_default.json index e17f5b12e..97980b1de 100644 --- a/test/fixtures/v5/on_ramp/left_default.json +++ b/test/fixtures/v5/on_ramp/left_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit links", "pl": "Weź zjazd po lewej", "pt-BR": "Pegue a rampa à esquerda", + "pt-PT": "Saia na saída à esquerda", "ro": "Urmați rampa pe stânga", "ru": "Сверните на левый въезд на автомагистраль", "sv": "Ta påfarten till vänster", diff --git a/test/fixtures/v5/on_ramp/left_destination.json b/test/fixtures/v5/on_ramp/left_destination.json index cc1195c5f..b39fa3005 100644 --- a/test/fixtures/v5/on_ramp/left_destination.json +++ b/test/fixtures/v5/on_ramp/left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Сверните на левый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till vänster mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/left_exit.json b/test/fixtures/v5/on_ramp/left_exit.json index 08a5c3550..308c804ed 100644 --- a/test/fixtures/v5/on_ramp/left_exit.json +++ b/test/fixtures/v5/on_ramp/left_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Сверните на левый въезд на Way Name", "sv": "Ta påfarten till vänster in på 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 006cf726e..651af283e 100644 --- a/test/fixtures/v5/on_ramp/left_exit_destination.json +++ b/test/fixtures/v5/on_ramp/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Сверните на левый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till vänster mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/left_name.json b/test/fixtures/v5/on_ramp/left_name.json index c354cc8ab..5010daee4 100644 --- a/test/fixtures/v5/on_ramp/left_name.json +++ b/test/fixtures/v5/on_ramp/left_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Сверните на левый въезд на Way Name", "sv": "Ta påfarten till vänster in på Way Name", diff --git a/test/fixtures/v5/on_ramp/right_default.json b/test/fixtures/v5/on_ramp/right_default.json index 66bcfc97d..7f6b659c2 100644 --- a/test/fixtures/v5/on_ramp/right_default.json +++ b/test/fixtures/v5/on_ramp/right_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit rechts", "pl": "Weź zjazd po prawej", "pt-BR": "Pegue a rampa à direita", + "pt-PT": "Saia na saída à direita", "ro": "Urmați rampa pe dreapta", "ru": "Сверните на правый въезд на автомагистраль", "sv": "Ta påfarten till höger", diff --git a/test/fixtures/v5/on_ramp/right_destination.json b/test/fixtures/v5/on_ramp/right_destination.json index 015dbc1de..3667c97fa 100644 --- a/test/fixtures/v5/on_ramp/right_destination.json +++ b/test/fixtures/v5/on_ramp/right_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "pt-BR": "Pegue a rampa à direita sentid Destination 1", + "pt-PT": "Saia na saída à direita em direção a Destination 1", "ro": "Urmați rampa pe dreapta spre Destination 1", "ru": "Сверните на правый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till höger mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/right_exit.json b/test/fixtures/v5/on_ramp/right_exit.json index 82a208e14..c9712db9c 100644 --- a/test/fixtures/v5/on_ramp/right_exit.json +++ b/test/fixtures/v5/on_ramp/right_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "pt-BR": "Pegue a rampa à direita em Way Name", + "pt-PT": "Saia na saída à direita para Way Name", "ro": "Urmați rampa pe dreapta pe Way Name", "ru": "Сверните на правый въезд на Way Name", "sv": "Ta påfarten till höger in på 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 7f599f8a5..da1c9337d 100644 --- a/test/fixtures/v5/on_ramp/right_exit_destination.json +++ b/test/fixtures/v5/on_ramp/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "pt-BR": "Pegue a rampa à direita sentid Destination 1", + "pt-PT": "Saia na saída à direita em direção a Destination 1", "ro": "Urmați rampa pe dreapta spre Destination 1", "ru": "Сверните на правый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till höger mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/right_name.json b/test/fixtures/v5/on_ramp/right_name.json index 739037ce8..9be720add 100644 --- a/test/fixtures/v5/on_ramp/right_name.json +++ b/test/fixtures/v5/on_ramp/right_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "pt-BR": "Pegue a rampa à direita em Way Name", + "pt-PT": "Saia na saída à direita para Way Name", "ro": "Urmați rampa pe dreapta pe Way Name", "ru": "Сверните на правый въезд на Way Name", "sv": "Ta påfarten till höger in på 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 42dd2cbf7..8f3f3ffb2 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_default.json +++ b/test/fixtures/v5/on_ramp/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit links", "pl": "Weź zjazd po lewej", "pt-BR": "Pegue a rampa à esquerda", + "pt-PT": "Saia na saída à esquerda", "ro": "Urmați rampa pe stânga", "ru": "Поверните на левый въезд на автомагистраль", "sv": "Ta påfarten till vänster", diff --git a/test/fixtures/v5/on_ramp/sharp_left_destination.json b/test/fixtures/v5/on_ramp/sharp_left_destination.json index 2891ac9bb..7fd667103 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Поверните на левый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till vänster mot 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 852361269..1d9925cb6 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_exit.json +++ b/test/fixtures/v5/on_ramp/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Поверните на левый въезд на Way Name", "sv": "Ta påfarten till vänster in på 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 d65b26ac2..3aa5d704c 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_exit_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Поверните на левый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till vänster mot 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 1291346ad..6ba8312eb 100644 --- a/test/fixtures/v5/on_ramp/sharp_left_name.json +++ b/test/fixtures/v5/on_ramp/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Поверните на левый въезд на Way Name", "sv": "Ta påfarten till vänster in på 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 a98c78895..de6e6f015 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_default.json +++ b/test/fixtures/v5/on_ramp/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit rechts", "pl": "Weź zjazd po prawej", "pt-BR": "Pegue a rampa à direita", + "pt-PT": "Saia na saída à direita", "ro": "Urmați rampa pe dreapta", "ru": "Поверните на правый въезд на автомагистраль", "sv": "Ta påfarten till höger", diff --git a/test/fixtures/v5/on_ramp/sharp_right_destination.json b/test/fixtures/v5/on_ramp/sharp_right_destination.json index 0e8b27a81..2909f6cd5 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "pt-BR": "Pegue a rampa à direita sentido Destination 1", + "pt-PT": "Saia na saída à direita em direção a Destination 1", "ro": "Urmați rampa pe dreapta spre Destination 1", "ru": "Поверните на правый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till höger mot 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 88819477a..f0932678f 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_exit.json +++ b/test/fixtures/v5/on_ramp/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "pt-BR": "Pegue a rampa à direita em Way Name", + "pt-PT": "Saia na saída à direita para Way Name", "ro": "Urmați rampa pe dreapta pe Way Name", "ru": "Поверните на правый въезд на Way Name", "sv": "Ta påfarten till höger in på 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 0ed069538..2f686569c 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_exit_destination.json +++ b/test/fixtures/v5/on_ramp/sharp_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "pt-BR": "Pegue a rampa à direita sentido Destination 1", + "pt-PT": "Saia na saída à direita em direção a Destination 1", "ro": "Urmați rampa pe dreapta spre Destination 1", "ru": "Поверните на правый въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till höger mot 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 e77f90bd1..a608a829c 100644 --- a/test/fixtures/v5/on_ramp/sharp_right_name.json +++ b/test/fixtures/v5/on_ramp/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "pt-BR": "Pegue a rampa à direita em Way Name", + "pt-PT": "Saia na saída à direita para Way Name", "ro": "Urmați rampa pe dreapta pe Way Name", "ru": "Поверните на правый въезд на Way Name", "sv": "Ta påfarten till höger in på 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 95976eefa..8832143cd 100644 --- a/test/fixtures/v5/on_ramp/slight_left_default.json +++ b/test/fixtures/v5/on_ramp/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit links", "pl": "Weź zjazd po lewej", "pt-BR": "Pegue a rampa à esquerda", + "pt-PT": "Saia na saída à esquerda", "ro": "Urmați rampa pe stânga", "ru": "Перестройтесь левее на въезд на автомагистраль", "sv": "Ta påfarten till vänster", diff --git a/test/fixtures/v5/on_ramp/slight_left_destination.json b/test/fixtures/v5/on_ramp/slight_left_destination.json index 005bc151b..42e812e5f 100644 --- a/test/fixtures/v5/on_ramp/slight_left_destination.json +++ b/test/fixtures/v5/on_ramp/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Перестройтесь левее на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till vänster mot 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 219569f8a..bccd695c6 100644 --- a/test/fixtures/v5/on_ramp/slight_left_exit.json +++ b/test/fixtures/v5/on_ramp/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Перестройтесь левее на Way Name", "sv": "Ta påfarten till vänster in på 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 3882fee7f..c062b7555 100644 --- a/test/fixtures/v5/on_ramp/slight_left_exit_destination.json +++ b/test/fixtures/v5/on_ramp/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit links richting Destination 1", "pl": "Weź zjazd po lewej w kierunku Destination 1", "pt-BR": "Pegue a rampa à esquerda sentido Destination 1", + "pt-PT": "Saia na saída à esquerda em direção a Destination 1", "ro": "Urmați rampa pe stânga spre Destination 1", "ru": "Перестройтесь левее на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till vänster mot 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 48262ff58..8bcaa9d99 100644 --- a/test/fixtures/v5/on_ramp/slight_left_name.json +++ b/test/fixtures/v5/on_ramp/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit links naar Way Name", "pl": "Weź zjazd po lewej na Way Name", "pt-BR": "Pegue a rampa à esquerda em Way Name", + "pt-PT": "Saia na saída à esquerda para Way Name", "ro": "Urmați rampa pe stânga pe Way Name", "ru": "Перестройтесь левее на Way Name", "sv": "Ta påfarten till vänster in på 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 a1357be51..c1a147973 100644 --- a/test/fixtures/v5/on_ramp/slight_right_default.json +++ b/test/fixtures/v5/on_ramp/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit rechts", "pl": "Weź zjazd po prawej", "pt-BR": "Pegue a rampa à direita", + "pt-PT": "Saia na saída à direita", "ro": "Urmați rampa pe dreapta", "ru": "Перестройтесь правее на въезд на автомагистраль", "sv": "Ta påfarten till höger", diff --git a/test/fixtures/v5/on_ramp/slight_right_destination.json b/test/fixtures/v5/on_ramp/slight_right_destination.json index 2835f93d3..9b321652e 100644 --- a/test/fixtures/v5/on_ramp/slight_right_destination.json +++ b/test/fixtures/v5/on_ramp/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "pt-BR": "Pegue a rampa à direita sentido Destination 1", + "pt-PT": "Saia na saída à direita em direção a Destination 1", "ro": "Urmați rampa pe dreapta spre Destination 1", "ru": "Перестройтесь правее на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till höger mot 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 cb6aec28a..fcb9e0db2 100644 --- a/test/fixtures/v5/on_ramp/slight_right_exit.json +++ b/test/fixtures/v5/on_ramp/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "pt-BR": "Pegue a rampa à direita em Way Name", + "pt-PT": "Saia na saída à direita para Way Name", "ro": "Urmați rampa pe dreapta pe Way Name", "ru": "Перестройтесь правее на Way Name", "sv": "Ta påfarten till höger in på 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 b590d560a..c647289d3 100644 --- a/test/fixtures/v5/on_ramp/slight_right_exit_destination.json +++ b/test/fixtures/v5/on_ramp/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit rechts richting Destination 1", "pl": "Weź zjazd po prawej w kierunku Destination 1", "pt-BR": "Pegue a rampa à direita sentido Destination 1", + "pt-PT": "Saia na saída à direita em direção a Destination 1", "ro": "Urmați rampa pe dreapta spre Destination 1", "ru": "Перестройтесь правее на автомагистраль в направлении Destination 1", "sv": "Ta påfarten till höger mot 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 5e1679e67..07e340847 100644 --- a/test/fixtures/v5/on_ramp/slight_right_name.json +++ b/test/fixtures/v5/on_ramp/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit rechts naar Way Name", "pl": "Weź zjazd po prawej na Way Name", "pt-BR": "Pegue a rampa à direita em Way Name", + "pt-PT": "Saia na saída à direita para Way Name", "ro": "Urmați rampa pe dreapta pe Way Name", "ru": "Перестройтесь правее на Way Name", "sv": "Ta påfarten till höger in på Way Name", diff --git a/test/fixtures/v5/on_ramp/straight_default.json b/test/fixtures/v5/on_ramp/straight_default.json index 1e6fa5ac3..b1fbb0fa1 100644 --- a/test/fixtures/v5/on_ramp/straight_default.json +++ b/test/fixtures/v5/on_ramp/straight_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit", "pl": "Weź zjazd", "pt-BR": "Pegue a rampa", + "pt-PT": "Saia na saída", "ro": "Urmați rampa", "ru": "Сверните на автомагистраль", "sv": "Ta påfarten", diff --git a/test/fixtures/v5/on_ramp/straight_destination.json b/test/fixtures/v5/on_ramp/straight_destination.json index e64bb41b9..6cb57b4a7 100644 --- a/test/fixtures/v5/on_ramp/straight_destination.json +++ b/test/fixtures/v5/on_ramp/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/straight_exit.json b/test/fixtures/v5/on_ramp/straight_exit.json index 9c028f291..a76f7c2f7 100644 --- a/test/fixtures/v5/on_ramp/straight_exit.json +++ b/test/fixtures/v5/on_ramp/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на въезд на Way Name", "sv": "Ta påfarten in på 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 5326948ef..fb769167b 100644 --- a/test/fixtures/v5/on_ramp/straight_exit_destination.json +++ b/test/fixtures/v5/on_ramp/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/straight_name.json b/test/fixtures/v5/on_ramp/straight_name.json index 1a130eca1..03dfd1152 100644 --- a/test/fixtures/v5/on_ramp/straight_name.json +++ b/test/fixtures/v5/on_ramp/straight_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на въезд на Way Name", "sv": "Ta påfarten in på Way Name", diff --git a/test/fixtures/v5/on_ramp/uturn_default.json b/test/fixtures/v5/on_ramp/uturn_default.json index ae919356a..a982248da 100644 --- a/test/fixtures/v5/on_ramp/uturn_default.json +++ b/test/fixtures/v5/on_ramp/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit", "pl": "Weź zjazd", "pt-BR": "Pegue a rampa", + "pt-PT": "Saia na saída", "ro": "Urmați rampa", "ru": "Сверните на автомагистраль", "sv": "Ta påfarten", diff --git a/test/fixtures/v5/on_ramp/uturn_destination.json b/test/fixtures/v5/on_ramp/uturn_destination.json index 551dbb347..ba3fb02bb 100644 --- a/test/fixtures/v5/on_ramp/uturn_destination.json +++ b/test/fixtures/v5/on_ramp/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/uturn_exit.json b/test/fixtures/v5/on_ramp/uturn_exit.json index 0a15e5049..0a866786e 100644 --- a/test/fixtures/v5/on_ramp/uturn_exit.json +++ b/test/fixtures/v5/on_ramp/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на въезд на Way Name", "sv": "Ta påfarten in på 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 1f5c679c7..eff5954a7 100644 --- a/test/fixtures/v5/on_ramp/uturn_exit_destination.json +++ b/test/fixtures/v5/on_ramp/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Neem de oprit richting Destination 1", "pl": "Weź zjazd w kierunku Destination 1", "pt-BR": "Pegue a rampa sentido Destination 1", + "pt-PT": "Saia na saída em direção a Destination 1", "ro": "Urmați rampa spre Destination 1", "ru": "Сверните на въезд на автомагистраль в направлении Destination 1", "sv": "Ta påfarten mot Destination 1", diff --git a/test/fixtures/v5/on_ramp/uturn_name.json b/test/fixtures/v5/on_ramp/uturn_name.json index aaddf465d..7b88607db 100644 --- a/test/fixtures/v5/on_ramp/uturn_name.json +++ b/test/fixtures/v5/on_ramp/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Neem de oprit naar Way Name", "pl": "Weź zjazd na Way Name", "pt-BR": "Pegue a rampa em Way Name", + "pt-PT": "Saia na saída para Way Name", "ro": "Urmați rampa pe Way Name", "ru": "Сверните на въезд на Way Name", "sv": "Ta påfarten in på Way Name", diff --git a/test/fixtures/v5/other/invalid_type.json b/test/fixtures/v5/other/invalid_type.json index b9f3d967e..52a0f6e3e 100644 --- a/test/fixtures/v5/other/invalid_type.json +++ b/test/fixtures/v5/other/invalid_type.json @@ -20,6 +20,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_left.json b/test/fixtures/v5/other/motorway_ref_has_no_number_left.json index 457a3083e..058c0c577 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_left.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_left.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Cool highway", "pl": "Skręć w lewo, aby pozostać na Cool highway", "pt-BR": "Vire à esquerda para manter-se na Cool highway", + "pt-PT": "Vire à esquerda para se manter em Cool highway", "ro": "Virați stânga pe Cool highway", "ru": "Двигайтесь налево по Cool highway", "sv": "Sväng vänster och fortsätt på Cool highway", diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_right.json b/test/fixtures/v5/other/motorway_ref_has_no_number_right.json index d554ddf91..acb048bf2 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_right.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_right.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Cool highway", "pl": "Skręć w prawo, aby pozostać na Cool highway", "pt-BR": "Vire à direita para manter-se na Cool highway", + "pt-PT": "Vire à direita para se manter em Cool highway", "ro": "Virați dreapta pe Cool highway", "ru": "Двигайтесь направо по Cool highway", "sv": "Sväng höger och fortsätt på Cool highway", 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 1520775f3..8408844cf 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 @@ -21,6 +21,7 @@ "nl": "Make a sharp left to stay on Cool highway", "pl": "Skręć w lewo w ostry zakręt, aby pozostać na Cool highway", "pt-BR": "Faça uma curva fechada a esquerda para manter-se na Cool highway", + "pt-PT": "Vire acentuadamente à esquerda para se manter em Cool highway", "ro": "Virați brusc stânga pe Cool highway", "ru": "Резко поверните налево на Cool highway", "sv": "Sväng vänster och fortsätt på 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 2f834214c..00f7da8b9 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 @@ -21,6 +21,7 @@ "nl": "Make a sharp right to stay on Cool highway", "pl": "Skręć w prawo w ostry zakręt, aby pozostać na Cool highway", "pt-BR": "Faça uma curva fechada a direita para manter-se na Cool highway", + "pt-PT": "Vire acentuadamente à direita para se manter em Cool highway", "ro": "Virați brusc stânga pe Cool highway", "ru": "Резко поверните направо на Cool highway", "sv": "Sväng höger och fortsätt på 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 01e951328..939d6b1ec 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 @@ -21,6 +21,7 @@ "nl": "Links aanhouden naar Cool highway", "pl": "Skręć w lewo w łagodny zakręt, aby pozostać na Cool highway", "pt-BR": "Faça uma curva suave a esquerda para manter-se na Cool highway", + "pt-PT": "Vire ligeiramente à esquerda para se manter em Cool highway", "ro": "Virați ușor stânga pe Cool highway", "ru": "Плавно поверните налево на Cool highway", "sv": "Sväng vänster och fortsätt på 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 92883adae..2e25a121c 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 @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden naar Cool highway", "pl": "Skręć w prawo w łagodny zakręt, aby pozostać na Cool highway", "pt-BR": "Faça uma curva suave a direita para manter-se na Cool highway", + "pt-PT": "Vire ligeiramente à direita para se manter em Cool highway", "ro": "Virați ușor dreapta pe Cool highway", "ru": "Плавно поверните направо на Cool highway", "sv": "Sväng höger och fortsätt på Cool highway", diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_straight.json b/test/fixtures/v5/other/motorway_ref_has_no_number_straight.json index 53e3ca14e..11c03142b 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_straight.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_straight.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor naar Cool highway", "pl": "Jedź dalej prosto, aby pozostać na Cool highway", "pt-BR": "Continue em frente para manter-se na Cool highway", + "pt-PT": "Continue em frente para se manter em Cool highway", "ro": "Continuați înainte pe Cool highway", "ru": "Продолжите движение по Cool highway", "sv": "Kör rakt fram och fortsätt på Cool highway", diff --git a/test/fixtures/v5/other/motorway_ref_has_no_number_uturn.json b/test/fixtures/v5/other/motorway_ref_has_no_number_uturn.json index a935be822..e14f5e81f 100644 --- a/test/fixtures/v5/other/motorway_ref_has_no_number_uturn.json +++ b/test/fixtures/v5/other/motorway_ref_has_no_number_uturn.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Cool highway", "pl": "Zawróć i jedź dalej Cool highway", "pt-BR": "Faça o retorno e continue em Cool highway", + "pt-PT": "Faça inversão de marcha e continue em Cool highway", "ro": "Întoarceți-vă și continuați pe Cool highway", "ru": "Развернитесь и продолжите движение по Cool highway", "sv": "Gör en U-sväng och fortsätt på Cool highway", diff --git a/test/fixtures/v5/other/motorway_ref_has_number_left.json b/test/fixtures/v5/other/motorway_ref_has_number_left.json index 8bc64801d..84a297ad9 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_left.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_left.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Ref1", "pl": "Skręć w lewo, aby pozostać na Ref1", "pt-BR": "Vire à esquerda para manter-se na Ref1", + "pt-PT": "Vire à esquerda para se manter em Ref1", "ro": "Virați stânga pe Ref1", "ru": "Двигайтесь налево по Ref1", "sv": "Sväng vänster och fortsätt på Ref1", diff --git a/test/fixtures/v5/other/motorway_ref_has_number_right.json b/test/fixtures/v5/other/motorway_ref_has_number_right.json index 96c97d19f..876144987 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_right.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_right.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Ref1", "pl": "Skręć w prawo, aby pozostać na Ref1", "pt-BR": "Vire à direita para manter-se na Ref1", + "pt-PT": "Vire à direita para se manter em Ref1", "ro": "Virați dreapta pe Ref1", "ru": "Двигайтесь направо по Ref1", "sv": "Sväng höger och fortsätt på Ref1", 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 6eb10a6ac..def399d10 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 @@ -21,6 +21,7 @@ "nl": "Make a sharp left to stay on Ref1", "pl": "Skręć w lewo w ostry zakręt, aby pozostać na Ref1", "pt-BR": "Faça uma curva fechada a esquerda para manter-se na Ref1", + "pt-PT": "Vire acentuadamente à esquerda para se manter em Ref1", "ro": "Virați brusc stânga pe Ref1", "ru": "Резко поверните налево на Ref1", "sv": "Sväng vänster och fortsätt på 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 88bf02e4e..acfe88f8f 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 @@ -21,6 +21,7 @@ "nl": "Make a sharp right to stay on Ref1", "pl": "Skręć w prawo w ostry zakręt, aby pozostać na Ref1", "pt-BR": "Faça uma curva fechada a direita para manter-se na Ref1", + "pt-PT": "Vire acentuadamente à direita para se manter em Ref1", "ro": "Virați brusc stânga pe Ref1", "ru": "Резко поверните направо на Ref1", "sv": "Sväng höger och fortsätt på 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 db6d8517e..53ea1fb0f 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 @@ -21,6 +21,7 @@ "nl": "Links aanhouden naar Ref1", "pl": "Skręć w lewo w łagodny zakręt, aby pozostać na Ref1", "pt-BR": "Faça uma curva suave a esquerda para manter-se na Ref1", + "pt-PT": "Vire ligeiramente à esquerda para se manter em Ref1", "ro": "Virați ușor stânga pe Ref1", "ru": "Плавно поверните налево на Ref1", "sv": "Sväng vänster och fortsätt på 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 a3661ffab..704a66186 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 @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden naar Ref1", "pl": "Skręć w prawo w łagodny zakręt, aby pozostać na Ref1", "pt-BR": "Faça uma curva suave a direita para manter-se na Ref1", + "pt-PT": "Vire ligeiramente à direita para se manter em Ref1", "ro": "Virați ușor dreapta pe Ref1", "ru": "Плавно поверните направо на Ref1", "sv": "Sväng höger och fortsätt på Ref1", diff --git a/test/fixtures/v5/other/motorway_ref_has_number_straight.json b/test/fixtures/v5/other/motorway_ref_has_number_straight.json index 8ba6f7bf1..80922066a 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_straight.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_straight.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor naar Ref1", "pl": "Jedź dalej prosto, aby pozostać na Ref1", "pt-BR": "Continue em frente para manter-se na Ref1", + "pt-PT": "Continue em frente para se manter em Ref1", "ro": "Continuați înainte pe Ref1", "ru": "Продолжите движение по Ref1", "sv": "Kör rakt fram och fortsätt på Ref1", diff --git a/test/fixtures/v5/other/motorway_ref_has_number_uturn.json b/test/fixtures/v5/other/motorway_ref_has_number_uturn.json index 7a09b9f43..bb5d159cc 100644 --- a/test/fixtures/v5/other/motorway_ref_has_number_uturn.json +++ b/test/fixtures/v5/other/motorway_ref_has_number_uturn.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Ref1", "pl": "Zawróć i jedź dalej Ref1", "pt-BR": "Faça o retorno e continue em Ref1", + "pt-PT": "Faça inversão de marcha e continue em Ref1", "ro": "Întoarceți-vă și continuați pe Ref1", "ru": "Развернитесь и продолжите движение по Ref1", "sv": "Gör en U-sväng och fortsätt på Ref1", diff --git a/test/fixtures/v5/other/way_name_class_ferry_left.json b/test/fixtures/v5/other/way_name_class_ferry_left.json index 01880d499..040975717 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_left.json +++ b/test/fixtures/v5/other/way_name_class_ferry_left.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Cool highway (Ref1)", "pl": "Skręć w lewo, aby pozostać na Cool highway (Ref1)", "pt-BR": "Vire à esquerda para manter-se na Cool highway (Ref1)", + "pt-PT": "Vire à esquerda para se manter em Cool highway (Ref1)", "ro": "Virați stânga pe Cool highway (Ref1)", "ru": "Двигайтесь налево по Cool highway (Ref1)", "sv": "Sväng vänster och fortsätt på Cool highway (Ref1)", diff --git a/test/fixtures/v5/other/way_name_class_ferry_right.json b/test/fixtures/v5/other/way_name_class_ferry_right.json index 00d0a3dbf..4e3fe45e4 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_right.json +++ b/test/fixtures/v5/other/way_name_class_ferry_right.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Cool highway (Ref1)", "pl": "Skręć w prawo, aby pozostać na Cool highway (Ref1)", "pt-BR": "Vire à direita para manter-se na Cool highway (Ref1)", + "pt-PT": "Vire à direita para se manter em Cool highway (Ref1)", "ro": "Virați dreapta pe Cool highway (Ref1)", "ru": "Двигайтесь направо по Cool highway (Ref1)", "sv": "Sväng höger och fortsätt på Cool highway (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 c216e1140..19e845517 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 @@ -21,6 +21,7 @@ "nl": "Make a sharp left to stay on Cool highway (Ref1)", "pl": "Skręć w lewo w ostry zakręt, aby pozostać na Cool highway (Ref1)", "pt-BR": "Faça uma curva fechada a esquerda para manter-se na Cool highway (Ref1)", + "pt-PT": "Vire acentuadamente à esquerda para se manter em Cool highway (Ref1)", "ro": "Virați brusc stânga pe Cool highway (Ref1)", "ru": "Резко поверните налево на Cool highway (Ref1)", "sv": "Sväng vänster och fortsätt på 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 b59c3c53b..cdb38adee 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 @@ -21,6 +21,7 @@ "nl": "Make a sharp right to stay on Cool highway (Ref1)", "pl": "Skręć w prawo w ostry zakręt, aby pozostać na Cool highway (Ref1)", "pt-BR": "Faça uma curva fechada a direita para manter-se na Cool highway (Ref1)", + "pt-PT": "Vire acentuadamente à direita para se manter em Cool highway (Ref1)", "ro": "Virați brusc stânga pe Cool highway (Ref1)", "ru": "Резко поверните направо на Cool highway (Ref1)", "sv": "Sväng höger och fortsätt på 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 633b0cda2..b188b42dc 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 @@ -21,6 +21,7 @@ "nl": "Links aanhouden naar Cool highway (Ref1)", "pl": "Skręć w lewo w łagodny zakręt, aby pozostać na Cool highway (Ref1)", "pt-BR": "Faça uma curva suave a esquerda para manter-se na Cool highway (Ref1)", + "pt-PT": "Vire ligeiramente à esquerda para se manter em Cool highway (Ref1)", "ro": "Virați ușor stânga pe Cool highway (Ref1)", "ru": "Плавно поверните налево на Cool highway (Ref1)", "sv": "Sväng vänster och fortsätt på 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 7cb95a25d..c622b2b62 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 @@ -21,6 +21,7 @@ "nl": "Rechts aanhouden naar Cool highway (Ref1)", "pl": "Skręć w prawo w łagodny zakręt, aby pozostać na Cool highway (Ref1)", "pt-BR": "Faça uma curva suave a direita para manter-se na Cool highway (Ref1)", + "pt-PT": "Vire ligeiramente à direita para se manter em Cool highway (Ref1)", "ro": "Virați ușor dreapta pe Cool highway (Ref1)", "ru": "Плавно поверните направо на Cool highway (Ref1)", "sv": "Sväng höger och fortsätt på Cool highway (Ref1)", diff --git a/test/fixtures/v5/other/way_name_class_ferry_straight.json b/test/fixtures/v5/other/way_name_class_ferry_straight.json index 424c9a8a3..681395b9d 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_straight.json +++ b/test/fixtures/v5/other/way_name_class_ferry_straight.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor naar Cool highway (Ref1)", "pl": "Jedź dalej prosto, aby pozostać na Cool highway (Ref1)", "pt-BR": "Continue em frente para manter-se na Cool highway (Ref1)", + "pt-PT": "Continue em frente para se manter em Cool highway (Ref1)", "ro": "Continuați înainte pe Cool highway (Ref1)", "ru": "Продолжите движение по Cool highway (Ref1)", "sv": "Kör rakt fram och fortsätt på Cool highway (Ref1)", diff --git a/test/fixtures/v5/other/way_name_class_ferry_uturn.json b/test/fixtures/v5/other/way_name_class_ferry_uturn.json index e99ebd14f..5b02cb7da 100644 --- a/test/fixtures/v5/other/way_name_class_ferry_uturn.json +++ b/test/fixtures/v5/other/way_name_class_ferry_uturn.json @@ -21,6 +21,7 @@ "nl": "Keer om naar Cool highway (Ref1)", "pl": "Zawróć i jedź dalej Cool highway (Ref1)", "pt-BR": "Faça o retorno e continue em Cool highway (Ref1)", + "pt-PT": "Faça inversão de marcha e continue em Cool highway (Ref1)", "ro": "Întoarceți-vă și continuați pe Cool highway (Ref1)", "ru": "Развернитесь и продолжите движение по Cool highway (Ref1)", "sv": "Gör en U-sväng och fortsätt på Cool highway (Ref1)", diff --git a/test/fixtures/v5/other/way_name_destination_refs.json b/test/fixtures/v5/other/way_name_destination_refs.json index 23b9164ce..a878b4e0d 100644 --- a/test/fixtures/v5/other/way_name_destination_refs.json +++ b/test/fixtures/v5/other/way_name_destination_refs.json @@ -20,6 +20,7 @@ "nl": "Neem de afrit rechts richting Ref1: Destination 1", "pl": "Weź zjazd po prawej w kierunku Ref1: Destination 1", "pt-BR": "Pegue a rampa à direita sentido Ref1: Destination 1", + "pt-PT": "Saia na saída à direita em direção a Ref1: Destination 1", "ro": "Urmați rampa pe dreapta spre Ref1: Destination 1", "ru": "Сверните на правый съезд в направлении Ref1: Destination 1", "sv": "Ta avfarten till höger mot Ref1: Destination 1", diff --git a/test/fixtures/v5/other/way_name_ref.json b/test/fixtures/v5/other/way_name_ref.json index 4b48d1455..fcbc5ab9c 100644 --- a/test/fixtures/v5/other/way_name_ref.json +++ b/test/fixtures/v5/other/way_name_ref.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Ref1", "pl": "Skręć w lewo na Ref1", "pt-BR": "Vire à esquerda em Ref1", + "pt-PT": "Vire à esquerda para Ref1", "ro": "Virați stânga pe Ref1", "ru": "Поверните налево на Ref1", "sv": "Sväng vänster in på Ref1", diff --git a/test/fixtures/v5/other/way_name_ref_destinations.json b/test/fixtures/v5/other/way_name_ref_destinations.json index 7e618c6be..afc8ee4fa 100644 --- a/test/fixtures/v5/other/way_name_ref_destinations.json +++ b/test/fixtures/v5/other/way_name_ref_destinations.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Skręć w lewo w kierunku Destination 1", "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/other/way_name_ref_mapbox_hack_1.json b/test/fixtures/v5/other/way_name_ref_mapbox_hack_1.json index d04131209..6367eeba0 100644 --- a/test/fixtures/v5/other/way_name_ref_mapbox_hack_1.json +++ b/test/fixtures/v5/other/way_name_ref_mapbox_hack_1.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name (Ref1 (Another+Way \\ (Ref1.1)))", "pl": "Skręć w lewo na Way Name (Ref1 (Another+Way \\ (Ref1.1)))", "pt-BR": "Vire à esquerda em Way Name (Ref1 (Another+Way \\ (Ref1.1)))", + "pt-PT": "Vire à esquerda para Way Name (Ref1 (Another+Way \\ (Ref1.1)))", "ro": "Virați stânga pe Way Name (Ref1 (Another+Way \\ (Ref1.1)))", "ru": "Поверните налево на Way Name (Ref1 (Another+Way \\ (Ref1.1)))", "sv": "Sväng vänster in på Way Name (Ref1 (Another+Way \\ (Ref1.1)))", diff --git a/test/fixtures/v5/other/way_name_ref_mapbox_hack_2.json b/test/fixtures/v5/other/way_name_ref_mapbox_hack_2.json index c92c530ba..a4ae625ba 100644 --- a/test/fixtures/v5/other/way_name_ref_mapbox_hack_2.json +++ b/test/fixtures/v5/other/way_name_ref_mapbox_hack_2.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name (Ref0)", "pl": "Skręć w lewo na Way Name (Ref0)", "pt-BR": "Vire à esquerda em Way Name (Ref0)", + "pt-PT": "Vire à esquerda para Way Name (Ref0)", "ro": "Virați stânga pe Way Name (Ref0)", "ru": "Поверните налево на Way Name (Ref0)", "sv": "Sväng vänster in på Way Name (Ref0)", diff --git a/test/fixtures/v5/other/way_name_ref_mapbox_hack_3.json b/test/fixtures/v5/other/way_name_ref_mapbox_hack_3.json index db7ed4364..ca4570741 100644 --- a/test/fixtures/v5/other/way_name_ref_mapbox_hack_3.json +++ b/test/fixtures/v5/other/way_name_ref_mapbox_hack_3.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Ref0", "pl": "Skręć w lewo na Ref0", "pt-BR": "Vire à esquerda em Ref0", + "pt-PT": "Vire à esquerda para Ref0", "ro": "Virați stânga pe Ref0", "ru": "Поверните налево на Ref0", "sv": "Sväng vänster in på Ref0", diff --git a/test/fixtures/v5/other/way_name_ref_name.json b/test/fixtures/v5/other/way_name_ref_name.json index 239f5d6be..9a32a63a1 100644 --- a/test/fixtures/v5/other/way_name_ref_name.json +++ b/test/fixtures/v5/other/way_name_ref_name.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name (Ref1)", "pl": "Skręć w lewo na Way Name (Ref1)", "pt-BR": "Vire à esquerda em Way Name (Ref1)", + "pt-PT": "Vire à esquerda para Way Name (Ref1)", "ro": "Virați stânga pe Way Name (Ref1)", "ru": "Поверните налево на Way Name (Ref1)", "sv": "Sväng vänster in på Way Name (Ref1)", diff --git a/test/fixtures/v5/phrase/one_in_distance.json b/test/fixtures/v5/phrase/one_in_distance.json index 004d85e69..e509dc443 100644 --- a/test/fixtures/v5/phrase/one_in_distance.json +++ b/test/fixtures/v5/phrase/one_in_distance.json @@ -17,6 +17,7 @@ "nl": "In 0 units, Do something", "pl": "Za 0 units, Do something", "pt-BR": "Em 0 units, Do something", + "pt-PT": "A 0 units, Do something", "ro": "În 0 units, Do something", "ru": "Через 0 units Do something", "sv": "Om 0 units, Do something", diff --git a/test/fixtures/v5/phrase/two_linked.json b/test/fixtures/v5/phrase/two_linked.json index 83562b067..afdb826de 100644 --- a/test/fixtures/v5/phrase/two_linked.json +++ b/test/fixtures/v5/phrase/two_linked.json @@ -17,6 +17,7 @@ "nl": "Do this, then Do that", "pl": "Do this, następnie Do that", "pt-BR": "Do this, então Do that", + "pt-PT": "Do this, depois Do that", "ro": "Do this apoi Do that", "ru": "Do this, затем Do that", "sv": "Do this, sedan Do that", diff --git a/test/fixtures/v5/phrase/two_linked_by_distance.json b/test/fixtures/v5/phrase/two_linked_by_distance.json index 770804f75..601872642 100644 --- a/test/fixtures/v5/phrase/two_linked_by_distance.json +++ b/test/fixtures/v5/phrase/two_linked_by_distance.json @@ -18,6 +18,7 @@ "nl": "Do this, then, in 0 units, Do that", "pl": "Do this, następnie za 0 units Do that", "pt-BR": "Do this, então, em 0 units, Do that", + "pt-PT": "Do this, depois, a 0 units, Do that", "ro": "Do this, then, in 0 units, Do that", "ru": "Do this, затем через 0 units Do that", "sv": "Do this, sedan efter 0 units, Do that", diff --git a/test/fixtures/v5/rotary/default_default.json b/test/fixtures/v5/rotary/default_default.json index 55040c02d..2f6ef5745 100644 --- a/test/fixtures/v5/rotary/default_default.json +++ b/test/fixtures/v5/rotary/default_default.json @@ -20,6 +20,7 @@ "nl": "Ga het knooppunt op", "pl": "Wjedź na rondo", "pt-BR": "Entre na rotatória", + "pt-PT": "Entre na rotunda", "ro": "Intrați în sensul giratoriu", "ru": "Продолжите движение по круговой развязке", "sv": "Kör in i rondellen", diff --git a/test/fixtures/v5/rotary/default_destination.json b/test/fixtures/v5/rotary/default_destination.json index 01d7c6b8f..51111adcd 100644 --- a/test/fixtures/v5/rotary/default_destination.json +++ b/test/fixtures/v5/rotary/default_destination.json @@ -21,6 +21,7 @@ "nl": "Verlaat het knooppunt richting Destination 1", "pl": "Wjedź na rondo i skręć w kierunku Destination 1", "pt-BR": "Entre na rotatória e saia sentido Destination 1", + "pt-PT": "Entre na rotunda e saia em direção a Destination 1", "ro": "Intrați în sensul giratoriu și ieșiți spre Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", "sv": "I rondellen, ta av mot Destination 1", diff --git a/test/fixtures/v5/rotary/default_exit.json b/test/fixtures/v5/rotary/default_exit.json index b7520bb65..ba5239361 100644 --- a/test/fixtures/v5/rotary/default_exit.json +++ b/test/fixtures/v5/rotary/default_exit.json @@ -21,6 +21,7 @@ "nl": "Verlaat het knooppunt naar Way Name", "pl": "Wjedź na rondo i skręć na Way Name", "pt-BR": "Entre na rotatória e saia na Way Name", + "pt-PT": "Entre na rotunda e saia para Way Name", "ro": "Intrați în sensul giratoriu și ieșiți pe Way Name", "ru": "На круговой развязке сверните на Way Name", "sv": "I rondellen, ta avfarten in på Way Name", diff --git a/test/fixtures/v5/rotary/default_exit_destination.json b/test/fixtures/v5/rotary/default_exit_destination.json index 015dbbbaf..0836eca1b 100644 --- a/test/fixtures/v5/rotary/default_exit_destination.json +++ b/test/fixtures/v5/rotary/default_exit_destination.json @@ -22,6 +22,7 @@ "nl": "Verlaat het knooppunt richting Destination 1", "pl": "Wjedź na rondo i skręć w kierunku Destination 1", "pt-BR": "Entre na rotatória e saia sentido Destination 1", + "pt-PT": "Entre na rotunda e saia em direção a Destination 1", "ro": "Intrați în sensul giratoriu și ieșiți spre Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", "sv": "I rondellen, ta av mot Destination 1", diff --git a/test/fixtures/v5/rotary/default_name.json b/test/fixtures/v5/rotary/default_name.json index 10233c3c2..f6a9873fa 100644 --- a/test/fixtures/v5/rotary/default_name.json +++ b/test/fixtures/v5/rotary/default_name.json @@ -20,6 +20,7 @@ "nl": "Verlaat het knooppunt naar Way Name", "pl": "Wjedź na rondo i skręć na Way Name", "pt-BR": "Entre na rotatória e saia na Way Name", + "pt-PT": "Entre na rotunda e saia para Way Name", "ro": "Intrați în sensul giratoriu și ieșiți pe Way Name", "ru": "На круговой развязке сверните на Way Name", "sv": "I rondellen, ta avfarten in på Way Name", diff --git a/test/fixtures/v5/rotary/exit_10.json b/test/fixtures/v5/rotary/exit_10.json index e7f840241..838c0b051 100644 --- a/test/fixtures/v5/rotary/exit_10.json +++ b/test/fixtures/v5/rotary/exit_10.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 10e", "pl": "Wjedź na rondo i wyjedź 10. zjazdem", "pt-BR": "Entre na rotatória e pegue a 10º saída", + "pt-PT": "Entre na rotunda e saia na saída 10º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 10-a", "ru": "На круговой развязке сверните на десятый съезд", "sv": "I rondellen, ta 10:e avfarten", diff --git a/test/fixtures/v5/rotary/exit_11.json b/test/fixtures/v5/rotary/exit_11.json index b0bd74ba8..556b3655d 100644 --- a/test/fixtures/v5/rotary/exit_11.json +++ b/test/fixtures/v5/rotary/exit_11.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag ", "pl": "Wjedź na rondo i wyjedź zjazdem", "pt-BR": "Entre na rotatória e pegue a saída", + "pt-PT": "Entre na rotunda e saia na saída ", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea ", "ru": "На круговой развязке сверните на съезд", "sv": "I rondellen, ta avfarten", diff --git a/test/fixtures/v5/rotary/exit_1_default.json b/test/fixtures/v5/rotary/exit_1_default.json index b41ac9e12..10a7214ae 100644 --- a/test/fixtures/v5/rotary/exit_1_default.json +++ b/test/fixtures/v5/rotary/exit_1_default.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e", "pl": "Wjedź na rondo i wyjedź 1. zjazdem", "pt-BR": "Entre na rotatória e pegue a 1º saída", + "pt-PT": "Entre na rotunda e saia na saída 1º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima", "ru": "На круговой развязке сверните на первый съезд", "sv": "I rondellen, ta 1:a avfarten", diff --git a/test/fixtures/v5/rotary/exit_1_destination.json b/test/fixtures/v5/rotary/exit_1_destination.json index f6de40be3..73cacf3b4 100644 --- a/test/fixtures/v5/rotary/exit_1_destination.json +++ b/test/fixtures/v5/rotary/exit_1_destination.json @@ -22,6 +22,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", "pt-BR": "Entre na rotatória e pegue a 1º saída sentido Destination 1", + "pt-PT": "Entre na rotunda e saia na saída 1º em direção a Destination 1", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima spre Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", "sv": "I rondellen, ta 1:a avfarten mot Destination 1", diff --git a/test/fixtures/v5/rotary/exit_1_exit.json b/test/fixtures/v5/rotary/exit_1_exit.json index d74e17a21..91d755ef7 100644 --- a/test/fixtures/v5/rotary/exit_1_exit.json +++ b/test/fixtures/v5/rotary/exit_1_exit.json @@ -22,6 +22,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "pt-BR": "Entre na rotatória e pegue a 1º saída na Way Name", + "pt-PT": "Entre na rotunda e saia na saída 1º para Way Name", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima pe Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", "sv": "I rondellen, ta 1:a avfarten in på 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 eb9cc2780..b4eabe08a 100644 --- a/test/fixtures/v5/rotary/exit_1_exit_destination.json +++ b/test/fixtures/v5/rotary/exit_1_exit_destination.json @@ -23,6 +23,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", "pt-BR": "Entre na rotatória e pegue a 1º saída sentido Destination 1", + "pt-PT": "Entre na rotunda e saia na saída 1º em direção a Destination 1", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima spre Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", "sv": "I rondellen, ta 1:a avfarten mot Destination 1", diff --git a/test/fixtures/v5/rotary/exit_1_name.json b/test/fixtures/v5/rotary/exit_1_name.json index e5137547c..13d629a99 100644 --- a/test/fixtures/v5/rotary/exit_1_name.json +++ b/test/fixtures/v5/rotary/exit_1_name.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "pt-BR": "Entre na rotatória e pegue a 1º saída na Way Name", + "pt-PT": "Entre na rotunda e saia na saída 1º para Way Name", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima pe Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", "sv": "I rondellen, ta 1:a avfarten in på Way Name", diff --git a/test/fixtures/v5/rotary/exit_2.json b/test/fixtures/v5/rotary/exit_2.json index 276563910..3f45f00e6 100644 --- a/test/fixtures/v5/rotary/exit_2.json +++ b/test/fixtures/v5/rotary/exit_2.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 2e", "pl": "Wjedź na rondo i wyjedź 2. zjazdem", "pt-BR": "Entre na rotatória e pegue a 2º saída", + "pt-PT": "Entre na rotunda e saia na saída 2º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 2-a", "ru": "На круговой развязке сверните на второй съезд", "sv": "I rondellen, ta 2:a avfarten", diff --git a/test/fixtures/v5/rotary/exit_3.json b/test/fixtures/v5/rotary/exit_3.json index 5b441e2ae..a34704f37 100644 --- a/test/fixtures/v5/rotary/exit_3.json +++ b/test/fixtures/v5/rotary/exit_3.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 3e", "pl": "Wjedź na rondo i wyjedź 3. zjazdem", "pt-BR": "Entre na rotatória e pegue a 3º saída", + "pt-PT": "Entre na rotunda e saia na saída 3º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 3-a", "ru": "На круговой развязке сверните на третий съезд", "sv": "I rondellen, ta 3:e avfarten", diff --git a/test/fixtures/v5/rotary/exit_4.json b/test/fixtures/v5/rotary/exit_4.json index 047cfbac7..eaee75557 100644 --- a/test/fixtures/v5/rotary/exit_4.json +++ b/test/fixtures/v5/rotary/exit_4.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 4e", "pl": "Wjedź na rondo i wyjedź 4. zjazdem", "pt-BR": "Entre na rotatória e pegue a 4º saída", + "pt-PT": "Entre na rotunda e saia na saída 4º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 4-a", "ru": "На круговой развязке сверните на четвёртый съезд", "sv": "I rondellen, ta 4:e avfarten", diff --git a/test/fixtures/v5/rotary/exit_5.json b/test/fixtures/v5/rotary/exit_5.json index a9be54801..29b69487a 100644 --- a/test/fixtures/v5/rotary/exit_5.json +++ b/test/fixtures/v5/rotary/exit_5.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 5e", "pl": "Wjedź na rondo i wyjedź 5. zjazdem", "pt-BR": "Entre na rotatória e pegue a 5º saída", + "pt-PT": "Entre na rotunda e saia na saída 5º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 5-a", "ru": "На круговой развязке сверните на пятый съезд", "sv": "I rondellen, ta 5:e avfarten", diff --git a/test/fixtures/v5/rotary/exit_6.json b/test/fixtures/v5/rotary/exit_6.json index 90290cd85..08289bd48 100644 --- a/test/fixtures/v5/rotary/exit_6.json +++ b/test/fixtures/v5/rotary/exit_6.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 6e", "pl": "Wjedź na rondo i wyjedź 6. zjazdem", "pt-BR": "Entre na rotatória e pegue a 6º saída", + "pt-PT": "Entre na rotunda e saia na saída 6º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 6-a", "ru": "На круговой развязке сверните на шестой съезд", "sv": "I rondellen, ta 6:e avfarten", diff --git a/test/fixtures/v5/rotary/exit_7.json b/test/fixtures/v5/rotary/exit_7.json index 438586515..7f63502c1 100644 --- a/test/fixtures/v5/rotary/exit_7.json +++ b/test/fixtures/v5/rotary/exit_7.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 7e", "pl": "Wjedź na rondo i wyjedź 7. zjazdem", "pt-BR": "Entre na rotatória e pegue a 7º saída", + "pt-PT": "Entre na rotunda e saia na saída 7º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 7-a", "ru": "На круговой развязке сверните на седьмой съезд", "sv": "I rondellen, ta 7:e avfarten", diff --git a/test/fixtures/v5/rotary/exit_8.json b/test/fixtures/v5/rotary/exit_8.json index b2b82d898..4aa701b41 100644 --- a/test/fixtures/v5/rotary/exit_8.json +++ b/test/fixtures/v5/rotary/exit_8.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 8e", "pl": "Wjedź na rondo i wyjedź 8. zjazdem", "pt-BR": "Entre na rotatória e pegue a 8º saída", + "pt-PT": "Entre na rotunda e saia na saída 8º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 8-a", "ru": "На круговой развязке сверните на восьмой съезд", "sv": "I rondellen, ta 8:e avfarten", diff --git a/test/fixtures/v5/rotary/exit_9.json b/test/fixtures/v5/rotary/exit_9.json index 927d6a983..0fb5b6d7b 100644 --- a/test/fixtures/v5/rotary/exit_9.json +++ b/test/fixtures/v5/rotary/exit_9.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt op en neem afslag 9e", "pl": "Wjedź na rondo i wyjedź 9. zjazdem", "pt-BR": "Entre na rotatória e pegue a 9º saída", + "pt-PT": "Entre na rotunda e saia na saída 9º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea a 9-a", "ru": "На круговой развязке сверните на девятый съезд", "sv": "I rondellen, ta 9:e avfarten", diff --git a/test/fixtures/v5/rotary/name_default.json b/test/fixtures/v5/rotary/name_default.json index 500f1c244..431ea3e33 100644 --- a/test/fixtures/v5/rotary/name_default.json +++ b/test/fixtures/v5/rotary/name_default.json @@ -21,6 +21,7 @@ "nl": "Ga het knooppunt Rotary Name op", "pl": "Wjedź na Rotary Name", "pt-BR": "Entre em Rotary Name", + "pt-PT": "Entre em Rotary Name", "ro": "Intrați în Rotary Name", "ru": "Продолжите движение по Rotary Name", "sv": "Kör in i Rotary Name", diff --git a/test/fixtures/v5/rotary/name_destination.json b/test/fixtures/v5/rotary/name_destination.json index defbaa04f..5c4a9d74a 100644 --- a/test/fixtures/v5/rotary/name_destination.json +++ b/test/fixtures/v5/rotary/name_destination.json @@ -22,6 +22,7 @@ "nl": "Verlaat het knooppunt Rotary Name richting Destination 1", "pl": "Wjedź na Rotary Name i skręć w kierunku Destination 1", "pt-BR": "Entre em Rotary Name e saia sentido Destination 1", + "pt-PT": "Entre em Rotary Name e saia em direção a Destination 1", "ro": "Intrați în Rotary Name și ieșiți spre Destination 1", "ru": "На Rotary Name сверните в направлении Destination 1", "sv": "I Rotary Name, ta av mot Destination 1", diff --git a/test/fixtures/v5/rotary/name_exit.json b/test/fixtures/v5/rotary/name_exit.json index 57dc359b4..c5234de68 100644 --- a/test/fixtures/v5/rotary/name_exit.json +++ b/test/fixtures/v5/rotary/name_exit.json @@ -22,6 +22,7 @@ "nl": "Verlaat het knooppunt Rotary Name naar Way Name", "pl": "Wjedź na Rotary Name i skręć na Way Name", "pt-BR": "Entre em Rotary Name e saia em Way Name", + "pt-PT": "Entre em Rotary Name e saia para Way Name", "ro": "Intrați în Rotary Name și ieșiți pe Way Name", "ru": "На Rotary Name сверните на Way Name", "sv": "I Rotary Name, ta av in på Way Name", diff --git a/test/fixtures/v5/rotary/name_exit_default.json b/test/fixtures/v5/rotary/name_exit_default.json index e0084e037..d6464425c 100644 --- a/test/fixtures/v5/rotary/name_exit_default.json +++ b/test/fixtures/v5/rotary/name_exit_default.json @@ -22,6 +22,7 @@ "nl": "Ga het knooppunt Rotary Name op en neem afslag 2e", "pl": "Wjedź na Rotary Name i wyjedź 2. zjazdem", "pt-BR": "Entre em Rotary Name e saia na 2º saída", + "pt-PT": "Entre em Rotary Name e saia na saída 2º", "ro": "Intrați în Rotary Name și mergeți spre ieșirea a 2-a", "ru": "На Rotary Name сверните на второй съезд", "sv": "I Rotary Name, ta 2:a avfarten", diff --git a/test/fixtures/v5/rotary/name_exit_destination.json b/test/fixtures/v5/rotary/name_exit_destination.json index 2c427ae1b..bd3291d10 100644 --- a/test/fixtures/v5/rotary/name_exit_destination.json +++ b/test/fixtures/v5/rotary/name_exit_destination.json @@ -23,6 +23,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", "pt-BR": "Entre em Rotary Name e saia na 2º saída sentido Destination 1", + "pt-PT": "Entre emRotary Name e saia na saída 2º em direção a Destination 1", "ro": "Intrați în Rotary Name și mergeți spre ieșirea a 2-a spre Destination 1", "ru": "На Rotary Name сверните на второй съезд в направлении Destination 1", "sv": "I Rotary Name, ta 2:a avfarten mot Destination 1", diff --git a/test/fixtures/v5/rotary/name_exit_exit.json b/test/fixtures/v5/rotary/name_exit_exit.json index 3f558ce08..201beadcb 100644 --- a/test/fixtures/v5/rotary/name_exit_exit.json +++ b/test/fixtures/v5/rotary/name_exit_exit.json @@ -23,6 +23,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", "pt-BR": "Entre em Rotary Name e saia na 2º saída em Way Name", + "pt-PT": "Entre em Rotary Name e saia na saída 2º para Way Name", "ro": "Intrați în Rotary Name și mergeți spre ieșirea a 2-a pe Way Name", "ru": "На Rotary Name сверните на второй съезд на Way Name", "sv": "I Rotary Name, ta 2:a avfarten in på 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 41ca817fd..fa6816022 100644 --- a/test/fixtures/v5/rotary/name_exit_exit_destination.json +++ b/test/fixtures/v5/rotary/name_exit_exit_destination.json @@ -24,6 +24,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", "pt-BR": "Entre em Rotary Name e saia na 2º saída sentido Destination 1", + "pt-PT": "Entre emRotary Name e saia na saída 2º em direção a Destination 1", "ro": "Intrați în Rotary Name și mergeți spre ieșirea a 2-a spre Destination 1", "ru": "На Rotary Name сверните на второй съезд в направлении Destination 1", "sv": "I Rotary Name, ta 2:a avfarten mot Destination 1", diff --git a/test/fixtures/v5/rotary/name_exit_name.json b/test/fixtures/v5/rotary/name_exit_name.json index bb11669a7..4cfb0d376 100644 --- a/test/fixtures/v5/rotary/name_exit_name.json +++ b/test/fixtures/v5/rotary/name_exit_name.json @@ -22,6 +22,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", "pt-BR": "Entre em Rotary Name e saia na 2º saída em Way Name", + "pt-PT": "Entre em Rotary Name e saia na saída 2º para Way Name", "ro": "Intrați în Rotary Name și mergeți spre ieșirea a 2-a pe Way Name", "ru": "На Rotary Name сверните на второй съезд на Way Name", "sv": "I Rotary Name, ta 2:a avfarten in på Way Name", diff --git a/test/fixtures/v5/rotary/name_name.json b/test/fixtures/v5/rotary/name_name.json index e82b8ccec..a2778aa06 100644 --- a/test/fixtures/v5/rotary/name_name.json +++ b/test/fixtures/v5/rotary/name_name.json @@ -21,6 +21,7 @@ "nl": "Verlaat het knooppunt Rotary Name naar Way Name", "pl": "Wjedź na Rotary Name i skręć na Way Name", "pt-BR": "Entre em Rotary Name e saia em Way Name", + "pt-PT": "Entre em Rotary Name e saia para Way Name", "ro": "Intrați în Rotary Name și ieșiți pe Way Name", "ru": "На Rotary Name сверните на Way Name", "sv": "I Rotary Name, ta av in på Way Name", diff --git a/test/fixtures/v5/roundabout/default_default.json b/test/fixtures/v5/roundabout/default_default.json index e110e8bd3..cb27a05e0 100644 --- a/test/fixtures/v5/roundabout/default_default.json +++ b/test/fixtures/v5/roundabout/default_default.json @@ -20,6 +20,7 @@ "nl": "Ga de rotonde op", "pl": "Wjedź na rondo", "pt-BR": "Entre na rotatória", + "pt-PT": "Entre na rotunda", "ro": "Intrați în sensul giratoriu", "ru": "Продолжите движение по круговой развязке", "sv": "Kör in i rondellen", diff --git a/test/fixtures/v5/roundabout/default_destination.json b/test/fixtures/v5/roundabout/default_destination.json index 1ba6fc1e2..1afcb64aa 100644 --- a/test/fixtures/v5/roundabout/default_destination.json +++ b/test/fixtures/v5/roundabout/default_destination.json @@ -21,6 +21,7 @@ "nl": "Verlaat de rotonde richting Destination 1", "pl": "Wjedź na rondo i wyjedź w kierunku Destination 1", "pt-BR": "Entre na rotatória e saia sentido Destination 1", + "pt-PT": "Entre na rotunda e saia em direção a Destination 1", "ro": "Intrați în sensul giratoriu și ieșiți spre Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", "sv": "I rondellen, ta av mot Destination 1", diff --git a/test/fixtures/v5/roundabout/default_exit.json b/test/fixtures/v5/roundabout/default_exit.json index 611e478f2..33f4759df 100644 --- a/test/fixtures/v5/roundabout/default_exit.json +++ b/test/fixtures/v5/roundabout/default_exit.json @@ -21,6 +21,7 @@ "nl": "Verlaat de rotonde naar Way Name", "pl": "Wjedź na rondo i wyjedź na Way Name", "pt-BR": "Entre na rotatória e saia na Way Name", + "pt-PT": "Entre na rotunda e saia para Way Name", "ro": "Intrați în sensul giratoriu și ieșiți pe Way Name", "ru": "На круговой развязке сверните на Way Name", "sv": "I rondellen, ta avfarten in på Way Name", diff --git a/test/fixtures/v5/roundabout/default_exit_destination.json b/test/fixtures/v5/roundabout/default_exit_destination.json index 12425bed1..9358ffbc8 100644 --- a/test/fixtures/v5/roundabout/default_exit_destination.json +++ b/test/fixtures/v5/roundabout/default_exit_destination.json @@ -22,6 +22,7 @@ "nl": "Verlaat de rotonde richting Destination 1", "pl": "Wjedź na rondo i wyjedź w kierunku Destination 1", "pt-BR": "Entre na rotatória e saia sentido Destination 1", + "pt-PT": "Entre na rotunda e saia em direção a Destination 1", "ro": "Intrați în sensul giratoriu și ieșiți spre Destination 1", "ru": "На круговой развязке сверните в направлении Destination 1", "sv": "I rondellen, ta av mot Destination 1", diff --git a/test/fixtures/v5/roundabout/default_name.json b/test/fixtures/v5/roundabout/default_name.json index a028e4b88..707b66c2c 100644 --- a/test/fixtures/v5/roundabout/default_name.json +++ b/test/fixtures/v5/roundabout/default_name.json @@ -20,6 +20,7 @@ "nl": "Verlaat de rotonde naar Way Name", "pl": "Wjedź na rondo i wyjedź na Way Name", "pt-BR": "Entre na rotatória e saia na Way Name", + "pt-PT": "Entre na rotunda e saia para Way Name", "ro": "Intrați în sensul giratoriu și ieșiți pe Way Name", "ru": "На круговой развязке сверните на Way Name", "sv": "I rondellen, ta avfarten in på Way Name", diff --git a/test/fixtures/v5/roundabout/exit_default.json b/test/fixtures/v5/roundabout/exit_default.json index 62a455cec..12ab433fa 100644 --- a/test/fixtures/v5/roundabout/exit_default.json +++ b/test/fixtures/v5/roundabout/exit_default.json @@ -21,6 +21,7 @@ "nl": "Ga de rotonde op en neem afslag 1e", "pl": "Wjedź na rondo i wyjedź 1. zjazdem", "pt-BR": "Entre na rotatória e pegue a 1º saída", + "pt-PT": "Entre na rotunda e saia na saída 1º", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima", "ru": "На круговой развязке сверните на первый съезд", "sv": "I rondellen, ta 1:a avfarten", diff --git a/test/fixtures/v5/roundabout/exit_destination.json b/test/fixtures/v5/roundabout/exit_destination.json index 8abda117c..df4343f37 100644 --- a/test/fixtures/v5/roundabout/exit_destination.json +++ b/test/fixtures/v5/roundabout/exit_destination.json @@ -22,6 +22,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", "pt-BR": "Entre na rotatória e pegue a 1º saída sentido Destination 1", + "pt-PT": "Entre na rotunda e saia na saída 1º em direção a Destination 1", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima spre Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", "sv": "I rondellen, ta 1:a avfarten mot Destination 1", diff --git a/test/fixtures/v5/roundabout/exit_exit.json b/test/fixtures/v5/roundabout/exit_exit.json index 6fc7158ac..c6f5be99a 100644 --- a/test/fixtures/v5/roundabout/exit_exit.json +++ b/test/fixtures/v5/roundabout/exit_exit.json @@ -22,6 +22,7 @@ "nl": "Ga de rotonde op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "pt-BR": "Entre na rotatória e pegue a 1º saída na Way Name", + "pt-PT": "Entre na rotunda e saia na saída 1º para Way Name", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima pe Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", "sv": "I rondellen, ta 1:a avfarten in på Way Name", diff --git a/test/fixtures/v5/roundabout/exit_exit_destination.json b/test/fixtures/v5/roundabout/exit_exit_destination.json index 4d8eaef98..be18d3bdb 100644 --- a/test/fixtures/v5/roundabout/exit_exit_destination.json +++ b/test/fixtures/v5/roundabout/exit_exit_destination.json @@ -23,6 +23,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", "pt-BR": "Entre na rotatória e pegue a 1º saída sentido Destination 1", + "pt-PT": "Entre na rotunda e saia na saída 1º em direção a Destination 1", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima spre Destination 1", "ru": "На круговой развязке сверните на первый съезд в направлении Destination 1", "sv": "I rondellen, ta 1:a avfarten mot Destination 1", diff --git a/test/fixtures/v5/roundabout/exit_name.json b/test/fixtures/v5/roundabout/exit_name.json index 242ca163b..5da453b89 100644 --- a/test/fixtures/v5/roundabout/exit_name.json +++ b/test/fixtures/v5/roundabout/exit_name.json @@ -21,6 +21,7 @@ "nl": "Ga de rotonde op en neem afslag 1e naar Way Name", "pl": "Wjedź na rondo i wyjedź 1. zjazdem na Way Name", "pt-BR": "Entre na rotatória e pegue a 1º saída na Way Name", + "pt-PT": "Entre na rotunda e saia na saída 1º para Way Name", "ro": "Intrați în sensul giratoriu și mergeți spre ieșirea prima pe Way Name", "ru": "На круговой развязке сверните на первый съезд на Way Name", "sv": "I rondellen, ta 1:a avfarten in på Way Name", diff --git a/test/fixtures/v5/roundabout_turn/left_default.json b/test/fixtures/v5/roundabout_turn/left_default.json index 7032a931d..fa96c2bac 100644 --- a/test/fixtures/v5/roundabout_turn/left_default.json +++ b/test/fixtures/v5/roundabout_turn/left_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda svolta a sinistra", "nl": "Ga links op de rotonde", "pl": "Na rondzie skręć w lewo", - "pt-BR": "Na rotatória vire à esquerda", + "pt-BR": "Vire à esquerda", + "pt-PT": "Vire à esquerda", "ro": "La sensul giratoriu virați stânga", "ru": "Сверните налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/roundabout_turn/left_destination.json b/test/fixtures/v5/roundabout_turn/left_destination.json index 1e6826360..57b74801c 100644 --- a/test/fixtures/v5/roundabout_turn/left_destination.json +++ b/test/fixtures/v5/roundabout_turn/left_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda svolta a sinistra verso Destination 1", "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie skręć w lewo w kierunku Destination 1", - "pt-BR": "Na rotatória vire à esquerda sentido Destination 1", + "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "La sensul giratoriu virați stânga spre Destination 1", "ru": "Сверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/left_exit.json b/test/fixtures/v5/roundabout_turn/left_exit.json index 43de4de26..cd79e7e6e 100644 --- a/test/fixtures/v5/roundabout_turn/left_exit.json +++ b/test/fixtures/v5/roundabout_turn/left_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda svolta a sinistra in Way Name", "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie skręć lewo na Way Name", - "pt-BR": "Na rotatória vire à esquerda em Way Name", + "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "La sensul giratoriu virați stânga pe Way Name", "ru": "Сверните налево на Way Name", "sv": "Sväng vänster in på 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 ea3c044a6..6c92c2835 100644 --- a/test/fixtures/v5/roundabout_turn/left_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda svolta a sinistra verso Destination 1", "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie skręć w lewo w kierunku Destination 1", - "pt-BR": "Na rotatória vire à esquerda sentido Destination 1", + "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "La sensul giratoriu virați stânga spre Destination 1", "ru": "Сверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/left_name.json b/test/fixtures/v5/roundabout_turn/left_name.json index afc0ba59a..eb62cf96c 100644 --- a/test/fixtures/v5/roundabout_turn/left_name.json +++ b/test/fixtures/v5/roundabout_turn/left_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda svolta a sinistra in Way Name", "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie skręć lewo na Way Name", - "pt-BR": "Na rotatória vire à esquerda em Way Name", + "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "La sensul giratoriu virați stânga pe Way Name", "ru": "Сверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/roundabout_turn/right_default.json b/test/fixtures/v5/roundabout_turn/right_default.json index 2e5f6fdba..fb0e6e743 100644 --- a/test/fixtures/v5/roundabout_turn/right_default.json +++ b/test/fixtures/v5/roundabout_turn/right_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda svolta a destra", "nl": "Ga rechts op de rotonde", "pl": "Na rondzie skręć w prawo", - "pt-BR": "Na rotatória vire à direita", + "pt-BR": "Vire à direita", + "pt-PT": "Vire à direita", "ro": "La sensul giratoriu virați dreapta", "ru": "Сверните направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/roundabout_turn/right_destination.json b/test/fixtures/v5/roundabout_turn/right_destination.json index 530a7d5a1..377ed0bce 100644 --- a/test/fixtures/v5/roundabout_turn/right_destination.json +++ b/test/fixtures/v5/roundabout_turn/right_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda svolta a destra verso Destination 1", "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie skręć w prawo w kierunku Destination 1", - "pt-BR": "Na rotatória vire à direita sentido Destination 1", + "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "La sensul giratoriu virați dreapta spre Destination 1", "ru": "Сверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/right_exit.json b/test/fixtures/v5/roundabout_turn/right_exit.json index a54cbe046..462979e58 100644 --- a/test/fixtures/v5/roundabout_turn/right_exit.json +++ b/test/fixtures/v5/roundabout_turn/right_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda svolta a destra in Way Name", "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie skręć w prawo na Way Name", - "pt-BR": "Na rotatória vire à direita em Way Name", + "pt-BR": "Vire à direita em Way Name", + "pt-PT": "Vire à direita para Way Name", "ro": "La sensul giratoriu virați dreapta pe Way Name", "ru": "Сверните направо на Way Name", "sv": "Sväng höger in på 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 f0163b9a2..f21b0c51d 100644 --- a/test/fixtures/v5/roundabout_turn/right_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda svolta a destra verso Destination 1", "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie skręć w prawo w kierunku Destination 1", - "pt-BR": "Na rotatória vire à direita sentido Destination 1", + "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "La sensul giratoriu virați dreapta spre Destination 1", "ru": "Сверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/right_name.json b/test/fixtures/v5/roundabout_turn/right_name.json index e5e3869c3..2fb97583d 100644 --- a/test/fixtures/v5/roundabout_turn/right_name.json +++ b/test/fixtures/v5/roundabout_turn/right_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda svolta a destra in Way Name", "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie skręć w prawo na Way Name", - "pt-BR": "Na rotatória vire à direita em Way Name", + "pt-BR": "Vire à direita em Way Name", + "pt-PT": "Vire à direita para Way Name", "ro": "La sensul giratoriu virați dreapta pe Way Name", "ru": "Сверните направо на Way Name", "sv": "Sväng höger in på 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 a310ba383..a3987afa2 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_default.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una sinistra", "nl": "Ga linksaf op de rotonde", "pl": "Na rondzie weź ostro w lewo", - "pt-BR": "Na rotatória, vire fechada à esquerda", + "pt-BR": "Siga fechada à esquerda", + "pt-PT": "Siga acentuadamente à esquerda", "ro": "La sensul giratoriu virați brusc stânga", "ru": "Двигайтесь налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/roundabout_turn/sharp_left_destination.json b/test/fixtures/v5/roundabout_turn/sharp_left_destination.json index 8317b7e8f..1b93f20b9 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una sinistra verso Destination 1", "nl": "Ga linksaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w lewo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire fechada à esquerda em direção à Destination 1", + "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-PT": "Siga acentuadamente à esquerda em direção a Destination 1", "ro": "La sensul giratoriu virați brusc stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Sväng vänster mot 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 5f0dd8460..3b08aca12 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_exit.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una sinistra in Way Name", "nl": "Ga linksaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w lewo na Way Name", - "pt-BR": "Na rotatória, vire fechada à esquerda na Way Name", + "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-PT": "Siga acentuadamente à esquerda para Way Name", "ro": "La sensul giratoriu virați brusc stânga pe Way Name", "ru": "Двигайтесь налево на Way Name", "sv": "Sväng vänster in på 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 97036be30..8261c1422 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda fai una sinistra verso Destination 1", "nl": "Ga linksaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w lewo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire fechada à esquerda em direção à Destination 1", + "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-PT": "Siga acentuadamente à esquerda em direção a Destination 1", "ro": "La sensul giratoriu virați brusc stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Sväng vänster mot 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 05738b942..a694dc3d1 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_left_name.json +++ b/test/fixtures/v5/roundabout_turn/sharp_left_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una sinistra in Way Name", "nl": "Ga linksaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w lewo na Way Name", - "pt-BR": "Na rotatória, vire fechada à esquerda na Way Name", + "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-PT": "Siga acentuadamente à esquerda para Way Name", "ro": "La sensul giratoriu virați brusc stânga pe Way Name", "ru": "Двигайтесь налево на Way Name", "sv": "Sväng vänster in på 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 c5b73361c..ac597c7a0 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_default.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una destra", "nl": "Ga rechtsaf op de rotonde", "pl": "Na rondzie weź ostro w prawo", - "pt-BR": "Na rotatória, vire fechada à direita", + "pt-BR": "Siga fechada à direita", + "pt-PT": "Siga acentuadamente à direita", "ro": "La sensul giratoriu virați brusc dreapta", "ru": "Двигайтесь направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/roundabout_turn/sharp_right_destination.json b/test/fixtures/v5/roundabout_turn/sharp_right_destination.json index 8b3604aee..265938dcd 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una destra verso Destination 1", "nl": "Ga rechtsaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w prawo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire fechada à direita em direção à Destination 1", + "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-PT": "Siga acentuadamente à direita em direção a Destination 1", "ro": "La sensul giratoriu virați brusc dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Sväng höger mot 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 86247aae3..e9d4d52b8 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_exit.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una destra in Way Name", "nl": "Ga rechtsaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w prawo na Way Name", - "pt-BR": "Na rotatória, vire fechada à direita na Way Name", + "pt-BR": "Siga fechada à direita em Way Name", + "pt-PT": "Siga acentuadamente à direita para Way Name", "ro": "La sensul giratoriu virați brusc dreapta pe Way Name", "ru": "Двигайтесь направо на Way Name", "sv": "Sväng höger in på 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 f202c09a3..80cf17d38 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda fai una destra verso Destination 1", "nl": "Ga rechtsaf op de rotonde richting Destination 1", "pl": "Na rondzie weź ostro w prawo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire fechada à direita em direção à Destination 1", + "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-PT": "Siga acentuadamente à direita em direção a Destination 1", "ro": "La sensul giratoriu virați brusc dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Sväng höger mot 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 4c8588b40..21c17aa3a 100644 --- a/test/fixtures/v5/roundabout_turn/sharp_right_name.json +++ b/test/fixtures/v5/roundabout_turn/sharp_right_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una destra in Way Name", "nl": "Ga rechtsaf op de rotonde naar Way Name", "pl": "Na rondzie weź ostro w prawo na Way Name", - "pt-BR": "Na rotatória, vire fechada à direita na Way Name", + "pt-BR": "Siga fechada à direita em Way Name", + "pt-PT": "Siga acentuadamente à direita para Way Name", "ro": "La sensul giratoriu virați brusc dreapta pe Way Name", "ru": "Двигайтесь направо на Way Name", "sv": "Sväng höger in på 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 eebe98376..23b50f459 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_default.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una sinistra leggermente", "nl": "Ga links op de rotonde", "pl": "Na rondzie weź łagodnie w lewo", - "pt-BR": "Na rotatória, vire suave à esquerda", + "pt-BR": "Siga suave à esquerda", + "pt-PT": "Siga ligeiramente à esquerda", "ro": "La sensul giratoriu virați ușor stânga", "ru": "Двигайтесь левее", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/roundabout_turn/slight_left_destination.json b/test/fixtures/v5/roundabout_turn/slight_left_destination.json index 951fc28ac..dbd1b9cef 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una sinistra leggermente verso Destination 1", "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w lewo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire suave à esquerda em direção à Destination 1", + "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-PT": "Siga ligeiramente à esquerda em direção a Destination 1", "ro": "La sensul giratoriu virați ușor stânga spre Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", "sv": "Sväng vänster mot 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 fa8800e8a..30e59017f 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_exit.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una sinistra leggermente in Way Name", "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w lewo na Way Name", - "pt-BR": "Na rotatória, vire suave à esquerda na Way Name", + "pt-BR": "Siga suave à esquerda em Way Name", + "pt-PT": "Siga ligeiramente à esquerda para Way Name", "ro": "La sensul giratoriu virați ușor stânga pe Way Name", "ru": "Двигайтесь левее на Way Name", "sv": "Sväng vänster in på 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 b6d0bdfed..85a68bf9b 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda fai una sinistra leggermente verso Destination 1", "nl": "Ga links op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w lewo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire suave à esquerda em direção à Destination 1", + "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-PT": "Siga ligeiramente à esquerda em direção a Destination 1", "ro": "La sensul giratoriu virați ușor stânga spre Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", "sv": "Sväng vänster mot 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 63d1274ee..f72ee352d 100644 --- a/test/fixtures/v5/roundabout_turn/slight_left_name.json +++ b/test/fixtures/v5/roundabout_turn/slight_left_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una sinistra leggermente in Way Name", "nl": "Ga links op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w lewo na Way Name", - "pt-BR": "Na rotatória, vire suave à esquerda na Way Name", + "pt-BR": "Siga suave à esquerda em Way Name", + "pt-PT": "Siga ligeiramente à esquerda para Way Name", "ro": "La sensul giratoriu virați ușor stânga pe Way Name", "ru": "Двигайтесь левее на Way Name", "sv": "Sväng vänster in på 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 5a047abe5..420618e36 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_default.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una destra leggermente", "nl": "Ga rechts op de rotonde", "pl": "Na rondzie weź łagodnie w prawo", - "pt-BR": "Na rotatória, vire suave à direita", + "pt-BR": "Siga suave à direita", + "pt-PT": "Siga ligeiramente à direita", "ro": "La sensul giratoriu virați ușor dreapta", "ru": "Двигайтесь правее", "sv": "Sväng höger", diff --git a/test/fixtures/v5/roundabout_turn/slight_right_destination.json b/test/fixtures/v5/roundabout_turn/slight_right_destination.json index a7dc1c8c1..db82b94cd 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una destra leggermente verso Destination 1", "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w prawo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire suave à direita em direção à Destination 1", + "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-PT": "Siga ligeiramente à direita em direção a Destination 1", "ro": "La sensul giratoriu virați ușor dreapta spre Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", "sv": "Sväng höger mot 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 4aa775968..e3ce6f594 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_exit.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una destra leggermente in Way Name", "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w prawo na Way Name", - "pt-BR": "Na rotatória, vire suave à direita na Way Name", + "pt-BR": "Siga suave à direita em Way Name", + "pt-PT": "Siga ligeiramente à direita para Way Name", "ro": "La sensul giratoriu virați ușor dreapta pe Way Name", "ru": "Двигайтесь правее на Way Name", "sv": "Sväng höger in på 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 09f301c22..603fc6a43 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda fai una destra leggermente verso Destination 1", "nl": "Ga rechts op de rotonde richting Destination 1", "pl": "Na rondzie weź łagodnie w prawo w kierunku Destination 1", - "pt-BR": "Na rotatória, vire suave à direita em direção à Destination 1", + "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-PT": "Siga ligeiramente à direita em direção a Destination 1", "ro": "La sensul giratoriu virați ușor dreapta spre Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", "sv": "Sväng höger mot 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 c8ec8f6f9..4da246310 100644 --- a/test/fixtures/v5/roundabout_turn/slight_right_name.json +++ b/test/fixtures/v5/roundabout_turn/slight_right_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una destra leggermente in Way Name", "nl": "Ga rechts op de rotonde naar Way Name", "pl": "Na rondzie weź łagodnie w prawo na Way Name", - "pt-BR": "Na rotatória, vire suave à direita na Way Name", + "pt-BR": "Siga suave à direita em Way Name", + "pt-PT": "Siga ligeiramente à direita para Way Name", "ro": "La sensul giratoriu virați ușor dreapta pe Way Name", "ru": "Двигайтесь правее на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/roundabout_turn/straight_default.json b/test/fixtures/v5/roundabout_turn/straight_default.json index 4dca19616..954c54655 100644 --- a/test/fixtures/v5/roundabout_turn/straight_default.json +++ b/test/fixtures/v5/roundabout_turn/straight_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda prosegui dritto", "nl": "Rechtdoor op de rotonde", "pl": "Na rondzie kontynuuj prosto", - "pt-BR": "Na rotatória siga em frente", + "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "La sensul giratoriu continuați înainte", "ru": "Двигайтесь прямо", "sv": "Fortsätt rakt fram", diff --git a/test/fixtures/v5/roundabout_turn/straight_destination.json b/test/fixtures/v5/roundabout_turn/straight_destination.json index 52100a577..c57604ed0 100644 --- a/test/fixtures/v5/roundabout_turn/straight_destination.json +++ b/test/fixtures/v5/roundabout_turn/straight_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda prosegui dritto verso Destination 1", "nl": "Rechtdoor op de rotonde richting Destination 1", "pl": "Na rondzie kontynuuj prosto w kierunku Destination 1", - "pt-BR": "Na rotatória siga em frente sentido Destination 1", + "pt-BR": "Continue em frente sentido Destination 1", + "pt-PT": "Continue em frente em direção a Destination 1", "ro": "La sensul giratoriu continuați înainte spre Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", "sv": "Fortsätt rakt fram mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/straight_exit.json b/test/fixtures/v5/roundabout_turn/straight_exit.json index e1323b818..5ef67f48a 100644 --- a/test/fixtures/v5/roundabout_turn/straight_exit.json +++ b/test/fixtures/v5/roundabout_turn/straight_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda prosegui dritto in Way Name", "nl": "Rechtdoor op de rotonde naar Way Name", "pl": "Na rondzie kontynuuj prosto na Way Name", - "pt-BR": "Na rotatória siga em frente pela Way Name", + "pt-BR": "Continue em frente em Way Name", + "pt-PT": "Continue em frente para Way Name", "ro": "La sensul giratoriu continuați înainte pe Way Name", "ru": "Двигайтесь прямо по Way Name", "sv": "Fortsätt rakt fram in på 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 b2ab894fe..29fa82edc 100644 --- a/test/fixtures/v5/roundabout_turn/straight_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/straight_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda prosegui dritto verso Destination 1", "nl": "Rechtdoor op de rotonde richting Destination 1", "pl": "Na rondzie kontynuuj prosto w kierunku Destination 1", - "pt-BR": "Na rotatória siga em frente sentido Destination 1", + "pt-BR": "Continue em frente sentido Destination 1", + "pt-PT": "Continue em frente em direção a Destination 1", "ro": "La sensul giratoriu continuați înainte spre Destination 1", "ru": "Двигайтесь прямо в направлении Destination 1", "sv": "Fortsätt rakt fram mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/straight_name.json b/test/fixtures/v5/roundabout_turn/straight_name.json index 9242cd609..32d5dece0 100644 --- a/test/fixtures/v5/roundabout_turn/straight_name.json +++ b/test/fixtures/v5/roundabout_turn/straight_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda prosegui dritto in Way Name", "nl": "Rechtdoor op de rotonde naar Way Name", "pl": "Na rondzie kontynuuj prosto na Way Name", - "pt-BR": "Na rotatória siga em frente pela Way Name", + "pt-BR": "Continue em frente em Way Name", + "pt-PT": "Continue em frente para Way Name", "ro": "La sensul giratoriu continuați înainte pe Way Name", "ru": "Двигайтесь прямо по Way Name", "sv": "Fortsätt rakt fram in på Way Name", diff --git a/test/fixtures/v5/roundabout_turn/uturn_default.json b/test/fixtures/v5/roundabout_turn/uturn_default.json index ce7a30e92..d7a059d29 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_default.json +++ b/test/fixtures/v5/roundabout_turn/uturn_default.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una inversione a U", "nl": "Ga omkeren op de rotonde", "pl": "Na rondzie weź zawróć", - "pt-BR": "Na rotatória, vire retorno", + "pt-BR": "Siga retorno", + "pt-PT": "Siga inversão de marcha", "ro": "La sensul giratoriu virați întoarcere", "ru": "Двигайтесь на разворот", "sv": "Sväng U-sväng", diff --git a/test/fixtures/v5/roundabout_turn/uturn_destination.json b/test/fixtures/v5/roundabout_turn/uturn_destination.json index 1727e9cf8..37dbab496 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_destination.json +++ b/test/fixtures/v5/roundabout_turn/uturn_destination.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una inversione a U verso Destination 1", "nl": "Ga omkeren op de rotonde richting Destination 1", "pl": "Na rondzie weź zawróć w kierunku Destination 1", - "pt-BR": "Na rotatória, vire retorno em direção à Destination 1", + "pt-BR": "Siga retorno sentido Destination 1", + "pt-PT": "Siga inversão de marcha em direção a Destination 1", "ro": "La sensul giratoriu virați întoarcere spre Destination 1", "ru": "Двигайтесь на разворот в направлении Destination 1", "sv": "Sväng U-sväng mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/uturn_exit.json b/test/fixtures/v5/roundabout_turn/uturn_exit.json index 6c4f0a57e..bab7e120a 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_exit.json +++ b/test/fixtures/v5/roundabout_turn/uturn_exit.json @@ -21,7 +21,8 @@ "it": "Alla rotonda fai una inversione a U in Way Name", "nl": "Ga omkeren op de rotonde naar Way Name", "pl": "Na rondzie weź zawróć na Way Name", - "pt-BR": "Na rotatória, vire retorno na Way Name", + "pt-BR": "Siga retorno em Way Name", + "pt-PT": "Siga inversão de marcha para Way Name", "ro": "La sensul giratoriu virați întoarcere pe Way Name", "ru": "Двигайтесь на разворот на Way Name", "sv": "Sväng U-sväng in på 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 234130837..74d674c92 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_exit_destination.json +++ b/test/fixtures/v5/roundabout_turn/uturn_exit_destination.json @@ -22,7 +22,8 @@ "it": "Alla rotonda fai una inversione a U verso Destination 1", "nl": "Ga omkeren op de rotonde richting Destination 1", "pl": "Na rondzie weź zawróć w kierunku Destination 1", - "pt-BR": "Na rotatória, vire retorno em direção à Destination 1", + "pt-BR": "Siga retorno sentido Destination 1", + "pt-PT": "Siga inversão de marcha em direção a Destination 1", "ro": "La sensul giratoriu virați întoarcere spre Destination 1", "ru": "Двигайтесь на разворот в направлении Destination 1", "sv": "Sväng U-sväng mot Destination 1", diff --git a/test/fixtures/v5/roundabout_turn/uturn_name.json b/test/fixtures/v5/roundabout_turn/uturn_name.json index 1cf70b758..e41b569d3 100644 --- a/test/fixtures/v5/roundabout_turn/uturn_name.json +++ b/test/fixtures/v5/roundabout_turn/uturn_name.json @@ -20,7 +20,8 @@ "it": "Alla rotonda fai una inversione a U in Way Name", "nl": "Ga omkeren op de rotonde naar Way Name", "pl": "Na rondzie weź zawróć na Way Name", - "pt-BR": "Na rotatória, vire retorno na Way Name", + "pt-BR": "Siga retorno em Way Name", + "pt-PT": "Siga inversão de marcha para Way Name", "ro": "La sensul giratoriu virați întoarcere pe Way Name", "ru": "Двигайтесь на разворот на Way Name", "sv": "Sväng U-sväng in på Way Name", diff --git a/test/fixtures/v5/turn/left_default.json b/test/fixtures/v5/turn/left_default.json index 1391f37a4..65d940bbf 100644 --- a/test/fixtures/v5/turn/left_default.json +++ b/test/fixtures/v5/turn/left_default.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf", "pl": "Skręć w lewo", "pt-BR": "Vire à esquerda", + "pt-PT": "Vire à esquerda", "ro": "Virați stânga", "ru": "Поверните налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/turn/left_destination.json b/test/fixtures/v5/turn/left_destination.json index d278d5f12..a21b81fe5 100644 --- a/test/fixtures/v5/turn/left_destination.json +++ b/test/fixtures/v5/turn/left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Skręć w lewo w kierunku Destination 1", "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/turn/left_exit.json b/test/fixtures/v5/turn/left_exit.json index b421c1fc9..4e3457062 100644 --- a/test/fixtures/v5/turn/left_exit.json +++ b/test/fixtures/v5/turn/left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/turn/left_exit_destination.json b/test/fixtures/v5/turn/left_exit_destination.json index f759f8e62..e4e374bff 100644 --- a/test/fixtures/v5/turn/left_exit_destination.json +++ b/test/fixtures/v5/turn/left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Skręć w lewo w kierunku Destination 1", "pt-BR": "Vire à esquerda sentido Destination 1", + "pt-PT": "Vire à esquerda em direção a Destination 1", "ro": "Virați stânga spre Destination 1", "ru": "Поверните налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/turn/left_name.json b/test/fixtures/v5/turn/left_name.json index c3b6ebd81..474078875 100644 --- a/test/fixtures/v5/turn/left_name.json +++ b/test/fixtures/v5/turn/left_name.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Skręć w lewo na Way Name", "pt-BR": "Vire à esquerda em Way Name", + "pt-PT": "Vire à esquerda para Way Name", "ro": "Virați stânga pe Way Name", "ru": "Поверните налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/turn/right_default.json b/test/fixtures/v5/turn/right_default.json index b38daa50a..463f88e66 100644 --- a/test/fixtures/v5/turn/right_default.json +++ b/test/fixtures/v5/turn/right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf", "pl": "Skręć w prawo", "pt-BR": "Vire à direita", + "pt-PT": "Vire à direita", "ro": "Virați dreapta", "ru": "Поверните направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/turn/right_destination.json b/test/fixtures/v5/turn/right_destination.json index 8309432e8..5393199d3 100644 --- a/test/fixtures/v5/turn/right_destination.json +++ b/test/fixtures/v5/turn/right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć w prawo w kierunku Destination 1", "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/turn/right_exit.json b/test/fixtures/v5/turn/right_exit.json index 0a30096a2..23aa7733f 100644 --- a/test/fixtures/v5/turn/right_exit.json +++ b/test/fixtures/v5/turn/right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć w prawo na Way Name", "pt-BR": "Vire à direita em Way Name", + "pt-PT": "Vire à direita para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Поверните направо на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/turn/right_exit_destination.json b/test/fixtures/v5/turn/right_exit_destination.json index 2a8217bf9..e81da7c41 100644 --- a/test/fixtures/v5/turn/right_exit_destination.json +++ b/test/fixtures/v5/turn/right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Skręć w prawo w kierunku Destination 1", "pt-BR": "Vire à direita sentido Destination 1", + "pt-PT": "Vire à direita em direção a Destination 1", "ro": "Virați dreapta spre Destination 1", "ru": "Поверните направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/turn/right_name.json b/test/fixtures/v5/turn/right_name.json index b4a6a1d49..d84698527 100644 --- a/test/fixtures/v5/turn/right_name.json +++ b/test/fixtures/v5/turn/right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Skręć w prawo na Way Name", "pt-BR": "Vire à direita em Way Name", + "pt-PT": "Vire à direita para Way Name", "ro": "Virați dreapta pe Way Name", "ru": "Поверните направо на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/turn/sharp_left_default.json b/test/fixtures/v5/turn/sharp_left_default.json index a1493a7d7..c468a56bd 100644 --- a/test/fixtures/v5/turn/sharp_left_default.json +++ b/test/fixtures/v5/turn/sharp_left_default.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf", "pl": "Ostro w lewo", "pt-BR": "Siga fechada à esquerda", + "pt-PT": "Siga acentuadamente à esquerda", "ro": "Virați brusc stânga", "ru": "Двигайтесь налево", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/turn/sharp_left_destination.json b/test/fixtures/v5/turn/sharp_left_destination.json index 94022321c..a39f344d0 100644 --- a/test/fixtures/v5/turn/sharp_left_destination.json +++ b/test/fixtures/v5/turn/sharp_left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-PT": "Siga acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/turn/sharp_left_exit.json b/test/fixtures/v5/turn/sharp_left_exit.json index af19ad3ba..c88a97bc2 100644 --- a/test/fixtures/v5/turn/sharp_left_exit.json +++ b/test/fixtures/v5/turn/sharp_left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-PT": "Siga acentuadamente à esquerda paraWay Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Двигайтесь налево на Way Name", "sv": "Sväng vänster in på 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 f60cda99f..37dcb3d01 100644 --- a/test/fixtures/v5/turn/sharp_left_exit_destination.json +++ b/test/fixtures/v5/turn/sharp_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga linksaf richting Destination 1", "pl": "Ostro w lewo w kierunku Destination 1", "pt-BR": "Siga fechada à esquerda sentido Destination 1", + "pt-PT": "Siga acentuadamente à esquerda em direção a Destination 1", "ro": "Virați brusc stânga spre Destination 1", "ru": "Двигайтесь налево в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/turn/sharp_left_name.json b/test/fixtures/v5/turn/sharp_left_name.json index 2044a9258..5b0238153 100644 --- a/test/fixtures/v5/turn/sharp_left_name.json +++ b/test/fixtures/v5/turn/sharp_left_name.json @@ -21,6 +21,7 @@ "nl": "Ga linksaf naar Way Name", "pl": "Ostro w lewo na Way Name", "pt-BR": "Siga fechada à esquerda em Way Name", + "pt-PT": "Siga acentuadamente à esquerda paraWay Name", "ro": "Virați brusc stânga pe Way Name", "ru": "Двигайтесь налево на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/turn/sharp_right_default.json b/test/fixtures/v5/turn/sharp_right_default.json index 1aaba810b..11332608a 100644 --- a/test/fixtures/v5/turn/sharp_right_default.json +++ b/test/fixtures/v5/turn/sharp_right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf", "pl": "Ostro w prawo", "pt-BR": "Siga fechada à direita", + "pt-PT": "Siga acentuadamente à direita", "ro": "Virați brusc dreapta", "ru": "Двигайтесь направо", "sv": "Sväng höger", diff --git a/test/fixtures/v5/turn/sharp_right_destination.json b/test/fixtures/v5/turn/sharp_right_destination.json index 5e5953976..728e762f7 100644 --- a/test/fixtures/v5/turn/sharp_right_destination.json +++ b/test/fixtures/v5/turn/sharp_right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-PT": "Siga acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/turn/sharp_right_exit.json b/test/fixtures/v5/turn/sharp_right_exit.json index e006b6f71..c7c9aac6f 100644 --- a/test/fixtures/v5/turn/sharp_right_exit.json +++ b/test/fixtures/v5/turn/sharp_right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", "pt-BR": "Siga fechada à direita em Way Name", + "pt-PT": "Siga acentuadamente à direita paraWay Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Двигайтесь направо на Way Name", "sv": "Sväng höger in på 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 57ed535de..58e5fae6d 100644 --- a/test/fixtures/v5/turn/sharp_right_exit_destination.json +++ b/test/fixtures/v5/turn/sharp_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtsaf richting Destination 1", "pl": "Ostro w prawo w kierunku Destination 1", "pt-BR": "Siga fechada à direita sentido Destination 1", + "pt-PT": "Siga acentuadamente à direita em direção a Destination 1", "ro": "Virați brusc dreapta spre Destination 1", "ru": "Двигайтесь направо в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/turn/sharp_right_name.json b/test/fixtures/v5/turn/sharp_right_name.json index 9502fc66d..66323fdb4 100644 --- a/test/fixtures/v5/turn/sharp_right_name.json +++ b/test/fixtures/v5/turn/sharp_right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtsaf naar Way Name", "pl": "Ostro w prawo na Way Name", "pt-BR": "Siga fechada à direita em Way Name", + "pt-PT": "Siga acentuadamente à direita paraWay Name", "ro": "Virați brusc dreapta pe Way Name", "ru": "Двигайтесь направо на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/turn/slight_left_default.json b/test/fixtures/v5/turn/slight_left_default.json index a35bb41b1..76b59137f 100644 --- a/test/fixtures/v5/turn/slight_left_default.json +++ b/test/fixtures/v5/turn/slight_left_default.json @@ -21,6 +21,7 @@ "nl": "Ga links", "pl": "Łagodnie w lewo", "pt-BR": "Siga suave à esquerda", + "pt-PT": "Siga ligeiramente à esquerda", "ro": "Virați ușor stânga", "ru": "Двигайтесь левее", "sv": "Sväng vänster", diff --git a/test/fixtures/v5/turn/slight_left_destination.json b/test/fixtures/v5/turn/slight_left_destination.json index 65481534e..ec6b113ba 100644 --- a/test/fixtures/v5/turn/slight_left_destination.json +++ b/test/fixtures/v5/turn/slight_left_destination.json @@ -22,6 +22,7 @@ "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-PT": "Siga ligeiramente à esquerda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/turn/slight_left_exit.json b/test/fixtures/v5/turn/slight_left_exit.json index 1be33380d..aea0f402d 100644 --- a/test/fixtures/v5/turn/slight_left_exit.json +++ b/test/fixtures/v5/turn/slight_left_exit.json @@ -22,6 +22,7 @@ "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", "pt-BR": "Siga suave à esquerda em Way Name", + "pt-PT": "Siga ligeiramente à esquerda paraWay Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Двигайтесь левее на Way Name", "sv": "Sväng vänster in på 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 9d677624c..2486ad3ad 100644 --- a/test/fixtures/v5/turn/slight_left_exit_destination.json +++ b/test/fixtures/v5/turn/slight_left_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga links richting Destination 1", "pl": "Łagodnie w lewo w kierunku Destination 1", "pt-BR": "Siga suave à esquerda sentido Destination 1", + "pt-PT": "Siga ligeiramente à esquerda em direção a Destination 1", "ro": "Virați ușor stânga spre Destination 1", "ru": "Двигайтесь левее в направлении Destination 1", "sv": "Sväng vänster mot Destination 1", diff --git a/test/fixtures/v5/turn/slight_left_name.json b/test/fixtures/v5/turn/slight_left_name.json index 5f630ada6..f22eaf184 100644 --- a/test/fixtures/v5/turn/slight_left_name.json +++ b/test/fixtures/v5/turn/slight_left_name.json @@ -21,6 +21,7 @@ "nl": "Ga links naar Way Name", "pl": "Łagodnie w lewo na Way Name", "pt-BR": "Siga suave à esquerda em Way Name", + "pt-PT": "Siga ligeiramente à esquerda paraWay Name", "ro": "Virați ușor stânga pe Way Name", "ru": "Двигайтесь левее на Way Name", "sv": "Sväng vänster in på Way Name", diff --git a/test/fixtures/v5/turn/slight_right_default.json b/test/fixtures/v5/turn/slight_right_default.json index 7834e8bb0..3fc5819f0 100644 --- a/test/fixtures/v5/turn/slight_right_default.json +++ b/test/fixtures/v5/turn/slight_right_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechts", "pl": "Łagodnie w prawo", "pt-BR": "Siga suave à direita", + "pt-PT": "Siga ligeiramente à direita", "ro": "Virați ușor dreapta", "ru": "Двигайтесь правее", "sv": "Sväng höger", diff --git a/test/fixtures/v5/turn/slight_right_destination.json b/test/fixtures/v5/turn/slight_right_destination.json index 9f3bd3526..66a346e8b 100644 --- a/test/fixtures/v5/turn/slight_right_destination.json +++ b/test/fixtures/v5/turn/slight_right_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-PT": "Siga ligeiramente à direita em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/turn/slight_right_exit.json b/test/fixtures/v5/turn/slight_right_exit.json index d5b275bc5..f07c9e622 100644 --- a/test/fixtures/v5/turn/slight_right_exit.json +++ b/test/fixtures/v5/turn/slight_right_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", "pt-BR": "Siga suave à direita em Way Name", + "pt-PT": "Siga ligeiramente à direita paraWay Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Двигайтесь правее на Way Name", "sv": "Sväng höger in på 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 9191dd4fa..52f23959a 100644 --- a/test/fixtures/v5/turn/slight_right_exit_destination.json +++ b/test/fixtures/v5/turn/slight_right_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechts richting Destination 1", "pl": "Łagodnie w prawo w kierunku Destination 1", "pt-BR": "Siga suave à direita sentido Destination 1", + "pt-PT": "Siga ligeiramente à direita em direção a Destination 1", "ro": "Virați ușor dreapta spre Destination 1", "ru": "Двигайтесь правее в направлении Destination 1", "sv": "Sväng höger mot Destination 1", diff --git a/test/fixtures/v5/turn/slight_right_name.json b/test/fixtures/v5/turn/slight_right_name.json index 188132033..25c5cfefb 100644 --- a/test/fixtures/v5/turn/slight_right_name.json +++ b/test/fixtures/v5/turn/slight_right_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechts naar Way Name", "pl": "Łagodnie w prawo na Way Name", "pt-BR": "Siga suave à direita em Way Name", + "pt-PT": "Siga ligeiramente à direita paraWay Name", "ro": "Virați ușor dreapta pe Way Name", "ru": "Двигайтесь правее на Way Name", "sv": "Sväng höger in på Way Name", diff --git a/test/fixtures/v5/turn/straight_default.json b/test/fixtures/v5/turn/straight_default.json index 8742ce041..b21e5b7fe 100644 --- a/test/fixtures/v5/turn/straight_default.json +++ b/test/fixtures/v5/turn/straight_default.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor", "pl": "Jedź prosto", "pt-BR": "Siga em frente", + "pt-PT": "Vá em frente", "ro": "Mergeți înainte", "ru": "Двигайтесь прямо", "sv": "Kör rakt fram", diff --git a/test/fixtures/v5/turn/straight_destination.json b/test/fixtures/v5/turn/straight_destination.json index 60a59bd47..c3041ac1b 100644 --- a/test/fixtures/v5/turn/straight_destination.json +++ b/test/fixtures/v5/turn/straight_destination.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Jedź prosto w kierunku Destination 1", "pt-BR": "Siga em frente sentido Destination 1", + "pt-PT": "Vá em frente em direção a Destination 1", "ro": "Mergeți înainte spre Destination 1", "ru": "Двигайтесь в направлении Destination 1", "sv": "Kör rakt fram mot Destination 1", diff --git a/test/fixtures/v5/turn/straight_exit.json b/test/fixtures/v5/turn/straight_exit.json index 1454c37c0..041b06381 100644 --- a/test/fixtures/v5/turn/straight_exit.json +++ b/test/fixtures/v5/turn/straight_exit.json @@ -22,6 +22,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź prosto na Way Name", "pt-BR": "Siga em frente em Way Name", + "pt-PT": "Vá em frente para Way Name", "ro": "Mergeți înainte pe Way Name", "ru": "Двигайтесь по Way Name", "sv": "Kör rakt fram in på Way Name", diff --git a/test/fixtures/v5/turn/straight_exit_destination.json b/test/fixtures/v5/turn/straight_exit_destination.json index 2ea9812dd..60207d32f 100644 --- a/test/fixtures/v5/turn/straight_exit_destination.json +++ b/test/fixtures/v5/turn/straight_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga rechtdoor richting Destination 1", "pl": "Jedź prosto w kierunku Destination 1", "pt-BR": "Siga em frente sentido Destination 1", + "pt-PT": "Vá em frente em direção a Destination 1", "ro": "Mergeți înainte spre Destination 1", "ru": "Двигайтесь в направлении Destination 1", "sv": "Kör rakt fram mot Destination 1", diff --git a/test/fixtures/v5/turn/straight_name.json b/test/fixtures/v5/turn/straight_name.json index 27d0dbd49..9c8fe7747 100644 --- a/test/fixtures/v5/turn/straight_name.json +++ b/test/fixtures/v5/turn/straight_name.json @@ -21,6 +21,7 @@ "nl": "Ga rechtdoor naar Way Name", "pl": "Jedź prosto na Way Name", "pt-BR": "Siga em frente em Way Name", + "pt-PT": "Vá em frente para Way Name", "ro": "Mergeți înainte pe Way Name", "ru": "Двигайтесь по Way Name", "sv": "Kör rakt fram in på Way Name", diff --git a/test/fixtures/v5/turn/uturn_default.json b/test/fixtures/v5/turn/uturn_default.json index ec687b99a..84448566b 100644 --- a/test/fixtures/v5/turn/uturn_default.json +++ b/test/fixtures/v5/turn/uturn_default.json @@ -21,6 +21,7 @@ "nl": "Ga omkeren", "pl": "Zawróć", "pt-BR": "Siga retorno", + "pt-PT": "Siga inversão de marcha", "ro": "Virați întoarcere", "ru": "Двигайтесь на разворот", "sv": "Sväng U-sväng", diff --git a/test/fixtures/v5/turn/uturn_destination.json b/test/fixtures/v5/turn/uturn_destination.json index a73ccd35d..300416107 100644 --- a/test/fixtures/v5/turn/uturn_destination.json +++ b/test/fixtures/v5/turn/uturn_destination.json @@ -22,6 +22,7 @@ "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Siga retorno sentido Destination 1", + "pt-PT": "Siga inversão de marcha em direção a Destination 1", "ro": "Virați întoarcere spre Destination 1", "ru": "Двигайтесь на разворот в направлении Destination 1", "sv": "Sväng U-sväng mot Destination 1", diff --git a/test/fixtures/v5/turn/uturn_exit.json b/test/fixtures/v5/turn/uturn_exit.json index f0535138d..968faaf16 100644 --- a/test/fixtures/v5/turn/uturn_exit.json +++ b/test/fixtures/v5/turn/uturn_exit.json @@ -22,6 +22,7 @@ "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Siga retorno em Way Name", + "pt-PT": "Siga inversão de marcha paraWay Name", "ro": "Virați întoarcere pe Way Name", "ru": "Двигайтесь на разворот на Way Name", "sv": "Sväng U-sväng in på Way Name", diff --git a/test/fixtures/v5/turn/uturn_exit_destination.json b/test/fixtures/v5/turn/uturn_exit_destination.json index c2d98fe2a..f3f4d1ba1 100644 --- a/test/fixtures/v5/turn/uturn_exit_destination.json +++ b/test/fixtures/v5/turn/uturn_exit_destination.json @@ -23,6 +23,7 @@ "nl": "Ga omkeren richting Destination 1", "pl": "Zawróć w kierunku Destination 1", "pt-BR": "Siga retorno sentido Destination 1", + "pt-PT": "Siga inversão de marcha em direção a Destination 1", "ro": "Virați întoarcere spre Destination 1", "ru": "Двигайтесь на разворот в направлении Destination 1", "sv": "Sväng U-sväng mot Destination 1", diff --git a/test/fixtures/v5/turn/uturn_name.json b/test/fixtures/v5/turn/uturn_name.json index c1936bac9..292859ec1 100644 --- a/test/fixtures/v5/turn/uturn_name.json +++ b/test/fixtures/v5/turn/uturn_name.json @@ -21,6 +21,7 @@ "nl": "Ga omkeren naar Way Name", "pl": "Zawróć na Way Name", "pt-BR": "Siga retorno em Way Name", + "pt-PT": "Siga inversão de marcha paraWay Name", "ro": "Virați întoarcere pe Way Name", "ru": "Двигайтесь на разворот на Way Name", "sv": "Sväng U-sväng in på Way Name", diff --git a/test/fixtures/v5/use_lane/o.json b/test/fixtures/v5/use_lane/o.json index f474467a6..108cc4f98 100644 --- a/test/fixtures/v5/use_lane/o.json +++ b/test/fixtures/v5/use_lane/o.json @@ -46,6 +46,7 @@ "nl": "Rechtdoor", "pl": "Kontynuuj prosto", "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "Mergeți înainte", "ru": "Продолжайте движение прямо", "sv": "Fortsätt rakt fram", diff --git a/test/fixtures/v5/use_lane/ooo.json b/test/fixtures/v5/use_lane/ooo.json index 49c78afd3..20a5d5dd7 100644 --- a/test/fixtures/v5/use_lane/ooo.json +++ b/test/fixtures/v5/use_lane/ooo.json @@ -58,6 +58,7 @@ "nl": "Rechtdoor", "pl": "Kontynuuj prosto", "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "Mergeți înainte", "ru": "Продолжайте движение прямо", "sv": "Fortsätt rakt fram", diff --git a/test/fixtures/v5/use_lane/oooxxo.json b/test/fixtures/v5/use_lane/oooxxo.json index aa72bf5bf..e2dda7586 100644 --- a/test/fixtures/v5/use_lane/oooxxo.json +++ b/test/fixtures/v5/use_lane/oooxxo.json @@ -76,6 +76,7 @@ "nl": "Links of rechts blijven", "pl": "Trzymaj się lewej lub prawej strony", "pt-BR": "Mantenha-se à esquerda ou direita", + "pt-PT": "Mantenha-se à esquerda ou à direita", "ro": "Menține pe laterale", "ru": "Держитесь слева или справа", "sv": "Håll till vänster eller höger", diff --git a/test/fixtures/v5/use_lane/oox.json b/test/fixtures/v5/use_lane/oox.json index cd4c15c18..ae27edb32 100644 --- a/test/fixtures/v5/use_lane/oox.json +++ b/test/fixtures/v5/use_lane/oox.json @@ -58,6 +58,7 @@ "nl": "Links aanhouden", "pl": "Trzymaj się lewej strony", "pt-BR": "Mantenha-se à esquerda", + "pt-PT": "Mantenha-se à esquerda", "ro": "Menține dreapta", "ru": "Держитесь левее", "sv": "Håll till vänster", diff --git a/test/fixtures/v5/use_lane/ooxx.json b/test/fixtures/v5/use_lane/ooxx.json index fccf4631e..32f9cd835 100644 --- a/test/fixtures/v5/use_lane/ooxx.json +++ b/test/fixtures/v5/use_lane/ooxx.json @@ -64,6 +64,7 @@ "nl": "Links aanhouden", "pl": "Trzymaj się lewej strony", "pt-BR": "Mantenha-se à esquerda", + "pt-PT": "Mantenha-se à esquerda", "ro": "Menține dreapta", "ru": "Держитесь левее", "sv": "Håll till vänster", diff --git a/test/fixtures/v5/use_lane/oxo.json b/test/fixtures/v5/use_lane/oxo.json index 195113615..a61d85ef1 100644 --- a/test/fixtures/v5/use_lane/oxo.json +++ b/test/fixtures/v5/use_lane/oxo.json @@ -58,6 +58,7 @@ "nl": "Links of rechts blijven", "pl": "Trzymaj się lewej lub prawej strony", "pt-BR": "Mantenha-se à esquerda ou direita", + "pt-PT": "Mantenha-se à esquerda ou à direita", "ro": "Menține pe laterale", "ru": "Держитесь слева или справа", "sv": "Håll till vänster eller höger", diff --git a/test/fixtures/v5/use_lane/xoo.json b/test/fixtures/v5/use_lane/xoo.json index 465f5f38d..0ee5a894b 100644 --- a/test/fixtures/v5/use_lane/xoo.json +++ b/test/fixtures/v5/use_lane/xoo.json @@ -58,6 +58,7 @@ "nl": "Rechts aanhouden", "pl": "Trzymaj się prawej strony", "pt-BR": "Mantenha-se à direita", + "pt-PT": "Mantenha-se à direita", "ro": "Menține dreapta", "ru": "Держитесь правее", "sv": "Håll till höger", diff --git a/test/fixtures/v5/use_lane/xox.json b/test/fixtures/v5/use_lane/xox.json index 4ed80cb9b..b8d00a942 100644 --- a/test/fixtures/v5/use_lane/xox.json +++ b/test/fixtures/v5/use_lane/xox.json @@ -58,6 +58,7 @@ "nl": "In het midden blijven", "pl": "Trzymaj się środka", "pt-BR": "Mantenha-se ao centro", + "pt-PT": "Mantenha-se ao meio", "ro": "Menține pe interior", "ru": "Держитесь посередине", "sv": "Håll till mitten", diff --git a/test/fixtures/v5/use_lane/xxoo.json b/test/fixtures/v5/use_lane/xxoo.json index 9fef390f1..10ef5e68c 100644 --- a/test/fixtures/v5/use_lane/xxoo.json +++ b/test/fixtures/v5/use_lane/xxoo.json @@ -64,6 +64,7 @@ "nl": "Rechts aanhouden", "pl": "Trzymaj się prawej strony", "pt-BR": "Mantenha-se à direita", + "pt-PT": "Mantenha-se à direita", "ro": "Menține dreapta", "ru": "Держитесь правее", "sv": "Håll till höger", diff --git a/test/fixtures/v5/use_lane/xxooxx.json b/test/fixtures/v5/use_lane/xxooxx.json index 687e8eddc..862c6b853 100644 --- a/test/fixtures/v5/use_lane/xxooxx.json +++ b/test/fixtures/v5/use_lane/xxooxx.json @@ -76,6 +76,7 @@ "nl": "In het midden blijven", "pl": "Trzymaj się środka", "pt-BR": "Mantenha-se ao centro", + "pt-PT": "Mantenha-se ao meio", "ro": "Menține pe interior", "ru": "Держитесь посередине", "sv": "Håll till mitten", diff --git a/test/fixtures/v5/use_lane/xxoxo.json b/test/fixtures/v5/use_lane/xxoxo.json index f962d459f..cc262ff5b 100644 --- a/test/fixtures/v5/use_lane/xxoxo.json +++ b/test/fixtures/v5/use_lane/xxoxo.json @@ -70,6 +70,7 @@ "nl": "Rechtdoor", "pl": "Kontynuuj prosto", "pt-BR": "Continue em frente", + "pt-PT": "Continue em frente", "ro": "Mergeți înainte", "ru": "Продолжайте движение прямо", "sv": "Fortsätt rakt fram", diff --git a/test/index_test.js b/test/index_test.js index f6ca1e13f..b47753cce 100644 --- a/test/index_test.js +++ b/test/index_test.js @@ -329,9 +329,10 @@ tape.test('v5 compile', function(t) { t.equal(v5Compiler.getBestMatchingLanguage('zh'), 'zh-Hans'); t.equal(v5Compiler.getBestMatchingLanguage('es-MX'), 'es'); t.equal(v5Compiler.getBestMatchingLanguage('es-ES'), 'es-ES'); - t.equal(v5Compiler.getBestMatchingLanguage('pt-PT'), 'pt-BR'); t.equal(v5Compiler.getBestMatchingLanguage('pt'), 'pt-BR'); - t.equal(v5Compiler.getBestMatchingLanguage('pt-pt'), 'pt-BR'); + t.equal(v5Compiler.getBestMatchingLanguage('pt-AO'), 'pt-BR'); + t.equal(v5Compiler.getBestMatchingLanguage('pt-PT'), 'pt-PT'); + t.equal(v5Compiler.getBestMatchingLanguage('pt-pt'), 'pt-PT'); t.end(); });