Sharescreen: add 'geo:'-link (fix ), remove obsolete translation

This commit is contained in:
Pieter Vander Vennet 2024-09-02 11:47:26 +02:00
parent f1d416320c
commit e0a393385a
23 changed files with 497 additions and 463 deletions

View file

@ -23,7 +23,7 @@
"nl": "Het doel van deze kaart is om fietsers een gebruiksvriendelijke oplossing te bieden voor het vinden van de juiste infrastructuur voor hun behoeften.<br><br>U kunt uw exacte locatie volgen (enkel mobiel) en in de linkerbenedenhoek categorieën selecteren die voor u relevant zijn. U kunt deze tool ook gebruiken om 'spelden' aan de kaart toe te voegen of te bewerken en meer gegevens te verstrekken door de vragen te beantwoorden.<br><br>Alle wijzigingen die u maakt worden automatisch opgeslagen in de wereldwijde database van OpenStreetMap en kunnen door anderen vrij worden hergebruikt.<br><br>Bekijk voor meer info over cyclofix ook <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"fr": "Le but de cette carte est de présenter aux cyclistes une solution facile à utiliser pour trouver l'infrastructure appropriée à leurs besoins.<br><br>Vous pouvez suivre votre localisation précise (mobile uniquement) et sélectionner les couches qui vous concernent dans le coin inférieur gauche. Vous pouvez également utiliser cet outil pour ajouter ou modifier des épingles (points d'intérêt) sur la carte et fournir plus de données en répondant aux questions.<br><br>Toutes les modifications que vous apportez seront automatiquement enregistrées dans la base de données mondiale d'OpenStreetMap et peuvent être librement réutilisées par d'autres.<br><br>Pour plus d'informations sur le projet cyclofix, rendez-vous sur <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"gl": "O obxectivo deste mapa é amosar ós ciclistas unha solución doada de empregar para atopar a infraestrutura axeitada para as súas necesidades.<br><br>Podes obter a túa localización precisa (só para dispositivos móbiles) e escoller as capas que sexan relevantes para ti na esquina inferior esquerda. Tamén podes empregar esta ferramenta para engadir ou editar puntos de interese ó mapa e fornecer máis datos respondendo as cuestións.<br><br>Todas as modificacións que fagas serán gardadas de xeito automático na base de datos global do OpenStreetMap e outros poderán reutilizalos libremente.<br><br>Para máis información sobre o proxecto cyclofix, vai a <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"de": "Mit dieser Karte wird Radfahrern eine einfache Lösung bereitgestellt, um die passende Fahrradinfrastruktur zu finden.<br><br>Weitere Informationen über Cyclofix finden Sie unter <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"de": "Eine Karte, die Radfahrern hilft, die für ihre Bedürfnisse geeignete Infrastruktur zu finden, z. B. Fahrradpumpen, Trinkwasser, Fahrradläden, Reparaturstationen oder Parkmöglichkeiten.",
"ja": "このマップの目的は、サイクリストのニーズに適した施設を見つけるための使いやすいソリューションを提供することです。<br><br>正確な位置を追跡し(モバイルのみ)、左下コーナーで関連するレイヤを選択できます。このツールを使用して、マップにピン(注目点)を追加または編集したり、質問に答えることでより多くのデータを提供することもできます。<br><br>変更内容はすべてOpenStreetMapのグローバルデータベースに自動的に保存され、他のユーザーが自由に再利用できます。<br><br>cyclofixプロジェクトの詳細については、 <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a> を参照してください。",
"zh_Hant": "這份地圖的目的是為單車騎士能夠輕易顯示滿足他們需求的相關設施。<br><br>你可以追蹤你確切位置 (只有行動版),以及在左下角選擇相關的圖層。你可以使用這工具在地圖新增或編輯釘子,以及透過回答問題來提供更多資訊。<br><br>所有你的變動都會自動存在開放街圖這全球資料圖,並且能被任何人自由取用。<br><br>你可以到 <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a> 閱讀更多資訊。",
"it": "Questa mappa offre a chi va in bici una soluzione semplice per trovare tutte le infrastrutture di cui ha bisogno.<br><br>Puoi tracciare la tua posizione esatta (solo su mobile) e selezionare i livelli che ti interessano nell'angolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare punti di interesse alla mappa e aggiungere nuove informazioni rispendendo alle domande.<br><br>Tutte le modifiche che apporterai saranno automaticamente salvate nel database mondiale di OpenStreetMap e potranno essere liberamente riutilizzate da tutti e tutte.<br><br>Per maggiori informazioni sul progetto ciclofix, visita <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",

View file

@ -1,13 +1,16 @@
{
"id": "mapcomplete-changes",
"title": {
"en": "Changes made with MapComplete"
"en": "Changes made with MapComplete",
"de": "Änderungen mit MapComplete vorgenommen"
},
"shortDescription": {
"en": "Shows changes made by MapComplete"
"en": "Shows changes made by MapComplete",
"de": "Änderungen von MapComplete anzeigen"
},
"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"
},
"icon": "./assets/svg/logo.svg",
"hideFromOverview": true,
@ -18,7 +21,8 @@
{
"id": "mapcomplete-changes",
"name": {
"en": "Changeset centers"
"en": "Changeset centers",
"de": "Zentrum der Änderungssätze"
},
"minzoom": 0,
"source": {
@ -28,41 +32,48 @@
},
"title": {
"render": {
"en": "Changeset for {theme}"
"en": "Changeset for {theme}",
"de": "Änderungssatz für {theme}"
}
},
"description": {
"en": "Shows all MapComplete changes"
"en": "Shows all MapComplete changes",
"de": "Zeigt alle MapComplete-Änderungen"
},
"tagRenderings": [
{
"id": "show_changeset_id",
"render": {
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
"de": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
}
},
{
"id": "contributor",
"question": {
"en": "What contributor did make this change?"
"en": "What contributor did make this change?",
"de": "Wer hat diese Änderung vorgenommen?"
},
"freeform": {
"key": "user"
},
"render": {
"en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
"en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>",
"de": "Änderung von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
}
},
{
"id": "theme-id",
"question": {
"en": "What theme was used to make this change?"
"en": "What theme was used to make this change?",
"de": "Welches Thema wurde für die Änderung verwendet?"
},
"freeform": {
"key": "theme"
},
"render": {
"en": "Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
"en": "Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>",
"de": "Änderung mit Thema <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
}
},
{
@ -71,19 +82,23 @@
"key": "locale"
},
"question": {
"en": "What locale (language) was this change made in?"
"en": "What locale (language) was this change made in?",
"de": "In welcher Benutzersprache wurde die Änderung vorgenommen?"
},
"render": {
"en": "User locale is {locale}"
"en": "User locale is {locale}",
"de": "Benutzersprache ist {locale}"
}
},
{
"id": "host",
"render": {
"en": "Change with with <a href='{host}'>{host}</a>"
"en": "Change with with <a href='{host}'>{host}</a>",
"de": "Änderung mit <a href='{host}'>{host}</a>"
},
"question": {
"en": "What host (website) was this change made with?"
"en": "What host (website) was this change made with?",
"de": "Mit welchem Host (Website) wurde diese Änderung vorgenommen?"
},
"freeform": {
"key": "host"
@ -104,10 +119,12 @@
{
"id": "version",
"question": {
"en": "What version of MapComplete was used to make this change?"
"en": "What version of MapComplete was used to make this change?",
"de": "Welche Version von MapComplete wurde für diese Änderung verwendet?"
},
"render": {
"en": "Made with {editor}"
"en": "Made with {editor}",
"de": "Erstellt mit {editor}"
},
"freeform": {
"key": "editor"
@ -505,7 +522,8 @@
}
],
"question": {
"en": "Themename contains {search}"
"en": "Themename contains {search}",
"de": "Themename enthält {search}"
}
}
]
@ -521,7 +539,8 @@
}
],
"question": {
"en": "Themename does <b>not</b> contain {search}"
"en": "Themename does <b>not</b> contain {search}",
"de": "Themenname enthält <b>nicht</b> {search}"
}
}
]
@ -537,7 +556,8 @@
}
],
"question": {
"en": "Made by contributor {search}"
"en": "Made by contributor {search}",
"de": "Der Name enthält <b>nicht</b> {search}"
}
}
]
@ -553,7 +573,8 @@
}
],
"question": {
"en": "<b>Not</b> made by contributor {search}"
"en": "<b>Not</b> made by contributor {search}",
"de": "<b>Nicht</b> erstellt von Mitwirkendem {search}"
}
}
]
@ -570,7 +591,8 @@
}
],
"question": {
"en": "Made before {search}"
"en": "Made before {search}",
"de": "Erstellt nach {search}"
}
}
]
@ -587,7 +609,8 @@
}
],
"question": {
"en": "Made after {search}"
"en": "Made after {search}",
"de": "Erstellt nach {search}"
}
}
]
@ -603,7 +626,8 @@
}
],
"question": {
"en": "User language (iso-code) {search}"
"en": "User language (iso-code) {search}",
"de": "Benutzersprache (ISO-Code) {search}"
}
}
]
@ -619,7 +643,8 @@
}
],
"question": {
"en": "Made with host {search}"
"en": "Made with host {search}",
"de": "Erstellt mit Host {search}"
}
}
]
@ -630,7 +655,8 @@
{
"osmTags": "add-image>0",
"question": {
"en": "Changeset added at least one image"
"en": "Changeset added at least one image",
"de": "Änderungssatz fügte mindestens ein Bild hinzu"
}
}
]
@ -641,7 +667,8 @@
{
"osmTags": "theme!=grb",
"question": {
"en": "Exclude GRB theme"
"en": "Exclude GRB theme",
"de": "GRB-Thema ausschließen"
}
}
]
@ -652,7 +679,8 @@
{
"osmTags": "theme!=etymology",
"question": {
"en": "Exclude etymology theme"
"en": "Exclude etymology theme",
"de": "Etymologie-Thema ausschließen"
}
}
]
@ -667,7 +695,8 @@
{
"id": "link_to_more",
"render": {
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>"
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>",
"de": "Weitere Statistiken findest du <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
}
},
{

View file

@ -234,7 +234,6 @@
"createYourOwnTheme": "Crea la teva pròpia petició completa de MapComplete des de zero",
"enterToOpen": "Premeu Intro per obrir el tema",
"hiddenExplanation": "Aquestes peticions només funcionen amb l'enllaç. Has descobert {hidden_discovered} de {total_hidden} peticions amagades.",
"intro": "<h3>Més mapes temàtics?</h3>T'agrada captar dades? <br/>Hi ha més temes disponibles.",
"noMatchingThemes": "Cap tema coincideix amb els teus criteris de cerca",
"noSearch": "Mostra tots els temes",
"previouslyHiddenTitle": "Peticions visitades i amagades",

View file

@ -306,7 +306,6 @@
"createYourOwnTheme": "Vytvořte si vlastní téma MapComplete",
"enterToOpen": "Stisknutím klávesy Enter otevřete objekt",
"hiddenExplanation": "Tato témata jsou přístupná pouze těm, kteří mají odkaz. Objevili jste {hidden_discovered} ze {total_hidden} skrytých témat.",
"intro": "<h3>Více tematických map?</h3>Baví vás sbírat geodata? <br/>K dispozici jsou další tematické mapy.",
"noMatchingThemes": "Vašim vyhledávacím kritériím neodpovídají žádná témata",
"noSearch": "Zobrazit všechna témata",
"previouslyHiddenTitle": "Dříve navštívená skrytá témata",

View file

@ -222,7 +222,6 @@
"morescreen": {
"createYourOwnTheme": "Lave dit eget MapComplete tema fra bunden af",
"hiddenExplanation": "Disse temaer er kun tilgængelige med linket. Du har opdaget {hidden_discovered} af {total_hidden} skjulte temaer.",
"intro": "<h3>Flere tematiske kort?</h3>Nød du at indsamle geodata? <br>Der er flere temaer til rådighed.",
"noMatchingThemes": "Ingen temaer matchede dine søgekriterier",
"noSearch": "Vis alle temaer",
"previouslyHiddenTitle": "Tidligere besøgte skjulte temaer",

View file

@ -306,7 +306,6 @@
"createYourOwnTheme": "Ein eigenes MapComplete-Thema von Grund auf neu erstellen",
"enterToOpen": "Drücke Enter um Theme zu öffnen",
"hiddenExplanation": "Diese Themen sind nur für Personen zugänglich, die einen Link erhalten haben. Sie haben {hidden_discovered} von {total_hidden} versteckten Themen entdeckt.",
"intro": "<h3>Mehr thematische Karten?</h3>Sammeln Sie gerne Geodaten? <br/>Es sind weitere Themen verfügbar.",
"noMatchingThemes": "Keine Themen, die Ihren Suchkriterien entsprechen",
"noSearch": "Alle Themen anzeigen",
"previouslyHiddenTitle": "Zuvor besuchte versteckte Themen",

View file

@ -312,7 +312,6 @@
"createYourOwnTheme": "Create your own MapComplete theme from scratch",
"enterToOpen": "Press enter to open theme",
"hiddenExplanation": "These themes are only accessible to those with the link. You have discovered {hidden_discovered} of {total_hidden} hidden themes.",
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
"noMatchingThemes": "No themes matched your search criteria",
"noSearch": "Show all themes",
"previouslyHiddenTitle": "Previously visited hidden themes",
@ -416,6 +415,7 @@
"fsUserbadge": "Enable the login button and thus the possibility to make changes",
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
"openInOtherApplications": "Open the current location with another map application",
"openLayers": "Open the layers and filters menu",
"options": "Sharing options",
"stateIsIncluded": "The current state of the layers and filters is included in the shared link and iframe.",

View file

@ -238,7 +238,6 @@
"morescreen": {
"createYourOwnTheme": "Crea tu propia petición completa de MapComplete desde cero",
"hiddenExplanation": "Estos temas solo son visibles para aquellos con el enlace. Has descubierto {hidden_discovered} de {total_hidden} temas ocultos.",
"intro": "<h3>Más peticiones</h3>Te gusta captar datos? <br/>Hay más capas disponibles.",
"noMatchingThemes": "Ningún tema coincide con tus criterios de búsqueda",
"noSearch": "Mostrar todos los temas",
"previouslyHiddenTitle": "Temas ocultos previamente visitados",

View file

@ -271,7 +271,6 @@
"createYourOwnTheme": "Luo oma MapComplete-teema alusta asti",
"enterToOpen": "Avaa teema painamalla enter",
"hiddenExplanation": "Näitä teemoja voi käyttää vain linkin haltijat. Olet löytänyt {hidden_discovered}/{total_hidden} piilotettua teemaa.",
"intro": "<h3>Lisää teemakarttoja?</h3>Nautitko paikkatiedon keräämisestä? <br/>Teemoja on lisää.",
"noMatchingThemes": "Teemaa ei löytynyt hakuehdollasi",
"noSearch": "Näytä kaikki teemat",
"previouslyHiddenTitle": "Aiemmin katsotut piilotetut teemat",

View file

@ -214,7 +214,6 @@
"createYourOwnTheme": "Créez votre propre thème MapComplete à partir de zéro",
"enterToOpen": "Appuyez sur Entrée pour ouvrir le thème",
"hiddenExplanation": "Ces thèmes sont seulement accessibles par lien. Vous avez découvert {hidden_discovered} des {total_hidden} thèmes cachés.",
"intro": "<h3>Plus de thèmes ?</h3>Vous aimez collecter des données géographiques ?<br>Il y a plus de thèmes disponibles.",
"noMatchingThemes": "Aucun thème ne correspond à vos critères de recherche",
"noSearch": "Afficher tous les thèmes",
"previouslyHiddenTitle": "Thèmes précédemment utilisés",

View file

@ -49,7 +49,6 @@
"loginWithOpenStreetMap": "Inicia a sesión no OpenStreetMap",
"morescreen": {
"createYourOwnTheme": "Crea o teu propio tema completo do MapComplete dende cero.",
"intro": "<h3>Máis tarefas</h3>Góstache captar datos? <br/>Hai máis capas dispoñíbeis.",
"requestATheme": "Se queres unha tarefa personalizada, solicítaa no seguimento de problemas.",
"streetcomplete": "Outra aplicación semellante é <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>."
},

View file

@ -138,7 +138,6 @@
"morescreen": {
"createYourOwnTheme": "Készítsd el saját MapComplete témád a semmiből",
"hiddenExplanation": "Ezeket a témákat csak az érheti el, akik ismeri a linket. {total_hidden} rejtett téma közül {hidden_discovered} témát ismersz.",
"intro": "<h3>Kíváncsi vagy más tematikus térképekre is?</h3>Szeretsz földrajzi adatokat gyűjteni? <br>További témák is elérhetők.",
"noMatchingThemes": "Nincs olyan téma, amely megfelelt volna a keresési feltételeknek",
"noSearch": "Minden téma megjelenítése",
"previouslyHiddenTitle": "Korábban megnézett rejtett témák",

View file

@ -253,7 +253,6 @@
"morescreen": {
"createYourOwnTheme": "Crea il tuo tema di MapComplete personalizzato da zero",
"hiddenExplanation": "Questi temi sono solo accessibili se si dispone del collegamento. Hai scoperto {hidden_discovered} su {total_hidden} temi nascosti.",
"intro": "<h3>Altre mappe tematiche?</h3>Ti diverti a raccogliere dati geografici?<br/>Sono disponibili altri temi.",
"noMatchingThemes": "Nessun argomento corrisponde ai tuoi criteri di ricerca",
"noSearch": "Mostra tutti gli argomenti",
"previouslyHiddenTitle": "Temi nascosti precedentemente visitati",

View file

@ -49,7 +49,6 @@
"loginWithOpenStreetMap": "OpenStreetMapからログインする",
"morescreen": {
"createYourOwnTheme": "独自のMapCompleteテーマを最初から作成する",
"intro": "<h3>より多くの主題図</h3>ジオデータの収集は楽しいですか?<br>他にも使用可能なテーマがあります。",
"requestATheme": "カスタムビルドのクエストが必要な場合は、問題追跡ツールで要請してください",
"streetcomplete": "別に、同様のアプリケーションには、<a class=\"underline hover:text-blue-800\" href=\"https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete\" target=\"_blank\">StreetComplete</a>があります。"
},

File diff suppressed because it is too large Load diff

View file

@ -7187,6 +7187,9 @@
},
"2": {
"then": "This picnic table is made from (recycled) plastic"
},
"3": {
"then": "This picnic table is made from metal"
}
},
"question": "What material is this picnic table made of?",
@ -7227,6 +7230,17 @@
},
"question": "Is this playground accessible to wheelchair users?"
},
"fee": {
"mappings": {
"0": {
"then": "Free to use"
},
"1": {
"then": "Paid playground"
}
},
"question": "Does one have to pay to use this playground?"
},
"playground-access": {
"mappings": {
"0": {
@ -10582,6 +10596,9 @@
},
"6": {
"title": "a small-scale lodging facility, typically operated by the owner"
},
"7": {
"title": "a camp site or camp ground"
}
},
"tagRenderings": {

View file

@ -175,7 +175,6 @@
"morescreen": {
"createYourOwnTheme": "Opprett ditt eget MapComplete-tema fra grunnen av",
"hiddenExplanation": "Disse temaene er kun tilgjengelige hvis du kjenner lenken. Du har oppdaget {hidden_discovered} av {total_hidden} hidden tema.",
"intro": "<h3>Flere temakart?</h3>Liker du å samle inn geodata? <br/>Det er flere tilgjengelige temaer.",
"noSearch": "Vis alle temaer",
"previouslyHiddenTitle": "Tidligere besøkte skjulte tema",
"requestATheme": "Hvis du ønsker et brukerdefinert tema kan du forespørre det i feilsporeren",

View file

@ -251,7 +251,6 @@
"createYourOwnTheme": "Maak je eigen MapComplete-kaart",
"enterToOpen": "Druk op enter om thema te openen",
"hiddenExplanation": "Deze thema's zijn enkel zichtbaar indien je de link kent. Je hebt {hidden_discovered} van {total_hidden} verborgen thema's ontdekt.",
"intro": "<h3>Meer thematische kaarten?</h3>Vind je het leuk om geodata te verzamelen? <br> Hier vind je meer kaartthema's.",
"noMatchingThemes": "Geen enkel thema beantwoordt je zoekopdracht",
"noSearch": "Toon alle thema's",
"previouslyHiddenTitle": "Eerder bezochte verborgen themas",

View file

@ -226,7 +226,6 @@
"createYourOwnTheme": "Utwórz od podstaw własny temat MapComplete",
"enterToOpen": "Naciśnij Enter, aby otworzyć temat",
"hiddenExplanation": "Te tematy są dostępne tylko dla osób mających odnośnik. Odkryłeś {hidden_discovered} z {total_hidden} ukrytych tematów.",
"intro": "<h3>Więcej map tematycznych?</h3>Czy lubisz zbierać dane geograficzne? <br/>Dostępnych jest więcej tematów.",
"noMatchingThemes": "Żaden temat nie spełnia kryteriów wyszukiwania",
"noSearch": "Pokaż wszystkie tematy",
"previouslyHiddenTitle": "Wcześniej odwiedzane ukryte tematy",

View file

@ -299,7 +299,6 @@
"createYourOwnTheme": "Crie o seu próprio tema MapComplete a partir do zero",
"enterToOpen": "Pressione Enter para abrir o tema",
"hiddenExplanation": "Estes temas só estão acessíveis a quem tiver a hiperligação. Descobriu {hidden_discovered} de {total_hidden} temas ocultos.",
"intro": "<h3>Mais mapas temáticos?</h3>Gosta de colecionar dados geográficos? <br/>Tem mais temas disponíveis.",
"noMatchingThemes": "Nenhum tema corresponde aos seus critérios de pesquisa",
"noSearch": "Mostrar todos os temas",
"previouslyHiddenTitle": "Temas ocultos visitados anteriormente",

View file

@ -72,7 +72,6 @@
"loginWithOpenStreetMap": "Войти с помощью OpenStreetMap",
"morescreen": {
"createYourOwnTheme": "Создать собственную тему MapComplete с чистого листа",
"intro": "<h3>Больше тематических карт?</h3>Нравится собирать геоданные? <br> Можете посмотреть другие темы.",
"requestATheme": "Если вам нужен особенный квест, запросите его в issue-трекере",
"streetcomplete": "Другое, похожее приложение — <a class=\"underline hover:text-blue-800\" href=\"https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete\" target=\"_blank\">StreetComplete</a>."
},

View file

@ -304,7 +304,6 @@
"createYourOwnTheme": "從零開始建立你的 MapComplete 主題",
"enterToOpen": "請按輸入來開啟主題",
"hiddenExplanation": "這些主題只能透過連結來打開,你已經發現 {total_hidden} 當中 {hidden_discovered} 的隱藏主題。",
"intro": "<h3>看更多主題地圖?</h3>您喜歡蒐集地理資料嗎?<br/>還有更多主題。",
"noMatchingThemes": "沒有找到符合的主題",
"noSearch": "顯示所有主題",
"previouslyHiddenTitle": "先前看過隱藏的主題",

View file

@ -35,6 +35,8 @@
let enableBackground = true
let enableGeolocation = true
let location = state.mapProperties.location
function calculateLinkToShare(
showWelcomeMessage: boolean,
enableLogin: boolean,
@ -116,10 +118,12 @@
)
</script>
<div class="flex flex-col">
<div class="flex flex-col link-underline">
<a href="geo:{$location.lat},{$location.lon}">Open the current location in other applications</a>
<div class="flex flex-col">
<Tr t={tr.intro} />
<Copyable {state} text={linkToShare} />
</div>
<div class="flex justify-center">