diff --git a/langs/es.json b/langs/es.json
index 5f79e95994..b45b5fddfa 100644
--- a/langs/es.json
+++ b/langs/es.json
@@ -306,7 +306,16 @@
"selectFile": {
"title": "Seleccionar archivo"
},
- "title": "Ayudante de importación"
+ "title": "Ayudante de importación",
+ "conflationChecker": {
+ "importCandidatesCount": "Los {count} elementos rojos en el siguiente mapa son todos tus candidatos de importación.",
+ "nearbyWarn": "¡Los {count} elementos rojos en el siguiente mapa no se importarán!"
+ },
+ "confirmProcess": {
+ "title": "Licencia y comunidad",
+ "wikipageIsMade": "El proceso está documentado en la wiki de OSM (necesitarás este enlace más adelante)",
+ "readImportGuidelines": "He leído las directrices importantes en la wiki de OSM"
+ }
},
"importLayer": {
"layerName": "Posible {title}",
diff --git a/langs/themes/en.json b/langs/themes/en.json
index 58279b6f6d..dfce15d644 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -98,10 +98,10 @@
"caravansites-long-term": {
"mappings": {
"0": {
- "then": "Yes, there are some spots for long term rental, but you can also stay on a daily basis"
+ "then": "There are some spots for long term rental, but you can also stay on a daily basis"
},
"1": {
- "then": "No, there are no permanent guests here"
+ "then": "There are no permanent guests here"
},
"2": {
"then": "It is only possible to stay here if you have a long term contract(this place will disappear from this map if you choose this)"
@@ -1006,4 +1006,4 @@
"shortDescription": "A map with waste baskets",
"title": "Waste Basket"
}
-}
\ No newline at end of file
+}
diff --git a/langs/themes/nl.json b/langs/themes/nl.json
index deab1b60c3..3720fbe149 100644
--- a/langs/themes/nl.json
+++ b/langs/themes/nl.json
@@ -253,6 +253,20 @@
"caravansites-website": {
"question": "Heeft deze plaats een website?",
"render": "Officiële website: : {website}"
+ },
+ "caravansites-long-term": {
+ "mappings": {
+ "0": {
+ "then": "Er zijn enkele plaatsen om op lange termijn te huren, maar je kan ook enkele dagen blijven"
+ },
+ "1": {
+ "then": "Hier wonen geen permanente gasten"
+ },
+ "2": {
+ "then": "Hier kan je enkel verblijven met een langetermijnscontract (deze plaats zal verborgen worden van deze kaart als je dit kiest)"
+ }
+ },
+ "question": "Kan men hier plekken huren voor langere termijn?"
}
},
"title": {
@@ -969,4 +983,4 @@
"shortDescription": "Een kaart met vuilnisbakken",
"title": "Vuilnisbak"
}
-}
\ No newline at end of file
+}