From e733c96c5ab115b6f52877814b1f774d64e7a851 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Wed, 4 Sep 2024 11:55:05 +0200 Subject: [PATCH] New Crowdin updates (#81) * Update source file faq.mdx * New translations en.json (Italian) * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * Update source file faq.mdx * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * Update source file faq.mdx * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * Update source file faq.mdx * New translations en.json (Hungarian) * New translations en.json (Dutch) * New translations faq.mdx (French) * New translations faq.mdx (Dutch) * New translations en.json (Hungarian) * New translations faq.mdx (Italian) * New translations en.json (Hungarian) * New translations en.json (Spanish) * New translations faq.mdx (Spanish) * New translations en.json (German) * New translations getting-started.mdx (German) * New translations map-controls.mdx (German) * New translations menu.mdx (German) * New translations toolbar.mdx (German) --- website/src/lib/docs/ca/faq.mdx | 40 ++++++++++++ website/src/lib/docs/cs/faq.mdx | 40 ++++++++++++ website/src/lib/docs/de/faq.mdx | 40 ++++++++++++ website/src/lib/docs/de/getting-started.mdx | 16 ++--- website/src/lib/docs/de/map-controls.mdx | 2 +- website/src/lib/docs/de/menu.mdx | 2 +- website/src/lib/docs/de/toolbar.mdx | 2 +- website/src/lib/docs/el/faq.mdx | 40 ++++++++++++ website/src/lib/docs/es/faq.mdx | 40 ++++++++++++ website/src/lib/docs/fr/faq.mdx | 40 ++++++++++++ website/src/lib/docs/he/faq.mdx | 40 ++++++++++++ website/src/lib/docs/hu/faq.mdx | 40 ++++++++++++ website/src/lib/docs/it/faq.mdx | 40 ++++++++++++ website/src/lib/docs/ko/faq.mdx | 40 ++++++++++++ website/src/lib/docs/lt/faq.mdx | 40 ++++++++++++ website/src/lib/docs/nl/faq.mdx | 40 ++++++++++++ website/src/lib/docs/no/faq.mdx | 40 ++++++++++++ website/src/lib/docs/pl/faq.mdx | 40 ++++++++++++ website/src/lib/docs/pt-BR/faq.mdx | 40 ++++++++++++ website/src/lib/docs/pt/faq.mdx | 40 ++++++++++++ website/src/lib/docs/ro/faq.mdx | 40 ++++++++++++ website/src/lib/docs/ru/faq.mdx | 40 ++++++++++++ website/src/lib/docs/sv/faq.mdx | 40 ++++++++++++ website/src/lib/docs/vi/faq.mdx | 40 ++++++++++++ website/src/lib/docs/zh/faq.mdx | 40 ++++++++++++ website/src/locales/de.json | 72 ++++++++++----------- website/src/locales/es.json | 2 +- website/src/locales/hu.json | 54 ++++++++-------- website/src/locales/it.json | 20 +++--- website/src/locales/nl.json | 2 +- 30 files changed, 926 insertions(+), 86 deletions(-) create mode 100644 website/src/lib/docs/ca/faq.mdx create mode 100644 website/src/lib/docs/cs/faq.mdx create mode 100644 website/src/lib/docs/de/faq.mdx create mode 100644 website/src/lib/docs/el/faq.mdx create mode 100644 website/src/lib/docs/es/faq.mdx create mode 100644 website/src/lib/docs/fr/faq.mdx create mode 100644 website/src/lib/docs/he/faq.mdx create mode 100644 website/src/lib/docs/hu/faq.mdx create mode 100644 website/src/lib/docs/it/faq.mdx create mode 100644 website/src/lib/docs/ko/faq.mdx create mode 100644 website/src/lib/docs/lt/faq.mdx create mode 100644 website/src/lib/docs/nl/faq.mdx create mode 100644 website/src/lib/docs/no/faq.mdx create mode 100644 website/src/lib/docs/pl/faq.mdx create mode 100644 website/src/lib/docs/pt-BR/faq.mdx create mode 100644 website/src/lib/docs/pt/faq.mdx create mode 100644 website/src/lib/docs/ro/faq.mdx create mode 100644 website/src/lib/docs/ru/faq.mdx create mode 100644 website/src/lib/docs/sv/faq.mdx create mode 100644 website/src/lib/docs/vi/faq.mdx create mode 100644 website/src/lib/docs/zh/faq.mdx diff --git a/website/src/lib/docs/ca/faq.mdx b/website/src/lib/docs/ca/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/ca/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/cs/faq.mdx b/website/src/lib/docs/cs/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/cs/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/de/faq.mdx b/website/src/lib/docs/de/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/de/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/de/getting-started.mdx b/website/src/lib/docs/de/getting-started.mdx index 3c57e8ad..9d5c2279 100644 --- a/website/src/lib/docs/de/getting-started.mdx +++ b/website/src/lib/docs/de/getting-started.mdx @@ -1,5 +1,5 @@ --- -title: Getting started +title: Erste Schritte --- + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/es/faq.mdx b/website/src/lib/docs/es/faq.mdx new file mode 100644 index 00000000..557b5aca --- /dev/null +++ b/website/src/lib/docs/es/faq.mdx @@ -0,0 +1,40 @@ +--- +title: Preguntas frecuentes (FAQ) +--- + + + +# { title } + +### ¿Necesito donar para usar el sitio web? + +No. +El sitio web es de uso gratuito y siempre lo será (siempre y cuando sea financieramente sostenible). +Sin embargo, las donaciones son apreciadas y ayudan a mantener el sitio web en funcionamiento. + +### ¿Por qué se elige esta ruta en lugar de la otra? _O_ ¿cómo puedo añadir algo al mapa? + +**gpx.studio** utiliza datos de OpenStreetMap, que es un mapa del mundo abierto y colaborativo. +Esto significa que puede contribuir al mapa añadiendo o editando datos en OpenStreetMap. + +Si nunca antes ha contribuido a OpenStreetMap, aquí le mostramos cómo puede sugerir cambios: + +1. Vaya a la ubicación donde quiera añadir o editar datos en el mapa . +2. Utilice la herramienta a la derecha para inspeccionar los datos existentes. +3. Haga clic con el botón derecho en la ubicación y seleccione . +4. Explain what is incorrect or missing in the note and click to submit it. + +Alguien más con experiencia con OpenStreetMap revisará su nota y realizará los cambios necesarios. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/fr/faq.mdx b/website/src/lib/docs/fr/faq.mdx new file mode 100644 index 00000000..4cd47920 --- /dev/null +++ b/website/src/lib/docs/fr/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Faut-il faire un don pour utiliser le site web ? + +Non. +Le site est gratuit à utiliser et le sera toujours (tant que le projet est financièrement viable). +Cependant, les dons sont appréciés et aident à couvrir les coûts du site web. + +### Pourquoi cette route est-elle choisie plutôt que celle-là ? _Ou_ comment puis-je ajouter quelque chose à la carte ? + +**gpx.studio** utilise les données d'OpenStreetMap, qui est une carte mondiale ouverte et collaborative. +Cela signifie que vous pouvez contribuer à la carte en ajoutant ou en éditant des données sur OpenStreetMap. + +Si vous n'avez jamais contribué à OpenStreetMap auparavant, voici comment vous pouvez suggérer des changements : + +1. Aller à l'emplacement où vous souhaitez ajouter ou modifier des données sur la carte. +2. Utiliser l'outil sur la droite pour inspecter les données existantes. +3. Faire un clic droit sur l'emplacement et sélectionner . +4. Expliquer ce qui est incorrect ou manquant dans la note et cliquer sur pour la soumettre. + +Quelqu'un de plus expérimenté avec OpenStreetMap examinera ensuite votre note et fera les changements nécessaires. + + + +Plus d'informations sur comment contribuer à OpenStreetMap peuvent être trouvées ici. + + + +### Pourquoi le profil altimétrique de mon fichier GPX est-il vide ? + +Si le profil altimétrique de votre fichier GPX est vide, cela signifie que le fichier GPX ne contient pas de données d'altitude. +Vous pouvez ajouter des données d'altitude à votre fichier GPX avec GPS Visualizer. diff --git a/website/src/lib/docs/he/faq.mdx b/website/src/lib/docs/he/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/he/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/hu/faq.mdx b/website/src/lib/docs/hu/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/hu/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/it/faq.mdx b/website/src/lib/docs/it/faq.mdx new file mode 100644 index 00000000..a191420d --- /dev/null +++ b/website/src/lib/docs/it/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** utilizza i dati di OpenStreetMap, che è una mappa del mondo aperta e collaborativa. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +Se non hai mai contribuito a OpenStreetMap prima, ecco come puoi suggerire delle modifiche: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Qualcuno più esperto con OpenStreetMap passerà in rassegna la tua nota e apporterà le modifiche necessarie. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/ko/faq.mdx b/website/src/lib/docs/ko/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/ko/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/lt/faq.mdx b/website/src/lib/docs/lt/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/lt/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/nl/faq.mdx b/website/src/lib/docs/nl/faq.mdx new file mode 100644 index 00000000..8ddcd10a --- /dev/null +++ b/website/src/lib/docs/nl/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Moet ik doneren om de website te gebruiken? + +Nee. +De website is gratis te gebruiken en zal dat altijd blijven (zolang het financieel haalbaar is). +Donaties worden echter gewaardeerd en helpen om de website draaiende te houden. + +### Waarom wordt voor deze weg gekozen? Hoe kan ik iets toevoegen aan de kaart? + +**gpx.studio** gebruikt gegevens van OpenStreetMap, een open wereldkaart op basis van samenwerking. +Dit betekent dat je kunt bijdragen aan de kaart door data op OpenStreetMap toe te voegen of te bewerken. + +Als je nog nooit hebt bijgedragen aan OpenStreetMap is dit hoe je wijzigingen kunt voorstellen: + +1. Ga naar de locatie waar je gegevens wilt toevoegen of bewerken van de kaart. +2. Gebruik het gereedschap aan de rechterkant om de bestaande gegevens te inspecteren. +3. Rechtsklik op de locatie en selecteer . +4. Leg uit wat er niet klopt of ontbreekt in de notitie en klik om het in de dienen. + +Iemand die meer ervaring met OpenStreetMap heeft zal vervolgens uw opmerking bekijken en de nodige wijzigingen aanbrengen. + + + +Meer informatie over hoe bij te dragen aan OpenStreetMap kan gevonden worden hier. + + + +### Waarom is het hoogteprofiel van mijn GPX-bestand leeg? + +Als het hoogteprofiel van uw GPX-bestand leeg is, betekent dit dat het GPX-bestand geen hoogtegegevens bevat. +U kunt hoogtegegevens toevoegen aan uw GPX-bestand door GPS Visualizer te gebruiken. diff --git a/website/src/lib/docs/no/faq.mdx b/website/src/lib/docs/no/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/no/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/pl/faq.mdx b/website/src/lib/docs/pl/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/pl/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/pt-BR/faq.mdx b/website/src/lib/docs/pt-BR/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/pt-BR/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/pt/faq.mdx b/website/src/lib/docs/pt/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/pt/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/ro/faq.mdx b/website/src/lib/docs/ro/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/ro/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/ru/faq.mdx b/website/src/lib/docs/ru/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/ru/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/sv/faq.mdx b/website/src/lib/docs/sv/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/sv/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/vi/faq.mdx b/website/src/lib/docs/vi/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/vi/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/lib/docs/zh/faq.mdx b/website/src/lib/docs/zh/faq.mdx new file mode 100644 index 00000000..7e90a6a5 --- /dev/null +++ b/website/src/lib/docs/zh/faq.mdx @@ -0,0 +1,40 @@ +--- +title: FAQ +--- + + + +# { title } + +### Do I need to donate to use the website? + +No. +The website is free to use and always will be (as long as it is financially sustainable). +However, donations are appreciated and help keep the website running. + +### Why is this route chosen over that one? _Or_ how can I add something to the map? + +**gpx.studio** uses data from OpenStreetMap, which is an open and collaborative world map. +This means you can contribute to the map by adding or editing data on OpenStreetMap. + +If you have never contributed to OpenStreetMap before, here is how you can suggest changes: + +1. Go to the location where you want to add or edit data on the map. +2. Use the tool on the right to inspect the existing data. +3. Right-click on the location and select . +4. Explain what is incorrect or missing in the note and click to submit it. + +Someone more experienced with OpenStreetMap will then review your note and make the necessary changes. + + + +More information on how to contribute to OpenStreetMap can be found here. + + + +### Why is the elevation profile for my GPX file empty? + +If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data. +You can add elevation data to your GPX file by using GPS Visualizer. diff --git a/website/src/locales/de.json b/website/src/locales/de.json index 1e2ece6d..2a3c1102 100644 --- a/website/src/locales/de.json +++ b/website/src/locales/de.json @@ -1,53 +1,53 @@ { "metadata": { - "home_title": "home", + "home_title": "Home", "app_title": "der Online-Editor für GPX-Dateien", - "embed_title": "the online GPX file editor", + "embed_title": "der online GPX Datei Editor", "help_title": "hilfe", - "404_title": "page not found", + "404_title": "Seite nicht gefunden", "description": "GPX-Dateien online anzeigen, bearbeiten und erstellen mit erweiterten Routenplanungs- und Dateiverarbeitungswerkzeugen, schönen Karten und detaillierten Datenvisualisierungen." }, "menu": { - "new": "New", + "new": "Neu", "new_file": "Neue Datei", "new_track": "Neue Route", "new_segment": "Neues Segment", "open": "Öffnen...", "duplicate": "Duplizieren", - "close": "Close", - "close_all": "Close all", - "copy": "Copy", - "paste": "Paste", - "cut": "Cut", - "export": "Export...", - "export_all": "Export all...", - "export_options": "Export options", + "close": "Schließen", + "close_all": "Alle schließen", + "copy": "Kopieren", + "paste": "Einfügen", + "cut": "Ausschneiden", + "export": "Exportieren...", + "export_all": "Alle exportieren...", + "export_options": "Export Einstellungen", "support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently. Thank you!", - "support_button": "Help keep the website free", - "download_file": "Download file", - "download_files": "Download files", - "edit": "Edit", - "undo": "Undo", - "redo": "Redo", + "support_button": "Helfen Sie die Website kostenlos zu halten", + "download_file": "Datei herunterladen", + "download_files": "Dateien herunterladen", + "edit": "Bearbeiten", + "undo": "Rückgängig", + "redo": "Wiederholen", "delete": "Löschen", - "select_all": "Select all", - "view": "View", + "select_all": "Alle auswählen", + "view": "Ansicht", "elevation_profile": "Höhenprofil", "vertical_file_view": "Vertical file list", "switch_basemap": "Switch to previous basemap", "toggle_overlays": "Toggle overlays", - "toggle_3d": "Toggle 3D", - "settings": "Settings", + "toggle_3d": "3D umschalten", + "settings": "Einstellungen", "distance_units": "Entfernungseinheiten", "metric": "Metrisch", "imperial": "Imperial", - "nautical": "Nautical", + "nautical": "Nautisch", "velocity_units": "Geschwindigkeitseinheiten", - "temperature_units": "Temperature units", - "celsius": "Celsius", + "temperature_units": "Temperatureinheiten", + "celsius": "Grad Celsius", "fahrenheit": "Fahrenheit", - "language": "Language", - "mode": "Theme", + "language": "Sprache", + "mode": "Design", "system": "System", "light": "Light", "dark": "Dark", @@ -59,23 +59,23 @@ "direction_markers": "Direction arrows", "help": "Hilfe", "more": "More...", - "donate": "Donate", - "ctrl": "Ctrl", - "click": "Click", + "donate": "Spenden", + "ctrl": "Strg", + "click": "Klick", "drag": "Drag", "metadata": { "button": "Info...", "name": "Bezeichnung", - "description": "Description", + "description": "Beschreibung", "save": "Speichern" }, "style": { - "button": "Appearance...", - "color": "Color", - "opacity": "Opacity", - "width": "Width" + "button": "Darstellung...", + "color": "Farbe", + "opacity": "Transparenz", + "width": "Breite" }, - "hide": "Hide", + "hide": "Verbergen", "unhide": "Unhide", "center": "Center", "open_in": "Open in" diff --git a/website/src/locales/es.json b/website/src/locales/es.json index de592c6e..fbc35a84 100644 --- a/website/src/locales/es.json +++ b/website/src/locales/es.json @@ -269,7 +269,7 @@ "ordnanceSurvey": "Encuesta Ordnance", "norwayTopo": "Topografisk Norgeskart 4", "swedenTopo": "Lantmäteriet Topo", - "swedenSatellite": "Lantmäteriet Satellite", + "swedenSatellite": "Satélite Lantmat", "finlandTopo": "Lantmäteriverket Terrängkarta", "bgMountains": "BGMountains", "usgs": "USGS", diff --git a/website/src/locales/hu.json b/website/src/locales/hu.json index 732f35ff..fbe80f32 100644 --- a/website/src/locales/hu.json +++ b/website/src/locales/hu.json @@ -1,37 +1,37 @@ { "metadata": { - "home_title": "home", - "app_title": "the online GPX file editor", - "embed_title": "the online GPX file editor", + "home_title": "főoldal", + "app_title": "az online GPX szerkesztő", + "embed_title": "az online GPX szerkesztő", "help_title": "súgó", - "404_title": "page not found", - "description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations." + "404_title": "az oldal nem található", + "description": "GPX-fájlok online megtekintése, szerkesztése és létrehozása fejlett útvonaltervezési képességekkel és fájlfeldolgozó eszközökkel, gyönyörű térképekkel és részletes adatmegjelenítésekkel." }, "menu": { - "new": "New", - "new_file": "New file", - "new_track": "New track", - "new_segment": "New segment", - "open": "Open...", + "new": "Új", + "new_file": "Új fájl", + "new_track": "Új nyomvonal", + "new_segment": "Új szegmens", + "open": "Megnyitás...", "duplicate": "Duplikálás", - "close": "Close", - "close_all": "Close all", - "copy": "Copy", - "paste": "Paste", - "cut": "Cut", - "export": "Export...", - "export_all": "Export all...", - "export_options": "Export options", - "support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently. Thank you!", - "support_button": "Help keep the website free", - "download_file": "Download file", - "download_files": "Download files", - "edit": "Edit", - "undo": "Undo", - "redo": "Redo", + "close": "Bezár", + "close_all": "Összes bezárása", + "copy": "Másolás", + "paste": "Beillesztés", + "cut": "Kivágás", + "export": "Exportálás...", + "export_all": "Az összes exportálása...", + "export_options": "Exportálási beállítások", + "support_message": "Ennek az eszköznek a használata ingyenes, de a fenntartása pénzbe kerül. Kérjük, fontold meg az oldal támogatását amennyiben gyakran használod. Köszönjük!", + "support_button": "Segíts megőrizni a weboldal ingyenességét", + "download_file": "Fájl letöltése", + "download_files": "Fájlok letöltése", + "edit": "Szerkesztés", + "undo": "Visszavonás", + "redo": "Újra", "delete": "Törlés", - "select_all": "Select all", - "view": "View", + "select_all": "Összes kijelölése", + "view": "Nézet", "elevation_profile": "Elevation profile", "vertical_file_view": "Vertical file list", "switch_basemap": "Switch to previous basemap", diff --git a/website/src/locales/it.json b/website/src/locales/it.json index 3baba651..d4cd86b4 100644 --- a/website/src/locales/it.json +++ b/website/src/locales/it.json @@ -93,15 +93,15 @@ }, "route_back_to_start": { "button": "Torna all'inizio", - "tooltip": "Connect the last point of the route with the starting point" + "tooltip": "Connettere ultimo punto della traccia col punto d'inizio" }, "round_trip": { "button": "Andata e ritorno", - "tooltip": "Return to the starting point by the same route" + "tooltip": "Ritornare al punto di partenza tramite lo stesso percorso" }, "start_loop_here": "Avviare il ciclo qui", - "help_no_file": "Select a trace to use the routing tool, or click on the map to start creating a new route.", - "help": "Click on the map to add a new anchor point, or drag existing ones to change the route.", + "help_no_file": "Clicca sulla mappa per aggiungere un nuovo punto di ancoraggio, o spostane uno esistente per cambiare il percorso.", + "help": "Clicca sulla mappa per aggiungere un nuovo punto di ancoraggio, o spostane uno esistente per cambiare il percorso.", "activities": { "bike": "Bicicletta", "racing_bike": "Bici da strada", @@ -141,19 +141,19 @@ "sand": "Sabbia", "woodchips": "Cippato", "grass": "Erba", - "grass_paver": "Grass paver" + "grass_paver": "Pavimentazione erbosa" }, "error": { - "from": "The start point is too far from the nearest road", + "from": "Il punto di partenza è troppo lontano dalla strada più vicina", "via": "The via point is too far from the nearest road", - "to": "The end point is too far from the nearest road", + "to": "Il punto di arrivo è troppo lontano dalla strada più vicina", "timeout": "Il calcolo del percorso ha richiesto troppo tempo, prova ad aggiungere punti più vicini" } }, "scissors": { "tooltip": "Crop or split", "crop": "Ritaglia", - "split_as": "Split the trace into", + "split_as": "Dividi la traccia in", "help_invalid_selection": "Select a trace to crop or split.", "help": "Utilizzare il cursore per ritagliare la traccia, o dividerla facendo clic su uno dei marcatori divisi o sulla traccia stessa." }, @@ -206,7 +206,7 @@ "clean": { "tooltip": "Pulire i punti GPS e i punti di interesse con una selezione rettangolare", "delete_trackpoints": "Eliminare punti GPS", - "delete_waypoints": "Delete points of interest", + "delete_waypoints": "Cancella punti d'interesse", "delete_inside": "Delete inside selection", "delete_outside": "Elimina fuori dalla selezione", "button": "Elimina", @@ -429,7 +429,7 @@ "summit": "Summit", "telephone": "Telefono", "tunnel": "Tunnel", - "water_source": "Water Source" + "water_source": "Fonte d'acqua" } }, "homepage": { diff --git a/website/src/locales/nl.json b/website/src/locales/nl.json index 489e7ebc..edbefcae 100644 --- a/website/src/locales/nl.json +++ b/website/src/locales/nl.json @@ -269,7 +269,7 @@ "ordnanceSurvey": "Ordnance Survey", "norwayTopo": "Topografisk Norgeskart 4", "swedenTopo": "Lantmäteriet Topo", - "swedenSatellite": "Lantmäteriet Satellite", + "swedenSatellite": "Lantmäteriet Satelliet", "finlandTopo": "Lantmäteriverket Terrängkarta", "bgMountains": "BGMountains", "usgs": "USGS",