forked from MapComplete/MapComplete
Translation reset
This commit is contained in:
parent
b928bcda6f
commit
7535d56d76
8 changed files with 37 additions and 41 deletions
|
@ -3112,13 +3112,6 @@
|
|||
},
|
||||
"waste_basket": {
|
||||
"description": "Dies ist ein öffentlicher Abfalleimer, in den Sie Ihren Müll entsorgen können.",
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Abfalleimer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
|
|
|
@ -3516,13 +3516,6 @@
|
|||
},
|
||||
"waste_basket": {
|
||||
"description": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Waste Basket"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
|
|
|
@ -175,13 +175,6 @@
|
|||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Rubujo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Rubujo",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
|
|
@ -873,9 +873,6 @@
|
|||
}
|
||||
},
|
||||
"birdhide": {
|
||||
"color": {
|
||||
"render": "#94bb28"
|
||||
},
|
||||
"description": "Een vogelkijkhut",
|
||||
"filter": {
|
||||
"0": {
|
||||
|
@ -893,9 +890,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"render": "./assets/layers/birdhide/birdhide.svg"
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"icon": {
|
||||
|
@ -3962,13 +3956,6 @@
|
|||
},
|
||||
"waste_basket": {
|
||||
"description": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vuilnisbak"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
|
|
|
@ -1430,13 +1430,6 @@
|
|||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Контейнер для мусора"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
|
|
|
@ -59,6 +59,23 @@
|
|||
"phone": {
|
||||
"question": "What is the phone number of {name}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics"
|
||||
},
|
||||
"1": {
|
||||
"then": "There are a few domestic sockets available to customers seated indoors, where they can charge their electronics"
|
||||
},
|
||||
"2": {
|
||||
"then": "There are no sockets available indoors to customers, but charging might be possible if the staff is asked"
|
||||
},
|
||||
"3": {
|
||||
"then": "There are a no domestic sockets available to customers seated indoors"
|
||||
}
|
||||
},
|
||||
"question": "Does this amenity have electrical outlets, available to customers when they are inside?"
|
||||
},
|
||||
"website": {
|
||||
"question": "What is the website of {name}?"
|
||||
},
|
||||
|
|
|
@ -59,6 +59,23 @@
|
|||
"phone": {
|
||||
"question": "Wat is het telefoonnummer van {name}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er zijn binnen veel stekkers beschikbaar voor klanten die electronica wensen op te laden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er zijn binnen enkele stekkers beschikbaar voor klanten die electronica wensen op te laden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn binnen geen stekkers beschikbaar, maar electronica opladen kan indien men dit aan het personeel vraagt"
|
||||
},
|
||||
"3": {
|
||||
"then": "Er zijn binnen geen stekkers beschikbaar"
|
||||
}
|
||||
},
|
||||
"question": "Zijn er stekkers beschikbaar voor klanten die binnen zitten?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Wat is de website van {name}?"
|
||||
},
|
||||
|
|
|
@ -1334,6 +1334,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "The INSPIRE-polygon containing this point has at least one address contained"
|
||||
},
|
||||
"1": {
|
||||
"then": "The INSPIRE-polygon containing this point has <b>no</b> addresses contained"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue