From a668b4be62070375b0ac2bd5d00f8d618e045327 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 4 Oct 2024 18:04:20 +0200 Subject: [PATCH] improve highway names --- website/src/locales/en.json | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/website/src/locales/en.json b/website/src/locales/en.json index aadea2e0..9074018f 100644 --- a/website/src/locales/en.json +++ b/website/src/locales/en.json @@ -141,40 +141,40 @@ }, "highway": { "unknown": "Unknown", - "residential": "Residential", - "service": "Service", + "motorway": "Highway", + "motorway_link": "Highway link", + "trunk": "Primary road", + "trunk_link": "Primary road link", + "primary": "Primary road", + "primary_link": "Primary road link", + "secondary": "Secondary road", + "secondary_link": "Secondary road link", + "tertiary": "Tertiary road", + "tertiary_link": "Tertiary road link", + "unclassified": "Minor road", + "residential": "Residential road", + "living_street": "Living street", + "service": "Service road", "track": "Track", - "unclassified": "Unclassified", "footway": "Footway", - "tertiary": "Tertiary", "path": "Path", - "secondary": "Secondary", - "primary": "Primary", + "pedestrian": "Pedestrian", "cycleway": "Cycleway", - "trunk": "Trunk", - "living_street": "Living Street", - "motorway": "Motorway", - "motorway_link": "Motorway Link", "steps": "Steps", "road": "Road", - "pedestrian": "Pedestrian", - "trunk_link": "Trunk Link", - "primary_link": "Primary Link", - "secondary_link": "Secondary Link", - "tertiary_link": "Tertiary Link", - "construction": "Construction", "bridleway": "Bridleway", "platform": "Platform", - "proposed": "Proposed", - "raceway": "Raceway", - "rest_area": "Rest Area", + "raceway": "Racing circuit", + "rest_area": "Rest area", "abandoned": "Abandoned", "services": "Services", "corridor": "Corridor", - "bus_stop": "Bus Stop", + "bus_stop": "Bus stop", "busway": "Busway", "elevator": "Elevator", - "via_ferrata": "Via Ferrata" + "via_ferrata": "Via ferrata", + "proposed": "Road to be built", + "construction": "Road under construction" }, "sac_scale": { "hiking": "Hiking",