Split hailhydrant into layers

This commit is contained in:
Pieter Vander Vennet 2021-11-28 14:52:44 +01:00
parent d9a323d477
commit f7e411527f
25 changed files with 2067 additions and 2087 deletions

View file

@ -1,4 +1,17 @@
{
"ambulancestation": {
"description": "Eine Rettungswache ist ein Ort, an dem Rettungsfahrzeuge, medizinische Ausrüstung, persönliche Schutzausrüstung und anderes medizinisches Material untergebracht sind.",
"name": "Karte der Rettungswachen",
"presets": {
"0": {
"description": "Eine Rettungsstation der Karte hinzufügen",
"title": "Rettungswache"
}
},
"title": {
"render": "Rettungswache"
}
},
"artwork": {
"description": "Verschiedene Kunstwerke",
"name": "Kunstwerke",
@ -1662,6 +1675,58 @@
}
}
},
"extinguisher": {
"description": "Kartenebene zur Anzeige von Hydranten.",
"name": "Karte mit Feuerlöschern.",
"presets": {
"0": {
"description": "Ein Feuerlöscher ist ein kleines, tragbares Gerät, das dazu dient, ein Feuer zu löschen",
"title": "Feuerlöscher"
}
},
"tagRenderings": {
"extinguisher-location": {
"mappings": {
"0": {
"then": "Im Innenraum vorhanden."
},
"1": {
"then": "Im Außenraum vorhanden."
}
},
"question": "Wo befindet er sich?",
"render": "Standort: {location}"
}
},
"title": {
"render": "Feuerlöscher"
}
},
"fire_station": {
"description": "Kartenebene zur Darstellung von Feuerwachen.",
"name": "Karte der Feuerwachen",
"presets": {
"0": {
"description": "Eine Feuerwache ist ein Ort, an dem die Feuerwehrfahrzeuge und die Feuerwehrleute untergebracht sind, wenn sie nicht im Einsatz sind.",
"title": "Feuerwache"
}
},
"tagRenderings": {
"station-agency": {
"mappings": {
"0": {
"then": "Brandschutzbehörde"
}
}
},
"station-name": {
"question": "Wie lautet der Name dieser Feuerwache?"
}
},
"title": {
"render": "Feuerwache"
}
},
"food": {
"filter": {
"0": {
@ -1832,6 +1897,71 @@
"render": "Geisterrad"
}
},
"hydrant": {
"description": "Kartenebene zur Anzeige von Hydranten.",
"name": "Karte der Hydranten",
"presets": {
"0": {
"description": "Ein Hydrant ist ein Anschlusspunkt, an dem die Feuerwehr Wasser zapfen kann. Er kann sich unterirdisch befinden.",
"title": "Löschwasser-Hydrant"
}
},
"tagRenderings": {
"hydrant-color": {
"mappings": {
"0": {
"then": "Die Farbe des Hydranten ist unbekannt."
},
"1": {
"then": "Die Farbe des Hydranten ist gelb."
},
"2": {
"then": "Die Farbe des Hydranten ist rot."
}
},
"question": "Welche Farbe hat der Hydrant?",
"render": "Der Hydrant hat die Farbe {colour}"
},
"hydrant-state": {
"mappings": {
"0": {
"then": "Der Hydrant ist (ganz oder teilweise) in Betrieb."
},
"1": {
"then": "Der Hydrant ist nicht verfügbar."
},
"2": {
"then": "Der Hydrant wurde entfernt."
}
},
"question": "Aktualisieren Sie den Lebenszyklusstatus des Hydranten."
},
"hydrant-type": {
"mappings": {
"0": {
"then": "Der Typ des Hydranten ist unbekannt."
},
"1": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Säulenart."
},
"2": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Rohrtyp."
},
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Wandtyp."
},
"4": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Untergrundtyp."
}
},
"question": "Um welche Art von Hydrant handelt es sich?",
"render": " Hydranten-Typ: {fire_hydrant:type}"
}
},
"title": {
"render": "Hydrant"
}
},
"information_board": {
"name": "Informationstafeln",
"presets": {

View file

@ -1,4 +1,53 @@
{
"ambulancestation": {
"description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.",
"name": "Map of ambulance stations",
"presets": {
"0": {
"description": "Add an ambulance station to the map",
"title": "Ambulance station"
}
},
"tagRenderings": {
"ambulance-agency": {
"question": "What agency operates this station?",
"render": "This station is operated by {operator}."
},
"ambulance-name": {
"question": "What is the name of this ambulance station?",
"render": "This station is called {name}."
},
"ambulance-operator-type": {
"mappings": {
"0": {
"then": "The station is operated by the government."
},
"1": {
"then": "The station is operated by a community-based, or informal organization."
},
"2": {
"then": "The station is operated by a formal group of volunteers."
},
"3": {
"then": "The station is privately operated."
}
},
"question": "How is the station operator classified?",
"render": "The operator is a(n) {operator:type} entity."
},
"ambulance-place": {
"question": "Where is the station located? (e.g. name of neighborhood, villlage, or town)",
"render": "This station is found within {addr:place}."
},
"ambulance-street": {
"question": " What is the street name where the station located?",
"render": "This station is along a highway called {addr:street}."
}
},
"title": {
"render": "Ambulance Station"
}
},
"artwork": {
"description": "Diverse pieces of artwork",
"name": "Artworks",
@ -2682,6 +2731,87 @@
}
}
},
"extinguisher": {
"description": "Map layer to show fire hydrants.",
"name": "Map of fire extinguishers.",
"presets": {
"0": {
"description": "A fire extinguisher is a small, portable device used to stop a fire",
"title": "Fire extinguisher"
}
},
"tagRenderings": {
"extinguisher-location": {
"mappings": {
"0": {
"then": "Found indoors."
},
"1": {
"then": "Found outdoors."
}
},
"question": "Where is it positioned?",
"render": "Location: {location}"
}
},
"title": {
"render": "Extinguishers"
}
},
"fire_station": {
"description": "Map layer to show fire stations.",
"name": "Map of fire stations",
"presets": {
"0": {
"description": "A fire station is a place where the fire trucks and firefighters are located when not in operation.",
"title": "Fire station"
}
},
"tagRenderings": {
"station-agency": {
"mappings": {
"0": {
"then": "Bureau of Fire Protection"
}
},
"question": "What agency operates this station?",
"render": "This station is operated by {operator}."
},
"station-name": {
"question": "What is the name of this fire station?",
"render": "This station is called {name}."
},
"station-operator": {
"mappings": {
"0": {
"then": "The station is operated by the government."
},
"1": {
"then": "The station is operated by a community-based, or informal organization."
},
"2": {
"then": "The station is operated by a formal group of volunteers."
},
"3": {
"then": "The station is privately operated."
}
},
"question": "How is the station operator classified?",
"render": "The operator is a(n) {operator:type} entity."
},
"station-place": {
"question": "Where is the station located? (e.g. name of neighborhood, villlage, or town)",
"render": "This station is found within {addr:place}."
},
"station-street": {
"question": " What is the street name where the station located?",
"render": "This station is along a highway called {addr:street}."
}
},
"title": {
"render": "Fire Station"
}
},
"food": {
"filter": {
"0": {
@ -2859,6 +2989,71 @@
}
}
},
"hydrant": {
"description": "Map layer to show fire hydrants.",
"name": "Map of hydrants",
"presets": {
"0": {
"description": "A hydrant is a connection point where firefighters can tap water. It might be located underground.",
"title": "Fire hydrant"
}
},
"tagRenderings": {
"hydrant-color": {
"mappings": {
"0": {
"then": "The hydrant color is unknown."
},
"1": {
"then": "The hydrant color is yellow."
},
"2": {
"then": "The hydrant color is red."
}
},
"question": "What color is the hydrant?",
"render": "The hydrant color is {colour}"
},
"hydrant-state": {
"mappings": {
"0": {
"then": "The hydrant is (fully or partially) working"
},
"1": {
"then": "The hydrant is unavailable"
},
"2": {
"then": "The hydrant has been removed"
}
},
"question": "Is this hydrant still working?"
},
"hydrant-type": {
"mappings": {
"0": {
"then": "The hydrant type is unknown."
},
"1": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Pillar type."
},
"2": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Pipe type."
},
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Wall type."
},
"4": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Underground type."
}
},
"question": "What type of hydrant is it?",
"render": " Hydrant type: {fire_hydrant:type}"
}
},
"title": {
"render": "Hydrant"
}
},
"information_board": {
"name": "Information boards",
"presets": {

View file

@ -76,6 +76,13 @@
}
}
},
"extinguisher": {
"tagRenderings": {
"extinguisher-location": {
"render": "Loko: {location}"
}
}
},
"ghost_bike": {
"name": "Fantombiciklo",
"presets": {

View file

@ -1,4 +1,53 @@
{
"ambulancestation": {
"description": "Une station dambulance est un lieu où sont stockés les véhicules durgence ainsi que de léquipement médical.",
"name": "Couche des ambulances",
"presets": {
"0": {
"description": "Ajouter une station dambulances à la carte",
"title": "Station dambulances"
}
},
"tagRenderings": {
"ambulance-agency": {
"question": "Quel est lexploitant de la station ?",
"render": "Cette station est opérée par {operator}."
},
"ambulance-name": {
"question": "Quel est le nom de cette station ?",
"render": "Cette station sappelle {name}."
},
"ambulance-operator-type": {
"mappings": {
"0": {
"then": "La station est opérée par le gouvernement."
},
"1": {
"then": "La station est opérée par une organisation informelle."
},
"2": {
"then": "La station est opérée par un groupe officiel de bénévoles."
},
"3": {
"then": "La station est opérée par un groupe privé."
}
},
"question": "Quel est le type dexploitant ?",
"render": "Lexploitant est de type {operator:type}."
},
"ambulance-place": {
"question": "Dans quelle localité la station est-elle située ?",
"render": "La station fait partie de {addr:place}."
},
"ambulance-street": {
"question": " Quel est le nom de la rue où la station se situe ?",
"render": "La station fait partie de {addr:street}."
}
},
"title": {
"render": "Station dambulances"
}
},
"artwork": {
"description": "Diverses œuvres d'art",
"name": "Œuvres d'art",
@ -1060,6 +1109,87 @@
"render": "Eau potable"
}
},
"extinguisher": {
"description": "Couche des lances à incendie.",
"name": "Couche des extincteurs.",
"presets": {
"0": {
"description": "Un extincteur est un appareil portatif servant à éteindre un feu",
"title": "Extincteur"
}
},
"tagRenderings": {
"extinguisher-location": {
"mappings": {
"0": {
"then": "Intérieur."
},
"1": {
"then": "Extérieur."
}
},
"question": "Où est-elle positionnée ?",
"render": "Emplacement : {location}"
}
},
"title": {
"render": "Exctincteurs"
}
},
"fire_station": {
"description": "Couche des stations de pompiers.",
"name": "Couche des stations de pompiers",
"presets": {
"0": {
"description": "Une caserne de pompiers est un lieu où les pompiers et leur équipements sont situés en dehors des missions.",
"title": "Caserne de pompiers"
}
},
"tagRenderings": {
"station-agency": {
"mappings": {
"0": {
"then": "Brigade de Protection du Feu"
}
},
"question": "Quel est lexploitant de la station ?",
"render": "Cette station est opérée par {operator}."
},
"station-name": {
"question": "Quel est le nom de la station ?",
"render": "Cette station sappelle {name}."
},
"station-operator": {
"mappings": {
"0": {
"then": "La station est opérée par le gouvernement."
},
"1": {
"then": "La station est opérée par une organisation informelle."
},
"2": {
"then": "La station est opérée par un groupe officiel de bénévoles."
},
"3": {
"then": "La station est opérée par un groupe privé."
}
},
"question": "Quel est le type dexploitant ?",
"render": "Lexploitant est de type {operator:type}."
},
"station-place": {
"question": "Dans quelle localité la station est-elle située ?",
"render": "La station fait partie de {addr:place}."
},
"station-street": {
"question": " Quel est le nom de la rue dans lequel elle se situe ?",
"render": "La station fait partie de la {addr:street}."
}
},
"title": {
"render": "Station de pompiers"
}
},
"food": {
"tagRenderings": {
"friture-oil": {
@ -1159,6 +1289,71 @@
"render": "Vélo fantôme"
}
},
"hydrant": {
"description": "Couche des bornes incendie.",
"name": "Carte des bornes incendie",
"presets": {
"0": {
"description": "Une borne incendie est un point où les pompiers peuvent salimenter en eau. Elle peut être enterrée.",
"title": "Borne incendie"
}
},
"tagRenderings": {
"hydrant-color": {
"mappings": {
"0": {
"then": "La borne est de couleur inconnue."
},
"1": {
"then": "La borne est jaune."
},
"2": {
"then": "La borne est rouge."
}
},
"question": "Quelle est la couleur de la borne ?",
"render": "La borne est {colour}"
},
"hydrant-state": {
"mappings": {
"0": {
"then": "La borne est en état, ou partiellement en état, de fonctionner."
},
"1": {
"then": "La borne est hors-service."
},
"2": {
"then": "La borne a été retirée."
}
},
"question": "Mettre à jour létat de la borne."
},
"hydrant-type": {
"mappings": {
"0": {
"then": "La borne est de type inconnu."
},
"1": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Pilier."
},
"2": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Tuyau."
},
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Mural."
},
"4": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Enterré."
}
},
"question": "De quel type de borne sagit-il ?",
"render": " Type de borne : {fire_hydrant:type}"
}
},
"title": {
"render": "Bornes incendie"
}
},
"information_board": {
"name": "Panneaux d'informations",
"presets": {

View file

@ -283,6 +283,17 @@
}
}
},
"hydrant": {
"tagRenderings": {
"hydrant-type": {
"mappings": {
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Jenis dinding."
}
}
}
}
},
"nature_reserve": {
"tagRenderings": {
"Email": {

View file

@ -1,4 +1,53 @@
{
"ambulancestation": {
"description": "La stazione delle ambulanze è unarea per lo stoccaggio delle ambulanze, dellequipaggiamento medico, dei dispositivi di protezione individuale e di altre forniture medicali.",
"name": "Carta delle stazioni delle ambulanze",
"presets": {
"0": {
"description": "Aggiungi una stazione delle ambulanza alla mappa",
"title": "Stazione delle ambulanze"
}
},
"tagRenderings": {
"ambulance-agency": {
"question": "Quale agenzia gestisce questa stazione?",
"render": "Questa stazione è gestita da {operator}."
},
"ambulance-name": {
"question": "Qual è il nome di questa stazione delle ambulanze?",
"render": "Questa stazione è chiamata {name}."
},
"ambulance-operator-type": {
"mappings": {
"0": {
"then": "La stazione è gestita dal governo."
},
"1": {
"then": "La stazione è gestita dalla comunità o unorganizzazione non ufficiale."
},
"2": {
"then": "La stazione è gestita da un gruppo ufficiale di volontari."
},
"3": {
"then": "La stazione è gestita da un privato."
}
},
"question": "Comè classificato il gestore della stazione?",
"render": "Loperatore è un ente {operator:type}."
},
"ambulance-place": {
"question": "Dove si trova la stazione? (ad es. quartiere, paese o città)",
"render": "La stazione si trova a {addr:place}."
},
"ambulance-street": {
"question": " Come si chiama la strada in cui si trova questa stazione?",
"render": "Questa stazione si trova in {addr:street}."
}
},
"title": {
"render": "Stazione delle ambulanze"
}
},
"artwork": {
"description": "Diverse opere darte",
"name": "Opere darte",
@ -915,6 +964,87 @@
"render": "Acqua potabile"
}
},
"extinguisher": {
"description": "Livello della mappa che mostra gli idranti antincendio.",
"name": "Cartina degli estintori.",
"presets": {
"0": {
"description": "Un estintore è un dispositivo portatile di piccole dimensioni usato per spegnere un incendio",
"title": "Estintore"
}
},
"tagRenderings": {
"extinguisher-location": {
"mappings": {
"0": {
"then": "Si trova allinterno."
},
"1": {
"then": "Si trova allesterno."
}
},
"question": "Dove è posizionato?",
"render": "Posizione: {location}"
}
},
"title": {
"render": "Estintori"
}
},
"fire_station": {
"description": "Livello che mostra le caserme dei vigili del fuoco.",
"name": "Mappa delle caserme dei vigili del fuoco",
"presets": {
"0": {
"description": "Una caserma dei pompieri è un luogo dove si trovano i mezzi antincendio e i pompieri tra una missione e laltra.",
"title": "Caserma dei vigili del fuoco"
}
},
"tagRenderings": {
"station-agency": {
"mappings": {
"0": {
"then": "Servizio antincendio governativo"
}
},
"question": "Quale agenzia gestisce questa stazione?",
"render": "Questa stazione è gestita da {operator}."
},
"station-name": {
"question": "Come si chiama questa caserma dei vigili del fuoco?",
"render": "Questa caserma si chiama {name}."
},
"station-operator": {
"mappings": {
"0": {
"then": "Questa stazione è gestita dal governo."
},
"1": {
"then": "Questa stazione è gestita dalla comunità oppure unassociazione informale."
},
"2": {
"then": "Questa stazione è gestita da un gruppo di volontari ufficiale."
},
"3": {
"then": "Questa stazione è gestita da privati."
}
},
"question": "Comè classificato il gestore di questa stazione?",
"render": "Il gestore è un ente {operator:type}."
},
"station-place": {
"question": "In che località si trova la stazione? (ad es. quartiere, paese o città)",
"render": "La stazione si trova a {addr:place}."
},
"station-street": {
"question": " Qual è il nome della via in cui si trova la caserma?",
"render": "La stazione si trova in una strada chiamata {addr:street}."
}
},
"title": {
"render": "Caserma dei vigili del fuoco"
}
},
"ghost_bike": {
"name": "Bici fantasma",
"presets": {
@ -957,6 +1087,71 @@
"render": "Bici fantasma"
}
},
"hydrant": {
"description": "Livello della mappa che mostra gli idranti antincendio.",
"name": "Mappa degli idranti",
"presets": {
"0": {
"description": "Un idrante è un punto di collegamento dove i pompieri possono estrarre acqua. Potrebbe trovarsi sottoterra.",
"title": "Idrante antincendio"
}
},
"tagRenderings": {
"hydrant-color": {
"mappings": {
"0": {
"then": "Il colore dellidrante è sconosciuto."
},
"1": {
"then": "Il colore dellidrante è giallo."
},
"2": {
"then": "L'idrante è rosso."
}
},
"question": "Qual è il colore dellidrante?",
"render": "Il colore dellidrante è {colour}"
},
"hydrant-state": {
"mappings": {
"0": {
"then": "Lidrante è (parzialmente o completamente) funzionante."
},
"1": {
"then": "Lidrante è fuori servizio."
},
"2": {
"then": "Lidrante è stato rimosso."
}
},
"question": "Aggiorna lo stato di funzionamento dellidrante."
},
"hydrant-type": {
"mappings": {
"0": {
"then": "Il tipo di idrante è sconosciuto."
},
"1": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Soprasuolo."
},
"2": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Tubo."
},
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> A muro."
},
"4": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Sottosuolo."
}
},
"question": "Di che tipo è questo idrante?",
"render": " Tipo di idrante: {fire_hydrant:type}"
}
},
"title": {
"render": "Idrante"
}
},
"information_board": {
"name": "Pannelli informativi",
"presets": {

View file

@ -1,4 +1,53 @@
{
"ambulancestation": {
"description": "救急ステーションは、救急車、医療機器、個人用保護具、およびその他の医療用品を保管する場所です。",
"name": "救急ステーションの地図",
"presets": {
"0": {
"description": "救急ステーション(消防署)をマップに追加する",
"title": "救急ステーション(消防署)"
}
},
"tagRenderings": {
"ambulance-agency": {
"question": "このステーションを運営しているのはどこですか?",
"render": "このステーションは{operator}によって運営されています。"
},
"ambulance-name": {
"question": "この救急ステーションの名前は何ですか?",
"render": "このステーションの名前は{name}です。"
},
"ambulance-operator-type": {
"mappings": {
"0": {
"then": "ステーションは自治体が運営する。"
},
"1": {
"then": "任意団体やコミュニティが運営しているステーションである。"
},
"2": {
"then": "公益団体が運営しているステーションである。"
},
"3": {
"then": "個人が運営しているステーションである。"
}
},
"question": "ステーションの運営の分類は?",
"render": "運営者は、{operator:type} です。"
},
"ambulance-place": {
"question": "このステーションの住所は?(例: 地区、村、または町の名称)",
"render": "このステーションは{addr:place}にあります。"
},
"ambulance-street": {
"question": " 救急ステーションの所在地はどこですか?",
"render": "{addr:street} 沿いにあります。"
}
},
"title": {
"render": "救急ステーション"
}
},
"artwork": {
"description": "多様な作品",
"name": "美術品",
@ -72,6 +121,87 @@
"render": "アートワーク"
}
},
"extinguisher": {
"description": "消火栓を表示するマップレイヤ。",
"name": "消火器の地図です。",
"presets": {
"0": {
"description": "消火器は、火災を止めるために使用される小型で携帯可能な装置である",
"title": "消火器"
}
},
"tagRenderings": {
"extinguisher-location": {
"mappings": {
"0": {
"then": "屋内にある。"
},
"1": {
"then": "屋外にある。"
}
},
"question": "どこにあるんですか?",
"render": "場所:{location}"
}
},
"title": {
"render": "消火器"
}
},
"fire_station": {
"description": "消防署を表示するためのマップレイヤ。",
"name": "消防署の地図",
"presets": {
"0": {
"description": "消防署は、運転していないときに消防車や消防士がいる場所です。",
"title": "消防署"
}
},
"tagRenderings": {
"station-agency": {
"mappings": {
"0": {
"then": "消防局(消防庁)"
}
},
"question": "このステーションを運営しているのはどこですか?",
"render": "このステーションは{operator}によって運営されています。"
},
"station-name": {
"question": "この消防署の名前は何ですか?",
"render": "このステーションの名前は{name}です。"
},
"station-operator": {
"mappings": {
"0": {
"then": "ステーションは自治体が運営する。"
},
"1": {
"then": "任意団体やコミュニティが運営しているステーションである。"
},
"2": {
"then": "公益団体が運営しているステーションである。"
},
"3": {
"then": "個人が運営しているステーションである。"
}
},
"question": "ステーションの運営の分類は?",
"render": "運営者は、{operator:type} です。"
},
"station-place": {
"question": "このステーションの住所は?(例: 地区、村、または町の名称)",
"render": "このステーションは{addr:place}にあります。"
},
"station-street": {
"question": " 救急ステーションの所在地はどこですか?",
"render": "{addr:street} 沿いにあります。"
}
},
"title": {
"render": "消防署"
}
},
"food": {
"tagRenderings": {
"friture-take-your-container": {
@ -101,6 +231,71 @@
"render": "ゴーストバイク"
}
},
"hydrant": {
"description": "消火栓を表示するマップレイヤ。",
"name": "消火栓の地図",
"presets": {
"0": {
"description": "消火栓は消防士が水を汲み上げることができる接続点です。地下にあるかもしれません。",
"title": "消火栓"
}
},
"tagRenderings": {
"hydrant-color": {
"mappings": {
"0": {
"then": "消火栓の色は不明です。"
},
"1": {
"then": "消火栓の色は黄色です。"
},
"2": {
"then": "消火栓の色は赤です。"
}
},
"question": "消火栓の色は何色ですか?",
"render": "消火栓の色は{colour}です"
},
"hydrant-state": {
"mappings": {
"0": {
"then": "消火栓は(完全にまたは部分的に)機能しています。"
},
"1": {
"then": "消火栓は使用できません。"
},
"2": {
"then": "消火栓が撤去されました。"
}
},
"question": "消火栓のライフサイクルステータスを更新します。"
},
"hydrant-type": {
"mappings": {
"0": {
"then": "消火栓の種類は不明です。"
},
"1": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> ピラー型。"
},
"2": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> パイプ型。"
},
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> 壁型。"
},
"4": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" />地下式。"
}
},
"question": "どんな消火栓なんですか?",
"render": " 消火栓のタイプ:{fire_hydrant:type}"
}
},
"title": {
"render": "消火栓"
}
},
"shops": {
"description": "ショップ",
"name": "店",

View file

@ -174,6 +174,41 @@
}
}
},
"extinguisher": {
"description": "Kartlag for å vise brannslokkere.",
"name": "Kart over brannhydranter",
"presets": {
"0": {
"title": "Brannslukker"
}
},
"title": {
"render": "Brannslokkere"
}
},
"fire_station": {
"name": "Kart over brannstasjoner",
"presets": {
"0": {
"title": "Brannstasjon"
}
},
"tagRenderings": {
"station-name": {
"render": "Denne stasjonen heter {name}."
},
"station-operator": {
"mappings": {
"0": {
"then": "Stasjonen drives av myndighetene."
}
}
}
},
"title": {
"render": "Brannstasjon"
}
},
"ghost_bike": {
"name": "Spøkelsessykler",
"presets": {
@ -185,6 +220,24 @@
"render": "Spøkelsessykler"
}
},
"hydrant": {
"description": "Kartlag for å vise brannhydranter.",
"name": "Kart over brannhydranter",
"presets": {
"0": {
"title": "Brannhydrant"
}
},
"tagRenderings": {
"hydrant-color": {
"question": "Hvilken farge har brannhydranten?",
"render": "Brannhydranter er {colour}"
}
},
"title": {
"render": "Brannhydrant"
}
},
"shops": {
"tagRenderings": {
"shops-shop": {

View file

@ -1,4 +1,29 @@
{
"ambulancestation": {
"name": "Карта станций скорой помощи",
"presets": {
"0": {
"description": "Добавить станцию скорой помощи на карту",
"title": "Станция скорой помощи"
}
},
"tagRenderings": {
"ambulance-name": {
"question": "Как называется эта станция скорой помощи?",
"render": "Эта станция называется {name}."
},
"ambulance-place": {
"question": "Где расположена станция? (напр., название населённого пункта)"
},
"ambulance-street": {
"question": " По какому адресу расположена эта станция?",
"render": "Эта станция расположена вдоль шоссе {addr:street}."
}
},
"title": {
"render": "Станция скорой помощи"
}
},
"artwork": {
"description": "Разнообразные произведения искусства",
"name": "Произведения искусства",
@ -762,6 +787,59 @@
"render": "Питьевая вода"
}
},
"extinguisher": {
"description": "Слой карты, отображающий огнетушители.",
"name": "Карта огнетушителей.",
"presets": {
"0": {
"description": "Огнетушитель - небольшое переносное устройство для тушения огня",
"title": "Огнетушитель"
}
},
"tagRenderings": {
"extinguisher-location": {
"mappings": {
"0": {
"then": "Внутри."
},
"1": {
"then": "Снаружи."
}
},
"question": "Где это расположено?",
"render": "Местоположение: {location}"
}
},
"title": {
"render": "Огнетушители"
}
},
"fire_station": {
"description": "Слой карты, отображающий пожарные части.",
"name": "Карта пожарных частей",
"presets": {
"0": {
"title": "Пожарная часть"
}
},
"tagRenderings": {
"station-name": {
"question": "Как называется эта пожарная часть?",
"render": "Эта часть называется {name}."
},
"station-place": {
"question": "Где расположена часть? (напр., название населённого пункта)",
"render": "Эта часть расположена в {addr:place}."
},
"station-street": {
"question": " По какому адресу расположена эта часть?",
"render": "Часть расположена вдоль шоссе {addr:street}."
}
},
"title": {
"render": "Пожарная часть"
}
},
"food": {
"presets": {
"0": {
@ -806,6 +884,57 @@
"render": "Велосипед Ghost"
}
},
"hydrant": {
"description": "Слой карты, отображающий пожарные гидранты.",
"name": "Карта пожарных гидрантов",
"presets": {
"0": {
"title": "Пожарный гидрант"
}
},
"tagRenderings": {
"hydrant-color": {
"mappings": {
"0": {
"then": "Цвет гидранта не определён."
},
"1": {
"then": "Гидрант жёлтого цвета."
},
"2": {
"then": "Гидрант красного цвета."
}
},
"question": "Какого цвета гидрант?",
"render": "Цвет гидранта {colour}"
},
"hydrant-state": {
"mappings": {
"0": {
"then": "Гидрант (полностью или частично) в рабочем состоянии"
},
"2": {
"then": "Гидрант демонтирован"
}
}
},
"hydrant-type": {
"mappings": {
"0": {
"then": "Тип гидранта не определён."
},
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Тип стены."
}
},
"question": "К какому типу относится этот гидрант?",
"render": " Тип гидранта: {fire_hydrant:type}"
}
},
"title": {
"render": "Гидрант"
}
},
"information_board": {
"name": "Информационные щиты",
"presets": {

View file

@ -448,6 +448,9 @@
"render": "單車停車場"
}
},
"extinguisher": {
"description": "顯示消防栓的地圖圖層。"
},
"ghost_bike": {
"name": "幽靈單車",
"presets": {
@ -458,5 +461,9 @@
"title": {
"render": "幽靈單車"
}
},
"hydrant": {
"description": "顯示消防栓的地圖圖層。",
"name": "消防栓地圖"
}
}