[trees] Fix some text display quirks

This commit is contained in:
Midgard 2020-12-24 18:18:11 +01:00
parent 4be2db305b
commit e333119a17
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -44,15 +44,8 @@
}, },
"mappings": [] "mappings": []
}, },
"description": {
"nl": ""
},
"tagRenderings": [ "tagRenderings": [
{ {
"render": {
"nl": "Bladertype van de boom:",
"en": "Leaf type of the tree:"
},
"question": { "question": {
"nl": "Is dit een naald- of loofboom?", "nl": "Is dit een naald- of loofboom?",
"en": "Is this a broadleaved or needleleaved tree?" "en": "Is this a broadleaved or needleleaved tree?"
@ -65,8 +58,8 @@
] ]
}, },
"then": { "then": {
"nl": "Dit is een <img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> loofboom", "nl": "<img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Dit is een loofboom.",
"en": "This tree is <img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> broadleaved" "en": "<img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> This tree is broadleaved."
} }
}, },
{ {
@ -76,8 +69,8 @@
] ]
}, },
"then": { "then": {
"nl": "Dit is een <img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> naaldboom", "nl": "<img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Dit is een naaldboom.",
"en": "This tree is <img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> needleleaved" "en": "<img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> This tree is needleleaved."
} }
}, },
{ {
@ -87,18 +80,14 @@
] ]
}, },
"then": { "then": {
"nl": "Deze boom is <img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> permanent bladloos", "nl": "<img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Deze boom is permanent bladloos.",
"en": "This tree is <img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> permanently leafless" "en": "<img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> This tree is permanently leafless."
}, },
"hideInAnswer": true "hideInAnswer": true
} }
] ]
}, },
{ {
"render": {
"nl": "Significantie van de boom:",
"en": "Significance of the tree:"
},
"question": { "question": {
"nl": "Hoe significant is deze boom? Kies het eerste antwoord dat van toepassing is.", "nl": "Hoe significant is deze boom? Kies het eerste antwoord dat van toepassing is.",
"en": "How significant is this tree? Choose the first answer that applies." "en": "How significant is this tree? Choose the first answer that applies."
@ -111,8 +100,8 @@
] ]
}, },
"then": { "then": {
"nl": "De boom is houtig erfgoed. Hij is bijzonder oud of van een zeldzame soort.", "nl": "De boom is houtig erfgoed, bijvoorbeeld doordat hij bijzonder oud of van een waardevolle soort is.",
"en": "The tree is a natural monument. It may be especially old, a valuable species." "en": "The tree is a natural monument, e.g. because it is especially old, or of a valuable species."
} }
}, },
{ {
@ -195,10 +184,6 @@
] ]
}, },
{ {
"render": {
"nl": "Bladercyclus van de boom:",
"en": "Leaf cycle of the tree:"
},
"question": { "question": {
"nl": "Is deze boom bladhoudend of bladverliezend?", "nl": "Is deze boom bladhoudend of bladverliezend?",
"en": "Is this tree evergreen or deciduous?" "en": "Is this tree evergreen or deciduous?"
@ -211,8 +196,8 @@
] ]
}, },
"then": { "then": {
"nl": "bladverliezend (is een periode van het jaar kaal)", "nl": "Deze boom is bladverliezend: hij is een periode van het jaar kaal.",
"en": "deciduous (loses leaves for some time of the year)" "en": "This tree is deciduous: it loses its leaves for some time of the year."
} }
}, },
{ {
@ -222,8 +207,8 @@
] ]
}, },
"then": { "then": {
"nl": "bladhoudend", "nl": "Deze boom is groenblijvend.",
"en": "evergreen" "en": "This tree is evergreen."
} }
} }
], ],
@ -276,8 +261,8 @@
"en": "Broadleaved tree" "en": "Broadleaved tree"
}, },
"description": { "description": {
"nl": "Gebruik indien mogelijk de luchtfoto's om de boom zo nauwkeurig mogelijk te plaatsen.", "nl": "Een boom van een soort die blaadjes heeft, bijvoorbeeld eik of populier.",
"en": "Use the aerial photos (if available) to position the tree as accurately as possible." "en": "A tree of a species with leaves, such as oak or populus."
} }
}, },
{ {
@ -290,8 +275,8 @@
"en": "Needleleaved tree" "en": "Needleleaved tree"
}, },
"description": { "description": {
"nl": "Gebruik indien mogelijk de luchtfoto's om de boom zo nauwkeurig mogelijk te plaatsen.", "nl": "Een boom van een soort met naalden, bijvoorbeeld den of spar.",
"en": "Use the aerial photos (if available) to position the tree as accurately as possible." "en": "A tree of a species with needles, such as pine or spruce."
} }
}, },
{ {
@ -303,8 +288,8 @@
"en": "Tree" "en": "Tree"
}, },
"description": { "description": {
"nl": "Gebruik indien mogelijk de luchtfoto's om de boom zo nauwkeurig mogelijk te plaatsen.", "nl": "Wanneer je niet zeker bent of het nu een loof- of naaldboom is.",
"en": "Use the aerial photos (if available) to position the tree as accurately as possible." "en": "If you're not sure whether it's a broadleaved or needleleaved tree."
} }
} }
] ]