Update hydrant.json

Added couplings=* tag to convey information about amount of couplings
This commit is contained in:
OliNau 2023-02-06 15:15:19 +01:00 committed by GitHub
parent 1fb5c0f051
commit 84a4622810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 aansluitingen"
},
"type": "int"
},
"render": {
"en": "Number of couplings: {couplings}",
"de": "Anzahl der Kupplungen: {couplings}",
"nl": "Aantal aansluitingen: {couplings}"
}
},
{
"id": "hydrant-couplings",
"question": {
@ -526,4 +549,4 @@
]
}
]
}
}