Housekeeping...
This commit is contained in:
parent
9c6b7e18aa
commit
3eea54d1d8
49 changed files with 839 additions and 593 deletions
|
@ -86,7 +86,8 @@
|
|||
"es": "El número de puerta es <b>{addr:housenumber}</b>",
|
||||
"da": "Husnummeret er <b>{addr:housenumber}</b>",
|
||||
"cs": "Číslo domu je <b>{addr:housenumber}</b>",
|
||||
"pt": "The house number is <b>{addr:housenumber}</b>"
|
||||
"pt": "The house number is <b>{addr:housenumber}</b>",
|
||||
"nb_NO": "Husnummeret er <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the number of this house?",
|
||||
|
@ -101,7 +102,8 @@
|
|||
"id": "Berapa nomor rumah ini?",
|
||||
"da": "Hvad er nummeret på dette hus?",
|
||||
"cs": "Jaké je číslo tohoto domu?",
|
||||
"pt": "Qual é o número desta casa?"
|
||||
"pt": "Qual é o número desta casa?",
|
||||
"nb_NO": "Hvilket husnummer har dette huset?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "addr:housenumber",
|
||||
|
@ -130,7 +132,8 @@
|
|||
"da": "Denne bygning har intet husnummer",
|
||||
"zh_Hant": "這棟建築沒有門牌",
|
||||
"cs": "Tato budova nemá číslo domu",
|
||||
"pt": "Este prédio não tem número"
|
||||
"pt": "Este prédio não tem número",
|
||||
"nb_NO": "Denne bygningen har ikke noe husnummer"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -206,7 +209,8 @@
|
|||
"zh_Hans": "这里应被如何修复?请做出解释",
|
||||
"da": "Hvad skal rettes her? Forklar venligst",
|
||||
"cs": "Co by se zde mělo opravit? Vysvětlete to, prosím",
|
||||
"pt": "O que deve ser corrigido aqui? Explique"
|
||||
"pt": "O que deve ser corrigido aqui? Explique",
|
||||
"nb_NO": "Hva bør fikses her? Forklar."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "fixme"
|
||||
|
|
|
@ -444,7 +444,8 @@
|
|||
"de": "Holzschnitzerei",
|
||||
"cs": "Dřevořezba",
|
||||
"pt": "Entalhe em madeira",
|
||||
"fr": "Sculpture sur bois"
|
||||
"fr": "Sculpture sur bois",
|
||||
"nb_NO": "Treskjæring"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"nl": "Geldautomaten"
|
||||
},
|
||||
"description": {
|
||||
"en": "ATMS to withdraw money",
|
||||
"en": "ATMs to withdraw money",
|
||||
"de": "Geldautomaten zum Geld abheben",
|
||||
"fr": "DAB pour retirer de l'argent",
|
||||
"nl": "Geldautomaten om geld op te nemen"
|
||||
|
@ -74,7 +74,8 @@
|
|||
"id": "atm-in-bank-notice",
|
||||
"condition": "amenity=bank",
|
||||
"render": {
|
||||
"en": "This ATM is located in or near a bank"
|
||||
"en": "This ATM is located in or near a bank",
|
||||
"de": "Dieser Geldautomat befindet sich in oder in der Nähe einer Bank"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -261,4 +262,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -446,8 +446,10 @@
|
|||
"key": "capacity:bicycle_type",
|
||||
"type": "pnat"
|
||||
},
|
||||
"condition": {"and":
|
||||
["rental~.*bicycle_type.*"]
|
||||
"condition": {
|
||||
"and": [
|
||||
"rental~.*bicycle_type.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -559,4 +561,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -488,10 +488,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"builtin": "bicycle_rental.*bicycle_rental",
|
||||
"builtin": "bicycle_rental.*bicycle_rental",
|
||||
"override": {
|
||||
"condition": {
|
||||
"and+": ["service:bicycle:rental=yes"]
|
||||
"and+": [
|
||||
"service:bicycle:rental=yes"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -790,4 +792,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -529,7 +529,11 @@
|
|||
},
|
||||
"preciseInput": {
|
||||
"snapToLayer": "walls_and_buildings",
|
||||
"preferredBackground": ["photo", "osmbasedmap","map"]
|
||||
"preferredBackground": [
|
||||
"photo",
|
||||
"osmbasedmap",
|
||||
"map"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -598,4 +602,4 @@
|
|||
"nl": "Deze laag toont bewakingscamera's en laat toe om de informatie te verrijken en om nieuwe camera\"s toe te voegen",
|
||||
"de": "Diese Ebene zeigt die Überwachungskameras an und ermöglicht es, Informationen zu aktualisieren und neue Kameras hinzuzufügen"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -106,4 +106,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "This is a public waste basket, trash can, where you can throw away your trash.",
|
||||
"en": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"nl": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
|
||||
"de": "Dies ist ein öffentlicher Abfalleimer, in den Sie Ihren Müll entsorgen können.",
|
||||
"hu": "Ez egy nyilvános szemétkosár vagy kuka, ahová kidobhatod a szemetedet.",
|
||||
|
@ -369,4 +369,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue