Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 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", "id": "parking",
"name": { "name": {
"nl": "parking" "nl": "Parking"
}, },
"minzoom": 12, "minzoom": 12,
"source": { "source": {
@ -82,4 +82,4 @@
} }
} }
] ]
} }

View file

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

View file

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