Merge branch 'master' into develop

This commit is contained in:
pietervdvn 2021-09-29 17:56:39 +02:00
commit 7792f39f63
6 changed files with 35 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "parking",
"name": {
"nl": "parking"
"nl": "Parking"
},
"minzoom": 12,
"source": {
@ -82,4 +82,4 @@
}
}
]
}
}

View file

@ -1,7 +1,7 @@
{
"id": "watermill",
"name": {
"nl": "watermolens",
"nl": "Watermolens",
"en": "Watermill"
},
"minzoom": 12,
@ -170,4 +170,4 @@
"color": {
"render": "#FFC0CB"
}
}
}

View file

@ -2902,7 +2902,7 @@
},
"parking": {
"description": "Parking",
"name": "parking",
"name": "Parking",
"presets": {
"0": {
"description": "Voeg hier een fietsenstalling toe",
@ -3885,7 +3885,7 @@
},
"watermill": {
"description": "Watermolens",
"name": "watermolens",
"name": "Watermolens",
"tagRenderings": {
"Access tag": {
"mappings": {

1
langs/pt.json Normal file
View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1,27 @@
{
"undefined": {
"level": {
"question": "Em que nível se encontra este elemento?",
"mappings": {
"3": {
"then": "Está no primeiro andar"
},
"2": {
"then": "Está ao nível do rés-do-chão"
},
"1": {
"then": "Está ao nível do rés-do-chão"
},
"0": {
"then": "Está no subsolo"
}
}
},
"email": {
"question": "Qual é o endereço de e-mail de {name}?"
},
"description": {
"question": "Ainda há algo de relevante que não tenha podido dar nas perguntas anteriores? Adicione-o aqui.<br/><span style='font-size: small'>Não repita factos já declarados</span>"
}
}
}

1
langs/themes/pt.json Normal file
View file

@ -0,0 +1 @@
{}