forked from MapComplete/MapComplete
Chore: reset translations
This commit is contained in:
parent
4f504d9186
commit
8473b71451
5 changed files with 341 additions and 33 deletions
|
@ -854,6 +854,112 @@
|
|||
},
|
||||
"title": "Bordsteine und Überwege"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Alle MapComplete-Änderungen anzeigen",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themenname enthält {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt von {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Nicht</b> erstellt von {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt vor {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt nach {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Benutzersprache (ISO-Code) {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Erstellt mit Host {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Changeset fügte mindestens ein Bild hinzu"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Zentrum der Änderungssätze",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Welcher Mitwirkende hat diese Änderung vorgenommen?",
|
||||
"render": "Änderung gemacht von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "Mit welchem Host / welcher Website wurde diese Änderung gemacht?",
|
||||
"render": "Änderung vorgenommen mit <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "In welcher Sprache wurde diese Änderung vorgenommen?",
|
||||
"render": "Usersprache ist {locale}"
|
||||
},
|
||||
"show_changeset_id": {
|
||||
"render": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
},
|
||||
"theme-id": {
|
||||
"question": "Welches Thema wurde für diese Änderung verwendet?",
|
||||
"render": "Geändert mit Thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
},
|
||||
"version": {
|
||||
"question": "Mit welcher Version von MapComplete wurde diese Änderung gemacht?",
|
||||
"render": "Erstellt mit {editor}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Änderungssatz für {theme}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"render": "Mehr Statistiken gibt es <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Mit MapComplete erstellte Änderungen anzeigen",
|
||||
"title": "Mit MapComplete erstellte Änderungen"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
|
||||
"title": "MapRoulette-Aufgaben"
|
||||
|
|
|
@ -858,12 +858,12 @@
|
|||
"description": "This maps shows all the changes made with MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Shows all MapComplete changes",
|
||||
"description": "Show all MapComplete changes",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themename contains {search}"
|
||||
"question": "Theme name contains {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -920,12 +920,12 @@
|
|||
"name": "Changeset centers",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "What contributor did make this change?",
|
||||
"question": "Which contributor made this change?",
|
||||
"render": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "What host (website) was this change made with?",
|
||||
"render": "Change with with <a href='{host}'>{host}</a>"
|
||||
"render": "Change made with <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "What locale (language) was this change made in?",
|
||||
|
@ -936,7 +936,7 @@
|
|||
},
|
||||
"theme-id": {
|
||||
"question": "What theme was used to make this change?",
|
||||
"render": "Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
|
||||
"render": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
},
|
||||
"version": {
|
||||
"question": "What version of MapComplete was used to make this change?",
|
||||
|
@ -957,7 +957,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Shows changes made by MapComplete",
|
||||
"shortDescription": "Show changes made with MapComplete",
|
||||
"title": "Changes made with MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
|
|
|
@ -844,6 +844,65 @@
|
|||
},
|
||||
"title": "Ressauts et traversées"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Cette carte montre tous les changements faits avec MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"filter": {
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Langage utilisateur (code-ISO) {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Le groupe de modifications a ajouté au moins une image"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Quel contributeur a fait cette modification ?",
|
||||
"render": "Modification faite par <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"render": "Modification faite avec <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "En quelle langue est-ce que ce changement a été fait ?"
|
||||
},
|
||||
"show_changeset_id": {
|
||||
"render": "Groupe de modifications <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
},
|
||||
"theme-id": {
|
||||
"question": "Quel thème a été utilisé pour faire cette modification ?",
|
||||
"render": "Modifié avec le thème <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
},
|
||||
"version": {
|
||||
"question": "Quelle version de MapComplete a été utilisée pour faire cette modification ?",
|
||||
"render": "Fait avec {editor}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Groupe de modifications pour {theme}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"render": "D'autres statistiques sont disponibles <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>ici</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
|
|
|
@ -936,6 +936,89 @@
|
|||
},
|
||||
"title": "Stoepranden en oversteekplaatsen"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Deze kaart toont alle wijzigingen die met MapComplete gemaakt werden",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Toon alle MapComplete wijzigingen",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themenaam bevat {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt door bijdrager {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Niet</b> gemaakt door bijdrager {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt voor {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt na {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "De taal van de bijdrager is {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Gemaakt met host {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Changeset bevat minstens één afbeelding"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Centerpunt van changeset",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"question": "Welke bijdrager maakte deze wijziging?",
|
||||
"render": "Wijziging gemaakt door <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
},
|
||||
"host": {
|
||||
"question": "Met welke host (website) werd deze wijziging gemaakt?",
|
||||
"render": "Wijziging gemaakt met <a href='{host}'>{host}</a>"
|
||||
},
|
||||
"locale": {
|
||||
"question": "In welke locale (taal) werd deze wijziging gemaakt?",
|
||||
"render": "De gebruikerstaal is {locale}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Toon wijzigingen gemaakt met MapComplete",
|
||||
"title": "Wijzigingen gemaakt met MapComplete"
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Thema met MapRoulette taken, waar je ze kunt zoeken, filteren en ze oplossen.",
|
||||
"title": "MapRoulette taken"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue