Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-08-24 03:09:51 +02:00
parent 4bc7f97342
commit 52edaf39c8
52 changed files with 912 additions and 559 deletions

View file

@ -328,28 +328,33 @@
{
"id": "hydrant-diameter",
"question": {
"en": "What is the pipe diameter of this hydrant?"
"en": "What is the pipe diameter of this hydrant?",
"de": "Was ist der Rohrdurchmesser dieses Hydranten?"
},
"freeform": {
"key": "fire_hydrant:diameter",
"placeholder": {
"en": "Pipe diameter"
"en": "Pipe diameter",
"de": "Rohrdurchmesser"
},
"type": "int"
},
"render": {
"en": "Pipe diameter: {canonical(fire_hydrant:diameter)}"
"en": "Pipe diameter: {canonical(fire_hydrant:diameter)}",
"de": "Rohrdurchmesser: {canonical(fire_hydrant:diameter)}"
}
},
{
"id": "hydrant-couplings",
"question": {
"en": "What kind of couplings does this hydrant have?"
"en": "What kind of couplings does this hydrant have?",
"de": "Welche Art von Kupplungen hat dieser Hydrant?"
},
"freeform": {
"key": "couplings:type",
"placeholder": {
"en": "Coupling type"
"en": "Coupling type",
"de": "Art der Kupplung"
},
"type": "string"
},
@ -357,7 +362,8 @@
{
"if": "couplings:type=Storz",
"then": {
"en": "Storz coupling"
"en": "Storz coupling",
"de": "Storz-Kupplung"
},
"icon": {
"path": "./assets/layers/hydrant/storz.jpg",
@ -367,13 +373,15 @@
{
"if": "couplings:type=UNI",
"then": {
"en": "UNI coupling"
"en": "UNI coupling",
"de": "UNI-Kupplung"
}
},
{
"if": "couplings:type=Barcelona",
"then": {
"en": "Barcelona coupling"
"en": "Barcelona coupling",
"de": "Barcelona-Kupplung"
},
"icon": {
"path": "./assets/layers/hydrant/barcelona.jpg",
@ -383,22 +391,26 @@
],
"multiAnswer": true,
"render": {
"en": "Couplings: {couplings:type}"
"en": "Couplings: {couplings:type}",
"de": "Kupplungen: {couplings:type}"
}
},
{
"id": "hydrant-couplings-diameters",
"question": {
"en": "What diameter are the couplings of this hydrant?"
"en": "What diameter are the couplings of this hydrant?",
"de": "Welchen Durchmesser haben die Kupplungen dieses Hydranten?"
},
"freeform": {
"key": "couplings:diameters",
"placeholder": {
"en": "Coupling diameters"
"en": "Coupling diameters",
"de": "Kupplungsdurchmesser"
}
},
"render": {
"en": "Coupling diameters: {couplings:diameters}"
"en": "Coupling diameters: {couplings:diameters}",
"de": "Kupplungsdurchmesser: {couplings:diameters}"
}
},
"images"
@ -465,11 +477,13 @@
],
"human": {
"en": "millimeters",
"nl": "millimeter"
"nl": "millimeter",
"de": "Millimeter"
},
"humanSingular": {
"en": "millimeter",
"nl": "millimeter"
"nl": "millimeter",
"de": "Millimeter"
}
}
],