forked from MapComplete/MapComplete
Refactoring: new background selector
This commit is contained in:
parent
5427a4cb05
commit
82093ffdf4
25 changed files with 658 additions and 269 deletions
|
@ -132,6 +132,8 @@
|
|||
"isApplied": "The changes are applied"
|
||||
},
|
||||
"attribution": {
|
||||
"attributionBackgroundLayer": "The current background layer is {name}",
|
||||
"attributionBackgroundLayerWithCopyright": "The current background layer is {name}: {copyright}",
|
||||
"attributionContent": "<p>All data is provided by <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, freely reusable under <a href='https://osm.org/copyright' target='_blank'>the Open DataBase License</a>.</p>",
|
||||
"attributionTitle": "Attribution notice",
|
||||
"codeContributionsBy": "MapComplete has been built by {contributors} and <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} more contributors</a>",
|
||||
|
@ -158,7 +160,7 @@
|
|||
"back": "Back",
|
||||
"backToIndex": "Go back to the overview with all thematic maps",
|
||||
"backToMapcomplete": "Back to the theme overview",
|
||||
"backgroundMap": "Background map",
|
||||
"backgroundMap": "Select a background layer",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
|
||||
|
@ -236,6 +238,7 @@
|
|||
"number": "number",
|
||||
"openStreetMapIntro": "<h3>An Open Map</h3><p>One that everyone can use and edit freely. A single place to store all geo-info. Different, small, incompatible and outdated maps are not needed anywhere.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is not the enemy map. The map data can be used freely (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). Everyone can add new data and fix errors. This website uses OpenStreetMap. All the data is from there, and your answers and corrections are used all over.</p><p>Many people and apps already use OpenStreetMap: <a href='https://organicmaps.app/' target='_blank'>Organic Maps</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap.</p>",
|
||||
"openTheMap": "Open the map",
|
||||
"openTheMapAtGeolocation": "Zoom to your location",
|
||||
"opening_hours": {
|
||||
"closed_permanently": "Closed for an unkown duration",
|
||||
"closed_until": "Closed until {date}",
|
||||
|
@ -289,6 +292,7 @@
|
|||
"error": "Something went wrong…",
|
||||
"nothing": "Nothing found…",
|
||||
"search": "Search a location",
|
||||
"searchShort": "Search…",
|
||||
"searching": "Searching…"
|
||||
},
|
||||
"sharescreen": {
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
"back": "Vorige",
|
||||
"backToIndex": "Keer terug naar het overzicht met alle thematische kaarten",
|
||||
"backToMapcomplete": "Terug naar het themaoverzicht",
|
||||
"backgroundMap": "Achtergrondkaart",
|
||||
"backgroundMap": "Selecteer een achtergrondlaag",
|
||||
"cancel": "Annuleren",
|
||||
"confirm": "Bevestigen",
|
||||
"customThemeIntro": "<h3>Onofficiële thema's</h3>De onderstaande thema's heb je eerder bezocht en zijn gemaakt door andere OpenStreetMappers.",
|
||||
|
@ -221,6 +221,7 @@
|
|||
"number": "getal",
|
||||
"openStreetMapIntro": "<h3>Een open kaart</h3><p>Zou het niet fantastisch zijn als er een open kaart zou zijn die door iedereen aangepast én gebruikt kan worden? Een kaart waar iedereen zijn interesses aan zou kunnen toevoegen? Dan zouden er geen duizend-en-één verschillende kleine kaartjes, websites, ... meer nodig zijn</p><p><b><a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> is deze open kaart. Je mag de kaartdata gratis gebruiken (mits <a href=\"https://osm.org/copyright\" target=\"_blank\">bronvermelding en herpublicatie van aanpassingen</a>). Daarenboven mag je de kaart ook gratis aanpassen als je een account maakt. Ook deze website is gebaseerd op OpenStreetMap. Als je hier een vraag beantwoord, gaat het antwoord daar ook naartoe</p><p>Tenslotte zijn er reeds vele gebruikers van OpenStreetMap. Denk maar <a href=\"https://organicmaps.app//\" target=\"_blank\">Organic Maps</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, verschillende gespecialiseerde routeplanners, de achtergrondkaarten op Facebook, Instagram,...<br/>;Zelfs Apple Maps en Bing-Maps gebruiken OpenStreetMap in hun kaarten!</p><p></p><p>Kortom, als je hier een punt toevoegd of een vraag beantwoord, zal dat na een tijdje ook in al dié applicaties te zien zijn.</p>",
|
||||
"openTheMap": "Raadpleeg de kaart",
|
||||
"openTheMapAtGeolocation": "Ga naar jouw locatie",
|
||||
"opening_hours": {
|
||||
"closed_permanently": "Gesloten voor onbepaalde tijd",
|
||||
"closed_until": "Gesloten - open op {date}",
|
||||
|
@ -262,6 +263,7 @@
|
|||
"error": "Niet gelukt…",
|
||||
"nothing": "Niets gevonden…",
|
||||
"search": "Zoek naar een locatie",
|
||||
"searchShort": "Zoek…",
|
||||
"searching": "Aan het zoeken…"
|
||||
},
|
||||
"sharescreen": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue