Skip to content

Commit

Permalink
feat(home): update content of provisional home
Browse files Browse the repository at this point in the history
  • Loading branch information
ofr1tz committed Apr 25, 2024
1 parent f3ae942 commit 7eb87fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
"homeView": {
"title": "Willkommen bei der MapSwipe Web App!",
"text": "Als Teil des Missing Maps-Projekts ist {mapswipeLink} eine mobile App, die entwickelt wurde, um Kartendaten von einem Netzwerk globaler Freiwilliger zu sammeln. Es geht darum wichtige Infrastrukturen wie Gebäude und Straßen auf Satellitendaten und Luftbildern zu finden, Schäden zu kartieren oder Veränderungen zu erkennen. Neben der {mobileAppLink} steht nun auch eine Webanwendung (Beta-Version) zur Verfügung. Diese kann über einen Webbrowser auf dem Laptop, PC, Tablet oder Smartphone genutzen werden.{newline}{newline}Wenn Sie weitere Informationen benötigen oder Fragen zur MapSwipe Web-App haben, kontaktieren Sie gern das Team des {heigitLink}.",
"betaText": "Die Beta-Version der MapSwipe-Web-App dient dazu, Feedback von Nutzer*innen zu bekommen und Probleme zu medlen. Derzeit werden die gesammelten Kartierungsdaten nicht zur Unterstützung humanitärer Maßnahmen verwendet.",
"mobileApp": "mobilen App"
"text": "Als Teil des Missing Maps-Projekts ist {mapswipeLink} eine mobile App, die entwickelt wurde, um Kartendaten von einem Netzwerk globaler Freiwilliger zu sammeln. Es geht darum, wichtige Infrastrukturen wie Gebäude und Straßen auf Satelliten- und Luftbildern zu finden, Schäden zu kartieren oder Veränderungen zu erkennen. Neben der {mobileAppLink} steht nun die neue Webanwendung zur Verfügung, die über einen Browser auf unterschiedlichen Geräten genutzen werden kann.{newline}{newline}Wenn du einen Bug findest oder ein Feature vorschlagen möchtest, {issueLink} auf GitHub.",
"mobileApp": "mobilen App",
"openAnIssue": "erstelle bitte ein Issue"
},
"languageSwitcher": {
"switchLanguage": "Sprache wählen"
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
"homeView": {
"title": "Welcome to the MapSwipe web app!",
"text": "As part of the Missing Map project, {mapswipeLink} was created to crowdsource map data from a network of global volunteers - just one swipe at a time. Individuals, volunteers from communities all over the world, can find crucial infrastructure such as buildings and roads, identify changes in areas. In addition to the {mobileAppLink}, volunteers can use the MapSwipe web app (beta) and start contributing right away through a web browser on multiple platforms like laptops, desktops, or mobiles.{newline}{newline}If you need more information or if you have requests related to the MapSwipe web app get in contact with the team at the {heigitLink}.",
"betaText": "The beta version of the MapSwipe web app is for submitting bugs, feature requests and other feedback. Currently, the collected mapping data won’t be used for supporting humanitarian response.",
"mobileApp": "mobile app"
"text": "As part of the Missing Map project, {mapswipeLink} was created to crowdsource map data from a network of global volunteers - just one swipe at a time. Individuals, volunteers from communities all over the world, can find crucial infrastructure such as buildings and roads, identify changes in areas. In addition to the {mobileAppLink}, volunteers can now use the new MapSwipe web app and start contributing right away through a web browser on various devices.{newline}{newline}If you find a bug or want to request a feature, please {issueLink} on GitHub.",
"mobileApp": "mobile app",
"openAnIssue": "open an issue"
},
"languageSwitcher": {
"switchLanguage": "Switch Language"
Expand Down
10 changes: 5 additions & 5 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ import BasicPage from '@/components/BasicPage.vue'
$t('homeView.mobileApp')
}}</a>
</template>
<template v-slot:issueLink>
<a href="https://github.com/mapswipe/mapswipe-web/issues" target="_blank">{{
$t('homeView.openAnIssue')
}}</a>
</template>
<template v-slot:heigitLink>
<a href="https://heigit.org/geoinformation-for-humanitarian-aid/" target="_blank"
>Heidelberg Institute for Geoinformation Technology</a
>
</template>
<template v-slot:newline><br /></template>
</i18n-t>
<br />
<p>
<i>{{ $t('homeView.betaText') }}</i>
</p>
<br />
</basic-page>
</template>

0 comments on commit 7eb87fb

Please sign in to comment.