Add translation for delete options of drinking_water

This commit is contained in:
Pieter Vander Vennet 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"
}
}
]