forked from MapComplete/MapComplete
Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme
This commit is contained in:
parent
10ac6a72e2
commit
746273f594
57 changed files with 602 additions and 940 deletions
|
@ -133,11 +133,11 @@
|
|||
},
|
||||
"Space between barrier (cyclebarrier)": {
|
||||
"question": "Wie groß ist der Abstand zwischen den Barrieren (entlang der Straße)?",
|
||||
"render": "Abstand zwischen den Barrieren (entlang der Straße): {spacing} m"
|
||||
"render": "Abstand zwischen den Barrieren (entlang der Straße): {width:separation} m"
|
||||
},
|
||||
"Width of opening (cyclebarrier)": {
|
||||
"question": "Wie breit ist die kleinste Öffnung neben den Barrieren?",
|
||||
"render": "Breite der Öffnung: {opening} m"
|
||||
"render": "Breite der Öffnung: {width:opening} m"
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
|
@ -180,8 +180,7 @@
|
|||
"then": "Rückenlehne: Nein"
|
||||
}
|
||||
},
|
||||
"question": "Hat diese Bank eine Rückenlehne?",
|
||||
"render": "Rückenlehne"
|
||||
"question": "Hat diese Bank eine Rückenlehne?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -257,8 +256,12 @@
|
|||
"bench_at_pt": {
|
||||
"name": "Sitzbänke bei Haltestellen",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "Stehbank"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Stehbank"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -342,7 +345,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Ist dieser Automat noch in Betrieb?",
|
||||
"render": "Der Betriebszustand ist <i>{operational_status</i>"
|
||||
"render": "Der Betriebszustand ist <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -923,312 +926,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"description": "Eine Ladestation",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Fahrzeugtypen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ladestation für Fahrräder"
|
||||
},
|
||||
"2": {
|
||||
"question": "Ladestation für Autos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nur funktionierende Ladestationen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Anschlüsse"
|
||||
},
|
||||
"3": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> Stecker"
|
||||
},
|
||||
"7": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Stecker"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Ladestation"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Auth phone": {
|
||||
"question": "Wie lautet die Telefonnummer für den Authentifizierungsanruf oder die SMS?",
|
||||
"render": "Authentifizierung durch Anruf oder SMS an <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>"
|
||||
},
|
||||
"Authentication": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Authentifizierung durch eine Mitgliedskarte"
|
||||
},
|
||||
"1": {
|
||||
"then": "Authentifizierung durch eine App"
|
||||
},
|
||||
"2": {
|
||||
"then": "Authentifizierung per Anruf ist möglich"
|
||||
},
|
||||
"3": {
|
||||
"then": "Authentifizierung per Anruf ist möglich"
|
||||
},
|
||||
"4": {
|
||||
"then": "Authentifizierung über NFC ist möglich"
|
||||
},
|
||||
"5": {
|
||||
"then": "Authentifizierung über Geldkarte ist möglich"
|
||||
},
|
||||
"6": {
|
||||
"then": "Authentifizierung per Debitkarte ist möglich"
|
||||
},
|
||||
"7": {
|
||||
"then": "Das Aufladen ist hier (auch) ohne Authentifizierung möglich"
|
||||
}
|
||||
},
|
||||
"question": "Welche Authentifizierung ist an der Ladestation möglich?"
|
||||
},
|
||||
"Available_charging_stations (generated)": {
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Typ 1 mit Kabel</b> (J1772)</span></div>"
|
||||
},
|
||||
"7": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Typ 1 mit Kabel</b> (J1772)</span></div>"
|
||||
},
|
||||
"8": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Typ 1 <i>ohne</i> Kabel</b> (J1772)</span></div>"
|
||||
},
|
||||
"9": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Typ 1 <i>ohne</i> Kabel</b> (J1772)</span></div>"
|
||||
},
|
||||
"10": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Typ 1 CCS</b> (auch bekannt als Typ 1 Combo)</span></div>"
|
||||
},
|
||||
"11": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Typ 1 CCS</b> (auch bekannt als Typ 1 Combo)</span></div>"
|
||||
},
|
||||
"12": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>"
|
||||
},
|
||||
"13": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>"
|
||||
},
|
||||
"14": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Typ 2</b> (Mennekes)</span></div>"
|
||||
},
|
||||
"15": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Typ 2</b> (Mennekes)</span></div>"
|
||||
},
|
||||
"16": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Typ 2 CCS</b> (Mennekes)</span></div>"
|
||||
},
|
||||
"17": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Typ 2 CCS</b> (Mennekes)</span></div>"
|
||||
},
|
||||
"18": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Typ 2 mit Kabel</b> (Mennekes)</span></div>"
|
||||
},
|
||||
"19": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Typ 2 mit Kabel</b> (Mennekes)</span></div>"
|
||||
},
|
||||
"20": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (Typ 2 CSS)</span></div>"
|
||||
},
|
||||
"21": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (Typ 2 CSS)</span></div>"
|
||||
},
|
||||
"26": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> zum Laden von Smartphones oder Elektrokleingeräten</span></div>"
|
||||
},
|
||||
"27": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> zum Laden von Smartphones und Elektrokleingeräten</span></div>"
|
||||
},
|
||||
"30": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect mit 5 Pins</b> und Kabel</span></div>"
|
||||
},
|
||||
"31": {
|
||||
"then": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect mit 5 Pins</b> und Kabel</span></div>"
|
||||
}
|
||||
},
|
||||
"question": "Welche Ladestationen gibt es hier?"
|
||||
},
|
||||
"Network": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Nicht Teil eines größeren Netzwerks"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nicht Teil eines größeren Netzwerks"
|
||||
}
|
||||
},
|
||||
"question": "Ist diese Ladestation Teil eines Netzwerks?",
|
||||
"render": "Teil des Netzwerks <b>{network}</b>"
|
||||
},
|
||||
"OH": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "durchgehend geöffnet (auch an Feiertagen)"
|
||||
}
|
||||
},
|
||||
"question": "Wann ist diese Ladestation geöffnet?"
|
||||
},
|
||||
"Operational status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Ladestation funktioniert"
|
||||
},
|
||||
"1": {
|
||||
"then": "Diese Ladestation ist kaputt"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier ist eine Ladestation geplant"
|
||||
},
|
||||
"3": {
|
||||
"then": "Hier wird eine Ladestation gebaut"
|
||||
},
|
||||
"4": {
|
||||
"then": "Diese Ladestation wurde dauerhaft deaktiviert und wird nicht mehr benutzt, ist aber noch sichtbar"
|
||||
}
|
||||
},
|
||||
"question": "Ist dieser Ladepunkt in Betrieb?"
|
||||
},
|
||||
"Operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Eigentlich ist {operator} das Netzwerk"
|
||||
}
|
||||
},
|
||||
"question": "Wer ist der Betreiber dieser Ladestation?",
|
||||
"render": "Diese Ladestation wird betrieben von {operator}"
|
||||
},
|
||||
"Parking:fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Keine zusätzlichen Parkgebühren beim Laden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Beim Laden ist eine zusätzliche Parkgebühr zu entrichten"
|
||||
}
|
||||
},
|
||||
"question": "Muss man beim Laden eine Parkgebühr bezahlen?"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Fahrräder</b> können hier geladen werden"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Autos</b> können hier geladen werden"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b> Roller</b> können hier geladen werden"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Lastkraftwagen</b> (LKW) können hier geladen werden"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Busse</b> können hier geladen werden"
|
||||
}
|
||||
},
|
||||
"question": "Welche Fahrzeuge dürfen hier geladen werden?"
|
||||
},
|
||||
"access": {
|
||||
"question": "Wer darf diese Ladestation benutzen?",
|
||||
"render": "Zugang ist {access}"
|
||||
},
|
||||
"capacity": {
|
||||
"question": "Wie viele Fahrzeuge können hier gleichzeitig geladen werden?",
|
||||
"render": "{capacity} Fahrzeuge können hier gleichzeitig geladen werden"
|
||||
},
|
||||
"email": {
|
||||
"question": "Wie ist die Email-Adresse des Betreibers?",
|
||||
"render": "Bei Problemen senden Sie eine E-Mail an <a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"maxstay": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Keine Höchstparkdauer"
|
||||
}
|
||||
},
|
||||
"question": "Was ist die Höchstdauer des Aufenthalts hier?",
|
||||
"render": "Die maximale Parkzeit beträgt <b>{canonical(maxstay)}</b>"
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Bezahlung mit einer speziellen App"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bezahlung mit einer Mitgliedskarte"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Welche Nummer kann man anrufen, wenn es ein Problem mit dieser Ladestation gibt?",
|
||||
"render": "Bei Problemen, anrufen unter <a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"ref": {
|
||||
"question": "Wie lautet die Kennung dieser Ladestation?",
|
||||
"render": "Die Kennziffer ist <b>{ref}</b>"
|
||||
},
|
||||
"website": {
|
||||
"question": "Wie ist die Webseite des Betreibers?",
|
||||
"render": "Weitere Informationen auf <a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " Minuten",
|
||||
"humanSingular": " Minute"
|
||||
},
|
||||
"1": {
|
||||
"human": " Stunden",
|
||||
"humanSingular": " Stunde"
|
||||
},
|
||||
"2": {
|
||||
"human": " Tage",
|
||||
"humanSingular": " Tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Volt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Kilowatt"
|
||||
},
|
||||
"1": {
|
||||
"human": "Megawatt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"description": "Übergänge für Fußgänger und Radfahrer",
|
||||
"name": "Kreuzungen",
|
||||
|
@ -1737,14 +1434,16 @@
|
|||
"defibrillator-defibrillator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dies ist ein manueller Defibrillator für den professionellen Einsatz"
|
||||
"then": "Es gibt keine Informationen über den Gerätetyp"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dies ist ein manueller Defibrillator für den professionellen Einsatz"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dies ist ein normaler automatischer Defibrillator"
|
||||
}
|
||||
},
|
||||
"question": "Ist dies ein normaler automatischer Defibrillator oder ein manueller Defibrillator nur für Profis?",
|
||||
"render": "Es gibt keine Informationen über den Gerätetyp"
|
||||
"question": "Ist dies ein normaler automatischer Defibrillator oder ein manueller Defibrillator nur für Profis?"
|
||||
},
|
||||
"defibrillator-defibrillator:location": {
|
||||
"question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (in der lokalen Sprache)",
|
||||
|
@ -1752,11 +1451,11 @@
|
|||
},
|
||||
"defibrillator-defibrillator:location:en": {
|
||||
"question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (auf Englisch)",
|
||||
"render": "<i>Zusätzliche Informationen über den Standort (auf Englisch):</i><br/>{defibrillator:location}"
|
||||
"render": "<i>Zusätzliche Informationen über den Standort (auf Englisch):</i><br/>{defibrillator:location:en}"
|
||||
},
|
||||
"defibrillator-defibrillator:location:fr": {
|
||||
"question": "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (auf Französisch)",
|
||||
"render": "<i>Zusätzliche Informationen zum Standort (auf Französisch):</i><br/>{defibrillator:Standort:fr}"
|
||||
"render": "<i>Zusätzliche Informationen zum Standort (auf Französisch):</i><br/>{defibrillator:location:fr}"
|
||||
},
|
||||
"defibrillator-description": {
|
||||
"question": "Gibt es nützliche Informationen für Benutzer, die Sie oben nicht beschreiben konnten? (leer lassen, wenn nein)",
|
||||
|
@ -1860,7 +1559,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Ist diese Trinkwasserstelle noch in Betrieb?",
|
||||
"render": "Der Betriebsstatus ist <i>{operational_status</i>"
|
||||
"render": "Der Betriebsstatus ist <i>{operational_status}/i>"
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>Ein weiterer Trinkwasserbrunnen befindet sich in {_closest_other_drinking_water_distance} Meter</a>"
|
||||
|
@ -2771,7 +2470,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Wie ist diese Kamera montiert?",
|
||||
"render": "Montageart: {mount}"
|
||||
"render": "Montageart: {camera:mount}"
|
||||
},
|
||||
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view": {
|
||||
"question": "In welche Himmelsrichtung ist diese Kamera ausgerichtet?"
|
||||
|
@ -3064,8 +2763,7 @@
|
|||
"render": "Name: {name}"
|
||||
},
|
||||
"tree_node-ref:OnroerendErfgoed": {
|
||||
"question": "Wie lautet die Kennung der Onroerend Erfgoed Flanders?",
|
||||
"render": ""
|
||||
"question": "Wie lautet die Kennung der Onroerend Erfgoed Flanders?"
|
||||
},
|
||||
"tree_node-wikidata": {
|
||||
"question": "Was ist das passende Wikidata Element zu diesem Baum?",
|
||||
|
|
|
@ -133,11 +133,11 @@
|
|||
},
|
||||
"Space between barrier (cyclebarrier)": {
|
||||
"question": "How much space is there between the barriers (along the length of the road)?",
|
||||
"render": "Space between barriers (along the length of the road): {spacing} m"
|
||||
"render": "Space between barriers (along the length of the road): {width:separation} m"
|
||||
},
|
||||
"Width of opening (cyclebarrier)": {
|
||||
"question": "How wide is the smallest opening next to the barriers?",
|
||||
"render": "Width of opening: {opening} m"
|
||||
"render": "Width of opening: {width:opening} m"
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
|
@ -180,8 +180,7 @@
|
|||
"then": "Backrest: No"
|
||||
}
|
||||
},
|
||||
"question": "Does this bench have a backrest?",
|
||||
"render": "Backrest"
|
||||
"question": "Does this bench have a backrest?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -257,8 +256,19 @@
|
|||
"bench_at_pt": {
|
||||
"name": "Benches at public transport stops",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "Stand up bench"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is a normal, sit-down bench here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Stand up bench"
|
||||
},
|
||||
"2": {
|
||||
"then": "There is no bench here"
|
||||
}
|
||||
},
|
||||
"question": "What kind of bench is this?"
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -342,7 +352,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Is this vending machine still operational?",
|
||||
"render": "The operational status is <i>{operational_status</i>"
|
||||
"render": "The operational status is <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -423,6 +433,38 @@
|
|||
"title": "Bike cleaning service"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bike_cleaning-charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Free to use cleaning service"
|
||||
},
|
||||
"1": {
|
||||
"then": "Free to use"
|
||||
},
|
||||
"2": {
|
||||
"then": "The cleaning service has a fee"
|
||||
}
|
||||
},
|
||||
"question": "How much does it cost to use the cleaning service?",
|
||||
"render": "Using the cleaning service costs {charge}"
|
||||
},
|
||||
"bike_cleaning-service:bicycle:cleaning:charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The cleaning service is free to use"
|
||||
},
|
||||
"1": {
|
||||
"then": "Free to use"
|
||||
},
|
||||
"2": {
|
||||
"then": "The cleaning service has a fee, but the amount is not known"
|
||||
}
|
||||
},
|
||||
"question": "How much does it cost to use the cleaning service?",
|
||||
"render": "Using the cleaning service costs {service:bicycle:cleaning:charge}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1714,6 +1756,9 @@
|
|||
"question": "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?",
|
||||
"render": "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:type2_cable:output}"
|
||||
},
|
||||
"questions": {
|
||||
"render": "<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions}"
|
||||
},
|
||||
"ref": {
|
||||
"question": "What is the reference number of this charging station?",
|
||||
"render": "Reference number is <b>{ref}</b>"
|
||||
|
@ -2468,14 +2513,19 @@
|
|||
"defibrillator-defibrillator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a manual defibrillator for professionals"
|
||||
"then": "There is no info about the type of device"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a manual defibrillator for professionals"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a normal automatic defibrillator"
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a special type of defibrillator: {defibrillator}"
|
||||
}
|
||||
},
|
||||
"question": "Is this a a regular automatic defibrillator or a manual defibrillator for professionals only?",
|
||||
"render": "There is no info about the type of device"
|
||||
"question": "Is this a a regular automatic defibrillator or a manual defibrillator for professionals only?"
|
||||
},
|
||||
"defibrillator-defibrillator:location": {
|
||||
"question": "Please give some explanation on where the defibrillator can be found (in the local language)",
|
||||
|
@ -2591,7 +2641,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Is this drinking water spot still operational?",
|
||||
"render": "The operational status is <i>{operational_status</i>"
|
||||
"render": "The operational status is <i>{operational_status}</i>"
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meter</a>"
|
||||
|
@ -3679,7 +3729,7 @@
|
|||
}
|
||||
},
|
||||
"question": "How is this camera placed?",
|
||||
"render": "Mounting method: {mount}"
|
||||
"render": "Mounting method: {camera:mount}"
|
||||
},
|
||||
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view": {
|
||||
"mappings": {
|
||||
|
|
|
@ -39,8 +39,7 @@
|
|||
"then": "Respaldo: No"
|
||||
}
|
||||
},
|
||||
"question": "¿Este banco tiene un respaldo?",
|
||||
"render": "Respaldo"
|
||||
"question": "¿Este banco tiene un respaldo?"
|
||||
},
|
||||
"bench-material": {
|
||||
"mappings": {
|
||||
|
|
|
@ -30,8 +30,7 @@
|
|||
"1": {
|
||||
"then": "Selkänoja: ei"
|
||||
}
|
||||
},
|
||||
"render": "Selkänoja"
|
||||
}
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
|
|
@ -89,8 +89,7 @@
|
|||
"then": "Dossier : Non"
|
||||
}
|
||||
},
|
||||
"question": "Ce banc dispose-t-il d'un dossier ?",
|
||||
"render": "Dossier"
|
||||
"question": "Ce banc dispose-t-il d'un dossier ?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -166,8 +165,12 @@
|
|||
"bench_at_pt": {
|
||||
"name": "Bancs des arrêts de transport en commun",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "Banc assis debout"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Banc assis debout"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -777,14 +780,16 @@
|
|||
"defibrillator-defibrillator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "C'est un défibrillateur manuel pour professionnel"
|
||||
"then": "Il n'y a pas d'information sur le type de dispositif"
|
||||
},
|
||||
"1": {
|
||||
"then": "C'est un défibrillateur manuel pour professionnel"
|
||||
},
|
||||
"2": {
|
||||
"then": "C'est un défibrillateur automatique manuel"
|
||||
}
|
||||
},
|
||||
"question": "Est-ce un défibrillateur automatique normal ou un défibrillateur manuel à usage professionnel uniquement ?",
|
||||
"render": "Il n'y a pas d'information sur le type de dispositif"
|
||||
"question": "Est-ce un défibrillateur automatique normal ou un défibrillateur manuel à usage professionnel uniquement ?"
|
||||
},
|
||||
"defibrillator-defibrillator:location": {
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (dans la langue local)",
|
||||
|
@ -792,11 +797,11 @@
|
|||
},
|
||||
"defibrillator-defibrillator:location:en": {
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en englais)",
|
||||
"render": "<i>Informations supplémentaires à propos de l'emplacement (en anglais) :</i><br/>{defibrillator:location}"
|
||||
"render": "<i>Informations supplémentaires à propos de l'emplacement (en anglais) :</i><br/>{defibrillator:location:en}"
|
||||
},
|
||||
"defibrillator-defibrillator:location:fr": {
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en français)",
|
||||
"render": "<i>Informations supplémentaires à propos de l'emplacement (en Français) :</i><br/>{defibrillator:location}"
|
||||
"render": "<i>Informations supplémentaires à propos de l'emplacement (en Français) :</i><br/>{defibrillator:location:fr}"
|
||||
},
|
||||
"defibrillator-description": {
|
||||
"question": "Y a-t-il des informations utiles pour les utilisateurs que vous n'avez pas pu décrire ci-dessus ? (laisser vide sinon)",
|
||||
|
@ -900,7 +905,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Ce point d'eau potable est-il toujours opérationnel ?",
|
||||
"render": "L'état opérationnel est <i>{operational_status</i>"
|
||||
"render": "L'état opérationnel est <i>{operational_status}</i>"
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>Une autre source d’eau potable est à {_closest_other_drinking_water_distance} mètres a>"
|
||||
|
@ -1660,7 +1665,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Comment cette caméra est-elle placée ?",
|
||||
"render": "Méthode de montage : {mount}"
|
||||
"render": "Méthode de montage : {camera:mount}"
|
||||
},
|
||||
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view": {
|
||||
"mappings": {
|
||||
|
|
|
@ -26,8 +26,7 @@
|
|||
"then": "Háttámla: Nem"
|
||||
}
|
||||
},
|
||||
"question": "Van háttámlája ennek a padnak?",
|
||||
"render": "Háttámla"
|
||||
"question": "Van háttámlája ennek a padnak?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
|
|
@ -80,8 +80,7 @@
|
|||
"then": "Sandaran: Tidak"
|
||||
}
|
||||
},
|
||||
"question": "Apakah bangku ini memiliki sandaran?",
|
||||
"render": "Sandaran"
|
||||
"question": "Apakah bangku ini memiliki sandaran?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"render": "Warna: {colour}"
|
||||
|
|
|
@ -89,8 +89,7 @@
|
|||
"then": "Schienale: No"
|
||||
}
|
||||
},
|
||||
"question": "Questa panchina ha lo schienale?",
|
||||
"render": "Schienale"
|
||||
"question": "Questa panchina ha lo schienale?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -166,8 +165,12 @@
|
|||
"bench_at_pt": {
|
||||
"name": "Panchine alle fermate del trasporto pubblico",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "Panca in piedi"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Panca in piedi"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -745,17 +748,6 @@
|
|||
"render": "Oggetto relativo alle bici"
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"Network": {
|
||||
"question": "A quale rete appartiene questa stazione di ricarica?",
|
||||
"render": "{network}"
|
||||
},
|
||||
"OH": {
|
||||
"question": "Quali sono gli orari di apertura di questa stazione di ricarica?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Defibrillatori",
|
||||
"presets": {
|
||||
|
@ -788,14 +780,16 @@
|
|||
"defibrillator-defibrillator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo è un defibrillatore manuale per professionisti"
|
||||
"then": "Non vi sono informazioni riguardanti il tipo di questo dispositivo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo è un defibrillatore manuale per professionisti"
|
||||
},
|
||||
"2": {
|
||||
"then": "È un normale defibrillatore automatico"
|
||||
}
|
||||
},
|
||||
"question": "Si tratta di un normale defibrillatore automatico o un defibrillatore manuale riservato ai professionisti?",
|
||||
"render": "Non vi sono informazioni riguardanti il tipo di questo dispositivo"
|
||||
"question": "Si tratta di un normale defibrillatore automatico o un defibrillatore manuale riservato ai professionisti?"
|
||||
},
|
||||
"defibrillator-defibrillator:location": {
|
||||
"question": "Indica più precisamente dove si trova il defibrillatore (in lingua locale)",
|
||||
|
@ -1556,7 +1550,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Com'è posizionata questa telecamera?",
|
||||
"render": "Metodo di montaggio: {mount}"
|
||||
"render": "Metodo di montaggio: {camera:mount}"
|
||||
},
|
||||
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view": {
|
||||
"mappings": {
|
||||
|
|
|
@ -72,17 +72,6 @@
|
|||
"render": "アートワーク"
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"Network": {
|
||||
"question": "この充電ステーションの運営チェーンはどこですか?",
|
||||
"render": "{network}"
|
||||
},
|
||||
"OH": {
|
||||
"question": "この充電ステーションはいつオープンしますか?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"food": {
|
||||
"tagRenderings": {
|
||||
"friture-take-your-container": {
|
||||
|
|
|
@ -88,8 +88,7 @@
|
|||
"then": "Rygglene: Nei"
|
||||
}
|
||||
},
|
||||
"question": "Har denne beken et rygglene?",
|
||||
"render": "Rygglene"
|
||||
"question": "Har denne beken et rygglene?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -175,16 +174,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"Network": {
|
||||
"render": "{network}"
|
||||
},
|
||||
"OH": {
|
||||
"question": "Når åpnet denne ladestasjonen?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ghost_bike": {
|
||||
"name": "Spøkelsessykler",
|
||||
"title": {
|
||||
|
|
|
@ -132,11 +132,11 @@
|
|||
},
|
||||
"Space between barrier (cyclebarrier)": {
|
||||
"question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?",
|
||||
"render": "Ruimte tussen barrières (langs de lengte van de weg): {spacing} m"
|
||||
"render": "Ruimte tussen barrières (langs de lengte van de weg): {width:separation} m"
|
||||
},
|
||||
"Width of opening (cyclebarrier)": {
|
||||
"question": "Hoe breed is de smalste opening naast de barrières?",
|
||||
"render": "Breedte van de opening: {opening} m"
|
||||
"render": "Breedte van de opening: {width:opening} m"
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
|
@ -179,8 +179,7 @@
|
|||
"then": "Rugleuning ontbreekt"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze zitbank een rugleuning?",
|
||||
"render": "Rugleuning"
|
||||
"question": "Heeft deze zitbank een rugleuning?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -256,8 +255,13 @@
|
|||
"bench_at_pt": {
|
||||
"name": "Zitbanken aan bushaltes",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "Leunbank"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Leunbank"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort bank is dit?"
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -1828,6 +1832,9 @@
|
|||
"question": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> levert een vermogen van maximaal {socket:type2_cable:output}"
|
||||
},
|
||||
"questions": {
|
||||
"render": "<h3>Technische vragen</h3>De vragen hieronder zijn erg technisch - sla deze over indien je hier geen tijd voor hebt<br/>{questions}"
|
||||
},
|
||||
"ref": {
|
||||
"question": "Wat is het referentienummer van dit oplaadstation?",
|
||||
"render": "Het referentienummer van dit oplaadpunt is <b>{ref}</b>"
|
||||
|
@ -2556,14 +2563,16 @@
|
|||
"defibrillator-defibrillator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een manueel toestel enkel voor professionals"
|
||||
"then": "Er is geen info over het soort toestel"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een manueel toestel enkel voor professionals"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is een gewone automatische defibrillator"
|
||||
}
|
||||
},
|
||||
"question": "Is dit een gewone automatische defibrillator of een manueel toestel enkel voor professionals?",
|
||||
"render": "Er is geen info over het soort toestel"
|
||||
"question": "Is dit een gewone automatische defibrillator of een manueel toestel enkel voor professionals?"
|
||||
},
|
||||
"defibrillator-defibrillator:location": {
|
||||
"question": "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in de plaatselijke taal)",
|
||||
|
|
|
@ -31,8 +31,7 @@
|
|||
"then": "Oparcie: Nie"
|
||||
}
|
||||
},
|
||||
"question": "Czy ta ławka ma oparcie?",
|
||||
"render": "Oparcie"
|
||||
"question": "Czy ta ławka ma oparcie?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
|
|
@ -31,8 +31,7 @@
|
|||
"then": "Encosto: Não"
|
||||
}
|
||||
},
|
||||
"question": "Este assento tem um escosto?",
|
||||
"render": "Encosto"
|
||||
"question": "Este assento tem um escosto?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -189,7 +188,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Esta máquina de venda automática ainda está operacional?",
|
||||
"render": "O estado operacional é: <i>{operational_status</i>"
|
||||
"render": "O estado operacional é: <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -493,7 +492,7 @@
|
|||
},
|
||||
"bike_shop-name": {
|
||||
"question": "Qual o nome desta loja de bicicletas?",
|
||||
"render": "Esta loja de bicicletas se chama {nome}"
|
||||
"render": "Esta loja de bicicletas se chama {name}"
|
||||
},
|
||||
"bike_shop-phone": {
|
||||
"question": "Qual é o número de telefone de {name}?"
|
||||
|
|
|
@ -31,8 +31,7 @@
|
|||
"then": "Encosto: Não"
|
||||
}
|
||||
},
|
||||
"question": "Este assento tem um escosto?",
|
||||
"render": "Encosto"
|
||||
"question": "Este assento tem um escosto?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -189,7 +188,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Esta máquina de venda automática ainda está operacional?",
|
||||
"render": "O estado operacional é: <i>{operational_status</i>"
|
||||
"render": "O estado operacional é: <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -505,7 +504,7 @@
|
|||
},
|
||||
"bike_shop-name": {
|
||||
"question": "Qual o nome desta loja de bicicletas?",
|
||||
"render": "Esta loja de bicicletas se chama {nome}"
|
||||
"render": "Esta loja de bicicletas se chama {name}"
|
||||
},
|
||||
"bike_shop-phone": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
|
|
|
@ -105,8 +105,7 @@
|
|||
"then": "Без спинки"
|
||||
}
|
||||
},
|
||||
"question": "Есть ли у этой скамейки спинка?",
|
||||
"render": "Спинка"
|
||||
"question": "Есть ли у этой скамейки спинка?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -182,8 +181,12 @@
|
|||
"bench_at_pt": {
|
||||
"name": "Скамейки на остановках общественного транспорта",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "Встаньте на скамейке"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Встаньте на скамейке"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -267,7 +270,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Этот торговый автомат все еще работает?",
|
||||
"render": "Рабочий статус: <i> {operational_status</i>"
|
||||
"render": "Рабочий статус: <i> {operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -634,57 +637,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Зарядная станция"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Network": {
|
||||
"question": "К какой сети относится эта станция?",
|
||||
"render": "{network}"
|
||||
},
|
||||
"OH": {
|
||||
"question": "В какое время работает эта зарядная станция?"
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " минут",
|
||||
"humanSingular": " минута"
|
||||
},
|
||||
"1": {
|
||||
"human": " часов",
|
||||
"humanSingular": " час"
|
||||
},
|
||||
"2": {
|
||||
"human": " дней",
|
||||
"humanSingular": " день"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Вольт"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "киловатт"
|
||||
},
|
||||
"1": {
|
||||
"human": "мегаватт"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"presets": {
|
||||
"1": {
|
||||
|
@ -732,7 +684,7 @@
|
|||
},
|
||||
"defibrillator-defibrillator": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"2": {
|
||||
"then": "Это обычный автоматический дефибриллятор"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
"then": "靠背:无"
|
||||
}
|
||||
},
|
||||
"question": "这个长椅有靠背吗?",
|
||||
"render": "靠背"
|
||||
"question": "这个长椅有靠背吗?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -92,8 +91,12 @@
|
|||
"bench_at_pt": {
|
||||
"name": "在公交站点的长椅",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "站立长凳"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "站立长凳"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
|
|
@ -89,8 +89,7 @@
|
|||
"then": "靠背:無"
|
||||
}
|
||||
},
|
||||
"question": "這個長椅是否有靠背?",
|
||||
"render": "靠背"
|
||||
"question": "這個長椅是否有靠背?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -166,8 +165,12 @@
|
|||
"bench_at_pt": {
|
||||
"name": "大眾運輸站點的長椅",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench": {
|
||||
"render": "站立長椅"
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "站立長椅"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -251,7 +254,7 @@
|
|||
}
|
||||
},
|
||||
"question": "這個自動販賣機仍有運作嗎?",
|
||||
"render": "運作狀態是 <i>{operational_status</i>"
|
||||
"render": "運作狀態是 <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -445,17 +448,6 @@
|
|||
"render": "單車停車場"
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"Network": {
|
||||
"question": "充電站所屬的網路是?",
|
||||
"render": "{network}"
|
||||
},
|
||||
"OH": {
|
||||
"question": "何時是充電站開放使用的時間?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ghost_bike": {
|
||||
"name": "幽靈單車",
|
||||
"title": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue