forked from MapComplete/MapComplete
Only do ID-check on tagrenderings for official themes
This commit is contained in:
parent
746273f594
commit
0018fcf1f0
17 changed files with 150 additions and 123 deletions
|
@ -2397,20 +2397,6 @@
|
|||
},
|
||||
"question": "Um welche Kameratyp handelt se sich?"
|
||||
},
|
||||
"Indoor camera? This isn't clear for 'public'-cameras": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Kamera befindet sich im Innenraum"
|
||||
},
|
||||
"1": {
|
||||
"then": "Diese Kamera befindet sich im Freien"
|
||||
},
|
||||
"2": {
|
||||
"then": "Diese Kamera ist möglicherweise im Freien"
|
||||
}
|
||||
},
|
||||
"question": "Handelt es sich bei dem von dieser Kamera überwachten öffentlichen Raum um einen Innen- oder Außenbereich?"
|
||||
},
|
||||
"Level": {
|
||||
"question": "Auf welcher Ebene befindet sich diese Kamera?",
|
||||
"render": "Befindet sich auf Ebene {level}"
|
||||
|
@ -2472,8 +2458,22 @@
|
|||
"question": "Wie ist diese Kamera montiert?",
|
||||
"render": "Montageart: {camera:mount}"
|
||||
},
|
||||
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view": {
|
||||
"camera_direction": {
|
||||
"question": "In welche Himmelsrichtung ist diese Kamera ausgerichtet?"
|
||||
},
|
||||
"is_indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Kamera befindet sich im Innenraum"
|
||||
},
|
||||
"1": {
|
||||
"then": "Diese Kamera befindet sich im Freien"
|
||||
},
|
||||
"2": {
|
||||
"then": "Diese Kamera ist möglicherweise im Freien"
|
||||
}
|
||||
},
|
||||
"question": "Handelt es sich bei dem von dieser Kamera überwachten öffentlichen Raum um einen Innen- oder Außenbereich?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -3656,20 +3656,6 @@
|
|||
},
|
||||
"question": "What kind of camera is this?"
|
||||
},
|
||||
"Indoor camera? This isn't clear for 'public'-cameras": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This camera is located indoors"
|
||||
},
|
||||
"1": {
|
||||
"then": "This camera is located outdoors"
|
||||
},
|
||||
"2": {
|
||||
"then": "This camera is probably located outdoors"
|
||||
}
|
||||
},
|
||||
"question": "Is the public space surveilled by this camera an indoor or outdoor space?"
|
||||
},
|
||||
"Level": {
|
||||
"question": "On which level is this camera located?",
|
||||
"render": "Located on level {level}"
|
||||
|
@ -3731,7 +3717,7 @@
|
|||
"question": "How is this camera placed?",
|
||||
"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": {
|
||||
"camera_direction": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Films to a compass heading of {direction}"
|
||||
|
@ -3739,6 +3725,20 @@
|
|||
},
|
||||
"question": "In which geographical direction does this camera film?",
|
||||
"render": "Films to a compass heading of {camera:direction}"
|
||||
},
|
||||
"is_indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This camera is located indoors"
|
||||
},
|
||||
"1": {
|
||||
"then": "This camera is located outdoors"
|
||||
},
|
||||
"2": {
|
||||
"then": "This camera is probably located outdoors"
|
||||
}
|
||||
},
|
||||
"question": "Is the public space surveilled by this camera an indoor or outdoor space?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -1592,20 +1592,6 @@
|
|||
},
|
||||
"question": "Quel genre de caméra est-ce ?"
|
||||
},
|
||||
"Indoor camera? This isn't clear for 'public'-cameras": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cette caméra est située à l'intérieur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cette caméra est située à l'extérieur"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette caméra est probablement située à l'extérieur"
|
||||
}
|
||||
},
|
||||
"question": "L'espace public surveillé par cette caméra est-il un espace intérieur ou extérieur ?"
|
||||
},
|
||||
"Level": {
|
||||
"question": "À quel niveau se trouve cette caméra ?",
|
||||
"render": "Situé au niveau {level}"
|
||||
|
@ -1667,7 +1653,7 @@
|
|||
"question": "Comment cette caméra est-elle placée ?",
|
||||
"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": {
|
||||
"camera_direction": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Filme dans une direction {direction}"
|
||||
|
@ -1675,6 +1661,20 @@
|
|||
},
|
||||
"question": "Dans quelle direction géographique cette caméra filme-t-elle ?",
|
||||
"render": "Filme dans une direction {camera:direction}"
|
||||
},
|
||||
"is_indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cette caméra est située à l'intérieur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cette caméra est située à l'extérieur"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette caméra est probablement située à l'extérieur"
|
||||
}
|
||||
},
|
||||
"question": "L'espace public surveillé par cette caméra est-il un espace intérieur ou extérieur ?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -1477,20 +1477,6 @@
|
|||
},
|
||||
"question": "Di che tipo di videocamera si tratta?"
|
||||
},
|
||||
"Indoor camera? This isn't clear for 'public'-cameras": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questa videocamera si trova al chiuso"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questa videocamera si trova all'aperto"
|
||||
},
|
||||
"2": {
|
||||
"then": "Questa videocamera si trova probabilmente all'esterno"
|
||||
}
|
||||
},
|
||||
"question": "Lo spazio pubblico sorvegliato da questa videocamera è all'aperto o al chiuso?"
|
||||
},
|
||||
"Level": {
|
||||
"question": "A che piano si trova questa videocamera?",
|
||||
"render": "Si trova al piano {level}"
|
||||
|
@ -1552,7 +1538,7 @@
|
|||
"question": "Com'è posizionata questa telecamera?",
|
||||
"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": {
|
||||
"camera_direction": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Punta in direzione {direction}"
|
||||
|
@ -1560,6 +1546,20 @@
|
|||
},
|
||||
"question": "In quale direzione geografica punta questa videocamera?",
|
||||
"render": "Punta in direzione {camera:direction}"
|
||||
},
|
||||
"is_indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questa videocamera si trova al chiuso"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questa videocamera si trova all'aperto"
|
||||
},
|
||||
"2": {
|
||||
"then": "Questa videocamera si trova probabilmente all'esterno"
|
||||
}
|
||||
},
|
||||
"question": "Lo spazio pubblico sorvegliato da questa videocamera è all'aperto o al chiuso?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -3149,7 +3149,7 @@
|
|||
},
|
||||
"question": "Zijn honden toegelaten in dit gebied?"
|
||||
},
|
||||
"Editable description {description:0}": {
|
||||
"Editable description": {
|
||||
"render": "Extra info: <i>{description:0}</i>"
|
||||
},
|
||||
"Email": {
|
||||
|
@ -3169,7 +3169,7 @@
|
|||
"question": "Wat is de Nederlandstalige naam van dit gebied?",
|
||||
"render": "Dit gebied heet {name:nl}"
|
||||
},
|
||||
"Non-editable description {description}": {
|
||||
"Non-editable description": {
|
||||
"render": "Extra info: <i>{description}</i>"
|
||||
},
|
||||
"Operator tag": {
|
||||
|
@ -3966,20 +3966,6 @@
|
|||
},
|
||||
"question": "Wat voor soort camera is dit?"
|
||||
},
|
||||
"Indoor camera? This isn't clear for 'public'-cameras": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze camera bevindt zich binnen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze camera bevindt zich buiten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze camera bevindt zich waarschijnlijk buiten"
|
||||
}
|
||||
},
|
||||
"question": "Bevindt de bewaakte publieke ruimte camera zich binnen of buiten?"
|
||||
},
|
||||
"Level": {
|
||||
"question": "Op welke verdieping bevindt deze camera zich?",
|
||||
"render": "Bevindt zich op verdieping {level}"
|
||||
|
@ -4041,7 +4027,7 @@
|
|||
"question": "Hoe is deze camera geplaatst?",
|
||||
"render": "Montage: {camera:mount}"
|
||||
},
|
||||
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view": {
|
||||
"camera_direction": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Filmt in kompasrichting {direction}"
|
||||
|
@ -4049,6 +4035,20 @@
|
|||
},
|
||||
"question": "In welke geografische richting filmt deze camera?",
|
||||
"render": "Filmt in kompasrichting {camera:direction}"
|
||||
},
|
||||
"is_indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze camera bevindt zich binnen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze camera bevindt zich buiten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze camera bevindt zich waarschijnlijk buiten"
|
||||
}
|
||||
},
|
||||
"question": "Bevindt de bewaakte publieke ruimte camera zich binnen of buiten?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -1219,7 +1219,10 @@
|
|||
},
|
||||
"question": "Какая это камера?"
|
||||
},
|
||||
"Indoor camera? This isn't clear for 'public'-cameras": {
|
||||
"camera:mount": {
|
||||
"question": "Как расположена эта камера?"
|
||||
},
|
||||
"is_indoor": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Эта камера расположена снаружи"
|
||||
|
@ -1228,9 +1231,6 @@
|
|||
"then": "Возможно, эта камера расположена снаружи"
|
||||
}
|
||||
}
|
||||
},
|
||||
"camera:mount": {
|
||||
"question": "Как расположена эта камера?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -370,15 +370,15 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Containe {_contained_climbing_routes_count} routes": {
|
||||
"render": "<h3>Contains {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Difficulties overview</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Length overview</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Contains {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -357,15 +357,15 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Containe {_contained_climbing_routes_count} routes": {
|
||||
"render": "<h3>Contient {_contained_climbing_routes_count} voies</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Résumé des difficultés</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Résumé de longueur</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Contient {_contained_climbing_routes_count} voies</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -370,15 +370,15 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Containe {_contained_climbing_routes_count} routes": {
|
||||
"render": "<h3>Contiene {_contained_climbing_routes_count} vie</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Riassunto delle difficoltà</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Riassunto della lunghezza</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Contiene {_contained_climbing_routes_count} vie</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue