forked from MapComplete/MapComplete
Regenerate translations
This commit is contained in:
parent
bdbdc8b679
commit
36b455fbf8
5 changed files with 129 additions and 199 deletions
|
@ -436,17 +436,22 @@
|
|||
"question": {
|
||||
"nl": "Alle natuurgebieden"
|
||||
}
|
||||
},{
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"nl": "Honden mogen vrij rondlopen"
|
||||
},
|
||||
"osmTags": "dog=yes"
|
||||
},{
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"nl": "Honden welkom aan de leiband"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": ["dog=yes","dog=leashed"]
|
||||
"or": [
|
||||
"dog=yes",
|
||||
"dog=leashed"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -71,7 +71,9 @@
|
|||
"ru": "Книжный шкаф",
|
||||
"it": "Microbiblioteca"
|
||||
},
|
||||
"tags": ["amenity=public_bookcase"],
|
||||
"tags": [
|
||||
"amenity=public_bookcase"
|
||||
],
|
||||
"preciseInput": {
|
||||
"preferredBackground": "photo"
|
||||
}
|
||||
|
@ -105,7 +107,10 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": ["noname=yes", "name="]
|
||||
"and": [
|
||||
"noname=yes",
|
||||
"name="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This bookcase doesn't have a name",
|
||||
|
@ -311,12 +316,18 @@
|
|||
"it": "Fa parte della rete 'Little Free Library'"
|
||||
},
|
||||
"if": {
|
||||
"and": ["brand=Little Free Library", "nobrand="]
|
||||
"and": [
|
||||
"brand=Little Free Library",
|
||||
"nobrand="
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": ["nobrand=yes", "brand="]
|
||||
"and": [
|
||||
"nobrand=yes",
|
||||
"brand="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This public bookcase is not part of a bigger network",
|
||||
|
@ -357,7 +368,11 @@
|
|||
"it": "Questa microbiblioteca non fa parte di una rete"
|
||||
},
|
||||
"if": {
|
||||
"and": ["nobrand=yes", "brand=", "ref="]
|
||||
"and": [
|
||||
"nobrand=yes",
|
||||
"brand=",
|
||||
"ref="
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -409,7 +424,10 @@
|
|||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": ["disused:amenity=public_bookcase", "amenity="]
|
||||
"and": [
|
||||
"disused:amenity=public_bookcase",
|
||||
"amenity="
|
||||
]
|
||||
},
|
||||
"neededChangesets": 5
|
||||
},
|
||||
|
@ -445,10 +463,13 @@
|
|||
{
|
||||
"question": "Buiten?",
|
||||
"osmTags": {
|
||||
"or": ["indoor=no", "indoor="]
|
||||
"or": [
|
||||
"indoor=no",
|
||||
"indoor="
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue