diff --git a/assets/layers/parking/parking.json b/assets/layers/parking/parking.json
index 5459e47cb7..888ee00a9f 100644
--- a/assets/layers/parking/parking.json
+++ b/assets/layers/parking/parking.json
@@ -1,7 +1,7 @@
{
"id": "parking",
"name": {
- "nl": "parking"
+ "nl": "Parking"
},
"minzoom": 12,
"source": {
@@ -82,4 +82,4 @@
}
}
]
-}
\ No newline at end of file
+}
diff --git a/assets/layers/watermill/watermill.json b/assets/layers/watermill/watermill.json
index 1908dc8a03..54b5f056cd 100644
--- a/assets/layers/watermill/watermill.json
+++ b/assets/layers/watermill/watermill.json
@@ -1,7 +1,7 @@
{
"id": "watermill",
"name": {
- "nl": "watermolens",
+ "nl": "Watermolens",
"en": "Watermill"
},
"minzoom": 12,
@@ -170,4 +170,4 @@
"color": {
"render": "#FFC0CB"
}
-}
\ No newline at end of file
+}
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index dec4d1973b..d253c31611 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -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": {
diff --git a/langs/pt.json b/langs/pt.json
new file mode 100644
index 0000000000..0967ef424b
--- /dev/null
+++ b/langs/pt.json
@@ -0,0 +1 @@
+{}
diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json
new file mode 100644
index 0000000000..60330bb638
--- /dev/null
+++ b/langs/shared-questions/pt.json
@@ -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.
Não repita factos já declarados"
+ }
+ }
+}
diff --git a/langs/themes/pt.json b/langs/themes/pt.json
new file mode 100644
index 0000000000..0967ef424b
--- /dev/null
+++ b/langs/themes/pt.json
@@ -0,0 +1 @@
+{}