diff --git a/Customizations/AllKnownLayouts.ts b/Customizations/AllKnownLayouts.ts
index 8a739cf32e..062eccc423 100644
--- a/Customizations/AllKnownLayouts.ts
+++ b/Customizations/AllKnownLayouts.ts
@@ -218,10 +218,13 @@ export class AllKnownLayouts {
new Title(new Combine([theme.title, "(", theme.id + ")"]), 2),
theme.description,
"This theme contains the following layers:",
- new List(theme.layers.filter(l => !l.id.startsWith("note_import_")).map((l) =>
- new Link(l.id, "../Layers/"+l.id+".md"))),
+ new List(
+ theme.layers
+ .filter((l) => !l.id.startsWith("note_import_"))
+ .map((l) => new Link(l.id, "../Layers/" + l.id + ".md"))
+ ),
"Available languages:",
- new List(theme.language.filter(ln => ln !== "_context")),
+ new List(theme.language.filter((ln) => ln !== "_context")),
]).SetClass("flex flex-col")
}
diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md
index 9ab8e7f636..c14e1caa38 100644
--- a/Docs/Layers/artwork.md
+++ b/Docs/Layers/artwork.md
@@ -66,15 +66,6 @@ attribute | type | values which are supported by this layer
[ {inscription} {inscription}](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
[
](https://taginfo.openstreetmap.org/keys/wikidata#values) [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
[
](https://taginfo.openstreetmap.org/keys/subject:wikidata#values) [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
-[
](https://taginfo.openstreetmap.org/keys/amenity#values) [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D)
-[
](https://taginfo.openstreetmap.org/keys/backrest#values) [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno)
-[
](https://taginfo.openstreetmap.org/keys/seats#values) [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) |
-[
](https://taginfo.openstreetmap.org/keys/material#values) [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel)
-[
](https://taginfo.openstreetmap.org/keys/direction#values) [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) |
-[
](https://taginfo.openstreetmap.org/keys/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow)
-[
](https://taginfo.openstreetmap.org/keys/survey:date#values) [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D)
-[
](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) |
-[
](https://taginfo.openstreetmap.org/keys/historic#values) [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D)
@@ -120,8 +111,6 @@ This is rendered with `This is a {artwork_type}`
- *Woodcarving* corresponds with `artwork_type=woodcarving`
-This tagrendering has labels `artwork-question`
-
### artwork-artist-wikidata
@@ -136,8 +125,6 @@ This is rendered with `This artwork was made by {wikidata_label(artist:wikidata
-This tagrendering has labels `artwork-question`
-
### artwork-artist_name
@@ -152,8 +139,6 @@ This is rendered with `Created by {artist_name}`
-This tagrendering has labels `artwork-question`
-
### artwork-website
@@ -168,8 +153,6 @@ This is rendered with `More information on
-This tagrendering has labels `artwork-question`
-
### wikipedia
@@ -210,213 +193,6 @@ This is rendered with `This artwork depicts {wikidata_label(subject:wikidata)}{
This tagrendering is only visible in the popup if the following condition is met: `subject:wikidata~.+`
-This tagrendering has labels `artwork-question`
-
-
-
-### doubles_as_bench
-
-
-
-The question is *Does this artwork serve as a bench?*
-
-
-
-
-
- - *This artwork also serves as a bench* corresponds with `amenity=bench`
- - *This artwork does not serve as a bench* corresponds with ``
- - *This artwork does not serve as a bench* corresponds with `amenity!=bench`
- - This option cannot be chosen as answer
-
-
-
-
-### bench-backrest
-
-
-
-The question is *Does this bench have a backrest?*
-
-
-
-
-
- - *Does have a backrest* corresponds with `backrest=yes`
- - *Does not have a backrest* corresponds with `backrest=no`
-
-
-This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
-
-This tagrendering has labels `bench-questions`
-
-
-
-### bench-seats
-
-
-
-The question is *How many seats does this bench have?*
-
-This rendering asks information about the property [seats](https://wiki.openstreetmap.org/wiki/Key:seats)
-
-This is rendered with `{seats} seats`
-
-
-
-
-
- - *This bench does not have separated seats* corresponds with `seats:separated=no`
-
-
-This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
-
-This tagrendering has labels `bench-questions`
-
-
-
-### bench-material
-
-
-
-The question is *What is the bench (seating) made from?*
-
-This rendering asks information about the property [material](https://wiki.openstreetmap.org/wiki/Key:material)
-
-This is rendered with `Material: {material}`
-
-
-
-
-
- - *The seating is made from wood* corresponds with `material=wood`
- - *The seating is made from metal* corresponds with `material=metal`
- - *The seating is made from stone* corresponds with `material=stone`
- - *The seating is made from concrete* corresponds with `material=concrete`
- - *The seating is made from plastic* corresponds with `material=plastic`
- - *The seating is made from steel* corresponds with `material=steel`
-
-
-This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
-
-This tagrendering has labels `bench-questions`
-
-
-
-### bench-direction
-
-
-
-The question is *In which direction are you looking when sitting on the bench?*
-
-This rendering asks information about the property [direction](https://wiki.openstreetmap.org/wiki/Key:direction)
-
-This is rendered with `When sitting on the bench, one looks towards {direction}°.`
-
-
-
-This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
-
-This tagrendering has labels `bench-questions`
-
-
-
-### bench-colour
-
-
-
-The question is *Which colour does this bench have?*
-
-This rendering asks information about the property [colour](https://wiki.openstreetmap.org/wiki/Key:colour)
-
-This is rendered with `Colour: {colour}`
-
-
-
-
-
- - *Colour: brown* corresponds with `colour=brown`
- - *Colour: green* corresponds with `colour=green`
- - *Colour: gray* corresponds with `colour=gray`
- - *Colour: white* corresponds with `colour=white`
- - *Colour: red* corresponds with `colour=red`
- - *Colour: black* corresponds with `colour=black`
- - *Colour: blue* corresponds with `colour=blue`
- - *Colour: yellow* corresponds with `colour=yellow`
-
-
-This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
-
-This tagrendering has labels `bench-questions`
-
-
-
-### bench-survey:date
-
-
-
-The question is *When was this bench last surveyed?*
-
-This rendering asks information about the property [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date)
-
-This is rendered with `This bench was last surveyed on {survey:date}`
-
-
-
-
-
- - *Surveyed today!* corresponds with `survey:date=`
-
-
-This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
-
-This tagrendering has labels `bench-questions`
-
-
-
-### bench-inscription
-
-
-
-The question is *Does this bench have an inscription?
](https://taginfo.openstreetmap.org/keys/direction#values) [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) |
[
](https://taginfo.openstreetmap.org/keys/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow)
[
](https://taginfo.openstreetmap.org/keys/survey:date#values) [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D)
-[
](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) |
-[
](https://taginfo.openstreetmap.org/keys/tourism#values) [tourism](https://wiki.openstreetmap.org/wiki/Key:tourism) | Multiple choice | [artwork](https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork) [](https://wiki.openstreetmap.org/wiki/Tag:tourism%3D)
-[
](https://taginfo.openstreetmap.org/keys/historic#values) [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D)
-[
](https://taginfo.openstreetmap.org/keys/artwork_type#values) [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [woodcarving](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dwoodcarving)
-[
](https://taginfo.openstreetmap.org/keys/artist:wikidata#values) [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
-[
](https://taginfo.openstreetmap.org/keys/artist_name#values) [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [string](../SpecialInputElements.md#string) |
-[
](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
-[
](https://taginfo.openstreetmap.org/keys/subject:wikidata#values) [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
@@ -105,8 +97,6 @@ The question is *Does this bench have a backrest?*
- *Does not have a backrest* corresponds with `backrest=no`
-This tagrendering has labels `bench-questions`
-
### bench-seats
@@ -123,13 +113,6 @@ This is rendered with `{seats} seats`
- - *This bench does not have separated seats* corresponds with `seats:separated=no`
-
-
-This tagrendering has labels `bench-questions`
-
-
-
### bench-material
@@ -152,8 +135,6 @@ This is rendered with `Material: {material}`
- *The seating is made from steel* corresponds with `material=steel`
-This tagrendering has labels `bench-questions`
-
### bench-direction
@@ -168,8 +149,6 @@ This is rendered with `When sitting on the bench, one looks towards {direction}
-This tagrendering has labels `bench-questions`
-
### bench-colour
@@ -196,8 +175,6 @@ This is rendered with `Colour: {colour}`
- *Colour: yellow* corresponds with `colour=yellow`
-This tagrendering has labels `bench-questions`
-
### bench-survey:date
@@ -215,205 +192,6 @@ This is rendered with `This bench was last surveyed on {survey:date}`
- *Surveyed today!* corresponds with `survey:date=`
-
-
-This tagrendering has labels `bench-questions`
-
-
-
-### bench-inscription
-
-
-
-The question is *Does this bench have an inscription?
{wikipedia(artist:wikidata)}`
-
-
-
-This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
-
-This tagrendering has labels `artwork-question`
-
-
-
-### artwork-artist_name
-
-
-
-The question is *Which artist created this?*
-
-This rendering asks information about the property [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name)
-
-This is rendered with `Created by {artist_name}`
-
-
-
-This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
-
-This tagrendering has labels `artwork-question`
-
-
-
-### artwork-website
-
-
-
-The question is *Is there a website with more information about this artwork?*
-
-This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
-
-This is rendered with `More information on this website`
-
-
-
-This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
-
-This tagrendering has labels `artwork-question`
-
-
-
-### artwork_subject
-
-
-
-The question is *What does this artwork depict?*
-
-This rendering asks information about the property [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata)
-
-This is rendered with `This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}`
-
-
-
-This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
-
-This tagrendering has labels `artwork-question`
-
-
-
-#### Filters
-
-
-
-
-
-id | question | osmTags
----- | ---------- | ---------
-bench_is_memorial.0 | is a memorial | historic=memorial\|memorial=bench
-
-
-
-
-id | question | osmTags
----- | ---------- | ---------
-has_backrest.0 | With and without backrest (default) |
-has_backrest.1 | Has a backrest | backrest=yes
-has_backrest.2 | Has no backrest | backrest=no
-
-
-
-
-id | question | osmTags
----- | ---------- | ---------
-has_image.0 | With and without images (default) |
-has_image.1 | Has at least one image | image~.+\|image:0~.+|image:1~.+|image:2~.+|image:3~.+|mapillary~.+
-has_image.2 | Probably does not have an image |
This document is autogenerated from [assets/layers/bench/bench.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench/bench.json)
\ No newline at end of file
diff --git a/Docs/Layers/bench_at_pt.md b/Docs/Layers/bench_at_pt.md
index 42bab96a9a..42aab5f200 100644
--- a/Docs/Layers/bench_at_pt.md
+++ b/Docs/Layers/bench_at_pt.md
@@ -40,11 +40,10 @@ Elements must have the all of following tags to be shown on this layer:
- - highway=bus_stop
- bench=yes|bench=stand_up_bench
-[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22highway%22%3D%22bus_stop%22%5D%5B%22bench%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22bus_stop%22%5D%5B%22bench%22%3D%22stand_up_bench%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22bench%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22bench%22%3D%22stand_up_bench%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
diff --git a/Docs/Layers/climbing_gym.md b/Docs/Layers/climbing_gym.md
index 52583fca60..7221ac4f47 100644
--- a/Docs/Layers/climbing_gym.md
+++ b/Docs/Layers/climbing_gym.md
@@ -67,7 +67,6 @@ attribute | type | values which are supported by this layer
[](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) |
[
](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D)
[
](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) |
-[
](https://taginfo.openstreetmap.org/keys/climbing:toprope#values) [climbing:toprope](https://wiki.openstreetmap.org/wiki/Key:climbing:toprope) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dno)
[
](https://taginfo.openstreetmap.org/keys/climbing:length#values) [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | [pfloat](../SpecialInputElements.md#pfloat) |
[
](https://taginfo.openstreetmap.org/keys/climbing:grade:french:min#values) [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min) | [string](../SpecialInputElements.md#string) |
[
](https://taginfo.openstreetmap.org/keys/climbing:grade:french:max#values) [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:max) | [string](../SpecialInputElements.md#string) |
@@ -199,24 +198,6 @@ This is rendered with `
Avec MapComplete vous pouvez enrichir OpenStreetMap d'informations sur un thème unique. Répondez à quelques questions, et en quelques minutes vos contributions seront disponibles dans le monde entier ! Le concepteur du thème définis les éléments, questions et langues pour le thème.
MapComplete propose toujours l'étape suivante pour en apprendre plus sur OpenStreetMap.
Vous avez remarqué un problème ? Vous souhaitez demander une fonctionnalité ? Vous voulez aider à traduire ? Allez voir le code source ou le gestionnaire de tickets.
Vous voulez visualiser votre progression ? Suivez le compteur d'édition sur OsmCha.
", @@ -160,6 +167,7 @@ }, "nameInlineQuestion": "Le nom de cet/cette {category} est $$$", "next": "Suivant", + "noMatchingMapping": "Aucun résultat ne correspond à votre recherche…", "noNameCategory": "{category} sans nom", "noTagsSelected": "Aucune balise sélectionnée", "notValid": "Sélectionnez une valeur valide pour continuer", @@ -234,6 +242,16 @@ "skip": "Passer la question", "skippedQuestions": "Questions passées", "testing": "Test - les changements ne seront pas sauvegardés", + "uploadGpx": { + "modes": { + "private": { + "name": "Anonyme" + }, + "public": { + "name": "Publique" + } + } + }, "weekdays": { "abbreviations": { "friday": "Ven", @@ -281,7 +299,17 @@ "dontDelete": "Annuler", "isDeleted": "Supprimé", "nearbyPictures": { - "browseNearby": "Parcourir les images à proximité…" + "allFiltered": "Aucune image ne correspond à votre filtre", + "browseNearby": "Parcourir les images à proximité…", + "confirm": "L'image sélectionnée représente {title()}", + "hasMatchingPicture": "Est-ce qu'une image correspond à cet objet ? Sélectionnez ci-dessous", + "loadMore": "Charger plus d'images", + "loading": "Chargement des images alentours…", + "noImageSelected": "Sélectionnez une image à lier à l'objet", + "nothingFound": "Aucune image trouvée à proximité…", + "removeFilters": "Cliquez ici pour retirer les filtres", + "title": "Images à proximité", + "withinRadius": "N'afficher que les images prises dans un rayon de {radius} mètres autour de cet objet" }, "pleaseLogin": "Connectez-vous pour téléverser une photo", "respectPrivacy": "Ne photographiez ni les personnes ni les plaques d'immatriculation. Ne téléversez rien issu de Google Maps, Google Streetview ou d'autre sources soumises à des droits d'auteurs.", @@ -295,6 +323,8 @@ }, "importHelper": { "askMetadata": { + "giveDescription": "Merci d'écrire une petite description pour la personne qui lira la note. Une bonne note décrit ce que le contributeur devra faire, par ex. Il pourrait y avoir un banc ici. Si vous êtes dans le coin, pouvez-vous vérifier et indiquer si le banc est présent ou non ? (Un lien vers MapComplete sera ajouté automatiquement)", + "intro": "Avant d'ajouter {count} notes, merci de fournir quelques informations supplémentaires.", "shouldBeUrl": "URL invalide" }, "login": { @@ -313,6 +343,23 @@ "pickTheme": "Choisissez un thème ci-dessous pour commencer.", "title": "Bienvenue sur MapComplete" }, + "matrixbot": { + "commands": { + "dm": { + "failed": "Je n'ai pas pu exécuter{cmd}
à cause de {message}"
+ },
+ "documentation": {
+ "file": {
+ "plural": "fichiers",
+ "singular": "fichier"
+ },
+ "theme": {
+ "plural": "thèmes",
+ "singular": "thème"
+ }
+ }
+ }
+ },
"move": {
"cancel": "Annuler le déplacement",
"cannotBeMoved": "Cet élément ne peut être déplacé.",
@@ -341,6 +388,31 @@
"multi_apply": {
"autoApply": "En changeant les attributs {attr_names}, ceux-ci seront automatiquement changés sur {count} autres éléments"
},
+ "notes": {
+ "reopenNote": "Rouvrir la note",
+ "reopenNoteAndComment": "Rouvrir la note et commenter",
+ "textNeeded": "Saisir un texte descriptif pour créer une note",
+ "warnAnonymous": "Vous n'êtes pas connecté. Nous ne pourrons pas vous contacter pour résoudre ce problème."
+ },
+ "plantDetection": {
+ "error": "Une erreur est survenue lors de la détection de l'espèce de l'arbre : {error}",
+ "howTo": {
+ "intro": "Pour de résultats optimaux,",
+ "li0": "prenez une photo montant l'arbre au centre avec un peu d'élément à l'arrière plan",
+ "li1": "prenez une photo montrant une feuille seule",
+ "li2": "prenez une photo montant l'écorce",
+ "li3": "prenez une photo des fleurs"
+ },
+ "loadingWikidata": "Chargement des infos sur {species}",
+ "matchPercentage": "Correspondance {match} %",
+ "overviewIntro": "L'IA de PlantNet.org pense que les images représentes les espèces ci-dessous.",
+ "seeInfo": "Voir plus d'informations sur les espèces"
+ },
+ "privacy": {
+ "geodataTitle": "Votre géolocalisation",
+ "miscCookiesTitle": "Autres cookies",
+ "trackingTitle": "Données statistiques"
+ },
"professional": {
"indexPage": {
"button": "Découvrez nos offres",
@@ -375,5 +447,40 @@
"translations": {
"isTranslator": "Mode traduction activé, votre pseudo correspond à celui d’une personne de l’équipe de traduction",
"missing": "{count} segments non traduits"
+ },
+ "validation": {
+ "email": {
+ "noAt": "Une adresse email doit contenir un @"
+ },
+ "float": {
+ "description": "un nombre",
+ "feedback": "Ceci n'est pas un nombre"
+ },
+ "int": {
+ "description": "un nombre entier"
+ },
+ "nat": {
+ "mustBePositive": "Ce nombre doit être positif",
+ "mustBeWhole": "Seuls les nombres entiers sont autorisés",
+ "notANumber": "Entrez un nombre"
+ },
+ "opening_hours": {
+ "description": "Horaires d'ouverture"
+ },
+ "pfloat": {
+ "description": "un nombre positif"
+ },
+ "phone": {
+ "description": "un numéro de téléphone",
+ "feedback": "Ceci n'est pas un numéro de téléphone valide"
+ },
+ "pnat": {
+ "description": "un nombre entier, positif",
+ "noZero": "Zéro n'est pas autorisé"
+ },
+ "url": {
+ "description": "lien vers un site web",
+ "feedback": "Ceci n'est pas une adresse web valide"
+ }
}
}
diff --git a/langs/layers/de.json b/langs/layers/de.json
index b78ae0210f..333490ee82 100644
--- a/langs/layers/de.json
+++ b/langs/layers/de.json
@@ -3274,11 +3274,19 @@
}
},
"dentist": {
+ "description": "Diese Ebene zeigt Zahnarztpraxen",
+ "name": "Zahnarzt",
"presets": {
"0": {
"title": "eine Zahnarztpraxis"
}
},
+ "tagRenderings": {
+ "name": {
+ "question": "Wie lautet der Name dieses Zahnarztes?",
+ "render": "Dieser Zahnarzt heißt {name}"
+ }
+ },
"title": {
"render": "Arztpraxis {name}"
}
@@ -3288,6 +3296,7 @@
"name": "Aufnahmewinkel der Kamera anzeigen"
},
"doctors": {
+ "description": "Diese Ebene zeigt Arztpraxen, Zahnärzte und andere Gesundheitseinrichtungen",
"name": "Ärzte",
"presets": {
"0": {
@@ -3726,6 +3735,13 @@
"question": "Keine Informationen über taktiles Pflaster"
}
}
+ },
+ "6": {
+ "options": {
+ "0": {
+ "question": "Hat Bio-Produkte"
+ }
+ }
}
}
},
@@ -4119,6 +4135,20 @@
},
"question": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?"
},
+ "friture-organic": {
+ "mappings": {
+ "0": {
+ "then": "Biologische Snacks sind erhältlich"
+ },
+ "1": {
+ "then": "Es sind keine biologischen Snacks erhältlich"
+ },
+ "2": {
+ "then": "Nur biologische Snacks sind erhältlich"
+ }
+ },
+ "question": "Bietet diese Pommesbude biologische Snacks an?"
+ },
"friture-take-your-container": {
"mappings": {
"0": {
@@ -4177,6 +4207,20 @@
}
},
"question": "Werden hier halal Gerichte angeboten?"
+ },
+ "organic (no friture)": {
+ "mappings": {
+ "0": {
+ "then": "Es sind keine biologischen Produkte verfügbar"
+ },
+ "1": {
+ "then": "Es gibt ein biologisches Menü"
+ },
+ "2": {
+ "then": "Nur biologische Produkte sind erhältlich"
+ }
+ },
+ "question": "Bietet dieses Restaurant biologische Speisen an?"
}
},
"title": {
@@ -5540,7 +5584,7 @@
}
}
},
- "name": "Apotheke",
+ "name": "Apotheken",
"presets": {
"0": {
"title": "eine Apotheke"
@@ -5579,10 +5623,21 @@
}
},
"physiotherapist": {
+ "description": "Diese Ebene zeigt Physiotherapeuten",
+ "name": "Physiotherapeut",
"presets": {
"0": {
"title": "Praxis eines Physiotherapeuten"
}
+ },
+ "tagRenderings": {
+ "name": {
+ "question": "Wie heißt die Praxis des Physiotherapeuten?",
+ "render": "Die Praxis des Physiotherapeuten heißt {name}"
+ }
+ },
+ "title": {
+ "render": "Physiotherapeut {name}"
}
},
"picnic_table": {
@@ -6460,6 +6515,20 @@
"render": "Das ist ein {shop}"
}
},
+ "organic": {
+ "mappings": {
+ "0": {
+ "then": "Dieses Geschäft bietet Bio-Produkte an"
+ },
+ "1": {
+ "then": "Dieses Geschäft bietet ausschließlich Bio-Produkte an"
+ },
+ "2": {
+ "then": "Dieses Geschäft bietet keine Bioprodukte an"
+ }
+ },
+ "question": "Bietet dieses Geschäft Bioprodukte an?"
+ },
"shops-name": {
"question": "Wie ist der Name dieses Geschäfts?",
"render": "Der Name des Geschäfts lautet {name}"
diff --git a/langs/layers/en.json b/langs/layers/en.json
index bcc2de8370..48fb33f8cf 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -4548,7 +4548,7 @@
},
"indoors": {
"description": "Basic indoor mapping: shows room outlines",
- "name": "indoors",
+ "name": "Indoors",
"tagRenderings": {
"name": {
"freeform": {
@@ -5584,7 +5584,7 @@
}
}
},
- "name": "pharmacy",
+ "name": "Pharmacies",
"presets": {
"0": {
"title": "a pharmacy"
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index bb2a0b0012..8f201d482a 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -1925,7 +1925,7 @@
}
},
"question": "Welk vermogen levert een enkele stekker van type Met MapComplete kun je OpenStreetMap verrijken met informatie over een bepaald thema. Beantwoord enkele vragen, en binnen een paar minuten is jouw bijdrage wereldwijd beschikbaar! De maker van het thema bepaalt de elementen, vragen en taalversies voor het thema.
MapComplete biedt altijd de volgende stap naar meer OpenStreetMap:
Merk je een bug of wil je een extra feature? Wil je helpen vertalen? Bezoek dan de broncode en issue tracker.
Wil je je vorderingen zien? Volg de edits op OsmCha.", + "aboutMapcomplete": "Met MapComplete kun je OpenStreetMap verrijken met informatie over een bepaald thema. Beantwoord enkele vragen, en binnen een paar minuten is jouw bijdrage wereldwijd beschikbaar! In de meeste thema's kan je foto's toevoegen of zelfs een review achterlaten. De maker van het thema bepaalt de elementen, vragen en taalversies voor het thema.
MapComplete biedt altijd de volgende stap naar meer OpenStreetMap:
Merk je een bug of wil je een extra feature? Wil je helpen vertalen? Bezoek dan de broncode en issue tracker.
Wil je je vorderingen zien? Volg de edits op OsmCha.", "add": { "addNew": "Voeg {category} toe", "addNewMapLabel": "Klik hier om een item toe te voegen", @@ -182,6 +182,10 @@ "title": "Selecteer lagen", "zoomInToSeeThisLayer": "Vergroot de kaart om deze laag te zien" }, + "levelSelection": { + "addNewOnLevel": "Is het nieuwe punt op verdieping {level}?", + "confirmLevel": "Ja, voeg {preset} toe op verdieping {level}" + }, "loading": "Aan het laden…", "loadingTheme": "{theme} wordt geladen…", "loginFailed": "Het inloggen op OpenStreetMap is gefaald", @@ -277,6 +281,17 @@ "skip": "Sla deze vraag over", "skippedQuestions": "Enkele vragen werden overgeslaan", "testing": "Testmode - wijzigingen worden niet opgeslaan", + "uploadGpx": { + "confirm": "Bevestig upload", + "modes": { + "private": { + "name": "Anoniem" + }, + "public": { + "name": "Publiek" + } + } + }, "weekdays": { "abbreviations": { "friday": "Vrij", @@ -720,6 +735,13 @@ "typeText": "Typ eerst een commentaar om deze toe te voegen", "warnAnonymous": "Je bent niet aangemeld. We gaan je niet kunnen contacteren om deze kaartnota te verwerken." }, + "plantDetection": { + "howTo": { + "intro": "Voor optimale resultaten,", + "li0": "neem een foto waar de boom in het midden staat zonder te veel achtergrond", + "li1": "neem een foto met een enkel blad" + } + }, "privacy": { "editing": "Wanneer je een wijziging maakt, wordt deze wijziging opgeslaan op OpenStreetMap. Dit is zichtbaar voor iedereen. Een wijzigingenset gemaakt met MapComplete bevat de volgende data:\n