Chore: linting
This commit is contained in:
parent
4625ad9a5c
commit
097141f944
307 changed files with 5346 additions and 2147 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": {
|
||||
"ca": "Publicitat",
|
||||
"es": "Publicidad",
|
||||
"en": "Advertise",
|
||||
"en": "Advertisement",
|
||||
"de": "Werbeeinrichtungen",
|
||||
"cs": "Reklama",
|
||||
"nl": "Reclame",
|
||||
|
|
|
@ -49,7 +49,8 @@
|
|||
"pl": "Bankomat",
|
||||
"pt_BR": "Caixa eletrônico",
|
||||
"es": "Cajero automático",
|
||||
"pt": "Multibanco"
|
||||
"pt": "Multibanco",
|
||||
"sl": "Bankomat"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -226,7 +227,8 @@
|
|||
"pl": "Ten bankomat jest obsługiwany przez {operator}",
|
||||
"pt_BR": "O caixa eletrônico é operado por {operator}",
|
||||
"es": "El cajero es de {operator}",
|
||||
"pt": "O multibanco é operado por {operator}"
|
||||
"pt": "O multibanco é operado por {operator}",
|
||||
"sl": "Ta bankomat upravlja {operator}"
|
||||
}
|
||||
},
|
||||
"opening_hours_24_7",
|
||||
|
|
|
@ -847,7 +847,7 @@
|
|||
{
|
||||
"if": "cargo_bike=no",
|
||||
"then": {
|
||||
"en": "You're not allowed to park cargo bikes",
|
||||
"en": "You're not allowed to park cargo bikes or there are no places provided for cargo bikes",
|
||||
"nl": "Je mag hier geen bakfietsen parkeren",
|
||||
"gl": "Non está permitido aparcar bicicletas de carga",
|
||||
"de": "Der Parkplatz bietet keine Stellflächen für Lastenfahrräder",
|
||||
|
@ -903,15 +903,19 @@
|
|||
"key": "capacity:cargo_bike",
|
||||
"type": "nat"
|
||||
},
|
||||
"mappings": [{
|
||||
"mappings": [
|
||||
{
|
||||
"if": "cargo_bike=no",
|
||||
"then": {
|
||||
"en": "There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed",
|
||||
"nl": "Hier zijn geen plaatsen voor bakfietsen voorzien of bakfietsen stallen is niet toegestaan "
|
||||
},
|
||||
"hideInAnswer": "capacity:cargo_bike=",
|
||||
"addExtraTags": ["capacity:cargo_bike="]
|
||||
}],
|
||||
"addExtraTags": [
|
||||
"capacity:cargo_bike="
|
||||
]
|
||||
}
|
||||
],
|
||||
"id": "Cargo bike capacity?"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -281,7 +281,10 @@
|
|||
},
|
||||
{
|
||||
"if": {
|
||||
"and":["service:bicycle:cleaning~*","service:bicycle:cleaning!=no"]
|
||||
"and": [
|
||||
"service:bicycle:cleaning~*",
|
||||
"service:bicycle:cleaning!=no"
|
||||
]
|
||||
},
|
||||
"then": "circle:#6bc4f7;./assets/layers/bike_cleaning/bike_cleaning_icon.svg"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue