Update hydrant.json
Added couplings=* tag to convey information about amount of couplings
This commit is contained in:
parent
1fb5c0f051
commit
84a4622810
1 changed files with 26 additions and 3 deletions
|
@ -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 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue