Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-12-28 00:48:47 +01:00
parent 9c6b7e18aa
commit 3eea54d1d8
49 changed files with 839 additions and 593 deletions

View file

@ -1,11 +1,11 @@
{
"contributors": [
{
"commits": 4755,
"commits": 4790,
"contributor": "Pieter Vander Vennet"
},
{
"commits": 302,
"commits": 311,
"contributor": "Robin van der Linde"
},
{
@ -13,7 +13,7 @@
"contributor": "Tobias"
},
{
"commits": 33,
"commits": 34,
"contributor": "Win Olario"
},
{
@ -38,11 +38,11 @@
},
{
"commits": 24,
"contributor": "Ward"
"contributor": "riQQ"
},
{
"commits": 23,
"contributor": "riQQ"
"commits": 24,
"contributor": "Ward"
},
{
"commits": 21,
@ -72,6 +72,10 @@
"commits": 17,
"contributor": "pgm-chardelv1"
},
{
"commits": 16,
"contributor": "dependabot[bot]"
},
{
"commits": 15,
"contributor": "Brice Maron"
@ -80,10 +84,6 @@
"commits": 15,
"contributor": "ToastHawaii"
},
{
"commits": 14,
"contributor": "dependabot[bot]"
},
{
"commits": 13,
"contributor": "Nicole"

View file

@ -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"

View file

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

View file

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

View file

@ -446,8 +446,10 @@
"key": "capacity:bicycle_type",
"type": "pnat"
},
"condition": {"and":
["rental~.*bicycle_type.*"]
"condition": {
"and": [
"rental~.*bicycle_type.*"
]
}
}
]
@ -559,4 +561,4 @@
}
]
}
}
}

View file

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

View file

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

View file

@ -106,4 +106,4 @@
]
}
]
}
}

View file

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

View file

@ -1046,7 +1046,7 @@
]
},
"question": {
"en": "With what coins can you pay here?",
"en": "What coins can you use to pay here?",
"de": "Mit welchen Münzen kann man hier bezahlen?",
"nl": "Met welke munten kan je hier betalen?"
},
@ -1058,7 +1058,8 @@
"then": {
"en": "1 cent coins are accepted",
"de": "1-Cent-Münzen werden akzeptiert",
"nl": "Munten van 1 cent worden geaccepteerd"
"nl": "Munten van 1 cent worden geaccepteerd",
"nb_NO": "1-cent mynter aksepteres"
}
},
{
@ -1067,7 +1068,8 @@
"then": {
"en": "2 cent coins are accepted",
"de": "2-Cent-Münzen werden akzeptiert",
"nl": "Munten van 2 cent worden geaccepteerd"
"nl": "Munten van 2 cent worden geaccepteerd",
"nb_NO": "2-cent mynter aksepteres"
}
},
{
@ -1076,7 +1078,8 @@
"then": {
"en": "5 cent coins are accepted",
"de": "5-Cent-Münzen werden akzeptiert",
"nl": "Munten van 5 cent worden geaccepteerd"
"nl": "Munten van 5 cent worden geaccepteerd",
"nb_NO": "5-cent mynter aksepteres"
}
},
{
@ -1085,7 +1088,8 @@
"then": {
"en": "10 cent coins are accepted",
"de": "10-Cent-Münzen werden akzeptiert",
"nl": "Munten van 10 cent worden geaccepteerd"
"nl": "Munten van 10 cent worden geaccepteerd",
"nb_NO": "10-cent mynter aksepteres"
}
},
{
@ -1094,7 +1098,8 @@
"then": {
"en": "20 cent coins are accepted",
"de": "20-Cent-Münzen werden akzeptiert",
"nl": "Munten van 20 cent worden geaccepteerd"
"nl": "Munten van 20 cent worden geaccepteerd",
"nb_NO": "20-cent mynter aksepteres"
}
},
{
@ -1103,7 +1108,8 @@
"then": {
"en": "50 cent coins are accepted",
"de": "50-Cent-Münzen werden akzeptiert",
"nl": "Munten van 50 cent worden geaccepteerd"
"nl": "Munten van 50 cent worden geaccepteerd",
"nb_NO": "50-cent mynter aksepteres"
}
},
{
@ -1112,7 +1118,8 @@
"then": {
"en": "1 euro coins are accepted",
"de": "1-Euro-Münzen werden akzeptiert",
"nl": "Munten van 1 euro worden geaccepteerd"
"nl": "Munten van 1 euro worden geaccepteerd",
"nb_NO": "1-euro mynter aksepteres"
}
},
{
@ -1121,7 +1128,8 @@
"then": {
"en": "2 euro coins are accepted",
"de": "2-Euro-Münzen werden akzeptiert",
"nl": "Munten van 2 euro worden geaccepteerd"
"nl": "Munten van 2 euro worden geaccepteerd",
"nb_NO": "2-euro mynter aksepteres"
}
}
]
@ -1668,4 +1676,4 @@
"es": "El nombre de red es <b>{internet_access:ssid}</b>"
}
}
}
}

View file

@ -4,7 +4,8 @@
"nl": "BAG import helper",
"en": "BAG import helper",
"de": "BAG-Importhilfe",
"fr": "Facilitateur d'import BAG"
"fr": "Facilitateur d'import BAG",
"nb_NO": "BAG-importhjelper"
},
"shortDescription": {
"nl": "BAG import helper tool",

View file

@ -4,7 +4,8 @@
"en": "OSM for the blind",
"de": "OSM für Blinde",
"nl": "OSM voor blinden",
"fr": "OSM pour les malvoyants"
"fr": "OSM pour les malvoyants",
"nb_NO": "OSM for blinde"
},
"description": {
"en": "Help to map features relevant for the blind",

View file

@ -130,4 +130,4 @@
}
}
]
}
}

View file

@ -335,4 +335,4 @@
"enableIframePopout": false,
"enableBackgroundLayerSelection": false,
"enableNoteImports": false
}
}

View file

@ -15,7 +15,8 @@
"de": "Planen Sie Ihre Reise mit Hilfe von öffentlichen Verkehrsmitteln.",
"fr": "Planifier votre itinéraire avec le système de transports en commun.",
"da": "Planlæg din rejse ved hjælp af det offentlige transportsystem.",
"nl": "Plan je trip met behulp van het openbaar vervoer."
"nl": "Plan je trip met behulp van het openbaar vervoer.",
"nb_NO": "Planlegg turen din med offentlig transport"
},
"icon": "./assets/layers/transit_stops/bus_stop.svg",
"startZoom": 20,

View file

@ -1,15 +1,15 @@
{
"contributors": [
{
"commits": 216,
"commits": 217,
"contributor": "Pieter Vander Vennet"
},
{
"commits": 195,
"commits": 196,
"contributor": "kjon"
},
{
"commits": 66,
"commits": 73,
"contributor": "Allan Nordhøy"
},
{
@ -128,6 +128,10 @@
"commits": 7,
"contributor": "Niels Elgaard Larsen"
},
{
"commits": 6,
"contributor": "mcliquid"
},
{
"commits": 6,
"contributor": "Joost Schouppe"
@ -184,10 +188,6 @@
"commits": 5,
"contributor": "Alexey Shabanov"
},
{
"commits": 4,
"contributor": "mcliquid"
},
{
"commits": 4,
"contributor": "Hiroshi Miura"
@ -332,6 +332,10 @@
"commits": 2,
"contributor": "Leo Alcaraz"
},
{
"commits": 1,
"contributor": "Ettore Atalan"
},
{
"commits": 1,
"contributor": "Lucas"