forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
7792f39f63
6 changed files with 35 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "parking",
|
||||
"name": {
|
||||
"nl": "parking"
|
||||
"nl": "Parking"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
|
@ -82,4 +82,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "watermill",
|
||||
"name": {
|
||||
"nl": "watermolens",
|
||||
"nl": "Watermolens",
|
||||
"en": "Watermill"
|
||||
},
|
||||
"minzoom": 12,
|
||||
|
@ -170,4 +170,4 @@
|
|||
"color": {
|
||||
"render": "#FFC0CB"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
1
langs/pt.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
27
langs/shared-questions/pt.json
Normal file
27
langs/shared-questions/pt.json
Normal 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
1
langs/themes/pt.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
Loading…
Reference in a new issue