Variable resourcesEnConst
resourcesEn: {
ariaLive: "Route calculated: {{steps}} steps, {{duration}}, {{distance}}.";
avoid: { ferries: "Ferries"; highways: "Highways"; tollways: "Tollways" };
distance: "Distance: {{distance}}";
duration: "Duration: {{duration}}";
label: {
add: "Add waypoint";
aria: "Add a coordinate as {{position}} by clicking in the map.";
avoid: "Types of routes to avoid";
details: "Route Details";
end: "Destination";
middle: "Waypoint";
preference: "Preferred Route";
remove: "Remove waypoint";
reset: "Reset";
start: "Start";
steps: "Route instructions";
travelMode: "Travel Mode";
};
noFeature: "Route could not be determined. Try different coordinates.";
preference: {
fastest: "Fastest";
recommended: "Recommended";
shortest: "Shortest";
};
title: "Route Planner";
travelMode: {
bike: "Bike";
car: "Car";
hgv: "Heavy Goods Vehicle";
walking: "Walking";
wheelchair: "Wheelchair";
};
} = ...
Type Declaration
-
ReadonlyariaLive: "Route calculated: {{steps}} steps, {{duration}}, {{distance}}."
-
Readonlyavoid: { ferries: "Ferries"; highways: "Highways"; tollways: "Tollways" }
-
Readonlydistance: "Distance: {{distance}}"
-
Readonlyduration: "Duration: {{duration}}"
-
Readonlylabel: {
add: "Add waypoint";
aria: "Add a coordinate as {{position}} by clicking in the map.";
avoid: "Types of routes to avoid";
details: "Route Details";
end: "Destination";
middle: "Waypoint";
preference: "Preferred Route";
remove: "Remove waypoint";
reset: "Reset";
start: "Start";
steps: "Route instructions";
travelMode: "Travel Mode";
}
-
ReadonlynoFeature: "Route could not be determined. Try different coordinates."
-
Readonlypreference: { fastest: "Fastest"; recommended: "Recommended"; shortest: "Shortest" }
-
Readonlytitle: "Route Planner"
-
ReadonlytravelMode: {
bike: "Bike";
car: "Car";
hgv: "Heavy Goods Vehicle";
walking: "Walking";
wheelchair: "Wheelchair";
}