diff --git a/assets/themes/cyclestreets/cyclestreets.json b/assets/themes/cyclestreets/cyclestreets.json
index ee962b2fb..2c577c121 100644
--- a/assets/themes/cyclestreets/cyclestreets.json
+++ b/assets/themes/cyclestreets/cyclestreets.json
@@ -50,7 +50,7 @@
},
"layers": [
{
- "id": "cyclestreets",
+ "id": "fietsstraat",
"name": {
"nl": "Fietsstraten",
"en": "Cyclestreets",
@@ -531,7 +531,7 @@
"motor_vehicle=yes",
"motorcar=",
"motorcycle=",
- "vehicle="
+ "vehicle=no"
]
},
{
diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json
index eeb934ac2..234252c43 100644
--- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json
+++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json
@@ -1,13 +1,19 @@
{
"id": "mapcomplete-changes",
"title": {
- "en": "Changes made with MapComplete"
+ "en": "Changes made with MapComplete",
+ "de": "Mit MapComplete vorgenommene Änderungen",
+ "fr": "Changements faits avec MapComplete"
},
"shortDescription": {
- "en": "Shows changes made by MapComplete"
+ "en": "Shows changes made by MapComplete",
+ "de": "Zeigt die mit MapComplete vorgenommenen Änderungen",
+ "fr": "Montrer les changements faits avec MapComplete"
},
"description": {
- "en": "This maps shows all the changes made with MapComplete"
+ "en": "This maps shows all the changes made with MapComplete",
+ "de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
+ "fr": "Cette carte affiche toutes les modifications réalisées avec MapComplete"
},
"maintainer": "",
"icon": "./assets/svg/logo.svg",
@@ -22,7 +28,9 @@
{
"id": "mapcomplete-changes",
"name": {
- "en": "Changeset centers"
+ "en": "Changeset centers",
+ "de": "Zentrum der Änderungssätze",
+ "fr": "Centre du groupe de modifications"
},
"minzoom": 0,
"source": {
@@ -36,35 +44,47 @@
],
"title": {
"render": {
- "en": "Changeset for {theme}"
+ "en": "Changeset for {theme}",
+ "de": "Änderungssatz für {theme}",
+ "fr": "Groupe de modifications pour {theme}"
}
},
"description": {
- "en": "Shows all MapComplete changes"
+ "en": "Shows all MapComplete changes",
+ "de": "Zeigt alle MapComplete Änderungen",
+ "fr": "Afficher toutes les modifications MapComplete"
},
"tagRenderings": [
{
"id": "render_id",
"render": {
- "en": "Changeset {id}"
+ "en": "Changeset {id}",
+ "de": "Änderungssatz {id}",
+ "fr": "Groupe de modifications {id}"
}
},
{
"id": "contributor",
"render": {
- "en": "Change made by {_last_edit:contributor}"
+ "en": "Change made by {_last_edit:contributor}",
+ "de": "Geändert von {_last_edit:contributor}",
+ "fr": "Modification faite par {_last_edit:contributor}"
}
},
{
"id": "theme",
"render": {
- "en": "Change with theme {theme}"
+ "en": "Change with theme {theme}",
+ "de": "Änderung mit Thema {theme}",
+ "fr": "Modification avec le thème {theme}"
},
"mappings": [
{
"if": "theme~http.*",
"then": {
- "en": "Change with unofficial theme {theme}"
+ "en": "Change with unofficial theme {theme}",
+ "de": "Änderung mit inoffiziellem Thema {theme}",
+ "fr": "Modification avec le thème non-officiel {theme}"
}
}
]
@@ -372,7 +392,9 @@
}
],
"question": {
- "en": "Themename contains {search}"
+ "en": "Themename contains {search}",
+ "de": "Themenname enthält {search}",
+ "fr": "Nom de thème contenant {search}"
}
}
]
@@ -388,7 +410,9 @@
}
],
"question": {
- "en": "Made by contributor {search}"
+ "en": "Made by contributor {search}",
+ "de": "Erstellt von {search}",
+ "fr": "Réalisé par {search}"
}
}
]
@@ -404,7 +428,9 @@
}
],
"question": {
- "en": "Not made by contributor {search}"
+ "en": "Not made by contributor {search}",
+ "de": "Nicht erstellt von {search}",
+ "fr": "Non réalisé par {search}"
}
}
]
@@ -419,7 +445,9 @@
{
"id": "link_to_more",
"render": {
- "en": "More statistics can be found here"
+ "en": "More statistics can be found here",
+ "de": "Weitere Statistiken finden Sie hier",
+ "fr": "D’autres statistiques sont disponibles ici"
}
},
{
diff --git a/langs/themes/de.json b/langs/themes/de.json
index f85c42136..5192e3944 100644
--- a/langs/themes/de.json
+++ b/langs/themes/de.json
@@ -667,6 +667,68 @@
"description": "Eine Karte mit Bordsteinen und Überwegen.",
"title": "Bordsteine und Überwege"
},
+ "mapcomplete-changes": {
+ "description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
+ "layers": {
+ "0": {
+ "description": "Zeigt alle MapComplete Änderungen",
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Themenname enthält {search}"
+ }
+ }
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Erstellt von {search}"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "Nicht erstellt von {search}"
+ }
+ }
+ }
+ },
+ "name": "Zentrum der Änderungssätze",
+ "tagRenderings": {
+ "contributor": {
+ "render": "Geändert von {_last_edit:contributor}"
+ },
+ "render_id": {
+ "render": "Änderungssatz {id}"
+ },
+ "theme": {
+ "mappings": {
+ "0": {
+ "then": "Änderung mit inoffiziellem Thema {theme}"
+ }
+ },
+ "render": "Änderung mit Thema {theme}"
+ }
+ },
+ "title": {
+ "render": "Änderungssatz für {theme}"
+ }
+ },
+ "1": {
+ "override": {
+ "tagRenderings": {
+ "link_to_more": {
+ "render": "Weitere Statistiken finden Sie hier"
+ }
+ }
+ }
+ }
+ },
+ "shortDescription": "Zeigt die mit MapComplete vorgenommenen Änderungen",
+ "title": "Mit MapComplete vorgenommene Änderungen"
+ },
"maproulette": {
"description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
"title": "MapRoulette-Aufgaben"
@@ -1030,4 +1092,4 @@
"shortDescription": "Eine Karte mit Abfalleimern",
"title": "Abfalleimer"
}
-}
+}
\ No newline at end of file
diff --git a/langs/themes/fr.json b/langs/themes/fr.json
index 02e808a02..318727f5a 100644
--- a/langs/themes/fr.json
+++ b/langs/themes/fr.json
@@ -654,6 +654,68 @@
"description": "Une carte affichant les ressauts et traversées.",
"title": "Ressauts et traversées"
},
+ "mapcomplete-changes": {
+ "description": "Cette carte affiche toutes les modifications réalisées avec MapComplete",
+ "layers": {
+ "0": {
+ "description": "Afficher toutes les modifications MapComplete",
+ "filter": {
+ "0": {
+ "options": {
+ "0": {
+ "question": "Nom de thème contenant {search}"
+ }
+ }
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Réalisé par {search}"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "Non réalisé par {search}"
+ }
+ }
+ }
+ },
+ "name": "Centre du groupe de modifications",
+ "tagRenderings": {
+ "contributor": {
+ "render": "Modification faite par {_last_edit:contributor}"
+ },
+ "render_id": {
+ "render": "Groupe de modifications {id}"
+ },
+ "theme": {
+ "mappings": {
+ "0": {
+ "then": "Modification avec le thème non-officiel {theme}"
+ }
+ },
+ "render": "Modification avec le thème {theme}"
+ }
+ },
+ "title": {
+ "render": "Groupe de modifications pour {theme}"
+ }
+ },
+ "1": {
+ "override": {
+ "tagRenderings": {
+ "link_to_more": {
+ "render": "D’autres statistiques sont disponibles ici"
+ }
+ }
+ }
+ }
+ },
+ "shortDescription": "Montrer les changements faits avec MapComplete",
+ "title": "Changements faits avec MapComplete"
+ },
"maproulette": {
"description": "Thème MapRoulette permettant d’afficher, rechercher, filtrer et résoudre les tâches.",
"title": "Tâches MapRoulette"