Regenerate translations

This commit is contained in:
Pieter Vander Vennet 2021-07-27 20:22:45 +02:00
parent bdbdc8b679
commit 36b455fbf8
5 changed files with 129 additions and 199 deletions

View file

@ -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="
]
}
}
]
}
]
}
}