forked from MapComplete/MapComplete
chore(themes): use a questionhint for tree_node
This commit is contained in:
parent
df13901f18
commit
8233921004
16 changed files with 31 additions and 646 deletions
|
@ -2390,13 +2390,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Har et puslebord"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
|
|
@ -8026,13 +8026,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Mit Wickeltisch"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -8351,7 +8344,8 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"circumference": {
|
||||
"question": "Wie groß ist der Umfang des Baumstammes?<p class='subtle'>Dies wird in einer Höhe von 1,30 m gemessen</p>",
|
||||
"question": "Wie groß ist der Umfang des Baumstammes?",
|
||||
"questionHint": "Dies wird in einer Höhe von 1,30 m gemessen",
|
||||
"render": "Der Baumstamm hat einen Umfang von {circumference} Meter"
|
||||
},
|
||||
"height": {
|
||||
|
|
|
@ -5003,6 +5003,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"description": "A layer acting as library for icon-tagrenderings, especially to show as badge next to a POI"
|
||||
},
|
||||
"indoors": {
|
||||
"description": "Basic indoor mapping: shows room outlines",
|
||||
"name": "Indoors",
|
||||
|
@ -8044,13 +8047,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Has a changing table"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -8374,7 +8370,8 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"circumference": {
|
||||
"question": "What is the circumference of the tree trunk?<p class='subtle'>This is measured at a height of 1.30m</p>",
|
||||
"question": "What is the circumference of the tree trunk?",
|
||||
"questionHint": "This is measured at a height of 1.30m",
|
||||
"render": "The tree trunk has a circumference of {circumference} meter"
|
||||
},
|
||||
"height": {
|
||||
|
|
|
@ -3846,13 +3846,6 @@
|
|||
"question": "Accesible con sillas de ruedas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Tiene un cambiador"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -3912,7 +3905,8 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"circumference": {
|
||||
"question": "¿Cuál es la circunferencia del tronco del árbol?<p class='subtle'>Se mide a una altura de 1,30 m</p>",
|
||||
"question": "¿Cuál es la circunferencia del tronco del árbol?",
|
||||
"questionHint": "Se mide a una altura de 1,30 m",
|
||||
"render": "El tronco del árbol tiene una circunferencia de {circumference} metros"
|
||||
},
|
||||
"height": {
|
||||
|
|
|
@ -4565,13 +4565,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "A une table à langer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -4802,7 +4795,8 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"circumference": {
|
||||
"question": "Quelle est la circonférence du tronc ? <p class='subtle'>La mesure est effectuée à 1.30m de hauteur</p>",
|
||||
"question": "Quelle est la circonférence du tronc ? ",
|
||||
"questionHint": "La mesure est effectuée à 1.30m de hauteur",
|
||||
"render": "Le tronc a une circonférence de {circumference} mètre(s)"
|
||||
},
|
||||
"height": {
|
||||
|
|
|
@ -7812,13 +7812,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Heeft een luiertafel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -8131,7 +8124,8 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"circumference": {
|
||||
"question": "Wat is de omtrek van de boomstam? <p class='subtle'>Dit wordt 1.30m boven de grond gemeten</p>",
|
||||
"question": "Wat is de omtrek van de boomstam? ",
|
||||
"questionHint": "Dit wordt 1.30m boven de grond gemeten",
|
||||
"render": "De boomstam heeft een omtrek van {circumference} meter"
|
||||
},
|
||||
"height": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue