From 84a4622810729fa47fd9b0293029d09eb574bcb8 Mon Sep 17 00:00:00 2001 From: OliNau <19350388+OliNau@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:15:19 +0100 Subject: [PATCH 1/2] Update hydrant.json Added couplings=* tag to convey information about amount of couplings --- assets/layers/hydrant/hydrant.json | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/assets/layers/hydrant/hydrant.json b/assets/layers/hydrant/hydrant.json index 98b70b8c4..8c865243d 100644 --- a/assets/layers/hydrant/hydrant.json +++ b/assets/layers/hydrant/hydrant.json @@ -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 @@ ] } ] -} \ No newline at end of file +} From 3e4cc95edffb1741ee85d7def07a81f70b62a13a Mon Sep 17 00:00:00 2001 From: OliNau <19350388+OliNau@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:23:11 +0100 Subject: [PATCH 2/2] Update hydrant.json Language improvement: aansluiting -> koppeling --- assets/layers/hydrant/hydrant.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/layers/hydrant/hydrant.json b/assets/layers/hydrant/hydrant.json index 8c865243d..6c97a33f7 100644 --- a/assets/layers/hydrant/hydrant.json +++ b/assets/layers/hydrant/hydrant.json @@ -374,14 +374,14 @@ "placeholder": { "en": "Number of couplings", "de": "Anzahl der Kupplungen", - "nl": "Aantal aansluitingen" + "nl": "Aantal koppelingen" }, "type": "int" }, "render": { "en": "Number of couplings: {couplings}", "de": "Anzahl der Kupplungen: {couplings}", - "nl": "Aantal aansluitingen: {couplings}" + "nl": "Aantal koppelingen: {couplings}" } }, {