diff --git a/locales/de.json b/locales/de.json index 46cf3e8..4484700 100644 --- a/locales/de.json +++ b/locales/de.json @@ -21,6 +21,17 @@ "nominatim": "Suchen mit Nominatim", "openstreetmap": "© OpenStreetMap contributors unter ODbL" }, + "export": { + "format": "Format", + "format_csv": "CSV", + "format_geojson": "GeoJSON", + "format_gpx": "GPX", + "format_kml": "KML", + "route-from-to": "{{from}} -> {{to}} ({{distance}}km)", + "route-loop": "{{from}} ({{distance}}km)", + "title": "Export route", + "trackname": "Name" + }, "footer": { "ascend": "Aufsteigend (einfach aufsteigend)", "cost": "Kosten (durchschnittlicher Kostenfaktor)", @@ -100,6 +111,9 @@ "zoomInTitle": "Hineinzoomen", "zoomOutTitle": "Herauszoomen" }, + "modal": { + "close": "Close" + }, "navbar": { "about": "Über", "alternative": { @@ -108,13 +122,7 @@ "second": "2. Alternative", "third": "3. Alternative" }, - "download": { - "csv": "CSV Daten", - "geojson": "GeoJSON", - "gpx": "GPX", - "kml": "KML", - "title": "Download" - }, + "export": "Export", "load": { "nogos": "No-go-Areas", "title": "Laden" diff --git a/locales/fr.json b/locales/fr.json index 794fbc4..75e67d4 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -21,6 +21,17 @@ "nominatim": "Recherche par Nominatim", "openstreetmap": "© contributeurs OpenStreetMap sous ODbL" }, + "export": { + "format": "Format", + "format_csv": "CSV", + "format_geojson": "GeoJSON", + "format_gpx": "GPX", + "format_kml": "KML", + "route-from-to": "{{from}} -> {{to}} ({{distance}} km)", + "route-loop": "{{from}} ({{distance}} km)", + "title": "Exporter l'itinéraire", + "trackname": "Nom" + }, "footer": { "ascend": "Dénivelé cumulé (dénivelé global)", "cost": "Coût (facteur coût moyen)", @@ -61,7 +72,7 @@ "clear-route": "Supprimer l'itinéraire", "copyright": "Copyright", "cycling": "Vélo", - "delete-last-point": "Delete last point", + "delete-last-point": "Supprimer le dernier point", "delete-nogo-areas": "  supprimer aussi toutes les zones interdites", "delete-route": "Supprimer l'itinéraire ?", "draw-route-start": "Dessiner l'itinéraire (touche D)", @@ -94,12 +105,15 @@ }, "opacity-slider": "Définie l'opacité de l'itinéraire et des marqueurs", "privacy": "Vie privée", - "reverse-route": "Reverse route", + "reverse-route": "Inverse l'itinéraire", "strava-biking": "Afficher les segments Strava vélo", "strava-running": "Afficher les segments Strava à pied", "zoomInTitle": "Zoomer", "zoomOutTitle": "Dézoomer" }, + "modal": { + "close": "Fermer" + }, "navbar": { "about": "À propos", "alternative": { @@ -108,13 +122,7 @@ "second": "2nde alternative", "third": "3ème alternative" }, - "download": { - "csv": "CSV", - "geojson": "GeoJSON", - "gpx": "GPX", - "kml": "KML", - "title": "Télécharger" - }, + "export": "Exporter", "load": { "nogos": "Zones interdites", "title": "Charger" diff --git a/locales/hu.json b/locales/hu.json index aeb151e..7ba6faf 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -21,6 +21,17 @@ "nominatim": "Keresés: Nominatim", "openstreetmap": "© OpenStreetMap közreműködők, ODbL licenc szerint" }, + "export": { + "format": "Format", + "format_csv": "CSV", + "format_geojson": "GeoJSON", + "format_gpx": "GPX", + "format_kml": "KML", + "route-from-to": "{{from}} -> {{to}} ({{distance}}km)", + "route-loop": "{{from}} ({{distance}}km)", + "title": "Export route", + "trackname": "Name" + }, "footer": { "ascend": "Összes emelkedés (végpontok közötti szintkülönbség)", "cost": "Ráfordítás (közepes ráfordítástényező)", @@ -100,6 +111,9 @@ "zoomInTitle": "Nagyítás", "zoomOutTitle": "Kicsinyítés" }, + "modal": { + "close": "Close" + }, "navbar": { "about": "Névjegy", "alternative": { @@ -108,13 +122,7 @@ "second": "2. alternatíva", "third": "3. alternatíva" }, - "download": { - "csv": "CSV adatfájl", - "geojson": "GeoJSON", - "gpx": "GPX", - "kml": "KML", - "title": "Letöltés" - }, + "export": "Export", "load": { "nogos": "Elkerülendő területek", "title": "Betöltés" diff --git a/locales/pt.json b/locales/pt.json index 4ec50bc..dcd2e29 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -21,6 +21,17 @@ "nominatim": "Search by Nominatim", "openstreetmap": "© OpenStreetMap contributors under ODbL" }, + "export": { + "format": "Format", + "format_csv": "CSV", + "format_geojson": "GeoJSON", + "format_gpx": "GPX", + "format_kml": "KML", + "route-from-to": "{{from}} -> {{to}} ({{distance}}km)", + "route-loop": "{{from}} ({{distance}}km)", + "title": "Export route", + "trackname": "Name" + }, "footer": { "ascend": "Ascend (Plain ascend)", "cost": "Cost (Mean cost factor)", @@ -100,6 +111,9 @@ "zoomInTitle": "Zoom in", "zoomOutTitle": "Zoom out" }, + "modal": { + "close": "Close" + }, "navbar": { "about": "About", "alternative": { @@ -108,13 +122,7 @@ "second": "2nd alternative", "third": "3rd alternative" }, - "download": { - "csv": "data CSV", - "geojson": "GeoJSON", - "gpx": "GPX", - "kml": "KML", - "title": "Download" - }, + "export": "Export", "load": { "nogos": "No-go areas", "title": "Load" diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 6d8326e..41a9109 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -21,6 +21,17 @@ "nominatim": "搜尋服務由 Nominatim提供", "openstreetmap": "© OpenStreetMap 貢獻者 基於 ODbL釋出" }, + "export": { + "format": "Format", + "format_csv": "CSV", + "format_geojson": "GeoJSON", + "format_gpx": "GPX", + "format_kml": "KML", + "route-from-to": "{{from}} -> {{to}} ({{distance}}km)", + "route-loop": "{{from}} ({{distance}}km)", + "title": "Export route", + "trackname": "Name" + }, "footer": { "ascend": "爬升量 (淨爬升)", "cost": "成本 (平均成本係數)", @@ -100,6 +111,9 @@ "zoomInTitle": "放大", "zoomOutTitle": "縮小" }, + "modal": { + "close": "Close" + }, "navbar": { "about": "關於", "alternative": { @@ -108,13 +122,7 @@ "second": "第二替代方案", "third": "第三替代方案" }, - "download": { - "csv": "資料 CSV", - "geojson": "GeoJSON", - "gpx": "GPX", - "kml": "KML", - "title": "下載" - }, + "export": "Export", "load": { "nogos": "No-go areas", "title": "Load"