Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop

This commit is contained in:
Pieter Vander Vennet 2023-02-07 01:39:43 +01:00
commit eb951a5fe2

View file

@ -192,7 +192,7 @@
"fr": "Pilier.",
"de": "Überflurhydrant.",
"it": "Soprasuolo.",
"nl": "Pillaar type.",
"nl": "Bovengrondse brandkraan.",
"es": "De pilar.",
"ca": "De pilar."
},
@ -257,7 +257,7 @@
"fr": "Enterré.",
"de": "Unterflurhydrant.",
"it": "Sottosuolo.",
"nl": "Ondergronds type.",
"nl": "Ondergrondse brandkraan.",
"ca": "Subterrani.",
"es": "Bajo tierra."
},
@ -361,6 +361,29 @@
"nl": "Pijpdiameter:{canonical(fire_hydrant:diameter)}"
}
},
{
"id": "hydrant-number-of-couplings",
"question": {
"en": "How many couplings does this fire hydrant have?",
"de": "Wie viele Kupplungen hat dieser Hydrant?",
"nl": "Hoe veel koppelingen bezit deze brandkraan?",
"ca": "Quants acoblaments té aquest hidrant?"
},
"freeform": {
"key": "couplings",
"placeholder": {
"en": "Number of couplings",
"de": "Anzahl der Kupplungen",
"nl": "Aantal koppelingen"
},
"type": "int"
},
"render": {
"en": "Number of couplings: {couplings}",
"de": "Anzahl der Kupplungen: {couplings}",
"nl": "Aantal koppelingen: {couplings}"
}
},
{
"id": "hydrant-couplings",
"question": {
@ -526,4 +549,4 @@
]
}
]
}
}