Improve 'slopes' input, add compass indicator

This commit is contained in:
Pieter Vander Vennet 2023-12-16 01:29:42 +01:00
parent b7175384f9
commit 7a3cb9fbdd
17 changed files with 268 additions and 108 deletions

View file

@ -281,11 +281,17 @@
"openTheMap": "Open the map",
"openTheMapAtGeolocation": "Zoom to your location",
"opening_hours": {
"all_days_from": "Opened every day {ranges}",
"closed_permanently": "Closed for an unknown duration",
"closed_until": "Closed until {date}",
"error": "Could not parse the opening hours",
"error_loading": "Error: could not visualize these opening hours.",
"friday": "On friday {ranges}",
"loadingCountry": "Determining country…",
"monday": "On monday {ranges}",
"not_all_rules_parsed": "These opening hours are complicated. The following rules are ignored in the input element:",
"on_weekdays": "Opened on weekdays {ranges}",
"on_weekends": "Opened on weekends {ranges}",
"openTill": "till",
"open_24_7": "Open around the clock",
"open_during_ph": "During a public holiday, this is",
@ -293,7 +299,15 @@
"ph_closed": "closed",
"ph_not_known": " ",
"ph_open": "open",
"ph_open_as_usual": "open, as usual"
"ph_open_as_usual": "open, as usual",
"ranges": "from {starttime} till {endtime}",
"rangescombined": "{range0} and {range1}",
"saturday": "On saturday {ranges}",
"sunday": "On sunday {ranges}",
"thursday": "On thursday {ranges}",
"tuesday": "On tuesday {ranges}",
"unknown": "The opening hours are unkown",
"wednesday": "On wednesday {ranges}"
},
"osmLinkTooltip": "Browse this object on OpenStreetMap for history and more editing options",
"pdf": {