From f1b99c0628389853421e9558e0e7804cd8facb63 Mon Sep 17 00:00:00 2001 From: Christian Neumann Date: Tue, 24 Nov 2020 14:36:00 +0100 Subject: [PATCH] Add custom intro. --- assets/translations.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/translations.json b/assets/translations.json index d5ce8bf..861f8d2 100644 --- a/assets/translations.json +++ b/assets/translations.json @@ -466,6 +466,10 @@ "de": "Die E-Mail-Adresse dieser {category} lautet {email}" } }, + "customIntro": { + "en": "

kletterspots.de is run by Christian Neumann. Please get in touch if you have feedback or questions.

The project uses data of the OpenStreetMap project and is based on the free software MapComplete.

", + "de": "

kletterspots.de wird betrieben von Christian Neumann. Bitte melden Sie sich, wenn Sie Feedback oder Fragen haben.

Das Projekt nutzt Daten des OpenStreetMap Projekts und basiert auf der freien Software MapComplete.

" + }, "openStreetMapIntro": { "en": "

An Open Map

Wouldn't it be cool if there was a single map, which everyone could freely use and edit? A single place to store all geo-information? Then, all those websites with different, small and incompatible maps (which are always outdated) wouldn't be needed anymore.

OpenStreetMap is this map. The map data can be used for free (with attribution and publication of changes to that data). On top of that, everyone can freely add new data and fix errors. This website uses OpenStreetMap as well. All the data is from there, and your answers and corrections are added there as well.

A ton of people and application already use OpenStreetMap: Maps.me, OsmAnd, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap.If you change something here, it'll be reflected in those applications too - after their next update!

", "es": "

Un mapa abierto

¿No sería genial si hubiera un solo mapa, que todos pudieran usar y editar libremente?¿Un solo lugar para almacenar toda la información geográfica? Entonces, todos esos sitios web con mapas diferentes, pequeños e incompatibles (que siempre están desactualizados) ya no serían necesarios.

OpenStreetMap es ese mapa. Los datos del mapa se pueden utilizar de forma gratuita (con atribución y publicación de cambios en esos datos).Además de eso, todos pueden agregar libremente nuevos datos y corregir errores. Este sitio web también usa OpenStreetMap. Todos los datos provienen de allí, y tus respuestas y correcciones también se añadirán allí.

Muchas personas y aplicaciones ya usan OpenStreetMap: Maps.me, OsmAnd, pero también los mapas de Facebook, Instagram, Apple y Bing son (en parte) impulsados ​​por OpenStreetMap .Si cambias algo aquí, también se reflejará en esas aplicaciones, en su próxima actualización

",