New Crowdin updates (#394)

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Russian)

* New translations en.json (Basque)

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Russian)

* New translations en.json (Basque)

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Russian)

* New translations en.json (Basque)

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Russian)

* New translations en.json (Basque)

* New translations en.json (Russian)

* New translations en.json (French)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Russian)

* New translations en.json (Basque)

* New translations en.json (Spanish)

* New translations en.json (French)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Russian)

* New translations en.json (Basque)

* New translations en.json (Italian)

* New translations en.json (Basque)

* New translations en.json (Basque)

* New translations en.json (Basque)

* New translations en.json (Basque)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Simplified)

* New translations en.json (Basque)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (German)

* New translations en.json (Basque)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Chinese Simplified)

* New translations en.json (German)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (German)

* New translations en.json (Basque)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Chinese Simplified)

* adds OpenHikingMaps

* update changelogs

---------

Co-authored-by: Christian Beutel <>
This commit is contained in:
Flomp
2025-08-24 13:39:28 +02:00
committed by GitHub
parent 7cadd08cb0
commit 00bb717def
15 changed files with 1248 additions and 1157 deletions

View File

@@ -1,3 +1,37 @@
# v0.18.0
## Features
- Adds feed on homepage for logged in users
- Adds customizable "About" section to the homepage (read [here](https://wanderer.to/run/frontend-configuration/about) to learn more)
- New Maps: OpenHikingMap, CyclOSM
- New map overlays: hiking, biking, mountain biking & skiing routes
- New POI overlays: e.g. grocery stores, campsites, water sources etc.
- Complete overhaul of the route drawing/editing feature
- Adds option to crop routes when editing
- Adds undo/redo to route editing
- Adds option to manually recalculate elevation data when editing a route
- Adds automated elevation correction when uploading trails/summit logs directly
- Directions to a trail head are now provided by OpenStreetMap
- Non-pulbic trails can now be shared with guests via a public share link
- Adds route previews on lower zoom levels in the world map
> [!NOTE]
To display the previews for each track on the world map, wanderer computes encoded polylines for each track on startup. Depending on the amount of trails in your instance, it can take several minutes until all trails are fully indexed and searchable.
- 3D terrain is now also available in the world map
- Trail category is now displayed in search results
## Bug fixes
- Custom categories with spaces are now handled correctly
- Avoid reuploading all trails when updating a list
- Fixes build dependencies for building from source (thanks @slothful-vassal)
- Add headers to nominatim requests to comply with usage policy
- Reset pagination when updating filters
## Thanks
A big thanks goes to @cugu for doing a lot of GitHub house keeping and submitting various, helpful PRs while I was gone!
Another big shoutout has to go to @vcoppe and [gpx.studio](https://github.com/gpxstudio/gpx.studio). Their code was a huge help implementing the various map overlays and GPX editing functionality that was added in this patch.
# v0.17.2 # v0.17.2
## Features ## Features
- Trails in the map view can now be sorted - Trails in the map view can now be sorted

View File

@@ -2,6 +2,40 @@
title: Changelog title: Changelog
description: What changed in the last patch? description: What changed in the last patch?
--- ---
## v0.18.0
### Features
- Adds feed on homepage for logged in users
- Adds customizable "About" section to the homepage (read [here](https://wanderer.to/run/frontend-configuration/about) to learn more)
- New Maps: OpenHikingMap, CyclOSM
- New map overlays: hiking, biking, mountain biking & skiing routes
- New POI overlays: e.g. grocery stores, campsites, water sources etc.
- Complete overhaul of the route drawing/editing feature
- Adds option to crop routes when editing
- Adds undo/redo to route editing
- Adds option to manually recalculate elevation data when editing a route
- Adds automated elevation correction when uploading trails/summit logs directly
- Directions to a trail head are now provided by OpenStreetMap
- Non-pulbic trails can now be shared with guests via a public share link
- Adds route previews on lower zoom levels in the world map
:::note
To display the previews for each track on the world map, wanderer computes encoded polylines for each track on startup. Depending on the amount of trails in your instance, it can take several minutes until all trails are fully indexed and searchable.
:::
- 3D terrain is now also available in the world map
- Trail category is now displayed in search results
### Bug fixes
- Custom categories with spaces are now handled correctly
- Avoid reuploading all trails when updating a list
- Fixes build dependencies for building from source (thanks @slothful-vassal)
- Add headers to nominatim requests to comply with usage policy
- Reset pagination when updating filters
### Thanks
A big thanks goes to @cugu for doing a lot of GitHub house keeping and submitting various, helpful PRs while I was gone!
Another big shoutout has to go to @vcoppe and [gpx.studio](https://github.com/gpxstudio/gpx.studio). Their code was a huge help implementing the various map overlays and GPX editing functionality that was added in this patch.
## v0.17.2 ## v0.17.2
### Features ### Features
- Trails in the map view can now be sorted - Trails in the map view can now be sorted

View File

@@ -76,7 +76,7 @@
<span class="font-semibold whitespace-nowrap text-base" <span class="font-semibold whitespace-nowrap text-base"
>{$_("layer", { values: { n: 2 } })}</span >{$_("layer", { values: { n: 2 } })}</span
> >
{#each Object.keys(settings.state.overlays) as overlay} {#each Object.keys(defaultMapState.overlays) as overlay}
<div class="flex items-center mt-2 mb-4"> <div class="flex items-center mt-2 mb-4">
<input <input
id="{overlay}-layer-checkbox" id="{overlay}-layer-checkbox"

View File

@@ -3,7 +3,7 @@
"Canoeing": "Kanufahren", "Canoeing": "Kanufahren",
"Climbing": "Klettern", "Climbing": "Klettern",
"Hiking": "Wandern", "Hiking": "Wandern",
"Skiing": "Skifahren", "Skiing": "",
"Walking": "Laufen", "Walking": "Laufen",
"about": "Über", "about": "Über",
"account-delete-confirm": "Du bist dabei, dein Konto zu löschen. Alle deine Routen werden ebenfalls gelöscht. Möchtest du fortfahren?", "account-delete-confirm": "Du bist dabei, dein Konto zu löschen. Alle deine Routen werden ebenfalls gelöscht. Möchtest du fortfahren?",
@@ -20,24 +20,24 @@
"alphabetical": "Alphabetisch", "alphabetical": "Alphabetisch",
"already-account": "Du hast bereits ein Konto?", "already-account": "Du hast bereits ein Konto?",
"altitude": "Höhe", "altitude": "Höhe",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "API Dokumentation", "api-documentation": "API Dokumentation",
"attraction": "", "attraction": "Sehenswürdigkeit",
"author": "Autor", "author": "Autor",
"avatar": "Avatar", "avatar": "Avatar",
"average-speed": "Durchschn. Geschwindigkeit", "average-speed": "Durchschn. Geschwindigkeit",
"avoid-bad-surfaces": "Vermeide schlechte Oberflächen", "avoid-bad-surfaces": "Vermeide schlechte Oberflächen",
"back": "Zurück", "back": "Zurück",
"back-to-login": "Zurück zum Login", "back-to-login": "Zurück zum Login",
"bakery": "", "bakery": "Bäckerei",
"barrier": "", "barrier": "Barriere",
"basic-info": "Basisinformation", "basic-info": "Basisinformation",
"before": "Vor", "before": "Vor",
"bicycle-parking": "", "bicycle-parking": "Fahrrad Parkplatz",
"bicycle-rental": "", "bicycle-rental": "Fahrradverleih",
"bicycle-shop": "", "bicycle-shop": "Fahrrad Reparatur",
"bike-type": "Fahrradtyp", "bike-type": "Fahrradtyp",
"bus-stop": "", "bus-stop": "Bushaltestelle",
"by": "von", "by": "von",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
@@ -50,11 +50,11 @@
"6": "So" "6": "So"
} }
}, },
"campsite": "", "campsite": "Campingplatz",
"can": "kann", "can": "kann",
"cancel": "Abbrechen", "cancel": "Abbrechen",
"car": "Auto", "car": "Auto",
"car-motorcycle": "", "car-motorcycle": "Auto/Motorrad",
"card": "{n, plural, =1 {Karte} other {Karten}}", "card": "{n, plural, =1 {Karte} other {Karten}}",
"categories": "Kategorien", "categories": "Kategorien",
"category": "Kategorie", "category": "Kategorie",
@@ -64,7 +64,7 @@
"changelog": "Änderungshistorie", "changelog": "Änderungshistorie",
"chinese": "Chinesisch (vereinfacht)", "chinese": "Chinesisch (vereinfacht)",
"clear-all": "Alle ausblenden", "clear-all": "Alle ausblenden",
"climbing": "", "climbing": "Klettern",
"close": "Schließen", "close": "Schließen",
"comment": "{n, plural, =1 {Kommentar} other {Kommentare}}", "comment": "{n, plural, =1 {Kommentar} other {Kommentare}}",
"completed": "Abgeschlossen", "completed": "Abgeschlossen",
@@ -81,7 +81,7 @@
"create-new-list": "Neue Liste erstellen", "create-new-list": "Neue Liste erstellen",
"create-waypoint": "Wegpunkt erstellen", "create-waypoint": "Wegpunkt erstellen",
"creation-date": "Erstellungsdatum", "creation-date": "Erstellungsdatum",
"crop": "", "crop": "Zuschneiden",
"cross": "Querfeldein", "cross": "Querfeldein",
"current-password": "Aktuelles Passwort", "current-password": "Aktuelles Passwort",
"cycling": "Radfahren", "cycling": "Radfahren",
@@ -125,8 +125,8 @@
"email-verified": "Email verifiziert", "email-verified": "Email verifiziert",
"empty-activities": "{username} hat noch keine Aktivitäten", "empty-activities": "{username} hat noch keine Aktivitäten",
"empty-bio": "{username} hat noch keine Biografie hinzugefügt", "empty-bio": "{username} hat noch keine Biografie hinzugefügt",
"empty-feed": "", "empty-feed": "Dein Feed ist leer",
"empty-feed-explanation": "Activities by you or people you follow will appear here", "empty-feed-explanation": "Aktivitäten von dir oder Personen, denen du folgst, werden hier angezeigt",
"empty-lists": "{username} hat keine öffentlichen Listen", "empty-lists": "{username} hat keine öffentlichen Listen",
"enable-auto-routing": "Enable auto-routing", "enable-auto-routing": "Enable auto-routing",
"english": "Englisch", "english": "Englisch",
@@ -147,14 +147,14 @@
"error-updating-password": "Fehler beim Aktualisieren des Passworts", "error-updating-password": "Fehler beim Aktualisieren des Passworts",
"error-updating-strava-integration": "Fehler bei Aktualisierung der Komoot-Integration", "error-updating-strava-integration": "Fehler bei Aktualisierung der Komoot-Integration",
"est-duration": "Gesch. Dauer", "est-duration": "Gesch. Dauer",
"everyone-with-the-link": "", "everyone-with-the-link": "Jeder mit dem Link",
"explore": "Erkunden", "explore": "Erkunden",
"explore-some-trails": "Erkunde einige Routen", "explore-some-trails": "Erkunde einige Routen",
"export": "Exportieren", "export": "Exportieren",
"export-all-trails": "Alle Routen exportieren", "export-all-trails": "Alle Routen exportieren",
"favourite-sport": "Lieblingssportart", "favourite-sport": "Lieblingssportart",
"features": "Features", "features": "Features",
"ferry": "", "ferry": "Fähre",
"file-format": "Dateiformat", "file-format": "Dateiformat",
"file-too-big": "Datei {file} ist zu groß (max. {size})", "file-too-big": "Datei {file} ist zu groß (max. {size})",
"filter-categories": "Kategorien filtern", "filter-categories": "Kategorien filtern",
@@ -167,21 +167,21 @@
"follow-request-pending": "Anfrage ausstehend", "follow-request-pending": "Anfrage ausstehend",
"followers": "Follower", "followers": "Follower",
"following": "Folgt", "following": "Folgt",
"food": "", "food": "Essen",
"food-drinks": "", "food-drinks": "Essen & Trinken",
"forgot-your-password": "Passwort vergessen?", "forgot-your-password": "Passwort vergessen?",
"french": "Französisch", "french": "Französisch",
"from-file": "Aus einer Datei", "from-file": "Aus einer Datei",
"from-photos": "Aus Fotos", "from-photos": "Aus Fotos",
"from-url": "Aus einer URL", "from-url": "Aus einer URL",
"garage": "", "garage": "Auto Reperatur",
"gas-station": "", "gas-station": "Tankstelle",
"german": "Deutsch", "german": "Deutsch",
"get-position-from-exif": "Koordinaten aus EXIF Daten", "get-position-from-exif": "Koordinaten aus EXIF Daten",
"get-started": "", "get-started": "Get started",
"grid": "Gitter", "grid": "Gitter",
"grocery-store": "", "grocery-store": "Lebensmittelgeschäft",
"heading": "Heading", "heading": "Überschrift",
"height": "Höhe", "height": "Höhe",
"help": "Hilfe", "help": "Hilfe",
"hero_section_0_text": "Entdecke spannende Routen, speichere deine Favoriten und erlebe die Schönheit der Natur. Finde dein nächstes Abenteuer!", "hero_section_0_text": "Entdecke spannende Routen, speichere deine Favoriten und erlebe die Schönheit der Natur. Finde dein nächstes Abenteuer!",
@@ -191,9 +191,9 @@
"hero_section_2_text": "Wusstest du schon? Du kannst nicht nur deine Wanderrouten speichern. Es gibt viele Kategorien für alle deine Abenteuer.", "hero_section_2_text": "Wusstest du schon? Du kannst nicht nur deine Wanderrouten speichern. Es gibt viele Kategorien für alle deine Abenteuer.",
"hiking": "Wandern", "hiking": "Wandern",
"home": "Home", "home": "Home",
"hotel": "", "hotel": "Hotel",
"hungarian": "Ungarisch", "hungarian": "Ungarisch",
"hut": "", "hut": "Hütte",
"hybrid": "Hybrid", "hybrid": "Hybrid",
"icon": "Icon", "icon": "Icon",
"imperial": "Imperial", "imperial": "Imperial",
@@ -217,7 +217,7 @@
"like-status": "\"Gefällt mir\" Status", "like-status": "\"Gefällt mir\" Status",
"liked": "Gefällt mir", "liked": "Gefällt mir",
"likes": "Likes", "likes": "Likes",
"limited": "", "limited": "Begrenzt",
"link-copied": "Link kopiert!", "link-copied": "Link kopiert!",
"list": "{n, plural, =1 {Liste} other {Listen}}", "list": "{n, plural, =1 {Liste} other {Listen}}",
"list-not-shared": "Mit niemandem geteilt", "list-not-shared": "Mit niemandem geteilt",
@@ -238,14 +238,14 @@
"max-hiking-difficulty": "Max. Schwierigkeit der Wanderung", "max-hiking-difficulty": "Max. Schwierigkeit der Wanderung",
"metric": "Metrisch", "metric": "Metrisch",
"moderate": "Mittel", "moderate": "Mittel",
"more": "More", "more": "weitere",
"more-route-settings": "", "more-route-settings": "Weitere Routen Einstellungen",
"mountain": "Berg", "mountain": "Berg",
"mountain-pass": "", "mountain-pass": "Bergpass",
"must-be-at-least-n-characters-long": "Muss mindestens {n} Zeichen lang sein", "must-be-at-least-n-characters-long": "Muss mindestens {n} Zeichen lang sein",
"must-be-at-most-n-characters-long": "Darf höchstens {n} Zeichen lang sein", "must-be-at-most-n-characters-long": "Darf höchstens {n} Zeichen lang sein",
"my-account": "Mein Konto", "my-account": "Mein Konto",
"my-trails": "", "my-trails": "Meine Routen",
"n-days-ago": "vor {n} Tagen", "n-days-ago": "vor {n} Tagen",
"n-hours-ago": "vor {n} Stunden", "n-hours-ago": "vor {n} Stunden",
"n-minutes-ago": "vor {n} Minuten", "n-minutes-ago": "vor {n} Minuten",
@@ -295,7 +295,7 @@
"orientation": "Ausrichtung", "orientation": "Ausrichtung",
"paper-size": "Papierformat", "paper-size": "Papierformat",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parken",
"password": "Passwort", "password": "Passwort",
"password-confirm": "Passwort bestätigen", "password-confirm": "Passwort bestätigen",
"password-reset-sent": "Email zum Zurücksetzen des Passworts versandt", "password-reset-sent": "Email zum Zurücksetzen des Passworts versandt",
@@ -314,16 +314,16 @@
"private": "Privat", "private": "Privat",
"profile": "Profil", "profile": "Profil",
"public": "Öffentlich", "public": "Öffentlich",
"public-access": "", "public-access": "Öffentlicher Zugriff",
"public-share-everyone": "", "public-share-everyone": "Jeder im Internet mit dem Link kann diese Route sehen",
"public-share-limited": "", "public-share-limited": "Nur Leute mit Zugriff können diese Route sehen",
"public-transport": "", "public-transport": "Öffentlicher Verkehr",
"radius": "Radius", "radius": "Radius",
"railway-station": "", "railway-station": "Bahnhof",
"read-more": "Mehr", "read-more": "Mehr",
"ready-to-join": "", "ready-to-join": "Bereit loszulegen",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Höhendaten neu berechnen",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Dies löscht existierende Höhendaten, falls vorhanden, und ersetzt sie mit Daten aus Valhalla.",
"register": "Registrieren", "register": "Registrieren",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Route entfernt aus", "removed-trail-from": "Route entfernt aus",
@@ -331,7 +331,7 @@
"required": "Pflichtfeld", "required": "Pflichtfeld",
"reset": "Zurücksetzen", "reset": "Zurücksetzen",
"reset-password": "Passwort zurücksetzen", "reset-password": "Passwort zurücksetzen",
"reverse-direction": "Reverse direction", "reverse-direction": "Richtung umkehren",
"road": "Straße", "road": "Straße",
"route": "{n, plural, =1 {Route} other {Routen}}", "route": "{n, plural, =1 {Route} other {Routen}}",
"route-point": "Punkt auf Route", "route-point": "Punkt auf Route",
@@ -344,7 +344,7 @@
"search-places": "Orte suchen", "search-places": "Orte suchen",
"search-trails": "Route suchen", "search-trails": "Route suchen",
"select-list": "Liste auswählen", "select-list": "Liste auswählen",
"selected": "selected", "selected": "ausgewählt",
"settings": "Einstellungen", "settings": "Einstellungen",
"settings-notification-comment-mention": "Jemand hat dich in einem Kommentar erwähnt", "settings-notification-comment-mention": "Jemand hat dich in einem Kommentar erwähnt",
"settings-notification-list-create": "Ein Benutzer, dem Du folgst, hat eine Liste erstellt", "settings-notification-list-create": "Ein Benutzer, dem Du folgst, hat eine Liste erstellt",
@@ -374,10 +374,10 @@
"shelter": "", "shelter": "",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "In der Übersicht anzeigen", "show-in-overview": "In der Übersicht anzeigen",
"show-less": "Show less", "show-less": "Weniger anzeigen",
"show-on-map": "Auf der Karte anzeigen", "show-on-map": "Auf der Karte anzeigen",
"shower": "", "shower": "Dusche",
"skiing": "", "skiing": "Skifahren",
"slogan": "Speichere deine Abenteuer!", "slogan": "Speichere deine Abenteuer!",
"slope": "Steigung", "slope": "Steigung",
"someone": "Jemand", "someone": "Jemand",
@@ -388,21 +388,21 @@
"statistics": "Statistiken", "statistics": "Statistiken",
"stop-drawing": "Zeichnen beenden", "stop-drawing": "Zeichnen beenden",
"stop-editing": "Bearbeiten beenden", "stop-editing": "Bearbeiten beenden",
"subway-stop": "", "subway-stop": "U-Bahn Eingang",
"summit": "", "summit": "Gipfel",
"summit-book": "Gipfelbuch", "summit-book": "Gipfelbuch",
"table": "Tabelle", "table": "Tabelle",
"tags": "Tags", "tags": "Tags",
"text": "Text", "text": "Text",
"tilesets": "Tilesets", "tilesets": "Tilesets",
"toilets": "", "toilets": "Toiletten",
"top-speed": "Höchstgeschwindigkeit", "top-speed": "Höchstgeschwindigkeit",
"tourism": "", "tourism": "Tourismus",
"trail": "{n, plural, =1 {Route} other {Routen}}", "trail": "{n, plural, =1 {Route} other {Routen}}",
"trail-not-shared": "Mit niemandem geteilt", "trail-not-shared": "Mit niemandem geteilt",
"trail-saved-successfully": "Route gespeichert", "trail-saved-successfully": "Route gespeichert",
"trails-for-you": "Routen für dich", "trails-for-you": "Routen für dich",
"tram-stop": "", "tram-stop": "Tram Haltestelle",
"unchanged": "unverändert", "unchanged": "unverändert",
"units": "Einheiten", "units": "Einheiten",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Nutze Straßen", "use-roads": "Nutze Straßen",
"username": "Nutzername", "username": "Nutzername",
"view": "Ansehen", "view": "Ansehen",
"viewpoint": "", "viewpoint": "Aussichtspunkt",
"visibilty-status": "Sichtbarkeit", "visibilty-status": "Sichtbarkeit",
"walking-speed": "Laufgeschwindigkeit", "walking-speed": "Laufgeschwindigkeit",
"water": "", "water": "Wasser",
"waypoints": "{n, plural, =1 {Wegpunkt} other {Wegpunkte}}", "waypoints": "{n, plural, =1 {Wegpunkt} other {Wegpunkte}}",
"welcome_to": "Willkommen bei", "welcome_to": "Willkommen bei",
"width": "Breite", "width": "Breite",

View File

@@ -3,7 +3,7 @@
"Canoeing": "Remo", "Canoeing": "Remo",
"Climbing": "Escalada", "Climbing": "Escalada",
"Hiking": "Senderismo", "Hiking": "Senderismo",
"Skiing": "Esquí", "Skiing": "",
"Walking": "Paseo", "Walking": "Paseo",
"about": "Sobre", "about": "Sobre",
"account-delete-confirm": "Estás al punto de borrar tu cuenta. Todas tus rutas también serán borradas. ¿Quieres proceder?", "account-delete-confirm": "Estás al punto de borrar tu cuenta. Todas tus rutas también serán borradas. ¿Quieres proceder?",
@@ -20,41 +20,41 @@
"alphabetical": "Alfabético", "alphabetical": "Alfabético",
"already-account": "¿Ya tienes una cuenta?", "already-account": "¿Ya tienes una cuenta?",
"altitude": "Altitud", "altitude": "Altitud",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "Documentación API", "api-documentation": "Documentación API",
"attraction": "", "attraction": "Attraction",
"author": "Autor", "author": "Autor",
"avatar": "Avatar", "avatar": "Avatar",
"average-speed": "Vel. Promedio", "average-speed": "Vel. Promedio",
"avoid-bad-surfaces": "Evitar superficies malas", "avoid-bad-surfaces": "Evitar superficies malas",
"back": "Atrás", "back": "Atrás",
"back-to-login": "Atrás al acceso", "back-to-login": "Atrás al acceso",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Información básica", "basic-info": "Información básica",
"before": "Antes", "before": "Antes",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Tipo de bici", "bike-type": "Tipo de bici",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "de", "by": "de",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Mo",
"1": "", "1": "Tu",
"2": "", "2": "We",
"3": "", "3": "Th",
"4": "", "4": "Fr",
"5": "", "5": "Sa",
"6": "" "6": "Su"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "puede", "can": "puede",
"cancel": "Borrar", "cancel": "Borrar",
"car": "Coche", "car": "Coche",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, one {}=1 {Ficha} other {Fichas}}", "card": "{n, plural, one {}=1 {Ficha} other {Fichas}}",
"categories": "Categorías", "categories": "Categorías",
"category": "Categoría", "category": "Categoría",
@@ -64,7 +64,7 @@
"changelog": "Registro de cambios", "changelog": "Registro de cambios",
"chinese": "Chinés (simplificado)", "chinese": "Chinés (simplificado)",
"clear-all": "Limpiar todo", "clear-all": "Limpiar todo",
"climbing": "", "climbing": "Climbing",
"close": "Cerrar", "close": "Cerrar",
"comment": "{n, plural, one {}=1 {Comentario} other {Comentarios}}", "comment": "{n, plural, one {}=1 {Comentario} other {Comentarios}}",
"completed": "Completado", "completed": "Completado",
@@ -81,7 +81,7 @@
"create-new-list": "Crear una nueva lista", "create-new-list": "Crear una nueva lista",
"create-waypoint": "Crear punto de ruta", "create-waypoint": "Crear punto de ruta",
"creation-date": "Fecha de creación", "creation-date": "Fecha de creación",
"crop": "", "crop": "Crop",
"cross": "Cruzar", "cross": "Cruzar",
"current-password": "Contraseña actual", "current-password": "Contraseña actual",
"cycling": "Ciclismo", "cycling": "Ciclismo",
@@ -125,8 +125,8 @@
"email-verified": "Correo verificado", "email-verified": "Correo verificado",
"empty-activities": "{username} todavía no tiene actividad", "empty-activities": "{username} todavía no tiene actividad",
"empty-bio": "{username} no ha añadido ninguna Bio todavía", "empty-bio": "{username} no ha añadido ninguna Bio todavía",
"empty-feed": "", "empty-feed": "Your feed is empty",
"empty-feed-explanation": "", "empty-feed-explanation": "Activities by you or people you follow will appear here",
"empty-lists": "{username} no tiene listas públicas", "empty-lists": "{username} no tiene listas públicas",
"enable-auto-routing": "Habilitar auto-ruta", "enable-auto-routing": "Habilitar auto-ruta",
"english": "Inglés", "english": "Inglés",
@@ -147,14 +147,14 @@
"error-updating-password": "Error actualizando la contraseña", "error-updating-password": "Error actualizando la contraseña",
"error-updating-strava-integration": "Error al actualizar la integración con komoot", "error-updating-strava-integration": "Error al actualizar la integración con komoot",
"est-duration": "Duración estimada", "est-duration": "Duración estimada",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Explora", "explore": "Explora",
"explore-some-trails": "Explora alguna ruta", "explore-some-trails": "Explora alguna ruta",
"export": "Exportar", "export": "Exportar",
"export-all-trails": "Exportar todas las rutas", "export-all-trails": "Exportar todas las rutas",
"favourite-sport": "Deporte favorito", "favourite-sport": "Deporte favorito",
"features": "Funcionalidades", "features": "Funcionalidades",
"ferry": "", "ferry": "Ferry",
"file-format": "Formato del archivo", "file-format": "Formato del archivo",
"file-too-big": "Archivo {file} es demasiado grande (max. {size})", "file-too-big": "Archivo {file} es demasiado grande (max. {size})",
"filter-categories": "Filtrar categorías", "filter-categories": "Filtrar categorías",
@@ -167,20 +167,20 @@
"follow-request-pending": "Request pending", "follow-request-pending": "Request pending",
"followers": "Seguidores", "followers": "Seguidores",
"following": "Siguiendo", "following": "Siguiendo",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "¿Contraseña olvidada?", "forgot-your-password": "¿Contraseña olvidada?",
"french": "Francés", "french": "Francés",
"from-file": "Desde archivo", "from-file": "Desde archivo",
"from-photos": "Desde fotos", "from-photos": "Desde fotos",
"from-url": "Desde URL", "from-url": "Desde URL",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Alemán", "german": "Alemán",
"get-position-from-exif": "Obtener las coordenadas de los datos EXIF", "get-position-from-exif": "Obtener las coordenadas de los datos EXIF",
"get-started": "", "get-started": "Get started",
"grid": "Cuadricula", "grid": "Cuadricula",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Heading",
"height": "Altura", "height": "Altura",
"help": "Ayuda", "help": "Ayuda",
@@ -191,9 +191,9 @@
"hero_section_2_text": "¿Lo sabías? No solo puedes guardar tus rutas de senderismo. Hay muchas categorías para todas tus aventuras.", "hero_section_2_text": "¿Lo sabías? No solo puedes guardar tus rutas de senderismo. Hay muchas categorías para todas tus aventuras.",
"hiking": "Senderismo", "hiking": "Senderismo",
"home": "Inicio", "home": "Inicio",
"hotel": "", "hotel": "Hotel",
"hungarian": "Húngaro", "hungarian": "Húngaro",
"hut": "", "hut": "Hut",
"hybrid": "Hibrido", "hybrid": "Hibrido",
"icon": "Icono", "icon": "Icono",
"imperial": "Imperial", "imperial": "Imperial",
@@ -212,12 +212,12 @@
"joined": "Afiliado", "joined": "Afiliado",
"language": "Idioma", "language": "Idioma",
"latitude": "Latitud", "latitude": "Latitud",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "Licencia", "license": "Licencia",
"like-status": "Like Status", "like-status": "Like Status",
"liked": "Liked", "liked": "Liked",
"likes": "Likes", "likes": "Likes",
"limited": "", "limited": "Limited",
"link-copied": "¡Enlace copiado!", "link-copied": "¡Enlace copiado!",
"list": "{n, plural, one {}=1 {Lista} other {Listas}}", "list": "{n, plural, one {}=1 {Lista} other {Listas}}",
"list-not-shared": "No compartido con ninguno", "list-not-shared": "No compartido con ninguno",
@@ -234,18 +234,18 @@
"make-one": "¡Crea uno!", "make-one": "¡Crea uno!",
"make-thumbnail": "Generar miniaturas", "make-thumbnail": "Generar miniaturas",
"map": "Mapa", "map": "Mapa",
"map-style": "", "map-style": "Map style",
"max-hiking-difficulty": "Max. Hiking Difficulty", "max-hiking-difficulty": "Max. Hiking Difficulty",
"metric": "Métrica", "metric": "Métrica",
"moderate": "Medio", "moderate": "Medio",
"more": "More", "more": "More",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Montaña", "mountain": "Montaña",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Tiene que tener por lo menos {n} caracteres", "must-be-at-least-n-characters-long": "Tiene que tener por lo menos {n} caracteres",
"must-be-at-most-n-characters-long": "Must be at most {n} characters long", "must-be-at-most-n-characters-long": "Must be at most {n} characters long",
"my-account": "Mi cuenta", "my-account": "Mi cuenta",
"my-trails": "", "my-trails": "My trails",
"n-days-ago": "hace {n} días", "n-days-ago": "hace {n} días",
"n-hours-ago": "hace {n} horas", "n-hours-ago": "hace {n} horas",
"n-minutes-ago": "hace {n} minutos", "n-minutes-ago": "hace {n} minutos",
@@ -295,7 +295,7 @@
"orientation": "Orientación", "orientation": "Orientación",
"paper-size": "Tamaño del papel", "paper-size": "Tamaño del papel",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parking",
"password": "Contraseña", "password": "Contraseña",
"password-confirm": "Confirmar contraseña", "password-confirm": "Confirmar contraseña",
"password-reset-sent": "Correo electrónico para restablecer la contraseña enviado", "password-reset-sent": "Correo electrónico para restablecer la contraseña enviado",
@@ -306,7 +306,7 @@
"pick-a-trail": "Escoge una ruta", "pick-a-trail": "Escoge una ruta",
"planned-a-trail": "planificada una ruta", "planned-a-trail": "planificada una ruta",
"planned-tours": "Planned tours", "planned-tours": "Planned tours",
"pois": "", "pois": "POIs",
"polish": "Polaco", "polish": "Polaco",
"portuguese": "Portugués", "portuguese": "Portugués",
"print": "Imprimir", "print": "Imprimir",
@@ -314,16 +314,16 @@
"private": "Privado", "private": "Privado",
"profile": "Perfil", "profile": "Perfil",
"public": "Público", "public": "Público",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Radio", "radius": "Radio",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Leer más", "read-more": "Leer más",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Registrar", "register": "Registrar",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Ruta borrada de", "removed-trail-from": "Ruta borrada de",
@@ -371,13 +371,13 @@
"shared": "Compartido", "shared": "Compartido",
"shared-by": "Compartido por", "shared-by": "Compartido por",
"shared-with": "Compartido con", "shared-with": "Compartido con",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "Mostrar en la panorámica", "show-in-overview": "Mostrar en la panorámica",
"show-less": "Show less", "show-less": "Show less",
"show-on-map": "Mostrar en mapa", "show-on-map": "Mostrar en mapa",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "¡Guarda tus aventuras!", "slogan": "¡Guarda tus aventuras!",
"slope": "Pendiente", "slope": "Pendiente",
"someone": "Alguien", "someone": "Alguien",
@@ -388,21 +388,21 @@
"statistics": "Estadísticas", "statistics": "Estadísticas",
"stop-drawing": "Parar de diseñar", "stop-drawing": "Parar de diseñar",
"stop-editing": "Parar de editar", "stop-editing": "Parar de editar",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "Libro de ascensos", "summit-book": "Libro de ascensos",
"table": "Tabla", "table": "Tabla",
"tags": "Etiquetas", "tags": "Etiquetas",
"text": "Texto", "text": "Texto",
"tilesets": "Ficha personalizada", "tilesets": "Ficha personalizada",
"toilets": "", "toilets": "Toilets",
"top-speed": "Top Speed", "top-speed": "Top Speed",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, one {}=1 {Ruta} other {Rutas}}", "trail": "{n, plural, one {}=1 {Ruta} other {Rutas}}",
"trail-not-shared": "No compartida con nadie", "trail-not-shared": "No compartida con nadie",
"trail-saved-successfully": "Ruta guardada con éxito", "trail-saved-successfully": "Ruta guardada con éxito",
"trails-for-you": "Rutas para ti", "trails-for-you": "Rutas para ti",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "unchanged", "unchanged": "unchanged",
"units": "Unidades", "units": "Unidades",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Utilizar carreteras", "use-roads": "Utilizar carreteras",
"username": "Nombre de usuario", "username": "Nombre de usuario",
"view": "Ver", "view": "Ver",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "Visibility status", "visibilty-status": "Visibility status",
"walking-speed": "Walking speed", "walking-speed": "Walking speed",
"water": "", "water": "Water",
"waypoints": "{n, plural, one {}=1 {Punto de Interés} other {Puntos de Interés}}", "waypoints": "{n, plural, one {}=1 {Punto de Interés} other {Puntos de Interés}}",
"welcome_to": "Bienvenid@ a", "welcome_to": "Bienvenid@ a",
"width": "Anchura", "width": "Anchura",

View File

@@ -3,424 +3,424 @@
"Canoeing": "Kanoa", "Canoeing": "Kanoa",
"Climbing": "Eskalada", "Climbing": "Eskalada",
"Hiking": "Mendi-ibilaldia", "Hiking": "Mendi-ibilaldia",
"Skiing": "Eskia", "Skiing": "",
"Walking": "Oinez", "Walking": "Oinez",
"about": "Honi buruz", "about": "Honi buruz",
"account-delete-confirm": "You are about to delete your account. All your trails will also be deleted. Do you want to proceed?", "account-delete-confirm": "Zure kontua ezabatzera zoaz. Zure ibilbide guztiak ere ezabatu egingo dira. Jarraitu nahi duzu?",
"account-privacy": "Account privacy", "account-privacy": "Kontuaren pribatutasuna",
"activity": "{n, plural, =1 {Activity} other {Activities}}", "activity": "{n, plural, one {}=1 {Ekintza} other {Ekintzak}}",
"add-bio": "Add Bio", "add-bio": "Gehitu bio",
"add-entry": "Add Entry", "add-entry": "Gehitu sarrera",
"add-to-list": "Add to list", "add-to-list": "Gehitu zerrendan",
"add-waypoint": "Add Waypoint", "add-waypoint": "Gehitu bidepuntua",
"added-trail-to": "Added trail to", "added-trail-to": "Ibilbidea hona gehitu da",
"added-trails-to": "Added trails to", "added-trails-to": "Ibilbideak hona gehitu dira",
"after": "After", "after": "Ondoren",
"all-activities": "All activities", "all-activities": "Ekintza guztiak",
"alphabetical": "Alphabetical", "alphabetical": "Alfabetikoa",
"already-account": "Already have an account?", "already-account": "Baduzu kontua lehendik?",
"altitude": "Altitude", "altitude": "Altuera",
"ammenity": "", "ammenity": "Altimetria",
"api-documentation": "API Documentation", "api-documentation": "API dokumentazioa",
"attraction": "", "attraction": "Erakarmena",
"author": "Author", "author": "Egilea",
"avatar": "Avatar", "avatar": "Iruditxoa",
"average-speed": "Avg. Speed", "average-speed": "Batazbesteko abiadura",
"avoid-bad-surfaces": "Avoid Bad Surfaces", "avoid-bad-surfaces": "Gainazal txarrak ekidin",
"back": "Back", "back": "Atzera",
"back-to-login": "Back to Login", "back-to-login": "Itzuli saio hasierara",
"bakery": "", "bakery": "Okindegia",
"barrier": "", "barrier": "Oztopoa",
"basic-info": "Basic Info", "basic-info": "Oinarrizko informazioa",
"before": "Before", "before": "Aurretik",
"bicycle-parking": "", "bicycle-parking": "Bizikleta-parkina",
"bicycle-rental": "", "bicycle-rental": "Bizikleta-alokairua",
"bicycle-shop": "", "bicycle-shop": "Bizikleta-denda",
"bike-type": "Bike Type", "bike-type": "Bizikleta mota",
"bus-stop": "", "bus-stop": "Autobus geltokia",
"by": "by", "by": "-",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Al",
"1": "", "1": "Ar",
"2": "", "2": "Az",
"3": "", "3": "Og",
"4": "", "4": "Ol",
"5": "", "5": "Lr",
"6": "" "6": "Ig"
} }
}, },
"campsite": "", "campsite": "Kanpina",
"can": "can", "can": "ahal duzu",
"cancel": "Cancel", "cancel": "Utzi",
"car": "Car", "car": "Kotxea",
"car-motorcycle": "", "car-motorcycle": "Kotxea/Motozikleta",
"card": "{n, plural, =1 {Card} other {Cards}}", "card": "{n, plural, one {}=1 {Txartea} other {Txartelak}}",
"categories": "Categories", "categories": "Kategoriak",
"category": "Category", "category": "Kategoria",
"change": "Change", "change": "Aldatu",
"change-email": "Change email", "change-email": "Aldatu eposta",
"change-password": "Change password", "change-password": "Aldatu pasahitza",
"changelog": "Changelog", "changelog": "Aldaketen erregistroa",
"chinese": "Chinese (simplified)", "chinese": "Txinera (sinplifikatua)",
"clear-all": "Clear all", "clear-all": "Garbitu dena",
"climbing": "", "climbing": "Eskalada",
"close": "Close", "close": "Itxi",
"comment": "{n, plural, =1 {Comment} other {Comments}}", "comment": "{n, plural, one {}=1 {Iruzkina} other {Iruzkinak}}",
"completed": "Completed", "completed": "Osatuta",
"completed-a-trail": "completed a trail", "completed-a-trail": "ibilbide bat egin du",
"completed-tours": "Completed tours", "completed-tours": "Egindako ibilbideak",
"completion-status": "Completion Status", "completion-status": "Betetze-egoera",
"confirm": "Confirm", "confirm": "Berretsi",
"confirm-deletion": "Confirm Deletion", "confirm-deletion": "Baieztatu ezabapena",
"confirm-publish": "Confirm publishing", "confirm-publish": "Baieztatu argitaratzea",
"confirm-share": "Confirm share", "confirm-share": "Baieztatu partekatzea",
"connect": "Connect", "connect": "Konektatu",
"contribute": "Contribute", "contribute": "Ekarpena egin",
"copy-link": "Copy Link", "copy-link": "Kopiatu Lotura",
"create-new-list": "Create new list", "create-new-list": "Sortu zerrenda berria",
"create-waypoint": "Create waypoint", "create-waypoint": "Sortu bidepuntua",
"creation-date": "Creation date", "creation-date": "Sorrera-data",
"crop": "", "crop": "Moztu",
"cross": "Cross", "cross": "Krossa",
"current-password": "Current password", "current-password": "Oraingo pasahitza",
"cycling": "Cycling", "cycling": "Txirrindularitza",
"cycling-speed": "Cycling Speed", "cycling-speed": "Abiadura Bizikletan",
"danger-zone": "Danger zone", "danger-zone": "Arrisku-eremua",
"date": "Date", "date": "Data",
"default-category": "Default category", "default-category": "Defektuzko kategoria",
"default-location": "Default Location", "default-location": "Defektuzko kokalekua",
"degrees": "Degrees", "degrees": "Graduak",
"delete": "Delete", "delete": "Ezabatu",
"delete-account": "Delete Account", "delete-account": "Ezabako kontua",
"delete-list-confirm": "Do you really want to delete this list? The trails in the list will still be available.", "delete-list-confirm": "Benetan zerrenda hau ezabatu nahi duzu? Bertako ibilbideak ez dira ezabatuko.",
"delete-summit-log-confirm": "Do you really want to delete this summit log? This action cannot be undone.", "delete-summit-log-confirm": "Gailurreko liburua ezabatu nahi duzu? Akzio hau ezin da atzera bota.",
"delete-trail-confirm": "Do you really want to delete this trail? This action cannot be undone.", "delete-trail-confirm": "Ibilbide hau ezabatu nahi duzu? Akzio hau ezin da atzera bota.",
"describe-your-trail": "Describe your trail", "describe-your-trail": "Deskribatu zure ibilbidea",
"description": "Description", "description": "Deskribapena",
"difficult": "Difficult", "difficult": "Zaila",
"difficulty": "Difficulty", "difficulty": "Zailtasuna",
"directions": "Directions", "directions": "Norabideak",
"display": "Display", "display": "Erakutsi",
"display-as": "Display as", "display-as": "Horrela erakutsi",
"distance": "Distance", "distance": "Distantzia",
"documentation": "Documentation", "documentation": "Dokumentazioa",
"download": "Download", "download": "Deskargatu",
"draw-a-route": "Draw a route", "draw-a-route": "Marraztu ibilbide bat",
"driving": "Driving", "driving": "Gidatzen",
"duplicate": "Duplicate", "duplicate": "Bizkoiztu",
"duration": "Duration", "duration": "Iraupena",
"dutch": "Dutch", "dutch": "Nederlandera",
"easy": "Easy", "easy": "Erraza",
"edit": "Edit", "edit": "Editatu",
"edit-entry": "Edit Entry", "edit-entry": "Editatu sarrera",
"edit-list": "Edit List", "edit-list": "Editatu zerrenda",
"edit-route": "Edit route", "edit-route": "Editatu ibilbidea",
"edit-waypoint": "Edit Waypoint", "edit-waypoint": "Editatu bidepuntua",
"edited": "edited", "edited": "editatuta",
"elevation-gain": "Elevation Gain", "elevation-gain": "Irabazitako altitudea",
"elevation-loss": "Elevation Loss", "elevation-loss": "Galdutako altitudea",
"email": "Email", "email": "Eposta",
"email-updated": "Email updated", "email-updated": "Eposta eguneratuta",
"email-verified": "Email verified", "email-verified": "Eposta egiaztatuta",
"empty-activities": "{username} has no activity yet", "empty-activities": "{username} erabiltzaileak ez du ekintzarik oraindik",
"empty-bio": "{username} has not added a bio yet", "empty-bio": "{username} erabiltzaileak ez du biografiarik gehitu",
"empty-feed": "", "empty-feed": "Zure jarioa hutsik dago",
"empty-feed-explanation": "", "empty-feed-explanation": "Zure ekintzak edo jarraitzen dituzun pertsonenak hemen agertuko dira",
"empty-lists": "{username} has no public lists", "empty-lists": "{username} erabiltzailek ez du zerrenda publikorik",
"enable-auto-routing": "Enable auto-routing", "enable-auto-routing": "Aktibatu bideratze automatikoa",
"english": "English", "english": "Ingelesa",
"entry": "Entry", "entry": "Sarrera",
"error-creating-user": "Error creating user", "error-creating-user": "Errorea erabiltzailea sortzen",
"error-disabling-strava-integration": "Error disabling strava integration", "error-disabling-strava-integration": "Errorea stravarekin integrazioa desaktibatzean",
"error-during-login": "Error during login", "error-during-login": "Errorea sartzean",
"error-during-password-reset": "Unable to send password reset email", "error-during-password-reset": "Ezin izan da pasahitza berrezartzeko mezua bidali",
"error-exporting-trail": "Error exporting trail", "error-exporting-trail": "Errorea ibilbidea esportatzean",
"error-liking-trail": "Error liking trail", "error-liking-trail": "Errorea ibilbidea atsegitean",
"error-logging-in-to-komoot": "Error logging in to komoot", "error-logging-in-to-komoot": "Errorea komoot-en login egitean",
"error-posting-comment": "Error posting comment", "error-posting-comment": "Errorea iruzkina egitean",
"error-printing-map": "Error printing map", "error-printing-map": "Errorea mapa inprimatzean",
"error-reading-file": "Error reading file", "error-reading-file": "Errorea fitxategia irakurtzean",
"error-saving-list": "Error saving list", "error-saving-list": "Errorea zerrenda gordetzean",
"error-saving-trail": "Error saving trail", "error-saving-trail": "Errorea ibilbidea gordetzean",
"error-setting-up-integration": "Error setting up {provider} integration", "error-setting-up-integration": "Errorea {provider} integrazioa egitean",
"error-updating-password": "Error updating password", "error-updating-password": "Errorea pasahitza eguneratzean",
"error-updating-strava-integration": "Error updating komoot integration", "error-updating-strava-integration": "Errorea komoot integrazioa eguneratzean",
"est-duration": "Est. duration", "est-duration": "Ustezko iraupena",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Explore", "explore": "Arakatu",
"explore-some-trails": "Explore some trails", "explore-some-trails": "Arakatu ibilbide batzuk",
"export": "Export", "export": "Esportatu",
"export-all-trails": "Export all trails", "export-all-trails": "Esportatu ibilbide guztiak",
"favourite-sport": "Favourite sport", "favourite-sport": "Kirol gogokoena",
"features": "Features", "features": "Ezaugarriak",
"ferry": "", "ferry": "Ferria",
"file-format": "File format", "file-format": "Fitxategiaren formatua",
"file-too-big": "File {file} is too big (max. {size})", "file-too-big": "{file} fitxategia handiegia da (max. {size})",
"filter-categories": "Filter categories", "filter-categories": "Iragazi kategoriak",
"filter-difficulty": "Filter difficulty", "filter-difficulty": "Iragazi zailtasuna",
"filter-tags": "Filter tags", "filter-tags": "Iragazi etiketak",
"finish": "Finish", "finish": "Amaiera",
"fixed-speed": "Fixed Speed", "fixed-speed": "Abiadura finkoa",
"focus-map-on": "Focus map on", "focus-map-on": "Kokatu mapa hemen",
"follow": "Follow", "follow": "Jarraitu",
"follow-request-pending": "Request pending", "follow-request-pending": "Eskaera zain",
"followers": "Followers", "followers": "Jarraitzaileak",
"following": "Following", "following": "Jarraitutakoak",
"food": "", "food": "Janaria",
"food-drinks": "", "food-drinks": "Janari eta edaria",
"forgot-your-password": "Forgot your password?", "forgot-your-password": "Zure pasahitza ahaztu duzu?",
"french": "French", "french": "Frantsesa",
"from-file": "From file", "from-file": "Fitxategitik",
"from-photos": "From Photos", "from-photos": "Argazkietatik",
"from-url": "From URL", "from-url": "URL batetik",
"garage": "", "garage": "Garajea",
"gas-station": "", "gas-station": "Gasolindegia",
"german": "German", "german": "Alemaniera",
"get-position-from-exif": "Get coordinates from EXIF data", "get-position-from-exif": "Lortu koordenatuak EXIF datuetatik",
"get-started": "", "get-started": "Get started",
"grid": "Grid", "grid": "Sareta",
"grocery-store": "", "grocery-store": "Janari-denda",
"heading": "Heading", "heading": "Goiburukoa",
"height": "Height", "height": "Altuera",
"help": "Help", "help": "Laguntza",
"hero_section_0_text": "Explore exciting trails, save your favorites, and experience the beauty of nature. Find your next adventure!", "hero_section_0_text": "Esporatu ibilbide zoragarriak, gorde zure gustukoak eta gozatu naturaz. Bilatu zure hurrengo abentura!",
"hero_section_1_heading": "It seems there are no trails here yet.", "hero_section_1_heading": "Oraindik ibilbiderik ez dagoela dirudi.",
"hero_section_1_text": "Here are some trails you might like. Or you can just go to the full list right now.", "hero_section_1_text": "Hemen dituzu atsegin ditzakezun ibilbide batzuk. Edo zerrenda osora joan zaitezke.",
"hero_section_1_text_alternative": "Get started by saving your latest adventure.", "hero_section_1_text_alternative": "Hasi zure azken abentura gordetzen.",
"hero_section_2_text": "Did you know? You cannot only save you hiking trails. There are many categories for all your adventures.", "hero_section_2_text": "Bazenekien? Ez da mendi ibilbideak gordetzeko bakarrik. Zure abenturak hainbat kategoriatan sailka ditzakezu.",
"hiking": "Hiking", "hiking": "Mendi-ibilaldia",
"home": "Home", "home": "Hasiera",
"hotel": "", "hotel": "Hotela",
"hungarian": "Hungarian", "hungarian": "Hungariera",
"hut": "", "hut": "Aterpea",
"hybrid": "Hybrid", "hybrid": "Hibridoa",
"icon": "Icon", "icon": "Ikonoa",
"imperial": "Imperial", "imperial": "Inperiala",
"import": "Import", "import": "Inportatu",
"import-hint": "Select or drag GPX, FIT, KML or TCX files here...", "import-hint": "Aukeratu edo arrastatu hona GPX, FIT, KML edo TCX fitxategiak...",
"include-description": "Include description", "include-description": "Gehitu deskribapena",
"include-waypoints": "Include waypoints", "include-waypoints": "Gehitu bidepuntuak",
"integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", "integration-description-komoot": "Zure komooteko ibilbideak wandererekin sinkronizatzen ditu aldian behin.",
"integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integration-description-strava": "Zure stravako ibilbideak wandererekin sinkronizatzen ditu aldian behin.",
"integration-disabled": "integration disabled", "integration-disabled": "integrazioa desaktibatuta",
"integration-enabled": "integration enabled", "integration-enabled": "integrazioa aktibatuta",
"integrations": "Integrations", "integrations": "Integrazioak",
"invalid-date": "Invalid Date", "invalid-date": "Data ez da zuzena",
"invalid-username": "Invalid username", "invalid-username": "Erabiltzailea ez da zuzena",
"italian": "Italian", "italian": "Italiera",
"joined": "Joined", "joined": "Sartu da",
"language": "Language", "language": "Hizkuntza",
"latitude": "Latitude", "latitude": "Latitudea",
"layer": "", "layer": "{n, plural, one {}=1 {Geruza} other {Geruzak}}",
"license": "License", "license": "Lizentzia",
"like-status": "Like Status", "like-status": "Atsegin egoera",
"liked": "Liked", "liked": "Atseginda",
"likes": "Likes", "likes": "Atsegiteak",
"limited": "", "limited": "Limited",
"link-copied": "Link copied!", "link-copied": "Esteka kopiatu da!",
"list": "{n, plural, =1 {List} other {Lists}}", "list": "{n, plural, one {}=1 {Zerrenda} other {Zerrendak}}",
"list-not-shared": "Not shared with anyone", "list-not-shared": "Inorekin partekatu gabe",
"list-public-warning": "All trails in this list will become public.", "list-public-warning": "Zerreda honetako ibilbide guztiak publiko bihurtuko dira.",
"list-saved-successfully": "List saved successfully", "list-saved-successfully": "Zerrenda ondo gorde da",
"list-share-warning": "Sharing a list automatically shares all trails contained in it.", "list-share-warning": "Zerrenda bat partekatzean, bertako ibilbide guztiak partekatuko dira.",
"list-share-warning-update": "Added trails will be shared with everyone that has access to this list.", "list-share-warning-update": "Gehitzen diren ibilbideak, zerrendara sarbidea duten guztiekin partekatuko dira.",
"location": "Location", "location": "Kokalekua",
"login": "Login", "login": "Hasi saioa",
"login-details": "Login details", "login-details": "Sartzeko xehetasunak",
"logout": "Logout", "logout": "Irten",
"longitude": "Longitude", "longitude": "Longitudea",
"loop": "Loop", "loop": "Begizta",
"make-one": "Make one!", "make-one": "Egin bat!",
"make-thumbnail": "Make thumbnail", "make-thumbnail": "Egin iruditxoa",
"map": "Map", "map": "Mapa",
"map-style": "", "map-style": "Maparen estiloa",
"max-hiking-difficulty": "Max. Hiking Difficulty", "max-hiking-difficulty": "Mendi ibilaldiaren gehienezko zailtasuna",
"metric": "Metric", "metric": "Metrikoa",
"moderate": "Moderate", "moderate": "Erdi-bidekoa",
"more": "More", "more": "Gehiago",
"more-route-settings": "", "more-route-settings": "Ibilbidearen ezarpen gehiago",
"mountain": "Mountain", "mountain": "Mendia",
"mountain-pass": "", "mountain-pass": "Mendiko pasabidea",
"must-be-at-least-n-characters-long": "Must be at least {n} characters long", "must-be-at-least-n-characters-long": "Gehienez {n} karaktere izan behar ditu",
"must-be-at-most-n-characters-long": "Must be at most {n} characters long", "must-be-at-most-n-characters-long": "Gehienez {n} karaktere izan behar ditu",
"my-account": "My Account", "my-account": "Nire kontua",
"my-trails": "", "my-trails": "Nire ibilbideak",
"n-days-ago": "{n} days ago", "n-days-ago": "Orain dela {n} egun",
"n-hours-ago": "{n} hours ago", "n-hours-ago": "Orain dela {n} ordu",
"n-minutes-ago": "{n} minutes ago", "n-minutes-ago": "Orain dela {n} minutu",
"n-months-ago": "{n} months ago", "n-months-ago": "Orain dela {n} hilabete",
"n-seconds-ago": "{n, plural, =0 {just now} other {{n} seconds ago}}", "n-seconds-ago": "{n, plural, one {}=0 {oraintxe} other {orain dela {n} segundo}}",
"n-years-ago": "{n} years ago", "n-years-ago": "Orain dela {n} urte",
"name": "Name", "name": "Izena",
"near": "Near", "near": "Gertu",
"new-list": "New List", "new-list": "Zerrenda berria",
"new-password": "New password", "new-password": "Pasahitz berria",
"new-password-error": "Error setting new password", "new-password-error": "Errorea pasahitza berria ezartzean",
"new-password-success": "The new password has been set", "new-password-success": "Pasahitz berria ezarri da",
"new-password-text": "Set a new password", "new-password-text": "Pasahitz berria sortu",
"new-trail": "New Trail", "new-trail": "Ibilaldi berria",
"no-account": "Don't have an account?", "no-account": "Ez duzu konturik?",
"no-comments-so-far": "No comments so far", "no-comments-so-far": "Ez dago iruzkinik",
"no-data": "No data", "no-data": "Ez dago daturik",
"no-description-for-now": "No description for now", "no-description-for-now": "Ez dago deskribapenik",
"no-gps-data-in-image": "No GPS data in image", "no-gps-data-in-image": "Ez dago GPS daturik irudian",
"no-grid": "No Grid", "no-grid": "Ez dago saretarik",
"no-notifications": "No notifications", "no-notifications": "Ez dago jakinarazpenik",
"no-photos-here": "No photos or videos here", "no-photos-here": "Ez dago argazki edo bideorik",
"no-preference": "No preference", "no-preference": "Ez dago lehentasunik",
"no-results": "No results found", "no-results": "Ez dago emaitzarik",
"no-routes-added": "No routes added", "no-routes-added": "Ez da ibilaldirik gehitu",
"no-waypoints-yet": "No waypoints yet", "no-waypoints-yet": "Ez dago bidepunturik",
"not-a-valid-email-address": "Not a valid email address", "not-a-valid-email-address": "Ez da eposta helbide zuzena",
"not-a-valid-url": "Not a valid URL", "not-a-valid-url": "Ez da URL zuzena",
"not-completed": "Not completed", "not-completed": "Ez dago osatuta",
"notification-comment-mention": "{user} mentioned you in a comment", "notification-comment-mention": "{user} erabiltzaileak iruzkin baten aipatu zaitu",
"notification-list-create": "{user} created a new list", "notification-list-create": "{user} erabiltzaileak zerrenda berria sortu du",
"notification-list-share": "{user} shared a list with you", "notification-list-share": "{user} erabiltzaileak zerrenda partekatu du zurekin",
"notification-new-follower": "You have a new follower", "notification-new-follower": "Jarraitzaile berri bat duzu",
"notification-summit-log-create": "{user} created a summit log on your trail \"{trail}\"", "notification-summit-log-create": "{user} erabiltzaileak igoeren liburua sortu du zure \"{trail}\" ibilbidean",
"notification-summit-log-mention": "{user} mentioned you in a summit log", "notification-summit-log-mention": "{user} erabiltzaileak gailurreko liburu baten aipatu zaitu",
"notification-trail-comment": "{user} left a comment on your trail \"{trail}\"", "notification-trail-comment": "{user} erabiltzaileak iruzkina utzi du zure \"{trail}\" ibilbidean",
"notification-trail-create": "{user} created a new trail", "notification-trail-create": "{user} erabiltzaileak ibilbide berria sortu du",
"notification-trail-like": "{user} liked your trail \"{trail}\"", "notification-trail-like": "{user} erabiltzaileak zure \"{trail}\" ibilbidea atsegin du",
"notification-trail-mention": "{user} mentioned you in a trail", "notification-trail-mention": "{user} erabiltzaileak ibilbide baten aipatu zaitu",
"notification-trail-share": "{user} shared a trail with you", "notification-trail-share": "{user} erabiltzaileak ibilbide bat partekatu du zurekin",
"notifications": "Notifications", "notifications": "Jakinarazpenak",
"object-share-error": "A {object} must be public to be shared across instances.", "object-share-error": "{object} publikoa izan behar da instantzien artean partekatzeko.",
"off": "Off", "off": "Itzalita",
"only-me": "Only me", "only-me": "Ni bakarrik",
"open-in-new-tab": "Open in new tab", "open-in-new-tab": "Ireki fitxa berrian",
"or": "or", "or": "edo",
"orientation": "Orientation", "orientation": "Orientazioa",
"paper-size": "Paper size", "paper-size": "Paperaren tamaina",
"paragraph": "Paragraph", "paragraph": "Paragrafoa",
"parking": "", "parking": "Aparkalekua",
"password": "Password", "password": "Pasahitza",
"password-confirm": "Confirm password", "password-confirm": "Berretsi pasahitza",
"password-reset-sent": "A password reset email has been sent", "password-reset-sent": "Pasahitza berrezartzeko eposta mezua bidali dizugu",
"password-reset-text": "We will send a reset link to your email address.", "password-reset-text": "Zure epostara berrezartzeko esteka bat bidaliko dizugu.",
"password-updated": "Password updated", "password-updated": "Pasahitza eguneratu da",
"passwords-must-match": "Passwords must match", "passwords-must-match": "Pasahitzek bat etorri behar dute",
"photos": "Photos & Videos", "photos": "Argazkiak eta bideoak",
"pick-a-trail": "Pick a trail", "pick-a-trail": "Aukeratu ibilaldi bat",
"planned-a-trail": "planned a trail", "planned-a-trail": "ibilaldi bat planifikatu du",
"planned-tours": "Planned tours", "planned-tours": "Planifikatutako ibilaldiak",
"pois": "", "pois": "Interes-puntuak",
"polish": "Polish", "polish": "Poloniera",
"portuguese": "Portuguese", "portuguese": "Portugalera",
"print": "Print", "print": "Inprimatu",
"privacy": "Privacy", "privacy": "Pribatutasuna",
"private": "Private", "private": "Pribatua",
"profile": "Profile", "profile": "Profila",
"public": "Public", "public": "Publikoa",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Garraio publikoa",
"radius": "Radius", "radius": "Erradioa",
"railway-station": "", "railway-station": "Tren geltokia",
"read-more": "Read more", "read-more": "Irakurri gehiago",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Birkalkulatu altuera-datuak",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Birkalkulatzean uneko datuak ezabatu egingo dira eta Valhallatik ekarritako datuekin ordezkatuko dira.",
"register": "Register", "register": "Izena eman",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Urruneko erabiltzaileek ezin dute editatu",
"removed-trail-from": "Removed trail from", "removed-trail-from": "Ibilbidea ezabatu egin da",
"removed-trails-from": "Removed trails from", "removed-trails-from": "Ibilbideak ezabatu egin dira",
"required": "Required", "required": "Beharrezkoa",
"reset": "Reset", "reset": "Berrezarri",
"reset-password": "Reset Password", "reset-password": "Berrezarri pasahitza",
"reverse-direction": "Reverse direction", "reverse-direction": "Alderantzikatu norabidea",
"road": "Road", "road": "Errepidea",
"route": "{n, plural, =1 {Route} other {Routes}}", "route": "{n, plural, one {}=1 {Ibilbidea} other {Ibilbideak}}",
"route-point": "Route Point", "route-point": "Ibilbideko puntua",
"save": "Save", "save": "Gorde",
"save-list": "Save List", "save-list": "Gorde zerrenda",
"save-trail": "Save Trail", "save-trail": "Gorde ibilaldia",
"save-your-trail-first": "Save your trail first", "save-your-trail-first": "Gorde zure ibilaldia lehenengo",
"search-cities": "Search cities", "search-cities": "Bilatu herriak",
"search-for-trails-places": "Search for trails, lists, places", "search-for-trails-places": "Bilatu ibilbideak, zerrendak, tokiak",
"search-places": "Search places", "search-places": "Bilatu tokiak",
"search-trails": "Search trails", "search-trails": "Bilatu ibilaldiak",
"select-list": "Select List", "select-list": "Aukeratu zerrenda",
"selected": "selected", "selected": "aukeratuta",
"settings": "Settings", "settings": "Ezarpenak",
"settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-comment-mention": "Norbaitek iruzkin baten aipatu zaitu",
"settings-notification-list-create": "A user who you follow has created a list", "settings-notification-list-create": "Jarraitzen duzun erabiltzaile batek zerrenda bat sortu du",
"settings-notification-list-share": "Someone shared a list with you", "settings-notification-list-share": "Norbaitek zerrenda bat partekatu du zurekin",
"settings-notification-new-follower": "You have a new follower", "settings-notification-new-follower": "Jarraitzaile berri bat duzu",
"settings-notification-summit-log-create": "Someone created a summit log on your trail", "settings-notification-summit-log-create": "Norbaitek igoeren liburua sortu du zure ibilbidean",
"settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-summit-log-mention": "Norbaitek igoeren liburu baten aipatu zaitu",
"settings-notification-trail-comment": "Someone left a comment on your trail", "settings-notification-trail-comment": "Norbaitek iruzkina utzi du zure ibilbide baten",
"settings-notification-trail-create": "A user who you follow has created a trail", "settings-notification-trail-create": "Jarraitzen duzun erabiltzaile batek ibilbide bat sortu du",
"settings-notification-trail-like": "Somone liked your trail", "settings-notification-trail-like": "Somone liked your trail",
"settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-mention": "Norbaitek ibilbide baten aipatu zaitu",
"settings-notification-trail-share": "Someone shared a trail with you", "settings-notification-trail-share": "Norbaitek ibilbide bat partekatu du zurekin",
"settings-privacy-account-private": "Only you can see your profile. You will not appear in search results. Other users cannot follow you or share trails with you. You can still publish trails or lists.", "settings-privacy-account-private": "Zuk bakarrik ikusi dezakezu zure profila. Ez da bilaketa-emaitzetan agertuko. Beste erabiltzaileek ezin zaitutzte jarraitu edo ibilbiderik zurekin partekatu. Hala ere. ibilbideak edo zerrendak argitaratu ditzakezu.",
"settings-privacy-account-public": "Everyone can see your profile. You appear in search results. Other users can follow you and share trails with you.", "settings-privacy-account-public": "Edonork ikusi dezake zure profila. Bilaketa-emaitzetan agertuko zara. Beste erabiltzaileek jarraitu zaitzakete eta ibilbideak zurekin partekatu ditzakete.",
"settings-privacy-lists-private": "Your lists are private by default. No one except you will be able to see them. You can change this setting at any point for individual lists.", "settings-privacy-lists-private": "Zure zerrendak pribatuak dira defektuz. Zuk bakarrik ikusi ditzakezu. Ezarpen hau zerrenda bakoitzean banan-banan aldatu dezakezu.",
"settings-privacy-lists-public": "Your lists are public by default. Everyone will be able to see them. You can change this setting at any point for individual lists.", "settings-privacy-lists-public": "Zure zerrendak publikoak dira defektuz. Edonork ikusi ditzake. Ezarpen hau zerrenda bakoitzean banan-banana aldatu dezakezu.",
"settings-privacy-trails-private": "Your trails are private by default. No one except you will be able to see them. You can change this setting at any point for individual trails.", "settings-privacy-trails-private": "Zure ibilbideak pribatuak dira defektuz. Zuk bakarrik ikusi ditzakezu. Ezarpen hau ibilbide bakoitzean banan-banan aldatu dezakezu.",
"settings-privacy-trails-public": "Your trails are public by default. Everyone will be able to see them. You can change this setting at any point for individual trails.", "settings-privacy-trails-public": "Zure ibilbideak publikoak dira defektuz. Edonork ikusi ditzake. Ezarpen hau ibilbide bakoitzean banan-banana aldatu dezakezu.",
"settings-saved": "Settings saved", "settings-saved": "Ezarpenak gorde dira",
"share": "Share", "share": "Partekatu",
"share-profile": "Share profile", "share-profile": "Partekatu profila",
"share-this-list": "Share this list", "share-this-list": "Partekatu zerrenda hau",
"share-this-trail": "Share this trail", "share-this-trail": "Partekatu ibilaldi hau",
"shared": "Shared", "shared": "Partekatuta",
"shared-by": "Shared by", "shared-by": "Honek partekatuta",
"shared-with": "Shared with", "shared-with": "Honekin partekatuta",
"shelter": "", "shelter": "Babeslekua",
"shortest": "shortest", "shortest": "laburrena",
"show-in-overview": "Show in overview", "show-in-overview": "Erakutsi laburpenean",
"show-less": "Show less", "show-less": "Erakutsi gutxiago",
"show-on-map": "Show on map", "show-on-map": "Erakutsi mapan",
"shower": "", "shower": "Dutxa",
"skiing": "", "skiing": "Eskia",
"slogan": "Save your adventures!", "slogan": "Gorde zure abenturak!",
"slope": "Slope", "slope": "Malda",
"someone": "Someone", "someone": "Norbait",
"sort": "Sort", "sort": "Ordenatu",
"spanish": "Spanish", "spanish": "Espainiera",
"speed": "Speed", "speed": "Abiadura",
"start": "Start", "start": "Hasi",
"statistics": "Statistics", "statistics": "Estatistikak",
"stop-drawing": "Stop drawing", "stop-drawing": "Utzi marrazteari",
"stop-editing": "Stop editing", "stop-editing": "Utzi editatzeari",
"subway-stop": "", "subway-stop": "Metro sarbidea",
"summit": "", "summit": "Gailurra",
"summit-book": "Summit Book", "summit-book": "Igoeren liburua",
"table": "Table", "table": "Taula",
"tags": "Tags", "tags": "Etiketak",
"text": "Text", "text": "Testua",
"tilesets": "Custom tilesets", "tilesets": "Maparen hondo pertsonalizatua",
"toilets": "", "toilets": "Komunak",
"top-speed": "Top Speed", "top-speed": "Gehienezko abiadura",
"tourism": "", "tourism": "Turismoa",
"trail": "{n, plural, =1 {Trail} other {Trails}}", "trail": "{n, plural, one {}=1 {Ibilbidea} other {Ibilbideak}}",
"trail-not-shared": "Not shared with anyone", "trail-not-shared": "Inorekin partekatu gabe",
"trail-saved-successfully": "Trail saved successfully", "trail-saved-successfully": "Ibilbidea ondo gorde da",
"trails-for-you": "Trails for you", "trails-for-you": "Zuretzako ibilbideak",
"tram-stop": "", "tram-stop": "Tranbia geltokia",
"unchanged": "unchanged", "unchanged": "ez da aldatu",
"units": "Units", "units": "Unitateak",
"unlink": "Unlink", "unlink": "Esteka kendu",
"upload-file": "Upload file", "upload-file": "Kargatu fitxategia",
"upload-gpx": "Upload GPX", "upload-gpx": "Kargatu GPX",
"upload-new-file": "Upload new file", "upload-new-file": "Kargatu fitxategi berria",
"uploaded": "uploaded", "uploaded": "kargatuta",
"use-hills": "Use hills", "use-hills": "Erabili aldapak",
"use-roads": "Use Roads", "use-roads": "Erabili errepideak",
"username": "Username", "username": "Erabiltzaile-izena",
"view": "View", "view": "Ikusi",
"viewpoint": "", "viewpoint": "Ikuspegia",
"visibilty-status": "Visibility status", "visibilty-status": "Ikuspen-egoera",
"walking-speed": "Walking speed", "walking-speed": "Ibiltze abiadura",
"water": "", "water": "Ura",
"waypoints": "{n, plural, =1 {Waypoint} other {Waypoints}}", "waypoints": "{n, plural, one {}=1 {Bidepuntua} other {Bidepuntuak}}",
"welcome_to": "Welcome to", "welcome_to": "Ongi etorri",
"width": "Width", "width": "Zabalera",
"wrong-username-or-password": "Wrong username or password", "wrong-username-or-password": "Erabiltzaile izena edo pasahitza okerrak dira",
"you-can": "You can" "you-can": "Hau egin dezakezu"
} }

View File

@@ -3,7 +3,7 @@
"Canoeing": "Canoë", "Canoeing": "Canoë",
"Climbing": "Escalade", "Climbing": "Escalade",
"Hiking": "Randonnée", "Hiking": "Randonnée",
"Skiing": "Ski", "Skiing": "",
"Walking": "Marche", "Walking": "Marche",
"about": "Informations", "about": "Informations",
"account-delete-confirm": "Vous êtes sur le point de supprimer votre compte. Tous vos itinéraires seront également supprimés. Voulez-vous continuer ?", "account-delete-confirm": "Vous êtes sur le point de supprimer votre compte. Tous vos itinéraires seront également supprimés. Voulez-vous continuer ?",
@@ -20,41 +20,41 @@
"alphabetical": "Alphabétique", "alphabetical": "Alphabétique",
"already-account": "Déjà un compte ?", "already-account": "Déjà un compte ?",
"altitude": "Altitude", "altitude": "Altitude",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "Documentation API", "api-documentation": "Documentation API",
"attraction": "", "attraction": "Attraction",
"author": "Auteur", "author": "Auteur",
"avatar": "Avatar", "avatar": "Avatar",
"average-speed": "Vitesse Moy.", "average-speed": "Vitesse Moy.",
"avoid-bad-surfaces": "Avoid Bad Surfaces", "avoid-bad-surfaces": "Éviter les mauvaises surfaces",
"back": "Retour", "back": "Retour",
"back-to-login": "Retour à la page de connexion", "back-to-login": "Retour à la page de connexion",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Informations de base", "basic-info": "Informations de base",
"before": "Avant le", "before": "Avant le",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Bike Type", "bike-type": "Type de vélo",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "par", "by": "par",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Lu",
"1": "", "1": "Ma",
"2": "", "2": "Me",
"3": "", "3": "Je",
"4": "", "4": "Ve",
"5": "", "5": "Sa",
"6": "" "6": "Di"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "peut", "can": "peut",
"cancel": "Annuler", "cancel": "Annuler",
"car": "Car", "car": "Voiture",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, =1 {Tuile} other {Tuiles}}", "card": "{n, plural, =1 {Tuile} other {Tuiles}}",
"categories": "Catégories", "categories": "Catégories",
"category": "Catégorie", "category": "Catégorie",
@@ -64,7 +64,7 @@
"changelog": "Journal des modifications", "changelog": "Journal des modifications",
"chinese": "Chinois (simplifié)", "chinese": "Chinois (simplifié)",
"clear-all": "Cacher tous", "clear-all": "Cacher tous",
"climbing": "", "climbing": "Climbing",
"close": "Fermer", "close": "Fermer",
"comment": "{n, plural, =1 {Commentaire} other {Commentaires}}", "comment": "{n, plural, =1 {Commentaire} other {Commentaires}}",
"completed": "Terminé", "completed": "Terminé",
@@ -81,7 +81,7 @@
"create-new-list": "Créer une nouvelle liste", "create-new-list": "Créer une nouvelle liste",
"create-waypoint": "Créer un point de passage", "create-waypoint": "Créer un point de passage",
"creation-date": "Date de création", "creation-date": "Date de création",
"crop": "", "crop": "Crop",
"cross": "Cross", "cross": "Cross",
"current-password": "Mot de passe actuel", "current-password": "Mot de passe actuel",
"cycling": "Vélo", "cycling": "Vélo",
@@ -125,10 +125,10 @@
"email-verified": "Email vérifié", "email-verified": "Email vérifié",
"empty-activities": "{username} n'a encore aucune activité", "empty-activities": "{username} n'a encore aucune activité",
"empty-bio": "{username} n'a pas encore de description", "empty-bio": "{username} n'a pas encore de description",
"empty-feed": "", "empty-feed": "Votre fil est vide",
"empty-feed-explanation": "", "empty-feed-explanation": "Vos activités et celles des personnes que vous suivez apparaîtront ici",
"empty-lists": "{username} n'a pas de liste publique", "empty-lists": "{username} n'a pas de liste publique",
"enable-auto-routing": "Enable auto-routing", "enable-auto-routing": "Activer le routage automatique",
"english": "Anglais", "english": "Anglais",
"entry": "Entrée", "entry": "Entrée",
"error-creating-user": "Erreur durant la création de l'utilisateur", "error-creating-user": "Erreur durant la création de l'utilisateur",
@@ -136,7 +136,7 @@
"error-during-login": "Erreur durant la connexion", "error-during-login": "Erreur durant la connexion",
"error-during-password-reset": "Impossible d'envoyer l'e-mail de réinitialisation du mot de passe", "error-during-password-reset": "Impossible d'envoyer l'e-mail de réinitialisation du mot de passe",
"error-exporting-trail": "Erreur lors de l'export de l'itinéraire", "error-exporting-trail": "Erreur lors de l'export de l'itinéraire",
"error-liking-trail": "Error liking trail", "error-liking-trail": "Erreur de like de l'itinéraire",
"error-logging-in-to-komoot": "Erreur de connexion à Komoot", "error-logging-in-to-komoot": "Erreur de connexion à Komoot",
"error-posting-comment": "Erreur lors de la publication du commentaire", "error-posting-comment": "Erreur lors de la publication du commentaire",
"error-printing-map": "Erreur d'impression de la carte", "error-printing-map": "Erreur d'impression de la carte",
@@ -147,14 +147,14 @@
"error-updating-password": "Erreur lors de la mise à jour du mot de passe", "error-updating-password": "Erreur lors de la mise à jour du mot de passe",
"error-updating-strava-integration": "Erreur lors de la mise à jour de l'intégration Komoot", "error-updating-strava-integration": "Erreur lors de la mise à jour de l'intégration Komoot",
"est-duration": "Temps estimé", "est-duration": "Temps estimé",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Explorer", "explore": "Explorer",
"explore-some-trails": "Explorer les itinéraires", "explore-some-trails": "Explorer les itinéraires",
"export": "Exporter", "export": "Exporter",
"export-all-trails": "Exporter tous les itinéraires", "export-all-trails": "Exporter tous les itinéraires",
"favourite-sport": "Activité favorite", "favourite-sport": "Activité favorite",
"features": "Fonctionnalités", "features": "Fonctionnalités",
"ferry": "", "ferry": "Ferry",
"file-format": "Format du fichier", "file-format": "Format du fichier",
"file-too-big": "Le fichier {file} est trop volumineux (max. {size})", "file-too-big": "Le fichier {file} est trop volumineux (max. {size})",
"filter-categories": "Filtrer par catégories", "filter-categories": "Filtrer par catégories",
@@ -167,22 +167,22 @@
"follow-request-pending": "Demande en attente", "follow-request-pending": "Demande en attente",
"followers": "Abonné(e)s", "followers": "Abonné(e)s",
"following": "Abonnements", "following": "Abonnements",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "Mot de passe oublié ?", "forgot-your-password": "Mot de passe oublié ?",
"french": "Français", "french": "Français",
"from-file": "Depuis un fichier", "from-file": "Depuis un fichier",
"from-photos": "Depuis les photos", "from-photos": "Depuis les photos",
"from-url": "Depuis une URL", "from-url": "Depuis une URL",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Allemand", "german": "Allemand",
"get-position-from-exif": "Obtenir les coordonnées à partir des données EXIF", "get-position-from-exif": "Obtenir les coordonnées à partir des données EXIF",
"get-started": "", "get-started": "Get started",
"grid": "Grille", "grid": "Grille",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Titre",
"height": "Height", "height": "Hauteur",
"help": "Aide", "help": "Aide",
"hero_section_0_text": "Explorez des itinéraires passionnants, sauvegardez vos favoris et découvrez la beauté de la nature. Trouvez votre prochaine aventure !", "hero_section_0_text": "Explorez des itinéraires passionnants, sauvegardez vos favoris et découvrez la beauté de la nature. Trouvez votre prochaine aventure !",
"hero_section_1_heading": "Il semble qu'il n'y ait pas encore d'itinéraire ici.", "hero_section_1_heading": "Il semble qu'il n'y ait pas encore d'itinéraire ici.",
@@ -191,10 +191,10 @@
"hero_section_2_text": "Saviez-vous que vous pouvez sauvegarder plus que vos randonnées ? De nombreuses catégories sont disponibles pour toutes vos aventures.", "hero_section_2_text": "Saviez-vous que vous pouvez sauvegarder plus que vos randonnées ? De nombreuses catégories sont disponibles pour toutes vos aventures.",
"hiking": "Randonnée", "hiking": "Randonnée",
"home": "Accueil", "home": "Accueil",
"hotel": "", "hotel": "Hotel",
"hungarian": "Hongrois", "hungarian": "Hongrois",
"hut": "", "hut": "Hut",
"hybrid": "Hybrid", "hybrid": "Hybride",
"icon": "Icône", "icon": "Icône",
"imperial": "Impérial", "imperial": "Impérial",
"import": "Importer", "import": "Importer",
@@ -212,12 +212,12 @@
"joined": "Rejoint", "joined": "Rejoint",
"language": "Langue", "language": "Langue",
"latitude": "Latitude", "latitude": "Latitude",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "Licence", "license": "Licence",
"like-status": "Like Status", "like-status": "Statut J'aime",
"liked": "Aimé", "liked": "Aimé",
"likes": "Likes", "likes": "\"J'aime\"",
"limited": "", "limited": "Limited",
"link-copied": "Lien copié !", "link-copied": "Lien copié !",
"list": "{n, plural, =1 {Liste} other {Listes}}", "list": "{n, plural, =1 {Liste} other {Listes}}",
"list-not-shared": "Non partagé avec quiconque", "list-not-shared": "Non partagé avec quiconque",
@@ -234,18 +234,18 @@
"make-one": "Faites-en un !", "make-one": "Faites-en un !",
"make-thumbnail": "Créer une miniature", "make-thumbnail": "Créer une miniature",
"map": "Carte", "map": "Carte",
"map-style": "", "map-style": "Style de carte",
"max-hiking-difficulty": "Max. Hiking Difficulty", "max-hiking-difficulty": "Difficulté maximale de marche",
"metric": "Métrique", "metric": "Métrique",
"moderate": "Moyenne", "moderate": "Moyenne",
"more": "More", "more": "Plus",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Montagne", "mountain": "Montagne",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Doit être composé d'au moins {n} caractères", "must-be-at-least-n-characters-long": "Doit être composé d'au moins {n} caractères",
"must-be-at-most-n-characters-long": "Doit être au maximum de {n} caractères", "must-be-at-most-n-characters-long": "Doit être au maximum de {n} caractères",
"my-account": "Mon profil", "my-account": "Mon profil",
"my-trails": "", "my-trails": "Mes parcours",
"n-days-ago": "il y a {n} jours", "n-days-ago": "il y a {n} jours",
"n-hours-ago": "il y a {n} heures", "n-hours-ago": "il y a {n} heures",
"n-minutes-ago": "il y a {n} minutes", "n-minutes-ago": "il y a {n} minutes",
@@ -264,7 +264,7 @@
"no-comments-so-far": "Aucun commentaire pour l'instant", "no-comments-so-far": "Aucun commentaire pour l'instant",
"no-data": "Pas de données", "no-data": "Pas de données",
"no-description-for-now": "Pas de description pour le moment", "no-description-for-now": "Pas de description pour le moment",
"no-gps-data-in-image": "No GPS data in image", "no-gps-data-in-image": "Aucune donnée GPS dans l'image",
"no-grid": "Aucune grille", "no-grid": "Aucune grille",
"no-notifications": "Pas de notifications", "no-notifications": "Pas de notifications",
"no-photos-here": "Aucune photo ici", "no-photos-here": "Aucune photo ici",
@@ -294,8 +294,8 @@
"or": "ou", "or": "ou",
"orientation": "Orientation", "orientation": "Orientation",
"paper-size": "Taille de papier", "paper-size": "Taille de papier",
"paragraph": "Paragraph", "paragraph": "Paragraphe",
"parking": "", "parking": "Parking",
"password": "Mot de passe", "password": "Mot de passe",
"password-confirm": "Confirmer le mot de passe", "password-confirm": "Confirmer le mot de passe",
"password-reset-sent": "Un e-mail de réinitialisation de votre mot de passe a été envoyé", "password-reset-sent": "Un e-mail de réinitialisation de votre mot de passe a été envoyé",
@@ -306,7 +306,7 @@
"pick-a-trail": "Choisir un itinéraire", "pick-a-trail": "Choisir un itinéraire",
"planned-a-trail": "a plannifié un itinéraire", "planned-a-trail": "a plannifié un itinéraire",
"planned-tours": "Tournées planifiées", "planned-tours": "Tournées planifiées",
"pois": "", "pois": "POIs",
"polish": "polonais", "polish": "polonais",
"portuguese": "Portugais", "portuguese": "Portugais",
"print": "Imprimer", "print": "Imprimer",
@@ -314,24 +314,24 @@
"private": "Privé", "private": "Privé",
"profile": "Profile", "profile": "Profile",
"public": "Publique", "public": "Publique",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Rayon", "radius": "Rayon",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Voir plus", "read-more": "Voir plus",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Créer un compte", "register": "Créer un compte",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Les utilisateurs distants ne peuvent pas modifier",
"removed-trail-from": "Enlever l'itinéraire de", "removed-trail-from": "Enlever l'itinéraire de",
"removed-trails-from": "Enlever les itinéraires de", "removed-trails-from": "Enlever les itinéraires de",
"required": "Requis", "required": "Requis",
"reset": "Reset", "reset": "Réinitialiser",
"reset-password": "Réinitialiser le mot de passe", "reset-password": "Réinitialiser le mot de passe",
"reverse-direction": "Reverse direction", "reverse-direction": "Inverser la direction",
"road": "Route", "road": "Route",
"route": "{n, plural, =1 {Itinéraire} other {Itinéraires}}", "route": "{n, plural, =1 {Itinéraire} other {Itinéraires}}",
"route-point": "Étape", "route-point": "Étape",
@@ -344,7 +344,7 @@
"search-places": "Chercher des lieux", "search-places": "Chercher des lieux",
"search-trails": "Chercher un itinéraire", "search-trails": "Chercher un itinéraire",
"select-list": "Liste de choix", "select-list": "Liste de choix",
"selected": "selected", "selected": "sélectionné(s)",
"settings": "Paramètres", "settings": "Paramètres",
"settings-notification-comment-mention": "Quelquun vous a mentionné dans un commentaire", "settings-notification-comment-mention": "Quelquun vous a mentionné dans un commentaire",
"settings-notification-list-create": "Un utilisateur que vous suivez à créé une nouvelle liste", "settings-notification-list-create": "Un utilisateur que vous suivez à créé une nouvelle liste",
@@ -371,13 +371,13 @@
"shared": "Partagé", "shared": "Partagé",
"shared-by": "Partagé par", "shared-by": "Partagé par",
"shared-with": "Partagé avec", "shared-with": "Partagé avec",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "la plus courte",
"show-in-overview": "Voir dans l'aperçu", "show-in-overview": "Voir dans l'aperçu",
"show-less": "Show less", "show-less": "Afficher moins",
"show-on-map": "Voir sur la carte", "show-on-map": "Voir sur la carte",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "Sauvegarder vos aventures !", "slogan": "Sauvegarder vos aventures !",
"slope": "Pente", "slope": "Pente",
"someone": "Quelqu'un", "someone": "Quelqu'un",
@@ -388,36 +388,36 @@
"statistics": "Statistiques", "statistics": "Statistiques",
"stop-drawing": "Arrêter de tracer", "stop-drawing": "Arrêter de tracer",
"stop-editing": "Arrêter la modification", "stop-editing": "Arrêter la modification",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "Liste des ascensions", "summit-book": "Liste des ascensions",
"table": "Tableau", "table": "Tableau",
"tags": "Étiquettes", "tags": "Étiquettes",
"text": "Texte", "text": "Texte",
"tilesets": "Tuiles personnalisés", "tilesets": "Tuiles personnalisés",
"toilets": "", "toilets": "Toilets",
"top-speed": "Vitesse maximale", "top-speed": "Vitesse maximale",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, =1 {Itinéraire} other {Itinéraires}}", "trail": "{n, plural, =1 {Itinéraire} other {Itinéraires}}",
"trail-not-shared": "L'itinéraire n'a pas été partagé", "trail-not-shared": "L'itinéraire n'a pas été partagé",
"trail-saved-successfully": "Itinéraire enregistrée", "trail-saved-successfully": "Itinéraire enregistrée",
"trails-for-you": "Itinéraire pour vous", "trails-for-you": "Itinéraire pour vous",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "pas de modification", "unchanged": "pas de modification",
"units": "Unités", "units": "Unités",
"unlink": "Unlink", "unlink": "Délier",
"upload-file": "Importer un fichier", "upload-file": "Importer un fichier",
"upload-gpx": "Envoyer un GPX", "upload-gpx": "Envoyer un GPX",
"upload-new-file": "Importer un fichier", "upload-new-file": "Importer un fichier",
"uploaded": "importé", "uploaded": "importé",
"use-hills": "Use hills", "use-hills": "Utiliser les collines",
"use-roads": "Use Roads", "use-roads": "Utiliser les routes",
"username": "Nom d'utilisateur", "username": "Nom d'utilisateur",
"view": "Afficher", "view": "Afficher",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "État de visibilité", "visibilty-status": "État de visibilité",
"walking-speed": "Walking speed", "walking-speed": "Vitesse de marche",
"water": "", "water": "Water",
"waypoints": "{n, plural, =1 {Point de passage} other {Points de passage}}", "waypoints": "{n, plural, =1 {Point de passage} other {Points de passage}}",
"welcome_to": "Bienvenue sur", "welcome_to": "Bienvenue sur",
"width": "Largeur", "width": "Largeur",

View File

@@ -3,7 +3,7 @@
"Canoeing": "Canoeing", "Canoeing": "Canoeing",
"Climbing": "Climbing", "Climbing": "Climbing",
"Hiking": "Hiking", "Hiking": "Hiking",
"Skiing": "Skiing", "Skiing": "",
"Walking": "Walking", "Walking": "Walking",
"about": "A programról", "about": "A programról",
"account-delete-confirm": "Ön most a profilját készül törölni. Minden nyomvonala törlődik. Szeretné folytatni?", "account-delete-confirm": "Ön most a profilját készül törölni. Minden nyomvonala törlődik. Szeretné folytatni?",
@@ -20,41 +20,41 @@
"alphabetical": "Betűrendben", "alphabetical": "Betűrendben",
"already-account": "Már rendelkezik fiókkal?", "already-account": "Már rendelkezik fiókkal?",
"altitude": "Magasság", "altitude": "Magasság",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "API Dokumentáció", "api-documentation": "API Dokumentáció",
"attraction": "", "attraction": "Attraction",
"author": "Author", "author": "Author",
"avatar": "Avatar", "avatar": "Avatar",
"average-speed": "Avg. Speed", "average-speed": "Avg. Speed",
"avoid-bad-surfaces": "Avoid Bad Surfaces", "avoid-bad-surfaces": "Avoid Bad Surfaces",
"back": "Back", "back": "Back",
"back-to-login": "Back to Login", "back-to-login": "Back to Login",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Alap információk", "basic-info": "Alap információk",
"before": "Before", "before": "Before",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Bike Type", "bike-type": "Bike Type",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "by", "by": "by",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Mo",
"1": "", "1": "Tu",
"2": "", "2": "We",
"3": "", "3": "Th",
"4": "", "4": "Fr",
"5": "", "5": "Sa",
"6": "" "6": "Su"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "can", "can": "can",
"cancel": "Mégsem", "cancel": "Mégsem",
"car": "Car", "car": "Car",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, =1 {Kártya} other {Kártyák}}", "card": "{n, plural, =1 {Kártya} other {Kártyák}}",
"categories": "Kategóriák", "categories": "Kategóriák",
"category": "Kategória", "category": "Kategória",
@@ -64,7 +64,7 @@
"changelog": "Változás napló", "changelog": "Változás napló",
"chinese": "Kínai (egyszerűsítve)", "chinese": "Kínai (egyszerűsítve)",
"clear-all": "Clear all", "clear-all": "Clear all",
"climbing": "", "climbing": "Climbing",
"close": "Close", "close": "Close",
"comment": "{n, plural, =1 {Megjegyzés} other {Megjegyzés}}", "comment": "{n, plural, =1 {Megjegyzés} other {Megjegyzés}}",
"completed": "Teljesítve", "completed": "Teljesítve",
@@ -81,7 +81,7 @@
"create-new-list": "Új lista létrehozása", "create-new-list": "Új lista létrehozása",
"create-waypoint": "Create waypoint", "create-waypoint": "Create waypoint",
"creation-date": "létrehozás dátuma", "creation-date": "létrehozás dátuma",
"crop": "", "crop": "Crop",
"cross": "Cross", "cross": "Cross",
"current-password": "Current password", "current-password": "Current password",
"cycling": "Cycling", "cycling": "Cycling",
@@ -125,8 +125,8 @@
"email-verified": "Email verified", "email-verified": "Email verified",
"empty-activities": "{username} has no activity yet", "empty-activities": "{username} has no activity yet",
"empty-bio": "{username} has not added a bio yet", "empty-bio": "{username} has not added a bio yet",
"empty-feed": "", "empty-feed": "Your feed is empty",
"empty-feed-explanation": "", "empty-feed-explanation": "Activities by you or people you follow will appear here",
"empty-lists": "{username} has no public lists", "empty-lists": "{username} has no public lists",
"enable-auto-routing": "Enable auto-routing", "enable-auto-routing": "Enable auto-routing",
"english": "Angol", "english": "Angol",
@@ -147,14 +147,14 @@
"error-updating-password": "Error updating password", "error-updating-password": "Error updating password",
"error-updating-strava-integration": "Error updating komoot integration", "error-updating-strava-integration": "Error updating komoot integration",
"est-duration": "Becsült időtartam", "est-duration": "Becsült időtartam",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Felfedezés", "explore": "Felfedezés",
"explore-some-trails": "Fedezzen fel néhány ösvényt", "explore-some-trails": "Fedezzen fel néhány ösvényt",
"export": "Export", "export": "Export",
"export-all-trails": "Export all trails", "export-all-trails": "Export all trails",
"favourite-sport": "Favourite sport", "favourite-sport": "Favourite sport",
"features": "Jellemzők", "features": "Jellemzők",
"ferry": "", "ferry": "Ferry",
"file-format": "File format", "file-format": "File format",
"file-too-big": "File {file} is too big (max. {size})", "file-too-big": "File {file} is too big (max. {size})",
"filter-categories": "Filter categories", "filter-categories": "Filter categories",
@@ -167,20 +167,20 @@
"follow-request-pending": "Request pending", "follow-request-pending": "Request pending",
"followers": "Followers", "followers": "Followers",
"following": "Following", "following": "Following",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "Forgot your password?", "forgot-your-password": "Forgot your password?",
"french": "Francia", "french": "Francia",
"from-file": "From file", "from-file": "From file",
"from-photos": "From Photos", "from-photos": "From Photos",
"from-url": "From URL", "from-url": "From URL",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Német", "german": "Német",
"get-position-from-exif": "Get coordinates from EXIF data", "get-position-from-exif": "Get coordinates from EXIF data",
"get-started": "", "get-started": "Get started",
"grid": "Grid", "grid": "Grid",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Heading",
"height": "Height", "height": "Height",
"help": "Help", "help": "Help",
@@ -191,9 +191,9 @@
"hero_section_2_text": "Tudta? Nem csak a túraútvonalakat mentheti el. Számos kategória létezik minden kalandodhoz.", "hero_section_2_text": "Tudta? Nem csak a túraútvonalakat mentheti el. Számos kategória létezik minden kalandodhoz.",
"hiking": "Hiking", "hiking": "Hiking",
"home": "Home", "home": "Home",
"hotel": "", "hotel": "Hotel",
"hungarian": "Magyar", "hungarian": "Magyar",
"hut": "", "hut": "Hut",
"hybrid": "Hybrid", "hybrid": "Hybrid",
"icon": "Ikon", "icon": "Ikon",
"imperial": "Angolszász", "imperial": "Angolszász",
@@ -212,12 +212,12 @@
"joined": "Joined", "joined": "Joined",
"language": "Nyelf", "language": "Nyelf",
"latitude": "Szélesség", "latitude": "Szélesség",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "License", "license": "License",
"like-status": "Like Status", "like-status": "Like Status",
"liked": "Liked", "liked": "Liked",
"likes": "Likes", "likes": "Likes",
"limited": "", "limited": "Limited",
"link-copied": "Link copied!", "link-copied": "Link copied!",
"list": "{n, plural, =1 {Lista} other {Listák}}", "list": "{n, plural, =1 {Lista} other {Listák}}",
"list-not-shared": "Not shared with anyone", "list-not-shared": "Not shared with anyone",
@@ -234,18 +234,18 @@
"make-one": "Készítsen egyet!", "make-one": "Készítsen egyet!",
"make-thumbnail": "Készítsen miniatűrképet", "make-thumbnail": "Készítsen miniatűrképet",
"map": "Térkép", "map": "Térkép",
"map-style": "", "map-style": "Map style",
"max-hiking-difficulty": "Max. Hiking Difficulty", "max-hiking-difficulty": "Max. Hiking Difficulty",
"metric": "Metrikus", "metric": "Metrikus",
"moderate": "Mérsékelt", "moderate": "Mérsékelt",
"more": "More", "more": "More",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Mountain", "mountain": "Mountain",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Legalább {n} karakter hosszúnak kell lennie", "must-be-at-least-n-characters-long": "Legalább {n} karakter hosszúnak kell lennie",
"must-be-at-most-n-characters-long": "Must be at most {n} characters long", "must-be-at-most-n-characters-long": "Must be at most {n} characters long",
"my-account": "My Account", "my-account": "My Account",
"my-trails": "", "my-trails": "My trails",
"n-days-ago": "{n} days ago", "n-days-ago": "{n} days ago",
"n-hours-ago": "{n} hours ago", "n-hours-ago": "{n} hours ago",
"n-minutes-ago": "{n} minutes ago", "n-minutes-ago": "{n} minutes ago",
@@ -295,7 +295,7 @@
"orientation": "Orientation", "orientation": "Orientation",
"paper-size": "Paper size", "paper-size": "Paper size",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parking",
"password": "Jelszó", "password": "Jelszó",
"password-confirm": "Confirm password", "password-confirm": "Confirm password",
"password-reset-sent": "A password reset email has been sent", "password-reset-sent": "A password reset email has been sent",
@@ -306,7 +306,7 @@
"pick-a-trail": "Válasszon útvonalat", "pick-a-trail": "Válasszon útvonalat",
"planned-a-trail": "planned a trail", "planned-a-trail": "planned a trail",
"planned-tours": "Planned tours", "planned-tours": "Planned tours",
"pois": "", "pois": "POIs",
"polish": "Lengyel", "polish": "Lengyel",
"portuguese": "Portugál", "portuguese": "Portugál",
"print": "Print", "print": "Print",
@@ -314,16 +314,16 @@
"private": "Private", "private": "Private",
"profile": "Profil", "profile": "Profil",
"public": "Publikus", "public": "Publikus",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Átmérő", "radius": "Átmérő",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Read more", "read-more": "Read more",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Regisztráció", "register": "Regisztráció",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Eltávolított nyomvonal a", "removed-trail-from": "Eltávolított nyomvonal a",
@@ -371,13 +371,13 @@
"shared": "Shared", "shared": "Shared",
"shared-by": "Shared by", "shared-by": "Shared by",
"shared-with": "Shared with", "shared-with": "Shared with",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "Áttekintés", "show-in-overview": "Áttekintés",
"show-less": "Show less", "show-less": "Show less",
"show-on-map": "Mutatás térképen", "show-on-map": "Mutatás térképen",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "Mentse el a kalandjait!", "slogan": "Mentse el a kalandjait!",
"slope": "Slope", "slope": "Slope",
"someone": "Someone", "someone": "Someone",
@@ -388,21 +388,21 @@
"statistics": "Statistics", "statistics": "Statistics",
"stop-drawing": "Stop drawing", "stop-drawing": "Stop drawing",
"stop-editing": "Stop editing", "stop-editing": "Stop editing",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "Csúcspont könyv", "summit-book": "Csúcspont könyv",
"table": "Táblázat", "table": "Táblázat",
"tags": "Tags", "tags": "Tags",
"text": "Szöveg", "text": "Szöveg",
"tilesets": "Custom tilesets", "tilesets": "Custom tilesets",
"toilets": "", "toilets": "Toilets",
"top-speed": "Top Speed", "top-speed": "Top Speed",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, =1 {Útvonal} other {Útvonalak}}", "trail": "{n, plural, =1 {Útvonal} other {Útvonalak}}",
"trail-not-shared": "Not shared with anyone", "trail-not-shared": "Not shared with anyone",
"trail-saved-successfully": "Trail saved successfully", "trail-saved-successfully": "Trail saved successfully",
"trails-for-you": "Útvonalak önnek", "trails-for-you": "Útvonalak önnek",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "unchanged", "unchanged": "unchanged",
"units": "Mértékegységek", "units": "Mértékegységek",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Use Roads", "use-roads": "Use Roads",
"username": "Felhasználónév", "username": "Felhasználónév",
"view": "View", "view": "View",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "Visibility status", "visibilty-status": "Visibility status",
"walking-speed": "Walking speed", "walking-speed": "Walking speed",
"water": "", "water": "Water",
"waypoints": "{n, plural, =1 {Waypoint} other {Waypoints}}", "waypoints": "{n, plural, =1 {Waypoint} other {Waypoints}}",
"welcome_to": "Üdvözöljük a", "welcome_to": "Üdvözöljük a",
"width": "Width", "width": "Width",

View File

@@ -3,7 +3,7 @@
"Canoeing": "Canoa", "Canoeing": "Canoa",
"Climbing": "Arrampicata", "Climbing": "Arrampicata",
"Hiking": "Escursionismo", "Hiking": "Escursionismo",
"Skiing": "Sci", "Skiing": "",
"Walking": "Camminare", "Walking": "Camminare",
"about": "Su di noi", "about": "Su di noi",
"account-delete-confirm": "Stai per eliminare il tuo account. Tutti i tuoi percorsi saranno cancellati. Vuoi procedere?", "account-delete-confirm": "Stai per eliminare il tuo account. Tutti i tuoi percorsi saranno cancellati. Vuoi procedere?",
@@ -20,41 +20,41 @@
"alphabetical": "Alfabetico", "alphabetical": "Alfabetico",
"already-account": "Hai già un account?", "already-account": "Hai già un account?",
"altitude": "Altitudine", "altitude": "Altitudine",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "Documentazione API", "api-documentation": "Documentazione API",
"attraction": "", "attraction": "Attraction",
"author": "Autore", "author": "Autore",
"avatar": "Avatar", "avatar": "Avatar",
"average-speed": "Vel. Media", "average-speed": "Vel. Media",
"avoid-bad-surfaces": "Avoid Bad Surfaces", "avoid-bad-surfaces": "Avoid Bad Surfaces",
"back": "Indietro", "back": "Indietro",
"back-to-login": "Indietro al Login", "back-to-login": "Indietro al Login",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Informazioni di base", "basic-info": "Informazioni di base",
"before": "Prima", "before": "Prima",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Bike Type", "bike-type": "Bike Type",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "di", "by": "di",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Mo",
"1": "", "1": "Tu",
"2": "", "2": "We",
"3": "", "3": "Th",
"4": "", "4": "Fr",
"5": "", "5": "Sa",
"6": "" "6": "Su"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "può", "can": "può",
"cancel": "Annulla", "cancel": "Annulla",
"car": "Car", "car": "Car",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, =1 {Carta} other {Carte}}", "card": "{n, plural, =1 {Carta} other {Carte}}",
"categories": "Categorie", "categories": "Categorie",
"category": "Categoria", "category": "Categoria",
@@ -64,7 +64,7 @@
"changelog": "Changelog", "changelog": "Changelog",
"chinese": "Cinese (semplificato)", "chinese": "Cinese (semplificato)",
"clear-all": "Clear all", "clear-all": "Clear all",
"climbing": "", "climbing": "Climbing",
"close": "Chiudi", "close": "Chiudi",
"comment": "{n, plural, =1 {Commento} other {Commenti}}", "comment": "{n, plural, =1 {Commento} other {Commenti}}",
"completed": "Completato", "completed": "Completato",
@@ -81,7 +81,7 @@
"create-new-list": "Crea nuova lista", "create-new-list": "Crea nuova lista",
"create-waypoint": "Create waypoint", "create-waypoint": "Create waypoint",
"creation-date": "Data di creazione", "creation-date": "Data di creazione",
"crop": "", "crop": "Crop",
"cross": "Cross", "cross": "Cross",
"current-password": "Password attuale", "current-password": "Password attuale",
"cycling": "Ciclismo", "cycling": "Ciclismo",
@@ -94,7 +94,7 @@
"delete": "Elimina", "delete": "Elimina",
"delete-account": "Elimina account", "delete-account": "Elimina account",
"delete-list-confirm": "Vuoi davvero cancellare questa lista? I percorsi presenti nella lista saranno ancora disponibili.", "delete-list-confirm": "Vuoi davvero cancellare questa lista? I percorsi presenti nella lista saranno ancora disponibili.",
"delete-summit-log-confirm": "Do you really want to delete this summit log? This action cannot be undone.", "delete-summit-log-confirm": "",
"delete-trail-confirm": "Vuoi davvero cancellare questo percorso? Questa azione non può essere revocata.", "delete-trail-confirm": "Vuoi davvero cancellare questo percorso? Questa azione non può essere revocata.",
"describe-your-trail": "Descrivi il tuo percorso", "describe-your-trail": "Descrivi il tuo percorso",
"description": "Descrizione", "description": "Descrizione",
@@ -125,8 +125,8 @@
"email-verified": "Email verified", "email-verified": "Email verified",
"empty-activities": "{username} non ha ancora attività", "empty-activities": "{username} non ha ancora attività",
"empty-bio": "{username} non ha ancora aggiunto una biografia", "empty-bio": "{username} non ha ancora aggiunto una biografia",
"empty-feed": "", "empty-feed": "Your feed is empty",
"empty-feed-explanation": "", "empty-feed-explanation": "Activities by you or people you follow will appear here",
"empty-lists": "{username} non ha liste pubbliche", "empty-lists": "{username} non ha liste pubbliche",
"enable-auto-routing": "Enable auto-routing", "enable-auto-routing": "Enable auto-routing",
"english": "Inglese", "english": "Inglese",
@@ -147,14 +147,14 @@
"error-updating-password": "Errore nell'aggiornamento della password", "error-updating-password": "Errore nell'aggiornamento della password",
"error-updating-strava-integration": "Error updating komoot integration", "error-updating-strava-integration": "Error updating komoot integration",
"est-duration": "Durata stimata", "est-duration": "Durata stimata",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Esplora", "explore": "Esplora",
"explore-some-trails": "Esplora alcuni percorsi", "explore-some-trails": "Esplora alcuni percorsi",
"export": "Esporta", "export": "Esporta",
"export-all-trails": "Esporta tutti i percorsi", "export-all-trails": "Esporta tutti i percorsi",
"favourite-sport": "Attività preferita", "favourite-sport": "Attività preferita",
"features": "Caratteristiche", "features": "Caratteristiche",
"ferry": "", "ferry": "Ferry",
"file-format": "Formato del file", "file-format": "Formato del file",
"file-too-big": "File {file} è troppo grande (max. {size})", "file-too-big": "File {file} è troppo grande (max. {size})",
"filter-categories": "Filtrare categorie", "filter-categories": "Filtrare categorie",
@@ -164,23 +164,23 @@
"fixed-speed": "Fixed Speed", "fixed-speed": "Fixed Speed",
"focus-map-on": "Focus sulla mappa", "focus-map-on": "Focus sulla mappa",
"follow": "Seguire", "follow": "Seguire",
"follow-request-pending": "Request pending", "follow-request-pending": "Richiesta in sospeso",
"followers": "Seguaci", "followers": "Seguaci",
"following": "Seguendo", "following": "Seguendo",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "Password dimenticata?", "forgot-your-password": "Password dimenticata?",
"french": "Francese", "french": "Francese",
"from-file": "From file", "from-file": "From file",
"from-photos": "From Photos", "from-photos": "From Photos",
"from-url": "From URL", "from-url": "From URL",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Tedesco", "german": "Tedesco",
"get-position-from-exif": "Ottieni posizione da dati EXIF", "get-position-from-exif": "Ottieni posizione da dati EXIF",
"get-started": "", "get-started": "Get started",
"grid": "Griglia", "grid": "Griglia",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Heading",
"height": "Height", "height": "Height",
"help": "Aiuto", "help": "Aiuto",
@@ -191,9 +191,9 @@
"hero_section_2_text": "Lo sapevi? Non puoi salvare solo i tuoi percorsi. Ci sono molte categorie per tutte le tue avventure.", "hero_section_2_text": "Lo sapevi? Non puoi salvare solo i tuoi percorsi. Ci sono molte categorie per tutte le tue avventure.",
"hiking": "Escursionismo", "hiking": "Escursionismo",
"home": "Home", "home": "Home",
"hotel": "", "hotel": "Hotel",
"hungarian": "Ungherese", "hungarian": "Ungherese",
"hut": "", "hut": "Hut",
"hybrid": "Hybrid", "hybrid": "Hybrid",
"icon": "Icona", "icon": "Icona",
"imperial": "Imperiale", "imperial": "Imperiale",
@@ -212,12 +212,12 @@
"joined": "Aggiunto", "joined": "Aggiunto",
"language": "Lingua", "language": "Lingua",
"latitude": "Latitudine", "latitude": "Latitudine",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "Licenza", "license": "Licenza",
"like-status": "Like Status", "like-status": "Like Status",
"liked": "Liked", "liked": "Liked",
"likes": "Likes", "likes": "Likes",
"limited": "", "limited": "Limited",
"link-copied": "Link copiato", "link-copied": "Link copiato",
"list": "{n, plural, =1 {Lista} other {Liste}}", "list": "{n, plural, =1 {Lista} other {Liste}}",
"list-not-shared": "Non condivisa", "list-not-shared": "Non condivisa",
@@ -234,18 +234,18 @@
"make-one": "Creane uno!", "make-one": "Creane uno!",
"make-thumbnail": "Imposta miniatura", "make-thumbnail": "Imposta miniatura",
"map": "Mappa", "map": "Mappa",
"map-style": "", "map-style": "Map style",
"max-hiking-difficulty": "Max. Hiking Difficulty", "max-hiking-difficulty": "Max. Hiking Difficulty",
"metric": "Metrico", "metric": "Metrico",
"moderate": "Moderato", "moderate": "Moderato",
"more": "More", "more": "More",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Mountain", "mountain": "Mountain",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Deve essere lungo almeno {n} caratteri", "must-be-at-least-n-characters-long": "Deve essere lungo almeno {n} caratteri",
"must-be-at-most-n-characters-long": "Must be at most {n} characters long", "must-be-at-most-n-characters-long": "Must be at most {n} characters long",
"my-account": "Il mio account", "my-account": "Il mio account",
"my-trails": "", "my-trails": "My trails",
"n-days-ago": "{n} giorni fa", "n-days-ago": "{n} giorni fa",
"n-hours-ago": "{n} ore fa", "n-hours-ago": "{n} ore fa",
"n-minutes-ago": "{n} minuti fa", "n-minutes-ago": "{n} minuti fa",
@@ -295,7 +295,7 @@
"orientation": "Orientamento", "orientation": "Orientamento",
"paper-size": "Formato carta", "paper-size": "Formato carta",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parking",
"password": "Password", "password": "Password",
"password-confirm": "Confermare password", "password-confirm": "Confermare password",
"password-reset-sent": "Un email per ripristinare la password è stato inviato", "password-reset-sent": "Un email per ripristinare la password è stato inviato",
@@ -306,7 +306,7 @@
"pick-a-trail": "Scegli un percorso", "pick-a-trail": "Scegli un percorso",
"planned-a-trail": "percorso pianificato", "planned-a-trail": "percorso pianificato",
"planned-tours": "Planned tours", "planned-tours": "Planned tours",
"pois": "", "pois": "POIs",
"polish": "Polacco", "polish": "Polacco",
"portuguese": "Portoghese", "portuguese": "Portoghese",
"print": "Stampa", "print": "Stampa",
@@ -314,16 +314,16 @@
"private": "Privato", "private": "Privato",
"profile": "Profilo", "profile": "Profilo",
"public": "Pubblico", "public": "Pubblico",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Raggio", "radius": "Raggio",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Per saperne di più", "read-more": "Per saperne di più",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Registrati", "register": "Registrati",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Percorso rimosso da", "removed-trail-from": "Percorso rimosso da",
@@ -371,13 +371,13 @@
"shared": "Condiviso", "shared": "Condiviso",
"shared-by": "Condiviso da", "shared-by": "Condiviso da",
"shared-with": "Condiviso con", "shared-with": "Condiviso con",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "Mostra nella panoramica", "show-in-overview": "Mostra nella panoramica",
"show-less": "Show less", "show-less": "Show less",
"show-on-map": "Mostra sulla mappa", "show-on-map": "Mostra sulla mappa",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "Salva le tue avventure!", "slogan": "Salva le tue avventure!",
"slope": "Pendenza", "slope": "Pendenza",
"someone": "Qualcuno", "someone": "Qualcuno",
@@ -388,21 +388,21 @@
"statistics": "Statistiche", "statistics": "Statistiche",
"stop-drawing": "Smettere di disegnare", "stop-drawing": "Smettere di disegnare",
"stop-editing": "Stop editing", "stop-editing": "Stop editing",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "Libro di vetta", "summit-book": "Libro di vetta",
"table": "Tavolo", "table": "Tavolo",
"tags": "Tags", "tags": "Tags",
"text": "Testo", "text": "Testo",
"tilesets": "Riquadri personalizzati", "tilesets": "Riquadri personalizzati",
"toilets": "", "toilets": "Toilets",
"top-speed": "Top Speed", "top-speed": "Top Speed",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, =1 {Percorso} other {Percorsi}}", "trail": "{n, plural, =1 {Percorso} other {Percorsi}}",
"trail-not-shared": "Percorso non condiviso con nessuno", "trail-not-shared": "Percorso non condiviso con nessuno",
"trail-saved-successfully": "Percorso salvato con successo", "trail-saved-successfully": "Percorso salvato con successo",
"trails-for-you": "Percorsi per te", "trails-for-you": "Percorsi per te",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "unchanged", "unchanged": "unchanged",
"units": "Unità", "units": "Unità",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Use Roads", "use-roads": "Use Roads",
"username": "Nome utente", "username": "Nome utente",
"view": "Visualizza", "view": "Visualizza",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "Visibility status", "visibilty-status": "Visibility status",
"walking-speed": "Walking speed", "walking-speed": "Walking speed",
"water": "", "water": "Water",
"waypoints": "{n, plural, =1 {Punto di passaggio} other {Punti di passaggio}}", "waypoints": "{n, plural, =1 {Punto di passaggio} other {Punti di passaggio}}",
"welcome_to": "Benvenuti a", "welcome_to": "Benvenuti a",
"width": "Width", "width": "Width",

View File

@@ -3,7 +3,7 @@
"Canoeing": "Kanoën", "Canoeing": "Kanoën",
"Climbing": "Klimmen", "Climbing": "Klimmen",
"Hiking": "Hiken", "Hiking": "Hiken",
"Skiing": "Skiën", "Skiing": "",
"Walking": "Wandelen", "Walking": "Wandelen",
"about": "Over", "about": "Over",
"account-delete-confirm": "Je staat op het punt je account te verwijderen. Al je routes worden hierdoor eveneens verwijderd. Wil je doorgaan?", "account-delete-confirm": "Je staat op het punt je account te verwijderen. Al je routes worden hierdoor eveneens verwijderd. Wil je doorgaan?",
@@ -20,41 +20,41 @@
"alphabetical": "Alfabetisch", "alphabetical": "Alfabetisch",
"already-account": "Heb je al een account?", "already-account": "Heb je al een account?",
"altitude": "Hoogte", "altitude": "Hoogte",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "API-documentatie", "api-documentation": "API-documentatie",
"attraction": "", "attraction": "Attraction",
"author": "Auteur", "author": "Auteur",
"avatar": "Profielfoto", "avatar": "Profielfoto",
"average-speed": "Gem. Snelheid", "average-speed": "Gem. Snelheid",
"avoid-bad-surfaces": "Vermijd slechte ondergrond", "avoid-bad-surfaces": "Vermijd slechte ondergrond",
"back": "Terug", "back": "Terug",
"back-to-login": "Terug naar login", "back-to-login": "Terug naar login",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Algemene informatie", "basic-info": "Algemene informatie",
"before": "Voor", "before": "Voor",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Fiets Type", "bike-type": "Fiets Type",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "door", "by": "door",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Mo",
"1": "", "1": "Tu",
"2": "", "2": "We",
"3": "", "3": "Th",
"4": "", "4": "Fr",
"5": "", "5": "Sa",
"6": "" "6": "Su"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "kan", "can": "kan",
"cancel": "Annuleren", "cancel": "Annuleren",
"car": "Wagen", "car": "Wagen",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, =1 {Kaart} other {Kaarten}}", "card": "{n, plural, =1 {Kaart} other {Kaarten}}",
"categories": "Categorieën", "categories": "Categorieën",
"category": "Categorie", "category": "Categorie",
@@ -64,7 +64,7 @@
"changelog": "Wijzigingslog", "changelog": "Wijzigingslog",
"chinese": "Chinees (vereenvoudigd)", "chinese": "Chinees (vereenvoudigd)",
"clear-all": "Wis alles", "clear-all": "Wis alles",
"climbing": "", "climbing": "Climbing",
"close": "Sluiten", "close": "Sluiten",
"comment": "{n, plural, =1 {Opmerking} other {Opmerkingen}}", "comment": "{n, plural, =1 {Opmerking} other {Opmerkingen}}",
"completed": "Voltooid", "completed": "Voltooid",
@@ -81,7 +81,7 @@
"create-new-list": "Nieuwe lijst", "create-new-list": "Nieuwe lijst",
"create-waypoint": "Nieuw routepunt", "create-waypoint": "Nieuw routepunt",
"creation-date": "Aanmaakdatum", "creation-date": "Aanmaakdatum",
"crop": "", "crop": "Crop",
"cross": "Oversteken", "cross": "Oversteken",
"current-password": "Huidig wachtwoord", "current-password": "Huidig wachtwoord",
"cycling": "Fietsen", "cycling": "Fietsen",
@@ -125,8 +125,8 @@
"email-verified": "Email geverifieerd", "email-verified": "Email geverifieerd",
"empty-activities": "{username} heeft nog geen activiteit", "empty-activities": "{username} heeft nog geen activiteit",
"empty-bio": "{username} heeft nog geen bio toegevoegd", "empty-bio": "{username} heeft nog geen bio toegevoegd",
"empty-feed": "", "empty-feed": "Your feed is empty",
"empty-feed-explanation": "", "empty-feed-explanation": "Activities by you or people you follow will appear here",
"empty-lists": "{username} heeft geen publieke lijsten", "empty-lists": "{username} heeft geen publieke lijsten",
"enable-auto-routing": "Automatische routering inschakelen", "enable-auto-routing": "Automatische routering inschakelen",
"english": "Engels", "english": "Engels",
@@ -147,14 +147,14 @@
"error-updating-password": "Fout bij bijwerken van wachtwoord", "error-updating-password": "Fout bij bijwerken van wachtwoord",
"error-updating-strava-integration": "Fout bij bijwerken van Komoot integratie", "error-updating-strava-integration": "Fout bij bijwerken van Komoot integratie",
"est-duration": "Geschatte duur", "est-duration": "Geschatte duur",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Verkennen", "explore": "Verkennen",
"explore-some-trails": "Verken enkele routes", "explore-some-trails": "Verken enkele routes",
"export": "Exporteer", "export": "Exporteer",
"export-all-trails": "Exporteer alle routes", "export-all-trails": "Exporteer alle routes",
"favourite-sport": "Favoriete sport", "favourite-sport": "Favoriete sport",
"features": "Kenmerken", "features": "Kenmerken",
"ferry": "", "ferry": "Ferry",
"file-format": "Bestandsformaat", "file-format": "Bestandsformaat",
"file-too-big": "Bestand {file} is te groot (max. {size})", "file-too-big": "Bestand {file} is te groot (max. {size})",
"filter-categories": "Filter categorieën", "filter-categories": "Filter categorieën",
@@ -167,20 +167,20 @@
"follow-request-pending": "Verzoek is in behandeling", "follow-request-pending": "Verzoek is in behandeling",
"followers": "Volgers", "followers": "Volgers",
"following": "Volgend", "following": "Volgend",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "Wachtwoord vergeten?", "forgot-your-password": "Wachtwoord vergeten?",
"french": "Frans", "french": "Frans",
"from-file": "Van bestand", "from-file": "Van bestand",
"from-photos": "Van Foto's", "from-photos": "Van Foto's",
"from-url": "Van URL", "from-url": "Van URL",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Duits", "german": "Duits",
"get-position-from-exif": "Coördinaten ophalen uit EXIF-gegevens", "get-position-from-exif": "Coördinaten ophalen uit EXIF-gegevens",
"get-started": "", "get-started": "Get started",
"grid": "Rooster", "grid": "Rooster",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Heading",
"height": "Hoogte", "height": "Hoogte",
"help": "Help", "help": "Help",
@@ -191,9 +191,9 @@
"hero_section_2_text": "Wist je dat…? Je kunt niet alleen hiking routes opslaan: er zijn ook veel categorieën voor al je andere avonturen.", "hero_section_2_text": "Wist je dat…? Je kunt niet alleen hiking routes opslaan: er zijn ook veel categorieën voor al je andere avonturen.",
"hiking": "Hiking", "hiking": "Hiking",
"home": "Home", "home": "Home",
"hotel": "", "hotel": "Hotel",
"hungarian": "Hongaars", "hungarian": "Hongaars",
"hut": "", "hut": "Hut",
"hybrid": "Hybride", "hybrid": "Hybride",
"icon": "Pictogram", "icon": "Pictogram",
"imperial": "Imperiaal", "imperial": "Imperiaal",
@@ -212,12 +212,12 @@
"joined": "Aangesloten", "joined": "Aangesloten",
"language": "Taal", "language": "Taal",
"latitude": "Breedtegraad", "latitude": "Breedtegraad",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "Licentie", "license": "Licentie",
"like-status": "", "like-status": "",
"liked": "Leuk gevonden", "liked": "Leuk gevonden",
"likes": "Vind-ik-leuks", "likes": "Vind-ik-leuks",
"limited": "", "limited": "Limited",
"link-copied": "Link gekopieerd", "link-copied": "Link gekopieerd",
"list": "{n, plural, =1 {Lijst} other {Lijsten}}", "list": "{n, plural, =1 {Lijst} other {Lijsten}}",
"list-not-shared": "Niet gedeeld met iemand", "list-not-shared": "Niet gedeeld met iemand",
@@ -234,18 +234,18 @@
"make-one": "Maak er een aan!", "make-one": "Maak er een aan!",
"make-thumbnail": "Miniatuur maken", "make-thumbnail": "Miniatuur maken",
"map": "Kaart", "map": "Kaart",
"map-style": "", "map-style": "Map style",
"max-hiking-difficulty": "Max. Hiking Moeilijkheid", "max-hiking-difficulty": "Max. Hiking Moeilijkheid",
"metric": "Metrisch", "metric": "Metrisch",
"moderate": "Gemiddeld", "moderate": "Gemiddeld",
"more": "More", "more": "More",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Berg", "mountain": "Berg",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Minimaal {n} tekens", "must-be-at-least-n-characters-long": "Minimaal {n} tekens",
"must-be-at-most-n-characters-long": "Mag maximaal {n} tekens lang zijn.", "must-be-at-most-n-characters-long": "Mag maximaal {n} tekens lang zijn.",
"my-account": "Mijn Account", "my-account": "Mijn Account",
"my-trails": "", "my-trails": "My trails",
"n-days-ago": "{n} dagen geleden", "n-days-ago": "{n} dagen geleden",
"n-hours-ago": "{n} uuren geleden", "n-hours-ago": "{n} uuren geleden",
"n-minutes-ago": "{n} minuten geleden", "n-minutes-ago": "{n} minuten geleden",
@@ -295,7 +295,7 @@
"orientation": "Oriëntatie", "orientation": "Oriëntatie",
"paper-size": "Papierformaat", "paper-size": "Papierformaat",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parking",
"password": "Wachtwoord", "password": "Wachtwoord",
"password-confirm": "Bevestig wachtwoord", "password-confirm": "Bevestig wachtwoord",
"password-reset-sent": "Er is een e-mail verzonden om uw wachtwoord opnieuw in te stellen", "password-reset-sent": "Er is een e-mail verzonden om uw wachtwoord opnieuw in te stellen",
@@ -306,7 +306,7 @@
"pick-a-trail": "Kies een Route", "pick-a-trail": "Kies een Route",
"planned-a-trail": "een route gepland", "planned-a-trail": "een route gepland",
"planned-tours": "Geplande tochten", "planned-tours": "Geplande tochten",
"pois": "", "pois": "POIs",
"polish": "Pools", "polish": "Pools",
"portuguese": "Portugees", "portuguese": "Portugees",
"print": "Afdrukken", "print": "Afdrukken",
@@ -314,16 +314,16 @@
"private": "Privaat", "private": "Privaat",
"profile": "Profiel", "profile": "Profiel",
"public": "Openbaar", "public": "Openbaar",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Straal", "radius": "Straal",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Lees meer", "read-more": "Lees meer",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Registreren", "register": "Registreren",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Route verwijderd van", "removed-trail-from": "Route verwijderd van",
@@ -371,13 +371,13 @@
"shared": "Gedeeld", "shared": "Gedeeld",
"shared-by": "Gedeeld door", "shared-by": "Gedeeld door",
"shared-with": "Gedeeld met", "shared-with": "Gedeeld met",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "Tonen op overzicht", "show-in-overview": "Tonen op overzicht",
"show-less": "Show less", "show-less": "Show less",
"show-on-map": "Tonen op kaart", "show-on-map": "Tonen op kaart",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "Bewaar je avonturen!", "slogan": "Bewaar je avonturen!",
"slope": "helling", "slope": "helling",
"someone": "Iemand", "someone": "Iemand",
@@ -388,21 +388,21 @@
"statistics": "Statistieken", "statistics": "Statistieken",
"stop-drawing": "Stop met tekenen", "stop-drawing": "Stop met tekenen",
"stop-editing": "Stop met bewerken", "stop-editing": "Stop met bewerken",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "Bergtopboek", "summit-book": "Bergtopboek",
"table": "Tabel", "table": "Tabel",
"tags": "Labels", "tags": "Labels",
"text": "Tekst", "text": "Tekst",
"tilesets": "Aangepaste tegelsets", "tilesets": "Aangepaste tegelsets",
"toilets": "", "toilets": "Toilets",
"top-speed": "Topsnelheid", "top-speed": "Topsnelheid",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, =1 {Route} other {Routes}}", "trail": "{n, plural, =1 {Route} other {Routes}}",
"trail-not-shared": "Niet gedeeld met iemand", "trail-not-shared": "Niet gedeeld met iemand",
"trail-saved-successfully": "Route succesvol bewaard", "trail-saved-successfully": "Route succesvol bewaard",
"trails-for-you": "Routes voor jou", "trails-for-you": "Routes voor jou",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "Ongewijzigd", "unchanged": "Ongewijzigd",
"units": "Eenheden", "units": "Eenheden",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Gebruik wegen", "use-roads": "Gebruik wegen",
"username": "Gebruikersnaam", "username": "Gebruikersnaam",
"view": "Weergave", "view": "Weergave",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "Zichtbaarheid status", "visibilty-status": "Zichtbaarheid status",
"walking-speed": "Wandelsnelheid", "walking-speed": "Wandelsnelheid",
"water": "", "water": "Water",
"waypoints": "{n, plural,=1 {Routepunt} other {Routepunten}}", "waypoints": "{n, plural,=1 {Routepunt} other {Routepunten}}",
"welcome_to": "Welkom bij", "welcome_to": "Welkom bij",
"width": "Breedte", "width": "Breedte",

View File

@@ -3,7 +3,7 @@
"Canoeing": "Kajak", "Canoeing": "Kajak",
"Climbing": "Wspinaczka", "Climbing": "Wspinaczka",
"Hiking": "Wędrówka", "Hiking": "Wędrówka",
"Skiing": "Narty", "Skiing": "",
"Walking": "Spacer", "Walking": "Spacer",
"about": "Na temat", "about": "Na temat",
"account-delete-confirm": "Za chwilę usuniesz swoje konto. Wszystkie twoje szlaki zostaną usunięte. Czy chcesz kontynuować?", "account-delete-confirm": "Za chwilę usuniesz swoje konto. Wszystkie twoje szlaki zostaną usunięte. Czy chcesz kontynuować?",
@@ -20,41 +20,41 @@
"alphabetical": "Alfabetyczne", "alphabetical": "Alfabetyczne",
"already-account": "Czy masz już konto?", "already-account": "Czy masz już konto?",
"altitude": "Wysokość", "altitude": "Wysokość",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "Dokumentacja API", "api-documentation": "Dokumentacja API",
"attraction": "", "attraction": "Attraction",
"author": "Autor", "author": "Autor",
"avatar": "Awatar", "avatar": "Awatar",
"average-speed": "Śr. prędkość", "average-speed": "Śr. prędkość",
"avoid-bad-surfaces": "Unikaj złych nawierzchni", "avoid-bad-surfaces": "Unikaj złych nawierzchni",
"back": "Wstecz", "back": "Wstecz",
"back-to-login": "Powrót do logowania", "back-to-login": "Powrót do logowania",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Podstawowe informacje", "basic-info": "Podstawowe informacje",
"before": "Przed", "before": "Przed",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Typ roweru", "bike-type": "Typ roweru",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "przez", "by": "przez",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Mo",
"1": "", "1": "Tu",
"2": "", "2": "We",
"3": "", "3": "Th",
"4": "", "4": "Fr",
"5": "", "5": "Sa",
"6": "" "6": "Su"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "może", "can": "może",
"cancel": "Anuluj", "cancel": "Anuluj",
"car": "Samochód", "car": "Samochód",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, =1 {Karta} other {Karty}}", "card": "{n, plural, =1 {Karta} other {Karty}}",
"categories": "Kategorie", "categories": "Kategorie",
"category": "Kategoria", "category": "Kategoria",
@@ -64,7 +64,7 @@
"changelog": "Dziennik zmian", "changelog": "Dziennik zmian",
"chinese": "Chiński (uproszczony)", "chinese": "Chiński (uproszczony)",
"clear-all": "Wyczyść wszystko", "clear-all": "Wyczyść wszystko",
"climbing": "", "climbing": "Climbing",
"close": "Zamknij", "close": "Zamknij",
"comment": "{n, plural, =1 {Komentarz} other {Komentarze}}", "comment": "{n, plural, =1 {Komentarz} other {Komentarze}}",
"completed": "Zakończono", "completed": "Zakończono",
@@ -81,7 +81,7 @@
"create-new-list": "Stwórz nową listę", "create-new-list": "Stwórz nową listę",
"create-waypoint": "Utwórz punkt trasy", "create-waypoint": "Utwórz punkt trasy",
"creation-date": "Data dodania", "creation-date": "Data dodania",
"crop": "", "crop": "Crop",
"cross": "Krzyż", "cross": "Krzyż",
"current-password": "Obecne hasło", "current-password": "Obecne hasło",
"cycling": "Rower", "cycling": "Rower",
@@ -125,8 +125,8 @@
"email-verified": "Adres e-mail został zweryfikowany", "email-verified": "Adres e-mail został zweryfikowany",
"empty-activities": "{username} nie ma jeszcze aktywności", "empty-activities": "{username} nie ma jeszcze aktywności",
"empty-bio": "{username} jeszcze nie dodał biogramu", "empty-bio": "{username} jeszcze nie dodał biogramu",
"empty-feed": "", "empty-feed": "Your feed is empty",
"empty-feed-explanation": "", "empty-feed-explanation": "Activities by you or people you follow will appear here",
"empty-lists": "{username} nie ma publicznych list", "empty-lists": "{username} nie ma publicznych list",
"enable-auto-routing": "Włącz auto-trasowanie", "enable-auto-routing": "Włącz auto-trasowanie",
"english": "Angielski", "english": "Angielski",
@@ -147,14 +147,14 @@
"error-updating-password": "Błąd podczas aktualizacji hasła", "error-updating-password": "Błąd podczas aktualizacji hasła",
"error-updating-strava-integration": "Błąd aktualizacji integracji kamoot", "error-updating-strava-integration": "Błąd aktualizacji integracji kamoot",
"est-duration": "Szacowany czas", "est-duration": "Szacowany czas",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Eksploruj", "explore": "Eksploruj",
"explore-some-trails": "Eksploruj różne szlaki", "explore-some-trails": "Eksploruj różne szlaki",
"export": "Eksportuj", "export": "Eksportuj",
"export-all-trails": "Eksportuj wszystkie szlaki", "export-all-trails": "Eksportuj wszystkie szlaki",
"favourite-sport": "Ulubiony sport", "favourite-sport": "Ulubiony sport",
"features": "Funkcje", "features": "Funkcje",
"ferry": "", "ferry": "Ferry",
"file-format": "Format pliku", "file-format": "Format pliku",
"file-too-big": "Plik {file} jest za duży (maks. {size})", "file-too-big": "Plik {file} jest za duży (maks. {size})",
"filter-categories": "Filtruj kategorie", "filter-categories": "Filtruj kategorie",
@@ -167,20 +167,20 @@
"follow-request-pending": "Żądanie w toku", "follow-request-pending": "Żądanie w toku",
"followers": "Obserwujący", "followers": "Obserwujący",
"following": "Obserwowane", "following": "Obserwowane",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "Zapomniałeś hasła?", "forgot-your-password": "Zapomniałeś hasła?",
"french": "Francuski", "french": "Francuski",
"from-file": "Z pliku", "from-file": "Z pliku",
"from-photos": "Ze zdjęć", "from-photos": "Ze zdjęć",
"from-url": "Z URL", "from-url": "Z URL",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Niemiecki", "german": "Niemiecki",
"get-position-from-exif": "Odczytaj współrzędne z danych EXIF", "get-position-from-exif": "Odczytaj współrzędne z danych EXIF",
"get-started": "", "get-started": "Get started",
"grid": "Siatka", "grid": "Siatka",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Heading",
"height": "Wysokość", "height": "Wysokość",
"help": "Pomoc", "help": "Pomoc",
@@ -191,9 +191,9 @@
"hero_section_2_text": "Czy wiesz że, możesz zapisywać nie tylko piesze wycieczki ale także inne kategorie wypraw?", "hero_section_2_text": "Czy wiesz że, możesz zapisywać nie tylko piesze wycieczki ale także inne kategorie wypraw?",
"hiking": "Wędrówka", "hiking": "Wędrówka",
"home": "Strona główna", "home": "Strona główna",
"hotel": "", "hotel": "Hotel",
"hungarian": "Język węgierski", "hungarian": "Język węgierski",
"hut": "", "hut": "Hut",
"hybrid": "Hybrydowy", "hybrid": "Hybrydowy",
"icon": "Ikona", "icon": "Ikona",
"imperial": "Anglosaskie", "imperial": "Anglosaskie",
@@ -212,12 +212,12 @@
"joined": "Dołączono", "joined": "Dołączono",
"language": "Język", "language": "Język",
"latitude": "Szerokość", "latitude": "Szerokość",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "Licencja", "license": "Licencja",
"like-status": "Status polubień", "like-status": "Status polubień",
"liked": "Polubiony", "liked": "Polubiony",
"likes": "Polubienia", "likes": "Polubienia",
"limited": "", "limited": "Limited",
"link-copied": "Link skopiowany!", "link-copied": "Link skopiowany!",
"list": "{n, plural, =1 {Lista} other {Listy}}", "list": "{n, plural, =1 {Lista} other {Listy}}",
"list-not-shared": "Nikomu nie udostępniony", "list-not-shared": "Nikomu nie udostępniony",
@@ -234,18 +234,18 @@
"make-one": "Stwórz ją!", "make-one": "Stwórz ją!",
"make-thumbnail": "Zrób miniaturkę", "make-thumbnail": "Zrób miniaturkę",
"map": "Mapa", "map": "Mapa",
"map-style": "", "map-style": "Map style",
"max-hiking-difficulty": "Maksymalny poziom trudności wędrówki", "max-hiking-difficulty": "Maksymalny poziom trudności wędrówki",
"metric": "Metryczne", "metric": "Metryczne",
"moderate": "Średni", "moderate": "Średni",
"more": "More", "more": "More",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Góra", "mountain": "Góra",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Długość musi wynosić przynajmniej {n} znaków", "must-be-at-least-n-characters-long": "Długość musi wynosić przynajmniej {n} znaków",
"must-be-at-most-n-characters-long": "Musi mieć długość co najwyżej {n} znaków", "must-be-at-most-n-characters-long": "Musi mieć długość co najwyżej {n} znaków",
"my-account": "Moje konto", "my-account": "Moje konto",
"my-trails": "", "my-trails": "My trails",
"n-days-ago": "{n} dni temu", "n-days-ago": "{n} dni temu",
"n-hours-ago": "{n} godzin temu", "n-hours-ago": "{n} godzin temu",
"n-minutes-ago": "{n} minut temu", "n-minutes-ago": "{n} minut temu",
@@ -295,7 +295,7 @@
"orientation": "Orientacja", "orientation": "Orientacja",
"paper-size": "Rozmiar papieru", "paper-size": "Rozmiar papieru",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parking",
"password": "Hasło", "password": "Hasło",
"password-confirm": "Potwierdź hasło", "password-confirm": "Potwierdź hasło",
"password-reset-sent": "E-mail z resetowaniem hasła został wysłany", "password-reset-sent": "E-mail z resetowaniem hasła został wysłany",
@@ -306,7 +306,7 @@
"pick-a-trail": "Wybierz szlak", "pick-a-trail": "Wybierz szlak",
"planned-a-trail": "zaplanowano szlak", "planned-a-trail": "zaplanowano szlak",
"planned-tours": "Planowane trasy", "planned-tours": "Planowane trasy",
"pois": "", "pois": "POIs",
"polish": "Polski", "polish": "Polski",
"portuguese": "Portugalski", "portuguese": "Portugalski",
"print": "Drukuj", "print": "Drukuj",
@@ -314,16 +314,16 @@
"private": "Prywatne", "private": "Prywatne",
"profile": "Profil", "profile": "Profil",
"public": "Publiczny", "public": "Publiczny",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Promień", "radius": "Promień",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Czytaj dalej", "read-more": "Czytaj dalej",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Zarejestruj", "register": "Zarejestruj",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Usunięto szlak z", "removed-trail-from": "Usunięto szlak z",
@@ -371,13 +371,13 @@
"shared": "Udostępniono", "shared": "Udostępniono",
"shared-by": "Udostępniony przez", "shared-by": "Udostępniony przez",
"shared-with": "Udostępniony dla", "shared-with": "Udostępniony dla",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "Pokaż w przeglądzie", "show-in-overview": "Pokaż w przeglądzie",
"show-less": "Show less", "show-less": "Show less",
"show-on-map": "Pokaż na mapie", "show-on-map": "Pokaż na mapie",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "Zapisz swoją wyprawę!", "slogan": "Zapisz swoją wyprawę!",
"slope": "Nachylenie", "slope": "Nachylenie",
"someone": "Ktoś", "someone": "Ktoś",
@@ -388,21 +388,21 @@
"statistics": "Statystyki", "statistics": "Statystyki",
"stop-drawing": "Przestań rysować", "stop-drawing": "Przestań rysować",
"stop-editing": "Zakończ edycję", "stop-editing": "Zakończ edycję",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "Logbook", "summit-book": "Logbook",
"table": "Tabela", "table": "Tabela",
"tags": "Tagi", "tags": "Tagi",
"text": "Tekst", "text": "Tekst",
"tilesets": "Niestandardowe zestawy płytek", "tilesets": "Niestandardowe zestawy płytek",
"toilets": "", "toilets": "Toilets",
"top-speed": "Maksymalna prędkość", "top-speed": "Maksymalna prędkość",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, one {Szlak} few {Szlaki} many {Szlaków}=1 {Szlak} other {Szlaki}}", "trail": "{n, plural, one {Szlak} few {Szlaki} many {Szlaków}=1 {Szlak} other {Szlaki}}",
"trail-not-shared": "Szlak nie udostępniony", "trail-not-shared": "Szlak nie udostępniony",
"trail-saved-successfully": "Szlak pomyślnie zapisany", "trail-saved-successfully": "Szlak pomyślnie zapisany",
"trails-for-you": "Szlaki dla ciebie", "trails-for-you": "Szlaki dla ciebie",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "bez zmian", "unchanged": "bez zmian",
"units": "Jednostki", "units": "Jednostki",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Użyj dróg", "use-roads": "Użyj dróg",
"username": "Nazwa Użytkownika", "username": "Nazwa Użytkownika",
"view": "Widok", "view": "Widok",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "Status widoczności", "visibilty-status": "Status widoczności",
"walking-speed": "Walking speed", "walking-speed": "Walking speed",
"water": "", "water": "Water",
"waypoints": "{n, plural, one {Punkt} few {Punkty} many {Punktów}=1 {Punkt} other {Punktów}}", "waypoints": "{n, plural, one {Punkt} few {Punkty} many {Punktów}=1 {Punkt} other {Punktów}}",
"welcome_to": "Witaj w", "welcome_to": "Witaj w",
"width": "Szerokość", "width": "Szerokość",

View File

@@ -3,7 +3,7 @@
"Canoeing": "Canoagem", "Canoeing": "Canoagem",
"Climbing": "Escalada", "Climbing": "Escalada",
"Hiking": "Montanhismo", "Hiking": "Montanhismo",
"Skiing": "Esqui", "Skiing": "",
"Walking": "Caminhada", "Walking": "Caminhada",
"about": "Sobre", "about": "Sobre",
"account-delete-confirm": "Está prestes a excluir a sua conta. Todos os seus percursos também serão excluídos. Quer continuar?", "account-delete-confirm": "Está prestes a excluir a sua conta. Todos os seus percursos também serão excluídos. Quer continuar?",
@@ -20,41 +20,41 @@
"alphabetical": "Alfabético", "alphabetical": "Alfabético",
"already-account": "Já tem uma conta?", "already-account": "Já tem uma conta?",
"altitude": "Altitude", "altitude": "Altitude",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "Documentação da API", "api-documentation": "Documentação da API",
"attraction": "", "attraction": "Attraction",
"author": "Author", "author": "Author",
"avatar": "Avatar", "avatar": "Avatar",
"average-speed": "Vel. média", "average-speed": "Vel. média",
"avoid-bad-surfaces": "Avoid Bad Surfaces", "avoid-bad-surfaces": "Avoid Bad Surfaces",
"back": "Back", "back": "Back",
"back-to-login": "Back to Login", "back-to-login": "Back to Login",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Informações básicas", "basic-info": "Informações básicas",
"before": "Antes", "before": "Antes",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Bike Type", "bike-type": "Bike Type",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "by", "by": "by",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Mo",
"1": "", "1": "Tu",
"2": "", "2": "We",
"3": "", "3": "Th",
"4": "", "4": "Fr",
"5": "", "5": "Sa",
"6": "" "6": "Su"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "pode", "can": "pode",
"cancel": "Cancelar", "cancel": "Cancelar",
"car": "Car", "car": "Car",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, =1 {Cartão} other {Cartões}}", "card": "{n, plural, =1 {Cartão} other {Cartões}}",
"categories": "Categorias", "categories": "Categorias",
"category": "Categoria", "category": "Categoria",
@@ -64,7 +64,7 @@
"changelog": "Registo de alterações", "changelog": "Registo de alterações",
"chinese": "Chinês (simplificado)", "chinese": "Chinês (simplificado)",
"clear-all": "Clear all", "clear-all": "Clear all",
"climbing": "", "climbing": "Climbing",
"close": "Fechar", "close": "Fechar",
"comment": "{n, plural, =1 {Comentário} other {Comentários}}", "comment": "{n, plural, =1 {Comentário} other {Comentários}}",
"completed": "Completada", "completed": "Completada",
@@ -81,7 +81,7 @@
"create-new-list": "Criar nova lista", "create-new-list": "Criar nova lista",
"create-waypoint": "Create waypoint", "create-waypoint": "Create waypoint",
"creation-date": "Data de criação", "creation-date": "Data de criação",
"crop": "", "crop": "Crop",
"cross": "Cross", "cross": "Cross",
"current-password": "Senha atual", "current-password": "Senha atual",
"cycling": "Ciclismo", "cycling": "Ciclismo",
@@ -125,8 +125,8 @@
"email-verified": "Email verified", "email-verified": "Email verified",
"empty-activities": "{username} has no activity yet", "empty-activities": "{username} has no activity yet",
"empty-bio": "{username} has not added a bio yet", "empty-bio": "{username} has not added a bio yet",
"empty-feed": "", "empty-feed": "Your feed is empty",
"empty-feed-explanation": "", "empty-feed-explanation": "Activities by you or people you follow will appear here",
"empty-lists": "{username} has no public lists", "empty-lists": "{username} has no public lists",
"enable-auto-routing": "Enable auto-routing", "enable-auto-routing": "Enable auto-routing",
"english": "Inglês", "english": "Inglês",
@@ -147,14 +147,14 @@
"error-updating-password": "Erro ao atualizar password", "error-updating-password": "Erro ao atualizar password",
"error-updating-strava-integration": "Error updating komoot integration", "error-updating-strava-integration": "Error updating komoot integration",
"est-duration": "Duração prevista", "est-duration": "Duração prevista",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Explorar", "explore": "Explorar",
"explore-some-trails": "Explore algumas trilhas", "explore-some-trails": "Explore algumas trilhas",
"export": "Exportar", "export": "Exportar",
"export-all-trails": "Exportar todos os percursos", "export-all-trails": "Exportar todos os percursos",
"favourite-sport": "Favourite sport", "favourite-sport": "Favourite sport",
"features": "Características", "features": "Características",
"ferry": "", "ferry": "Ferry",
"file-format": "Formato do ficheiro", "file-format": "Formato do ficheiro",
"file-too-big": "File {file} is too big (max. {size})", "file-too-big": "File {file} is too big (max. {size})",
"filter-categories": "Filtrar categorias", "filter-categories": "Filtrar categorias",
@@ -167,20 +167,20 @@
"follow-request-pending": "Request pending", "follow-request-pending": "Request pending",
"followers": "Followers", "followers": "Followers",
"following": "Following", "following": "Following",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "Forgot your password?", "forgot-your-password": "Forgot your password?",
"french": "Francês", "french": "Francês",
"from-file": "From file", "from-file": "From file",
"from-photos": "From Photos", "from-photos": "From Photos",
"from-url": "From URL", "from-url": "From URL",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Alemão", "german": "Alemão",
"get-position-from-exif": "Obter coordenadas dos dados EXIF", "get-position-from-exif": "Obter coordenadas dos dados EXIF",
"get-started": "", "get-started": "Get started",
"grid": "Grelha", "grid": "Grelha",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Heading",
"height": "Height", "height": "Height",
"help": "Ajuda", "help": "Ajuda",
@@ -191,9 +191,9 @@
"hero_section_2_text": "Sabias? Você não pode apenas salvá-lo trilhas de caminhada. Há muitas categorias para todas as suas aventuras.", "hero_section_2_text": "Sabias? Você não pode apenas salvá-lo trilhas de caminhada. Há muitas categorias para todas as suas aventuras.",
"hiking": "Montanhismo", "hiking": "Montanhismo",
"home": "Home", "home": "Home",
"hotel": "", "hotel": "Hotel",
"hungarian": "Húngaro", "hungarian": "Húngaro",
"hut": "", "hut": "Hut",
"hybrid": "Hybrid", "hybrid": "Hybrid",
"icon": "Ícone", "icon": "Ícone",
"imperial": "Imperial", "imperial": "Imperial",
@@ -212,12 +212,12 @@
"joined": "Joined", "joined": "Joined",
"language": "Língua", "language": "Língua",
"latitude": "Latitude", "latitude": "Latitude",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "Licença", "license": "Licença",
"like-status": "Like Status", "like-status": "Like Status",
"liked": "Liked", "liked": "Liked",
"likes": "Likes", "likes": "Likes",
"limited": "", "limited": "Limited",
"link-copied": "Link copiado!", "link-copied": "Link copiado!",
"list": "{n, plural, =1 {Lista} other {Listas}}", "list": "{n, plural, =1 {Lista} other {Listas}}",
"list-not-shared": "Não partilhado com ninguém", "list-not-shared": "Não partilhado com ninguém",
@@ -234,18 +234,18 @@
"make-one": "Faz um!", "make-one": "Faz um!",
"make-thumbnail": "Faça miniatura", "make-thumbnail": "Faça miniatura",
"map": "Mapa", "map": "Mapa",
"map-style": "", "map-style": "Map style",
"max-hiking-difficulty": "Max. Hiking Difficulty", "max-hiking-difficulty": "Max. Hiking Difficulty",
"metric": "Métrica", "metric": "Métrica",
"moderate": "Moderado", "moderate": "Moderado",
"more": "More", "more": "More",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Mountain", "mountain": "Mountain",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Deve ter pelo menos {n} caracteres", "must-be-at-least-n-characters-long": "Deve ter pelo menos {n} caracteres",
"must-be-at-most-n-characters-long": "Must be at most {n} characters long", "must-be-at-most-n-characters-long": "Must be at most {n} characters long",
"my-account": "A minha conta", "my-account": "A minha conta",
"my-trails": "", "my-trails": "My trails",
"n-days-ago": "{n} dias atrás", "n-days-ago": "{n} dias atrás",
"n-hours-ago": "{n} horas atrás", "n-hours-ago": "{n} horas atrás",
"n-minutes-ago": "{n} minutos atrás", "n-minutes-ago": "{n} minutos atrás",
@@ -295,7 +295,7 @@
"orientation": "Orientação", "orientation": "Orientação",
"paper-size": "Tamanho do papel", "paper-size": "Tamanho do papel",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parking",
"password": "Senha", "password": "Senha",
"password-confirm": "Confirm password", "password-confirm": "Confirm password",
"password-reset-sent": "A password reset email has been sent", "password-reset-sent": "A password reset email has been sent",
@@ -306,7 +306,7 @@
"pick-a-trail": "Escolha uma trilha", "pick-a-trail": "Escolha uma trilha",
"planned-a-trail": "planned a trail", "planned-a-trail": "planned a trail",
"planned-tours": "Planned tours", "planned-tours": "Planned tours",
"pois": "", "pois": "POIs",
"polish": "Polonês", "polish": "Polonês",
"portuguese": "Português", "portuguese": "Português",
"print": "Imprimir", "print": "Imprimir",
@@ -314,16 +314,16 @@
"private": "Private", "private": "Private",
"profile": "Perfil", "profile": "Perfil",
"public": "Público", "public": "Público",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Raio", "radius": "Raio",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Ler mais", "read-more": "Ler mais",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Registo", "register": "Registo",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Trilha removida de", "removed-trail-from": "Trilha removida de",
@@ -371,13 +371,13 @@
"shared": "Shared", "shared": "Shared",
"shared-by": "Partilhado por", "shared-by": "Partilhado por",
"shared-with": "Partilhado com", "shared-with": "Partilhado com",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "Mostrar na vista geral", "show-in-overview": "Mostrar na vista geral",
"show-less": "Show less", "show-less": "Show less",
"show-on-map": "Mostrar no mapa", "show-on-map": "Mostrar no mapa",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "Guarde as suas aventuras!", "slogan": "Guarde as suas aventuras!",
"slope": "Inclinação", "slope": "Inclinação",
"someone": "Someone", "someone": "Someone",
@@ -388,21 +388,21 @@
"statistics": "Statistics", "statistics": "Statistics",
"stop-drawing": "Parar desenho", "stop-drawing": "Parar desenho",
"stop-editing": "Stop editing", "stop-editing": "Stop editing",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "Livro da cimeira", "summit-book": "Livro da cimeira",
"table": "Tabela", "table": "Tabela",
"tags": "Tags", "tags": "Tags",
"text": "Texto", "text": "Texto",
"tilesets": "Camada de renderização personalizada", "tilesets": "Camada de renderização personalizada",
"toilets": "", "toilets": "Toilets",
"top-speed": "Top Speed", "top-speed": "Top Speed",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, =1 {Percurso} other {Percursos}}", "trail": "{n, plural, =1 {Percurso} other {Percursos}}",
"trail-not-shared": "Não partilhado com ninguém", "trail-not-shared": "Não partilhado com ninguém",
"trail-saved-successfully": "Percurso gravado com sucesso", "trail-saved-successfully": "Percurso gravado com sucesso",
"trails-for-you": "Trilhos para si", "trails-for-you": "Trilhos para si",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "unchanged", "unchanged": "unchanged",
"units": "Unidades", "units": "Unidades",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Use Roads", "use-roads": "Use Roads",
"username": "Nome de utilizador", "username": "Nome de utilizador",
"view": "Ver", "view": "Ver",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "Visibility status", "visibilty-status": "Visibility status",
"walking-speed": "Walking speed", "walking-speed": "Walking speed",
"water": "", "water": "Water",
"waypoints": "{n, plural, =1 {Ponto de passagem} other {Pontos de passagem}}", "waypoints": "{n, plural, =1 {Ponto de passagem} other {Pontos de passagem}}",
"welcome_to": "Bem-vindo ao", "welcome_to": "Bem-vindo ao",
"width": "Width", "width": "Width",

View File

@@ -3,7 +3,7 @@
"Canoeing": "Каякинг", "Canoeing": "Каякинг",
"Climbing": "Скалолазание", "Climbing": "Скалолазание",
"Hiking": "Пеший туризм", "Hiking": "Пеший туризм",
"Skiing": "Лыжный спорт", "Skiing": "",
"Walking": "Прогулка", "Walking": "Прогулка",
"about": "О", "about": "О",
"account-delete-confirm": "Вы собираетесь удалить аккаунт. Все ваши треки также будут удалены. Продолжить?", "account-delete-confirm": "Вы собираетесь удалить аккаунт. Все ваши треки также будут удалены. Продолжить?",
@@ -20,41 +20,41 @@
"alphabetical": "По алфавиту", "alphabetical": "По алфавиту",
"already-account": "Уже есть аккаунт?", "already-account": "Уже есть аккаунт?",
"altitude": "Высота", "altitude": "Высота",
"ammenity": "", "ammenity": "Ammenity",
"api-documentation": "Документация API", "api-documentation": "Документация API",
"attraction": "", "attraction": "Attraction",
"author": "Автор", "author": "Автор",
"avatar": "Аватар", "avatar": "Аватар",
"average-speed": "Ср. скорость", "average-speed": "Ср. скорость",
"avoid-bad-surfaces": "Избегать неровные дороги", "avoid-bad-surfaces": "Избегать неровные дороги",
"back": "Назад", "back": "Назад",
"back-to-login": "Вернуться ко входу", "back-to-login": "Вернуться ко входу",
"bakery": "", "bakery": "Bakery",
"barrier": "", "barrier": "Barrier",
"basic-info": "Основная информация", "basic-info": "Основная информация",
"before": "До", "before": "До",
"bicycle-parking": "", "bicycle-parking": "Bicycle Parking",
"bicycle-rental": "", "bicycle-rental": "Bicycle Rental",
"bicycle-shop": "", "bicycle-shop": "Bicycle Shop",
"bike-type": "Тип велосипеда", "bike-type": "Тип велосипеда",
"bus-stop": "", "bus-stop": "Bus stop",
"by": "От", "by": "От",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "Пн",
"1": "", "1": "Вт",
"2": "", "2": "Ср",
"3": "", "3": "Чт",
"4": "", "4": "Пт",
"5": "", "5": "Сб",
"6": "" "6": "Вс"
} }
}, },
"campsite": "", "campsite": "Campsite",
"can": "можно", "can": "можно",
"cancel": "Отмена", "cancel": "Отмена",
"car": "Автомобиль:", "car": "Автомобиль:",
"car-motorcycle": "", "car-motorcycle": "Car/Motorcycle",
"card": "{n, plural, =1 {Карточка} other {Карточки}}", "card": "{n, plural, =1 {Карточка} other {Карточки}}",
"categories": "Категории", "categories": "Категории",
"category": "Категория", "category": "Категория",
@@ -64,7 +64,7 @@
"changelog": "История изменений", "changelog": "История изменений",
"chinese": "Китайский (упрощ.)", "chinese": "Китайский (упрощ.)",
"clear-all": "Очистить всё", "clear-all": "Очистить всё",
"climbing": "", "climbing": "Climbing",
"close": "Закрыть", "close": "Закрыть",
"comment": "{n, plural, =1 {Комментарий} other {Комментарии}}", "comment": "{n, plural, =1 {Комментарий} other {Комментарии}}",
"completed": "Завершено", "completed": "Завершено",
@@ -81,7 +81,7 @@
"create-new-list": "Создать новый список", "create-new-list": "Создать новый список",
"create-waypoint": "Создать путевую точку", "create-waypoint": "Создать путевую точку",
"creation-date": "Дата создания", "creation-date": "Дата создания",
"crop": "", "crop": "Crop",
"cross": "Циклокросс", "cross": "Циклокросс",
"current-password": "Текущий пароль", "current-password": "Текущий пароль",
"cycling": "Велосипед", "cycling": "Велосипед",
@@ -125,8 +125,8 @@
"email-verified": "Email подтверждён", "email-verified": "Email подтверждён",
"empty-activities": "у {username} ещё нет активностей", "empty-activities": "у {username} ещё нет активностей",
"empty-bio": "{username} ещё не рассказал(а) о себе", "empty-bio": "{username} ещё не рассказал(а) о себе",
"empty-feed": "", "empty-feed": "Ваша лента пуста",
"empty-feed-explanation": "", "empty-feed-explanation": "Activities by you or people you follow will appear here",
"empty-lists": "у {username} нет публичных списков", "empty-lists": "у {username} нет публичных списков",
"enable-auto-routing": "Авто-маршрутизация", "enable-auto-routing": "Авто-маршрутизация",
"english": "Английский", "english": "Английский",
@@ -147,14 +147,14 @@
"error-updating-password": "Ошибка изменения пароля", "error-updating-password": "Ошибка изменения пароля",
"error-updating-strava-integration": "Ошибка обновления Strava", "error-updating-strava-integration": "Ошибка обновления Strava",
"est-duration": "Продолжительность", "est-duration": "Продолжительность",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "Изучить", "explore": "Изучить",
"explore-some-trails": "Изучите треки", "explore-some-trails": "Изучите треки",
"export": "Экспорт", "export": "Экспорт",
"export-all-trails": "Экспорт всех треков", "export-all-trails": "Экспорт всех треков",
"favourite-sport": "Любимый вид спорта", "favourite-sport": "Любимый вид спорта",
"features": "Особенности", "features": "Особенности",
"ferry": "", "ferry": "Ferry",
"file-format": "Формат файла", "file-format": "Формат файла",
"file-too-big": "Файл {file} слишком большой (max. {size})", "file-too-big": "Файл {file} слишком большой (max. {size})",
"filter-categories": "Фильтр категорий", "filter-categories": "Фильтр категорий",
@@ -167,20 +167,20 @@
"follow-request-pending": "Запрос обрабатывается", "follow-request-pending": "Запрос обрабатывается",
"followers": "Подписчики", "followers": "Подписчики",
"following": "Подписки", "following": "Подписки",
"food": "", "food": "Food",
"food-drinks": "", "food-drinks": "Food & Drinks",
"forgot-your-password": "Забыли пароль?", "forgot-your-password": "Забыли пароль?",
"french": "Французский", "french": "Французский",
"from-file": "Из файла", "from-file": "Из файла",
"from-photos": "Из фотографии", "from-photos": "Из фотографии",
"from-url": "По ссылке", "from-url": "По ссылке",
"garage": "", "garage": "Garage",
"gas-station": "", "gas-station": "Gas station",
"german": "Немецкий", "german": "Немецкий",
"get-position-from-exif": "Координаты из EXIF", "get-position-from-exif": "Координаты из EXIF",
"get-started": "", "get-started": "Get started",
"grid": "Сетка", "grid": "Сетка",
"grocery-store": "", "grocery-store": "Grocery store",
"heading": "Heading", "heading": "Heading",
"height": "Высота", "height": "Высота",
"help": "Помощь", "help": "Помощь",
@@ -191,9 +191,9 @@
"hero_section_2_text": "Знаете ли вы, что можно сохранять не только пешие походы. Есть множество и других категорий для любых ваших активностей.", "hero_section_2_text": "Знаете ли вы, что можно сохранять не только пешие походы. Есть множество и других категорий для любых ваших активностей.",
"hiking": "Пеший туризм", "hiking": "Пеший туризм",
"home": "Главная", "home": "Главная",
"hotel": "", "hotel": "Hotel",
"hungarian": "Венгерский", "hungarian": "Венгерский",
"hut": "", "hut": "Hut",
"hybrid": "Гибрид", "hybrid": "Гибрид",
"icon": "Иконка", "icon": "Иконка",
"imperial": "Имперская", "imperial": "Имперская",
@@ -212,12 +212,12 @@
"joined": "Зарегистрирован", "joined": "Зарегистрирован",
"language": "Язык", "language": "Язык",
"latitude": "Широта", "latitude": "Широта",
"layer": "", "layer": "{n, plural, =1 {Layer} other {Layers}}",
"license": "Лицензия", "license": "Лицензия",
"like-status": "Статус лайка", "like-status": "Статус лайка",
"liked": "Лайкнуто", "liked": "Лайкнуто",
"likes": "Лайков", "likes": "Лайков",
"limited": "", "limited": "Limited",
"link-copied": "Ссылка скопирована!", "link-copied": "Ссылка скопирована!",
"list": "{n, plural, =1 {Список} other {Списки}}", "list": "{n, plural, =1 {Список} other {Списки}}",
"list-not-shared": "Нет общего доступа", "list-not-shared": "Нет общего доступа",
@@ -234,18 +234,18 @@
"make-one": "Создайте!", "make-one": "Создайте!",
"make-thumbnail": "Сделать миниатюру", "make-thumbnail": "Сделать миниатюру",
"map": "Карта", "map": "Карта",
"map-style": "", "map-style": "Map style",
"max-hiking-difficulty": "Макс. сложность", "max-hiking-difficulty": "Макс. сложность",
"metric": "Метрическая", "metric": "Метрическая",
"moderate": "Средний", "moderate": "Средний",
"more": "More", "more": "More",
"more-route-settings": "", "more-route-settings": "More route settings",
"mountain": "Горный", "mountain": "Горный",
"mountain-pass": "", "mountain-pass": "Mountain pass",
"must-be-at-least-n-characters-long": "Минимум {n} символов", "must-be-at-least-n-characters-long": "Минимум {n} символов",
"must-be-at-most-n-characters-long": "Максимум {n} символов", "must-be-at-most-n-characters-long": "Максимум {n} символов",
"my-account": "Мой аккаунт", "my-account": "Мой аккаунт",
"my-trails": "", "my-trails": "My trails",
"n-days-ago": "{n} дней назад", "n-days-ago": "{n} дней назад",
"n-hours-ago": "{n} часов назад", "n-hours-ago": "{n} часов назад",
"n-minutes-ago": "{n} минут назад", "n-minutes-ago": "{n} минут назад",
@@ -295,7 +295,7 @@
"orientation": "Ориентация", "orientation": "Ориентация",
"paper-size": "Размер бумаги", "paper-size": "Размер бумаги",
"paragraph": "Paragraph", "paragraph": "Paragraph",
"parking": "", "parking": "Parking",
"password": "Пароль", "password": "Пароль",
"password-confirm": "Подтвердите пароль", "password-confirm": "Подтвердите пароль",
"password-reset-sent": "Письмо для сброса пароля отправлено", "password-reset-sent": "Письмо для сброса пароля отправлено",
@@ -306,7 +306,7 @@
"pick-a-trail": "Выберите трек", "pick-a-trail": "Выберите трек",
"planned-a-trail": "запланировал(а) трек", "planned-a-trail": "запланировал(а) трек",
"planned-tours": "Запланированные маршруты", "planned-tours": "Запланированные маршруты",
"pois": "", "pois": "POIs",
"polish": "Польский", "polish": "Польский",
"portuguese": "Португальский", "portuguese": "Португальский",
"print": "Печать", "print": "Печать",
@@ -314,16 +314,16 @@
"private": "Зкрытый", "private": "Зкрытый",
"profile": "Профиль", "profile": "Профиль",
"public": "Открытый", "public": "Открытый",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "Public transport",
"radius": "Радиус", "radius": "Радиус",
"railway-station": "", "railway-station": "Railway station",
"read-more": "Подробнее", "read-more": "Подробнее",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "Recalculate elevation data",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "Recalculating elevation data will erase the existing elevation data, if any, and replace it with data from Valhalla.",
"register": "Регистрация", "register": "Регистрация",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "Remote users cannot edit",
"removed-trail-from": "Трек удалён из", "removed-trail-from": "Трек удалён из",
@@ -371,13 +371,13 @@
"shared": "Общий доступ", "shared": "Общий доступ",
"shared-by": "Доступ от", "shared-by": "Доступ от",
"shared-with": "Доступно для", "shared-with": "Доступно для",
"shelter": "", "shelter": "Shelter",
"shortest": "shortest", "shortest": "shortest",
"show-in-overview": "Быстрый просмотр", "show-in-overview": "Быстрый просмотр",
"show-less": "Show less", "show-less": "Show less",
"show-on-map": "Показать на карте", "show-on-map": "Показать на карте",
"shower": "", "shower": "Shower",
"skiing": "", "skiing": "Skiing",
"slogan": "Сохраняйте ваши приключения!", "slogan": "Сохраняйте ваши приключения!",
"slope": "Уклон", "slope": "Уклон",
"someone": "Кто-то", "someone": "Кто-то",
@@ -388,21 +388,21 @@
"statistics": "Статистика", "statistics": "Статистика",
"stop-drawing": "Закончить рисование", "stop-drawing": "Закончить рисование",
"stop-editing": "Закончить редактирование", "stop-editing": "Закончить редактирование",
"subway-stop": "", "subway-stop": "Subway entrance",
"summit": "", "summit": "Summit",
"summit-book": "История поездок", "summit-book": "История поездок",
"table": "Таблица", "table": "Таблица",
"tags": "Метки", "tags": "Метки",
"text": "Текст", "text": "Текст",
"tilesets": "Пользовательские тайлы", "tilesets": "Пользовательские тайлы",
"toilets": "", "toilets": "Toilets",
"top-speed": "Макс. скорость", "top-speed": "Макс. скорость",
"tourism": "", "tourism": "Tourism",
"trail": "{n, plural, =1 {Трек} other {Треки}}", "trail": "{n, plural, =1 {Трек} other {Треки}}",
"trail-not-shared": "Нет общего доступа", "trail-not-shared": "Нет общего доступа",
"trail-saved-successfully": "Трек сохранён", "trail-saved-successfully": "Трек сохранён",
"trails-for-you": "Треки для вас", "trails-for-you": "Треки для вас",
"tram-stop": "", "tram-stop": "Tram stop",
"unchanged": "не изменено", "unchanged": "не изменено",
"units": "Единицы измерения", "units": "Единицы измерения",
"unlink": "Unlink", "unlink": "Unlink",
@@ -414,10 +414,10 @@
"use-roads": "Использование дорог", "use-roads": "Использование дорог",
"username": "Никнейм", "username": "Никнейм",
"view": "Просмотр", "view": "Просмотр",
"viewpoint": "", "viewpoint": "Viewpoint",
"visibilty-status": "Статус видимости", "visibilty-status": "Статус видимости",
"walking-speed": "Walking speed", "walking-speed": "Пешая скорость",
"water": "", "water": "Water",
"waypoints": "{n, plural, =1 {Путевая точка} other {Путевые точки}}", "waypoints": "{n, plural, =1 {Путевая точка} other {Путевые точки}}",
"welcome_to": "Добро пожаловать в", "welcome_to": "Добро пожаловать в",
"width": "Ширина", "width": "Ширина",

View File

@@ -3,13 +3,13 @@
"Canoeing": "划艇", "Canoeing": "划艇",
"Climbing": "攀岩", "Climbing": "攀岩",
"Hiking": "徒步", "Hiking": "徒步",
"Skiing": "滑雪", "Skiing": "",
"Walking": "步行", "Walking": "步行",
"about": "关于", "about": "关于",
"account-delete-confirm": "您现在要删除当前账户,所有的路线都会删除无法恢复,确认继续操作吗?", "account-delete-confirm": "您现在要删除当前账户,所有的路线都会删除无法恢复,确认继续操作吗?",
"account-privacy": "Account privacy", "account-privacy": "账户隐私",
"activity": "{n, plural, =1 {活动} other {活动}}", "activity": "{n, plural, =1 {活动} other {活动}}",
"add-bio": "Add Bio", "add-bio": "添加个人信息",
"add-entry": "添加日程", "add-entry": "添加日程",
"add-to-list": "添加到列表", "add-to-list": "添加到列表",
"add-waypoint": "添加坐标", "add-waypoint": "添加坐标",
@@ -20,41 +20,41 @@
"alphabetical": "字母", "alphabetical": "字母",
"already-account": "已注册账户?", "already-account": "已注册账户?",
"altitude": "海拔", "altitude": "海拔",
"ammenity": "", "ammenity": "友好性",
"api-documentation": "API 文档", "api-documentation": "API 文档",
"attraction": "", "attraction": "景点",
"author": "作者", "author": "作者",
"avatar": "头像", "avatar": "头像",
"average-speed": "平均速度", "average-speed": "平均速度",
"avoid-bad-surfaces": "Avoid Bad Surfaces", "avoid-bad-surfaces": "避免损坏的路面",
"back": "返回", "back": "返回",
"back-to-login": "Back to Login", "back-to-login": "返回登录",
"bakery": "", "bakery": "面包店",
"barrier": "", "barrier": "障碍",
"basic-info": "基本信息", "basic-info": "基本信息",
"before": "之前", "before": "之前",
"bicycle-parking": "", "bicycle-parking": "自行车停车场",
"bicycle-rental": "", "bicycle-rental": "自行车租车",
"bicycle-shop": "", "bicycle-shop": "自行车店",
"bike-type": "Bike Type", "bike-type": "自行车类型",
"bus-stop": "", "bus-stop": "公交车站",
"by": "by", "by": "",
"calendar": { "calendar": {
"weekdays": { "weekdays": {
"0": "", "0": "",
"1": "", "1": "",
"2": "", "2": "",
"3": "", "3": "",
"4": "", "4": "",
"5": "", "5": "",
"6": "" "6": ""
} }
}, },
"campsite": "", "campsite": "营地",
"can": "可以", "can": "可以",
"cancel": "取消", "cancel": "取消",
"car": "Car", "car": "汽车",
"car-motorcycle": "", "car-motorcycle": "汽车/摩托车",
"card": "{n, plural, =1 {卡片} other {卡片}}", "card": "{n, plural, =1 {卡片} other {卡片}}",
"categories": "分类", "categories": "分类",
"category": "分类", "category": "分类",
@@ -63,38 +63,38 @@
"change-password": "更改密码", "change-password": "更改密码",
"changelog": "变更日志", "changelog": "变更日志",
"chinese": "中文(简体)", "chinese": "中文(简体)",
"clear-all": "Clear all", "clear-all": "清除全部",
"climbing": "", "climbing": "攀爬",
"close": "关闭", "close": "关闭",
"comment": "{n, plural, =1 {评论} other {评论}}", "comment": "{n, plural, =1 {评论} other {评论}}",
"completed": "已完成", "completed": "已完成",
"completed-a-trail": "completed a trail", "completed-a-trail": "完成轨迹",
"completed-tours": "Completed tours", "completed-tours": "已完成的旅行",
"completion-status": "完成状态", "completion-status": "完成状态",
"confirm": "确认", "confirm": "确认",
"confirm-deletion": "确认删除", "confirm-deletion": "确认删除",
"confirm-publish": "Confirm publishing", "confirm-publish": "确认发布",
"confirm-share": "确认分享", "confirm-share": "确认分享",
"connect": "Connect", "connect": "连接",
"contribute": "贡献", "contribute": "贡献",
"copy-link": "复制链接", "copy-link": "复制链接",
"create-new-list": "创建新列表", "create-new-list": "创建新列表",
"create-waypoint": "Create waypoint", "create-waypoint": "创建路径点",
"creation-date": "创建日期", "creation-date": "创建日期",
"crop": "", "crop": "裁剪",
"cross": "Cross", "cross": "交叉点",
"current-password": "当前密码", "current-password": "当前密码",
"cycling": "骑行", "cycling": "骑行",
"cycling-speed": "Cycling Speed", "cycling-speed": "骑车速度",
"danger-zone": "危险区域", "danger-zone": "危险区域",
"date": "日期", "date": "日期",
"default-category": "默认分类", "default-category": "默认分类",
"default-location": "默认地点", "default-location": "默认地点",
"degrees": "Degrees", "degrees": "",
"delete": "删除", "delete": "删除",
"delete-account": "注销账户", "delete-account": "注销账户",
"delete-list-confirm": "您确认要删除当前列表?列表中所有行程仍然继续保留不会被删除。", "delete-list-confirm": "您确认要删除当前列表?列表中所有行程仍然继续保留不会被删除。",
"delete-summit-log-confirm": "Do you really want to delete this summit log? This action cannot be undone.", "delete-summit-log-confirm": "您确认想要删除当前行程记录?此操作不可撤回。",
"delete-trail-confirm": "您确认想要删除当前行程?此操作不可撤回。", "delete-trail-confirm": "您确认想要删除当前行程?此操作不可撤回。",
"describe-your-trail": "行程描述", "describe-your-trail": "行程描述",
"description": "描述", "description": "描述",
@@ -105,84 +105,84 @@
"display-as": "显示方式", "display-as": "显示方式",
"distance": "距离", "distance": "距离",
"documentation": "文档", "documentation": "文档",
"download": "Download", "download": "下载",
"draw-a-route": "绘制路线", "draw-a-route": "绘制路线",
"driving": "驾驶", "driving": "驾驶",
"duplicate": "Duplicate", "duplicate": "复制",
"duration": "持续时间", "duration": "持续时间",
"dutch": "荷兰语", "dutch": "荷兰语",
"easy": "简单", "easy": "简单",
"edit": "编辑", "edit": "编辑",
"edit-entry": "编辑日程", "edit-entry": "编辑日程",
"edit-list": "编辑列表", "edit-list": "编辑列表",
"edit-route": "Edit route", "edit-route": "编辑路线",
"edit-waypoint": "编辑坐标", "edit-waypoint": "编辑坐标",
"edited": "edited", "edited": "已编辑",
"elevation-gain": "上升海拔", "elevation-gain": "上升海拔",
"elevation-loss": "下降海拔", "elevation-loss": "下降海拔",
"email": "电子邮箱", "email": "电子邮箱",
"email-updated": "Email updated", "email-updated": "邮箱已更改",
"email-verified": "Email verified", "email-verified": "邮箱已经验证",
"empty-activities": "{username} has no activity yet", "empty-activities": "{username}还没有活动",
"empty-bio": "{username} has not added a bio yet", "empty-bio": "{username}还没添加简介",
"empty-feed": "", "empty-feed": "您的订阅是空的",
"empty-feed-explanation": "", "empty-feed-explanation": "您或您关注的人的活动将出现在这里",
"empty-lists": "{username} has no public lists", "empty-lists": "{username}未有公开的列表",
"enable-auto-routing": "Enable auto-routing", "enable-auto-routing": "启用自动路由",
"english": "英语", "english": "英语",
"entry": "日程", "entry": "日程",
"error-creating-user": "创建用户错误", "error-creating-user": "创建用户错误",
"error-disabling-strava-integration": "Error disabling strava integration", "error-disabling-strava-integration": "禁用strava集成时出错",
"error-during-login": "登录错误", "error-during-login": "登录错误",
"error-during-password-reset": "Unable to send password reset email", "error-during-password-reset": "无法发送密码重置邮件",
"error-exporting-trail": "导出路线失败", "error-exporting-trail": "导出路线失败",
"error-liking-trail": "Error liking trail", "error-liking-trail": "赞轨迹时出错",
"error-logging-in-to-komoot": "Error logging in to komoot", "error-logging-in-to-komoot": "登录到 komoot 时出错",
"error-posting-comment": "Error posting comment", "error-posting-comment": "发布评论时出错",
"error-printing-map": "打印地图失败", "error-printing-map": "打印地图失败",
"error-reading-file": "读取文件错误", "error-reading-file": "读取文件错误",
"error-saving-list": "保存列表失败", "error-saving-list": "保存列表失败",
"error-saving-trail": "保存路线失败", "error-saving-trail": "保存路线失败",
"error-setting-up-integration": "Error setting up strava integration", "error-setting-up-integration": "Error setting up strava integration",
"error-updating-password": "更新密码失败", "error-updating-password": "更新密码失败",
"error-updating-strava-integration": "Error updating komoot integration", "error-updating-strava-integration": "更新 komoot 集成出错",
"est-duration": "预计时长", "est-duration": "预计时长",
"everyone-with-the-link": "", "everyone-with-the-link": "Everyone with the link",
"explore": "探索", "explore": "探索",
"explore-some-trails": "探索行程", "explore-some-trails": "探索行程",
"export": "导出", "export": "导出",
"export-all-trails": "导出所有路线", "export-all-trails": "导出所有路线",
"favourite-sport": "Favourite sport", "favourite-sport": "喜欢的运动",
"features": "特性", "features": "特性",
"ferry": "", "ferry": "轮渡",
"file-format": "文件格式", "file-format": "文件格式",
"file-too-big": "File {file} is too big (max. {size})", "file-too-big": "{file}文件太大了(最大{size}",
"filter-categories": "筛选分类", "filter-categories": "筛选分类",
"filter-difficulty": "Filter difficulty", "filter-difficulty": "筛选难度",
"filter-tags": "Filter tags", "filter-tags": "过滤标签",
"finish": "Finish", "finish": "完成",
"fixed-speed": "Fixed Speed", "fixed-speed": "固定速度",
"focus-map-on": "地图聚焦于", "focus-map-on": "地图聚焦于",
"follow": "Follow", "follow": "关注",
"follow-request-pending": "Request pending", "follow-request-pending": "请求待处理",
"followers": "Followers", "followers": "关注者",
"following": "Following", "following": "已关注",
"food": "", "food": "食品",
"food-drinks": "", "food-drinks": "食物和饮料",
"forgot-your-password": "忘记密码?", "forgot-your-password": "忘记密码?",
"french": "法语", "french": "法语",
"from-file": "From file", "from-file": "来自文件",
"from-photos": "From Photos", "from-photos": "来自照片",
"from-url": "From URL", "from-url": " URL",
"garage": "", "garage": "车库",
"gas-station": "", "gas-station": "加油站",
"german": "德语", "german": "德语",
"get-position-from-exif": "从EXIF数据获取坐标", "get-position-from-exif": "从EXIF数据获取坐标",
"get-started": "", "get-started": "Get started",
"grid": "网格", "grid": "网格",
"grocery-store": "", "grocery-store": "杂货店",
"heading": "Heading", "heading": "标题",
"height": "Height", "height": "高度",
"help": "帮助", "help": "帮助",
"hero_section_0_text": "探索激动人心的探险,收藏最爱行程,体验美丽地大自然。找到你的下一次冒险!", "hero_section_0_text": "探索激动人心的探险,收藏最爱行程,体验美丽地大自然。找到你的下一次冒险!",
"hero_section_1_heading": "这儿似乎还没有行程。", "hero_section_1_heading": "这儿似乎还没有行程。",
@@ -190,38 +190,38 @@
"hero_section_1_text_alternative": "即刻开始规划您最新的冒险。", "hero_section_1_text_alternative": "即刻开始规划您最新的冒险。",
"hero_section_2_text": "你知道吗?这里不仅仅可以收藏你的登山路线,还能为您的所有冒险放到相应的类别里面。", "hero_section_2_text": "你知道吗?这里不仅仅可以收藏你的登山路线,还能为您的所有冒险放到相应的类别里面。",
"hiking": "徒步", "hiking": "徒步",
"home": "Home", "home": "主页",
"hotel": "", "hotel": "酒店",
"hungarian": "匈牙利语", "hungarian": "匈牙利语",
"hut": "", "hut": "小屋",
"hybrid": "Hybrid", "hybrid": "混合",
"icon": "图标", "icon": "图标",
"imperial": "英制", "imperial": "英制",
"import": "导入", "import": "导入",
"import-hint": "在此选择或拖拽GPX、FIT、KML或TCX文件...", "import-hint": "在此选择或拖拽GPX、FIT、KML或TCX文件...",
"include-description": "包含描述", "include-description": "包含描述",
"include-waypoints": "包括点", "include-waypoints": "包括途径点",
"integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", "integration-description-komoot": "定期与komoot同步您的wanderer。",
"integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integration-description-strava": "定期与strava同步您的wanderer路线和活动。",
"integration-disabled": "integration disabled", "integration-disabled": "整合已停用",
"integration-enabled": "integration enabled", "integration-enabled": "整合已启用",
"integrations": "Integrations", "integrations": "整合",
"invalid-date": "无效日期", "invalid-date": "无效日期",
"invalid-username": "无效用户名", "invalid-username": "无效用户名",
"italian": "意大利语", "italian": "意大利语",
"joined": "Joined", "joined": "已加入",
"language": "语言", "language": "语言",
"latitude": "度", "latitude": "度",
"layer": "", "layer": "{n, plural, =1 {层} other {层}}",
"license": "开源协议", "license": "开源协议",
"like-status": "Like Status", "like-status": "喜欢状态",
"liked": "Liked", "liked": "",
"likes": "Likes", "likes": "",
"limited": "", "limited": "Limited",
"link-copied": "链接已复制", "link-copied": "链接已复制",
"list": "{n, plural, =1 {列表} other {列表}}", "list": "{n, plural, =1 {列表} other {列表}}",
"list-not-shared": "未与任何人分享", "list-not-shared": "未与任何人分享",
"list-public-warning": "All trails in this list will become public.", "list-public-warning": "此列表中的所有轨迹都将被公开。",
"list-saved-successfully": "列表保存成功", "list-saved-successfully": "列表保存成功",
"list-share-warning": "分享列表会自动分享其中包含的所有路线", "list-share-warning": "分享列表会自动分享其中包含的所有路线",
"list-share-warning-update": "添加的路线将与所有可访问此列表的人分享", "list-share-warning-update": "添加的路线将与所有可访问此列表的人分享",
@@ -230,197 +230,197 @@
"login-details": "登录详情", "login-details": "登录详情",
"logout": "登出", "logout": "登出",
"longitude": "经度", "longitude": "经度",
"loop": "Loop", "loop": "循环",
"make-one": "立刻注册!", "make-one": "立刻注册!",
"make-thumbnail": "生成缩略图", "make-thumbnail": "生成缩略图",
"map": "地图", "map": "地图",
"map-style": "", "map-style": "地图样式",
"max-hiking-difficulty": "Max. Hiking Difficulty", "max-hiking-difficulty": "最大徒步难度",
"metric": "公制", "metric": "公制",
"moderate": "中等", "moderate": "中等",
"more": "More", "more": "更多",
"more-route-settings": "", "more-route-settings": "更多路由设置",
"mountain": "Mountain", "mountain": "山地",
"mountain-pass": "", "mountain-pass": "山地通过",
"must-be-at-least-n-characters-long": "长度至少 {n} 字符", "must-be-at-least-n-characters-long": "长度至少 {n} 字符",
"must-be-at-most-n-characters-long": "Must be at most {n} characters long", "must-be-at-most-n-characters-long": "长度至少 {n} 字符",
"my-account": "我的账户", "my-account": "我的账户",
"my-trails": "", "my-trails": "我的轨迹",
"n-days-ago": "{n} 天前", "n-days-ago": "{n} 天前",
"n-hours-ago": "{n} 小时前", "n-hours-ago": "{n} 小时前",
"n-minutes-ago": "{n} 分钟前", "n-minutes-ago": "{n} 分钟前",
"n-months-ago": "{n} 个月前", "n-months-ago": "{n} 个月前",
"n-seconds-ago": "{n, plural, =0 {just now} other {{n} seconds ago}}", "n-seconds-ago": "{n, plural, =0 {刚才} other {{n} 几秒前}}",
"n-years-ago": "{n} 年前", "n-years-ago": "{n} 年前",
"name": "名称", "name": "名称",
"near": "附近", "near": "附近",
"new-list": "新列表", "new-list": "新列表",
"new-password": "新密码", "new-password": "新密码",
"new-password-error": "Error setting new password", "new-password-error": "设置新密码时出错",
"new-password-success": "新密码已设置", "new-password-success": "新密码已设置",
"new-password-text": "设置新密码", "new-password-text": "设置新密码",
"new-trail": "创建新路线", "new-trail": "创建新路线",
"no-account": "还未注册?", "no-account": "还未注册?",
"no-comments-so-far": "No comments so far", "no-comments-so-far": "到目前为止没有评论",
"no-data": "无数据", "no-data": "无数据",
"no-description-for-now": "No description for now", "no-description-for-now": "暂无描述",
"no-gps-data-in-image": "No GPS data in image", "no-gps-data-in-image": "图像中没有GPS数据",
"no-grid": "No Grid", "no-grid": "无网格",
"no-notifications": "No notifications", "no-notifications": "没有通知",
"no-photos-here": "No photos here", "no-photos-here": "No photos here",
"no-preference": "尚未规划", "no-preference": "尚未规划",
"no-results": "没有找到结果", "no-results": "没有找到结果",
"no-routes-added": "No routes added", "no-routes-added": "未添加路由",
"no-waypoints-yet": "No waypoints yet", "no-waypoints-yet": "尚无路点",
"not-a-valid-email-address": "无效电子邮箱地址", "not-a-valid-email-address": "无效电子邮箱地址",
"not-a-valid-url": "Not a valid URL", "not-a-valid-url": "网址无效",
"not-completed": "未完成", "not-completed": "未完成",
"notification-comment-mention": "{user} mentioned you in a comment", "notification-comment-mention": "{user} 在评论中提及了您",
"notification-list-create": "{user} created a new list", "notification-list-create": "{user}创建了一条新列表",
"notification-list-share": "{user} shared a list with you", "notification-list-share": "{user}与您分享了一个列表",
"notification-new-follower": "You have a new follower", "notification-new-follower": "你有一位新粉丝",
"notification-summit-log-create": "{user} created a summit log on your trail \"{trail}\"", "notification-summit-log-create": "{user}在您的轨迹{trail}上创建了一个summit日志\"",
"notification-summit-log-mention": "{user} mentioned you in a summit log", "notification-summit-log-mention": "",
"notification-trail-comment": "{user} left a comment on your trail \"{trail}\"", "notification-trail-comment": "{user} 在您的轨迹上留了评论 \"{trail}\"",
"notification-trail-create": "{user} created a new trail", "notification-trail-create": "{user}创建了一条新的轨迹",
"notification-trail-like": "{user} liked your trail \"{trail}\"", "notification-trail-like": "{user} 赞了您的轨迹 \"{trail}\"",
"notification-trail-mention": "{user} mentioned you in a trail", "notification-trail-mention": "{user} 在一条轨迹中提到了您",
"notification-trail-share": "{user} shared a trail with you", "notification-trail-share": "{user} 与您分享了一条轨迹",
"notifications": "Notifications", "notifications": "通知",
"object-share-error": "A {object} must be public to be shared across instances.", "object-share-error": "一个{object}必须公开才能在不同实例间共享。",
"off": "关闭", "off": "关闭",
"only-me": "Only me", "only-me": "仅自己",
"open-in-new-tab": "Open in new tab", "open-in-new-tab": "在新标签页中打开",
"or": "或", "or": "或",
"orientation": "方向", "orientation": "方向",
"paper-size": "纸张大小", "paper-size": "纸张大小",
"paragraph": "Paragraph", "paragraph": "段落",
"parking": "", "parking": "停车场",
"password": "密码", "password": "密码",
"password-confirm": "确认密码", "password-confirm": "确认密码",
"password-reset-sent": "A password reset email has been sent", "password-reset-sent": "密码重置邮件已发送",
"password-reset-text": "We will send a reset link to your email address.", "password-reset-text": "我们将发送一个重置链接到您的电子邮件地址。",
"password-updated": "密码已更新", "password-updated": "密码已更新",
"passwords-must-match": "Passwords must match", "passwords-must-match": "两次输入的密码必须一致",
"photos": "图片", "photos": "图片",
"pick-a-trail": "选择一个路线", "pick-a-trail": "选择一个路线",
"planned-a-trail": "planned a trail", "planned-a-trail": "计划了一条轨迹",
"planned-tours": "Planned tours", "planned-tours": "计划的旅行",
"pois": "", "pois": "兴趣点",
"polish": "波兰语", "polish": "波兰语",
"portuguese": "葡萄牙语", "portuguese": "葡萄牙语",
"print": "打印", "print": "打印",
"privacy": "Privacy", "privacy": "隐私",
"private": "Private", "private": "非公开的",
"profile": "个人资料", "profile": "个人资料",
"public": "公开", "public": "公开",
"public-access": "", "public-access": "Public access",
"public-share-everyone": "", "public-share-everyone": "Everyone on the internet with the link can see this trail",
"public-share-limited": "", "public-share-limited": "Only people with access can open the link",
"public-transport": "", "public-transport": "公共交通",
"radius": "半径", "radius": "半径",
"railway-station": "", "railway-station": "火车站",
"read-more": "阅读更多", "read-more": "阅读更多",
"ready-to-join": "", "ready-to-join": "Ready to join",
"recalculate-elevation-data": "", "recalculate-elevation-data": "重新计算海拔数据",
"recalculating-elevation-data-hint": "", "recalculating-elevation-data-hint": "重新计算海拔数据将会抹去现有的海拔数据如果有的话用Valhalla的数据取而代之。",
"register": "注册", "register": "注册",
"remote-users-cannot-edit": "Remote users cannot edit", "remote-users-cannot-edit": "远程用户无法编辑",
"removed-trail-from": "路线已删除自", "removed-trail-from": "路线已删除自",
"removed-trails-from": "路线已删除自", "removed-trails-from": "路线已删除自",
"required": "必填", "required": "必填",
"reset": "Reset", "reset": "重置",
"reset-password": "重置密码", "reset-password": "重置密码",
"reverse-direction": "Reverse direction", "reverse-direction": "反向",
"road": "Road", "road": "道路",
"route": "{n, plural, =1 {Route} other {Routes}}", "route": "{n, plural, =1 {Route} other {Routes}}",
"route-point": "Route Point", "route-point": "路线点",
"save": "保存", "save": "保存",
"save-list": "保存列表", "save-list": "保存列表",
"save-trail": "保存路线", "save-trail": "保存路线",
"save-your-trail-first": "先保存你的路线", "save-your-trail-first": "先保存你的路线",
"search-cities": "搜索城市", "search-cities": "搜索城市",
"search-for-trails-places": "搜索路线、地点", "search-for-trails-places": "搜索路线、地点",
"search-places": "Search places", "search-places": "搜索地点",
"search-trails": "搜索路线", "search-trails": "搜索路线",
"select-list": "选择列表", "select-list": "选择列表",
"selected": "selected", "selected": "已选",
"settings": "设置", "settings": "设置",
"settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-comment-mention": "有人在评论中提到您",
"settings-notification-list-create": "A user who you follow has created a list", "settings-notification-list-create": "您关注的用户创建了一个列表",
"settings-notification-list-share": "Someone shared a list with you", "settings-notification-list-share": "有人与您分享了一个列表",
"settings-notification-new-follower": "You have a new follower", "settings-notification-new-follower": "您有一位新关注者",
"settings-notification-summit-log-create": "Someone created a summit log on your trail", "settings-notification-summit-log-create": "有人在您的轨迹上创建了一个summit日志",
"settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-summit-log-mention": "有人在summit日志中提到了你",
"settings-notification-trail-comment": "Someone left a comment on your trail", "settings-notification-trail-comment": "有人在你的轨迹上留下了一条评论",
"settings-notification-trail-create": "A user who you follow has created a trail", "settings-notification-trail-create": "您关注的用户创建了一条轨迹",
"settings-notification-trail-like": "Somone liked your trail", "settings-notification-trail-like": "Somone liked your trail",
"settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-mention": "有人在轨迹中提到你",
"settings-notification-trail-share": "Someone shared a trail with you", "settings-notification-trail-share": "有人与您分享了一条轨迹",
"settings-privacy-account-private": "Only you can see your profile. You will not appear in search results. Other users cannot follow you or share trails with you. You can still publish trails or lists.", "settings-privacy-account-private": "只有您可以看到您的个人资料。您将不会出现在搜索结果中。 其他用户不能关注您或与您分享轨迹。您仍然可以发布轨迹或列表。",
"settings-privacy-account-public": "Everyone can see your profile. You appear in search results. Other users can follow you and share trails with you.", "settings-privacy-account-public": "每个人都可以看到您的个人资料。您将出现在搜索结果中。其他用户可以关注您并与您分享轨迹。",
"settings-privacy-lists-private": "Your lists are private by default. No one except you will be able to see them. You can change this setting at any point for individual lists.", "settings-privacy-lists-private": "您的列表默认是私密的。只有您能够看到它们。 您可以在任何时候修改此设置。",
"settings-privacy-lists-public": "Your lists are public by default. Everyone will be able to see them. You can change this setting at any point for individual lists.", "settings-privacy-lists-public": "您的列表默认是公开的。每个人都可以看到它们。您可以在任何时候更改此设置为个人列表使用。",
"settings-privacy-trails-private": "Your trails are private by default. No one except you will be able to see them. You can change this setting at any point for individual trails.", "settings-privacy-trails-private": "您的轨迹默认是私密的。只有您能够看到它们。 您可以在任何时候修改此设置。",
"settings-privacy-trails-public": "Your trails are public by default. Everyone will be able to see them. You can change this setting at any point for individual trails.", "settings-privacy-trails-public": "您的轨迹默认是公开的。每个人都可以看到它们。您可以在任何时候更改此设置为个人轨迹。",
"settings-saved": "Settings saved", "settings-saved": "设置已保存",
"share": "分享", "share": "分享",
"share-profile": "Share profile", "share-profile": "分享个人资料",
"share-this-list": "分享此列表", "share-this-list": "分享此列表",
"share-this-trail": "分享此路线", "share-this-trail": "分享此路线",
"shared": "Shared", "shared": "共享",
"shared-by": "分享自", "shared-by": "分享自",
"shared-with": "分享给", "shared-with": "分享给",
"shelter": "", "shelter": "庇护所",
"shortest": "shortest", "shortest": "最短的",
"show-in-overview": "详情中展示", "show-in-overview": "详情中展示",
"show-less": "Show less", "show-less": "显示更少",
"show-on-map": "地图中展示", "show-on-map": "地图中展示",
"shower": "", "shower": "淋浴",
"skiing": "", "skiing": "滑雪",
"slogan": "保存你的冒险!", "slogan": "保存你的冒险!",
"slope": "坡度", "slope": "坡度",
"someone": "Someone", "someone": "某人",
"sort": "排序", "sort": "排序",
"spanish": "西班牙语", "spanish": "西班牙语",
"speed": "速度", "speed": "速度",
"start": "Start", "start": "开始",
"statistics": "Statistics", "statistics": "统计",
"stop-drawing": "停止绘制", "stop-drawing": "停止绘制",
"stop-editing": "Stop editing", "stop-editing": "停止编辑",
"subway-stop": "", "subway-stop": "地铁入口",
"summit": "", "summit": "山峰",
"summit-book": "详细日程", "summit-book": "详细日程",
"table": "表格", "table": "表格",
"tags": "Tags", "tags": "标签",
"text": "文本", "text": "文本",
"tilesets": "自定义地图图层", "tilesets": "自定义地图图层",
"toilets": "", "toilets": "厕所",
"top-speed": "Top Speed", "top-speed": "最高速度",
"tourism": "", "tourism": "旅游",
"trail": "{n, plural, =1 {路线} other {路线}}", "trail": "{n, plural, =1 {路线} other {路线}}",
"trail-not-shared": "未与任何人分享", "trail-not-shared": "未与任何人分享",
"trail-saved-successfully": "路线保存成功", "trail-saved-successfully": "路线保存成功",
"trails-for-you": "推荐路线", "trails-for-you": "推荐路线",
"tram-stop": "", "tram-stop": "车站",
"unchanged": "unchanged", "unchanged": "未修改",
"units": "单位", "units": "单位",
"unlink": "Unlink", "unlink": "取消连接",
"upload-file": "上传文件", "upload-file": "上传文件",
"upload-gpx": "上传 GPX", "upload-gpx": "上传 GPX",
"upload-new-file": "Upload new file", "upload-new-file": "上传新文件",
"uploaded": "已上传", "uploaded": "已上传",
"use-hills": "Use hills", "use-hills": "使用山地",
"use-roads": "Use Roads", "use-roads": "使用道路",
"username": "用户名", "username": "用户名",
"view": "查看", "view": "查看",
"viewpoint": "", "viewpoint": "视角",
"visibilty-status": "Visibility status", "visibilty-status": "可见状态",
"walking-speed": "Walking speed", "walking-speed": "步行速度",
"water": "", "water": "",
"waypoints": "{n, plural, =1 {路点} other {路点}}", "waypoints": "{n, plural, =1 {路点} other {路点}}",
"welcome_to": "欢迎", "welcome_to": "欢迎",
"width": "Width", "width": "宽度",
"wrong-username-or-password": "用户名或密码无效", "wrong-username-or-password": "用户名或密码无效",
"you-can": "你可以" "you-can": "你可以"
} }

View File

@@ -47,6 +47,7 @@ export const baseMapStyles: Record<string, string | StyleSpecification> = {
"OpenFreeMap": "/styles/ofm.json", "OpenFreeMap": "/styles/ofm.json",
"OpenTopoMap": { "OpenTopoMap": {
version: 8, version: 8,
glyphs: "https://tiles.openfreemap.org/fonts/{fontstack}/{range}.pbf",
sources: { sources: {
openTopoMap: { openTopoMap: {
type: 'raster', type: 'raster',
@@ -65,8 +66,30 @@ export const baseMapStyles: Record<string, string | StyleSpecification> = {
}, },
], ],
}, },
"OpenHikingMap": {
version: 8,
glyphs: "https://tiles.openfreemap.org/fonts/{fontstack}/{range}.pbf",
sources: {
openHikingMap: {
type: 'raster',
tiles: ['https://maps.refuges.info/hiking/{z}/{x}/{y}.png'],
tileSize: 256,
maxzoom: 18,
attribution:
'&copy; <a href="https://wiki.openstreetmap.org/wiki/Hiking/mri" target="_blank">sly</a> &copy; <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>',
},
},
layers: [
{
id: 'openHikingMap',
type: 'raster',
source: 'openHikingMap',
},
],
},
"CyclOSM": { "CyclOSM": {
version: 8, version: 8,
glyphs: "https://tiles.openfreemap.org/fonts/{fontstack}/{range}.pbf",
sources: { sources: {
cyclOSM: { cyclOSM: {
type: 'raster', type: 'raster',