Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-07-10 18:37:23 +02:00
parent 7fdfeb865c
commit b75581405e
22 changed files with 742 additions and 38 deletions

View file

@ -1,11 +1,11 @@
{
"contributors": [
{
"commits": 4054,
"commits": 4109,
"contributor": "Pieter Vander Vennet"
},
{
"commits": 103,
"commits": 112,
"contributor": "Robin van der Linde"
},
{
@ -124,6 +124,10 @@
"commits": 5,
"contributor": "David Haberthür"
},
{
"commits": 4,
"contributor": "AlexanderRebai"
},
{
"commits": 4,
"contributor": "OliNau"
@ -148,6 +152,10 @@
"commits": 3,
"contributor": "Léo Villeveygoux"
},
{
"commits": 2,
"contributor": "Andrews Leruth"
},
{
"commits": 2,
"contributor": "pdassori"

View file

@ -711,7 +711,7 @@
}
],
"description": {
"nl": "Deze laag toont zitbanken en enkele vragen over deze zitbanken",
"nl": "Een zitbank is een houten, metalen, stenen, … oppervlak waar een mens kan zitten. Deze laag toont ze en stelt er enkele vragen over.",
"en": "A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.",
"fr": "Un banc est une surface en bois, métal, pierre… sur laquelle un humain peut s'asseoir. Cette couche permet de les visualiser et pose des questions à leur sujet.",
"de": "Diese Karte stellt Sitzbänke aus Holz, Metall, Stein, … dar und stellt ein paar Fragen, um weitere Informationen zu ergänzen.",

View file

@ -141,7 +141,8 @@
"en": "<h3>Contains {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>",
"fr": "<h3>Contient {_contained_climbing_routes_count} voies</h3> <ul>{_contained_climbing_routes}</ul>",
"it": "<h3>Contiene {_contained_climbing_routes_count} vie</h3> <ul>{_contained_climbing_routes}</ul>",
"de": "<h3> Enthält {_contained_climbing_routes_count} Routen</h3> <ul>{_contained_climbing_routes}</ul>"
"de": "<h3> Enthält {_contained_climbing_routes_count} Routen</h3> <ul>{_contained_climbing_routes}</ul>",
"nl": "<h3>Bevat {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
},
"condition": "_contained_climbing_routes~*",
"id": "Contained_climbing_routes"

View file

@ -66,7 +66,8 @@
"ja": "ここで登坂はできますか?",
"nb_NO": "Er klatring mulig her?",
"fr": "Est-il possible descalader ici ?",
"it": "È possibile arrampicarsi qua?"
"it": "È possibile arrampicarsi qua?",
"nl": "Is klimmen hier mogelijk?"
},
"mappings": [
{

View file

@ -792,7 +792,8 @@
"question": {
"en": "Accepts cash",
"de": "Akzeptiert Bargeld",
"es": "Acepta efectivo"
"es": "Acepta efectivo",
"nl": "Accepteert cash"
}
}
]
@ -805,7 +806,8 @@
"question": {
"en": "Accepts payment cards",
"de": "Akzeptiert Kartenzahlung",
"es": "Acepta tarjetas de pago"
"es": "Acepta tarjetas de pago",
"nl": "Accepteert betaalkaarten"
}
}
]

View file

@ -42,20 +42,23 @@
"if": "name=",
"then": {
"en": "Road without a name",
"de": "Straße ohne Namen"
"de": "Straße ohne Namen",
"nl": "Weg zonder een naam"
}
}
]
},
"description": {
"en": "Shows the allowed speed for every road",
"de": "Zeigt die zulässige Geschwindigkeit für jede Straße an"
"de": "Zeigt die zulässige Geschwindigkeit für jede Straße an",
"nl": "Toont de toegestane snelheid voor elke weg"
},
"tagRenderings": [
{
"render": {
"en": "The maximum allowed speed on this road is {maxspeed}",
"de": "Die zulässige Höchstgeschwindigkeit auf dieser Straße ist {maxspeed}"
"de": "Die zulässige Höchstgeschwindigkeit auf dieser Straße ist {maxspeed}",
"nl": "De maximum toegestane snelheid op deze weg is {maxspeed}"
},
"question": {
"es": "Qué velocidad tiene",
@ -70,10 +73,15 @@
"mappings": [
{
"if": {
"and":["highway=living_street","_country!=be"]
"and": [
"highway=living_street",
"_country!=be"
]
},
"then": {
"en": "This is a living street"
"en": "This is a living street, which has a maxspeed of 20km/h",
"de": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt",
"nl": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
},
"icon": {
"path": "./assets/layers/maxspeed/living_street_be.svg",

View file

@ -107,11 +107,13 @@
"nl": "Wat voor soort winkel is dit?"
},
"render": {
"en":"This is a {shop}"
"en": "This is a {shop}"
},
"freeform": {
"key": "shop",
"addExtraTags": ["fixme=freeform shop key used, to be reviewed"]
"addExtraTags": [
"fixme=freeform shop key used, to be reviewed"
]
}
}
},

View file

@ -46,11 +46,11 @@
},
{
"commits": 18,
"contributor": "Reza Almanda"
"contributor": "Robin van der Linde"
},
{
"commits": 17,
"contributor": "Robin van der Linde"
"commits": 18,
"contributor": "Reza Almanda"
},
{
"commits": 16,