facilmap/utils/src/i18n/en.json

52 wiersze
1.4 KiB
JSON

{
"elevation": {
"http-error": "Looking up elevations failed with status {{status}}."
},
"format": {
"time": "{{hours}}:{{minutes}}\u202Fh",
"route-time": "{{time}} {{mode}}",
"distance-km": "{{distance}}\u202fkm",
"distance-mi": "{{distance}}\u202fmi",
"elevation-m": "{{elevation}}\u202fm",
"elevation-ft": "{{elevation}}\u202fft"
},
"objects": {
"untitled-marker": "Untitled marker",
"untitled-line": "Untitled line"
},
"pads": {
"unnamed-map": "Unnamed map",
"page-title": "{{padName}} – {{appName}}",
"fallback-page-description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration."
},
"routing": {
"route-mode-hgv": "by HGV",
"route-mode-car": "by car",
"route-mode-road-bike": "by road bike",
"route-mode-mountain-bike": "by mountain bike",
"route-mode-electric-bike": "by electric bike",
"route-mode-bicycle": "by bicycle",
"route-mode-wheelchair": "by wheelchair",
"route-mode-foot": "on foot"
},
"search": {
"http-error": "Search failed with status {{status}}.",
"from": "from",
"to": "to",
"via": "via",
"hgv": "by HGV",
"car": "by car",
"road-bike": "by road bike",
"mountain-bike": "by mountain bike",
"electric-bike": "by electric bike",
"bicycle": "by bicycle|by bike",
"wheelchair": "by wheelchair",
"foot": "on foot|by walk|by walking|walking",
"straight": "straight|by helicopter"
}
}