Add translation for delete options of drinking_water

This commit is contained in:
pietervdvn 2022-05-01 04:19:48 +02:00
parent fd90914c35
commit f77c24183c
3 changed files with 33 additions and 4 deletions

View file

@ -177,18 +177,27 @@
"nonDeleteMappings": [
{
"if": {
"and": ["drinking_water=no","amenity=fountain"]
"and": [
"drinking_water=no",
"amenity=fountain"
]
},
"then": {
"en": "This is a decorative fountain of which the water is not drinkable by humans"
"en": "This is a decorative fountain of which the water is not drinkable by humans",
"nl": "Dit is een decoratieve fontein waarvan het water niet geschikt is om te drinken door mensen"
}
},
{
"if": {
"and": ["drinking_water=no","amenity=","man_made=water_tap"]
"and": [
"drinking_water=no",
"amenity=",
"man_made=water_tap"
]
},
"then": {
"en": "This is a water tap or water pump with non-drinkable water.<div class='subtle'>Examples are water taps to tap water for nearby plants</div>"
"en": "This is a water tap or water pump with non-drinkable water.<div class='subtle'>Examples are water taps with rain water to tap water for nearby plants</div>",
"nl": "Dit is een waterkraan of waterpomp met ondrinkbaar water.<div class='subtle'>Bijvoorbeeld een waterkraan met regenwater om planten water mee te geven</div"
}
}
]

View file

@ -3274,6 +3274,16 @@
}
},
"drinking_water": {
"deletion": {
"nonDeleteMappings": {
"0": {
"then": "This is a decorative fountain of which the water is not drinkable by humans"
},
"1": {
"then": "This is a water tap or water pump with non-drinkable water.<div class='subtle'>Examples are water taps with rain water to tap water for nearby plants</div>"
}
}
},
"description": "A layer showing drinking water fountains",
"name": "Drinking water",
"presets": {

View file

@ -3190,6 +3190,16 @@
"name": "Richtingsvisualisatie"
},
"drinking_water": {
"deletion": {
"nonDeleteMappings": {
"0": {
"then": "Dit is een decoratieve fontein waarvan het water niet geschikt is om te drinken door mensen"
},
"1": {
"then": "Dit is een waterkraan of waterpomp met ondrinkbaar water.<div class='subtle'>Bijvoorbeeld een waterkraan met regenwater om planten water mee te geven</div"
}
}
},
"description": "Deze laag toont drinkwaterpunten",
"name": "Drinkbaar water",
"presets": {