From 3baf47d8645052b72bdd4d615aeb621f1dae7cc8 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 11:25:36 +0200 Subject: [PATCH 01/61] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index d0f9828f..86acb63f 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -110,7 +110,7 @@ "error-during-login": "Fehler beim Login", "error-during-password-reset": "Email zum Zurücksetzen des Passworts konnte nicht versandt werden", "error-exporting-trail": "Fehler beim Exportieren der Route", - "error-liking-trail": "Fehler diesem Trail ein \"Gefällt mir\" zu geben", + "error-liking-trail": "", "error-logging-in-to-komoot": "Fehler bei der Anmeldung bei komoot", "error-posting-comment": "Fehler beim Posten des Kommentars", "error-printing-map": "Fehler beim Drucken der Karte", @@ -147,7 +147,7 @@ "german": "Deutsch", "get-position-from-exif": "Koordinaten aus EXIF Daten", "grid": "Gitter", - "heading": "Heading", + "heading": "", "height": "Höhe", "help": "Hilfe", "hero_section_0_text": "Entdecke spannende Routen, speichere deine Favoriten und erlebe die Schönheit der Natur. Finde dein nächstes Abenteuer!", @@ -250,7 +250,7 @@ "or": "oder", "orientation": "Ausrichtung", "paper-size": "Papierformat", - "paragraph": "Paragraph", + "paragraph": "", "password": "Passwort", "password-confirm": "Passwort bestätigen", "password-reset-sent": "Email zum Zurücksetzen des Passworts versandt", @@ -271,7 +271,7 @@ "radius": "Radius", "read-more": "Mehr", "register": "Registrieren", - "remote-users-cannot-edit": "Nutzer anderer Instanzen können nicht bearbeiten", + "remote-users-cannot-edit": "", "removed-trail-from": "Route entfernt aus", "required": "Pflichtfeld", "reset-password": "Passwort zurücksetzen", @@ -338,17 +338,17 @@ "trails-for-you": "Routen für dich", "unchanged": "unverändert", "units": "Einheiten", - "unlink": "Link entfernen", + "unlink": "", "upload-file": "Datei hochladen", "upload-gpx": "GPX hochladen", "upload-new-file": "Neue Datei hochladen", "uploaded": "hochgeladen", - "use-hills": "Nutze Berge", + "use-hills": "", "use-roads": "Nutze Straßen", "username": "Nutzername", "view": "Ansehen", - "visibilty-status": "Sichtbarkeit", - "walking-speed": "Laufgeschwindigkeit", + "visibilty-status": "", + "walking-speed": "", "waypoints": "{n, plural, =1 {Wegpunkt} other {Wegpunkte}}", "welcome_to": "Willkommen bei", "width": "Breite", From b4ef7d829695254a8f7f4bd3f56dc4d890cf1df3 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:45 +0200 Subject: [PATCH 02/61] New translations en.json (Spanish) --- web/src/lib/i18n/locales/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/es.json b/web/src/lib/i18n/locales/es.json index 439be0e8..5015012b 100644 --- a/web/src/lib/i18n/locales/es.json +++ b/web/src/lib/i18n/locales/es.json @@ -347,7 +347,7 @@ "use-roads": "Utilizar carreteras", "username": "Nombre de usuario", "view": "Ver", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, one {}=1 {Punto de Interés} other {Puntos de Interés}}", "welcome_to": "Bienvenid@ a", From 79ab48596b381f8761f131f57984612bfda68dd8 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:46 +0200 Subject: [PATCH 03/61] New translations en.json (French) --- web/src/lib/i18n/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index 136d3784..005eba83 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -347,7 +347,7 @@ "use-roads": "Use Roads", "username": "Nom d'utilisateur", "view": "Afficher", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, =1 {Point de passage} other {Points de passage}}", "welcome_to": "Bienvenue sur", From 450b34b4d63c45e8fe0037d665034515b8b72c7b Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:47 +0200 Subject: [PATCH 04/61] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index 86acb63f..c81b201b 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -347,7 +347,7 @@ "use-roads": "Nutze Straßen", "username": "Nutzername", "view": "Ansehen", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, =1 {Wegpunkt} other {Wegpunkte}}", "welcome_to": "Willkommen bei", From d8f3cb1abd4da7a6d571e568052b9f07308644a2 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:48 +0200 Subject: [PATCH 05/61] New translations en.json (Hungarian) --- web/src/lib/i18n/locales/hu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/hu.json b/web/src/lib/i18n/locales/hu.json index ae0b27d8..fe16b614 100644 --- a/web/src/lib/i18n/locales/hu.json +++ b/web/src/lib/i18n/locales/hu.json @@ -347,7 +347,7 @@ "use-roads": "Use Roads", "username": "Felhasználónév", "view": "View", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, =1 {Waypoint} other {Waypoints}}", "welcome_to": "Üdvözöljük a", From 16e6d4df83c9f006d005d69c1b07d1f18b2fb883 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:49 +0200 Subject: [PATCH 06/61] New translations en.json (Italian) --- web/src/lib/i18n/locales/it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/it.json b/web/src/lib/i18n/locales/it.json index b1c2a4fb..39b9e0ed 100644 --- a/web/src/lib/i18n/locales/it.json +++ b/web/src/lib/i18n/locales/it.json @@ -347,7 +347,7 @@ "use-roads": "Use Roads", "username": "Nome utente", "view": "Visualizza", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, =1 {Punto di passaggio} other {Punti di passaggio}}", "welcome_to": "Benvenuti a", From 39eedcd8483eba4be8fd25f20bb96c6e32ac18da Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:50 +0200 Subject: [PATCH 07/61] New translations en.json (Dutch) --- web/src/lib/i18n/locales/nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index 7f9d0d6c..a3ac12fc 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -347,7 +347,7 @@ "use-roads": "Gebruik wegen", "username": "Gebruikersnaam", "view": "Weergave", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural,=1 {Routepunt} other {Routepunten}}", "welcome_to": "Welkom bij", From 67f542b40e53f3cefa3c19549ab9d64962aa1a09 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:51 +0200 Subject: [PATCH 08/61] New translations en.json (Polish) --- web/src/lib/i18n/locales/pl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 2f5e3776..38794e03 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -347,7 +347,7 @@ "use-roads": "Use Roads", "username": "Nazwa Użytkownika", "view": "Widok", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, one {Punkt} few {Punkty} many {Punktów}=1 {Punkt} other {Punktów}}", "welcome_to": "Witaj w", From 3adadfb365d0a9792dded4974ec95d944ad2a9f3 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:52 +0200 Subject: [PATCH 09/61] New translations en.json (Portuguese) --- web/src/lib/i18n/locales/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index 14adbe60..52cb651f 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -347,7 +347,7 @@ "use-roads": "Use Roads", "username": "Nome de utilizador", "view": "Ver", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, =1 {Ponto de passagem} other {Pontos de passagem}}", "welcome_to": "Bem-vindo ao", From 7768fd17bf1f1decc7bbbc7210edb542aff1a036 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:52 +0200 Subject: [PATCH 10/61] New translations en.json (Chinese Simplified) --- web/src/lib/i18n/locales/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/zh.json b/web/src/lib/i18n/locales/zh.json index 0226a35d..a3dacb81 100644 --- a/web/src/lib/i18n/locales/zh.json +++ b/web/src/lib/i18n/locales/zh.json @@ -347,7 +347,7 @@ "use-roads": "Use Roads", "username": "用户名", "view": "查看", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, =1 {路点} other {路点}}", "welcome_to": "欢迎", From 80e2222d4a775d95eb79112ec3be22509acfb6d3 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 12:33:53 +0200 Subject: [PATCH 11/61] New translations en.json (Russian) --- web/src/lib/i18n/locales/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index e1a67cdb..adad295c 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -347,7 +347,7 @@ "use-roads": "Использование дорог", "username": "Никнейм", "view": "Просмотр", - "visibilty-status": "", + "visibilty-status": "Visibility status", "walking-speed": "", "waypoints": "{n, plural, =1 {Путевая точка} other {Путевые точки}}", "welcome_to": "Добро пожаловать в", From c85f83f56e37e1809f7c7746f472bf8632398b38 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Jun 2025 15:31:55 +0200 Subject: [PATCH 12/61] New translations en.json (Basque) --- web/src/lib/i18n/locales/eu.json | 357 +++++++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 web/src/lib/i18n/locales/eu.json diff --git a/web/src/lib/i18n/locales/eu.json b/web/src/lib/i18n/locales/eu.json new file mode 100644 index 00000000..b58f0aa4 --- /dev/null +++ b/web/src/lib/i18n/locales/eu.json @@ -0,0 +1,357 @@ +{ + "Biking": "Biking", + "Canoeing": "Canoeing", + "Climbing": "Climbing", + "Hiking": "Hiking", + "Skiing": "Skiing", + "Walking": "Walking", + "about": "About", + "account-delete-confirm": "You are about to delete your account. All your trails will also be deleted. Do you want to proceed?", + "account-privacy": "Account privacy", + "activity": "{n, plural, =1 {Activity} other {Activities}}", + "add-bio": "Add Bio", + "add-entry": "Add Entry", + "add-to-list": "Add to list", + "add-waypoint": "Add Waypoint", + "added-trail-to": "Added trail to", + "after": "After", + "all-activities": "All activities", + "alphabetical": "Alphabetical", + "already-account": "Already have an account?", + "altitude": "Altitude", + "api-documentation": "API Documentation", + "author": "Author", + "avatar": "Avatar", + "average-speed": "Avg. Speed", + "avoid-bad-surfaces": "Avoid Bad Surfaces", + "back": "Back", + "back-to-login": "Back to Login", + "basic-info": "Basic Info", + "before": "Before", + "bike-type": "Bike Type", + "by": "by", + "can": "can", + "cancel": "Cancel", + "car": "Car", + "card": "{n, plural, =1 {Card} other {Cards}}", + "categories": "Categories", + "category": "Category", + "change": "Change", + "change-email": "Change email", + "change-password": "Change password", + "changelog": "Changelog", + "chinese": "Chinese (simplified)", + "clear-all": "Clear all", + "close": "Close", + "comment": "{n, plural, =1 {Comment} other {Comments}}", + "completed": "Completed", + "completed-a-trail": "completed a trail", + "completed-tours": "Completed tours", + "completion-status": "Completion Status", + "confirm": "Confirm", + "confirm-deletion": "Confirm Deletion", + "confirm-publish": "Confirm publishing", + "confirm-share": "Confirm share", + "connect": "Connect", + "contribute": "Contribute", + "copy-link": "Copy Link", + "create-new-list": "Create new list", + "create-waypoint": "Create waypoint", + "creation-date": "Creation date", + "cross": "Cross", + "current-password": "Current password", + "cycling": "Cycling", + "cycling-speed": "Cycling Speed", + "danger-zone": "Danger zone", + "date": "Date", + "default-category": "Default category", + "default-location": "Default Location", + "degrees": "Degrees", + "delete": "Delete", + "delete-account": "Delete Account", + "delete-list-confirm": "Do you really want to delete this list? The trails in the list will still be available.", + "delete-summit-log-confirm": "Do you really want to delete this summit log? This action cannot be undone.", + "delete-trail-confirm": "Do you really want to delete this trail? This action cannot be undone.", + "describe-your-trail": "Describe your trail", + "description": "Description", + "difficult": "Difficult", + "difficulty": "Difficulty", + "directions": "Directions", + "display": "Display", + "display-as": "Display as", + "distance": "Distance", + "documentation": "Documentation", + "download": "Download", + "draw-a-route": "Draw a route", + "driving": "Driving", + "duplicate": "Duplicate", + "duration": "Duration", + "dutch": "Dutch", + "easy": "Easy", + "edit": "Edit", + "edit-entry": "Edit Entry", + "edit-list": "Edit List", + "edit-route": "Edit route", + "edit-waypoint": "Edit Waypoint", + "edited": "edited", + "elevation-gain": "Elevation Gain", + "elevation-loss": "Elevation Loss", + "email": "Email", + "email-updated": "Email updated", + "email-verified": "Email verified", + "empty-activities": "{username} has no activity yet", + "empty-bio": "{username} has not added a bio yet", + "empty-lists": "{username} has no public lists", + "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-during-login": "Error during login", + "error-during-password-reset": "Unable to send password reset email", + "error-exporting-trail": "Error exporting trail", + "error-liking-trail": "", + "error-logging-in-to-komoot": "Error logging in to komoot", + "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 {provider} integration", + "error-updating-password": "Error updating password", + "error-updating-strava-integration": "Error updating komoot integration", + "est-duration": "Est. duration", + "explore": "Explore", + "explore-some-trails": "Explore some trails", + "export": "Export", + "export-all-trails": "Export all trails", + "favourite-sport": "Favourite sport", + "features": "Features", + "file-format": "File format", + "file-too-big": "File {file} is too big (max. {size})", + "filter-categories": "Filter categories", + "filter-difficulty": "Filter difficulty", + "filter-tags": "Filter tags", + "finish": "Finish", + "fixed-speed": "Fixed Speed", + "focus-map-on": "Focus map on", + "follow": "Follow", + "follow-request-pending": "Request pending", + "followers": "Followers", + "following": "Following", + "forgot-your-password": "Forgot your password?", + "french": "French", + "from-file": "From file", + "from-photos": "From Photos", + "from-url": "From URL", + "german": "German", + "get-position-from-exif": "Get coordinates from EXIF data", + "grid": "Grid", + "heading": "", + "height": "Height", + "help": "Help", + "hero_section_0_text": "Explore exciting trails, save your favorites, and experience the beauty of nature. Find your next adventure!", + "hero_section_1_heading": "It seems there are no trails here yet.", + "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_alternative": "Get started by saving your latest adventure.", + "hero_section_2_text": "Did you know? You cannot only save you hiking trails. There are many categories for all your adventures.", + "hiking": "Hiking", + "home": "Home", + "hungarian": "Hungarian", + "hybrid": "Hybrid", + "icon": "Icon", + "imperial": "Imperial", + "import": "Import", + "import-hint": "Select or drag GPX, FIT, KML or TCX files here...", + "include-description": "Include description", + "integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", + "integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", + "integration-disabled": "integration disabled", + "integration-enabled": "integration enabled", + "integrations": "Integrations", + "invalid-date": "Invalid Date", + "invalid-username": "Invalid username", + "italian": "Italian", + "joined": "Joined", + "language": "Language", + "latitude": "Latitude", + "license": "License", + "like-status": "Like Status", + "liked": "Liked", + "likes": "Likes", + "link-copied": "Link copied!", + "list": "{n, plural, =1 {List} other {Lists}}", + "list-not-shared": "Not shared with anyone", + "list-public-warning": "All trails in this list will become public.", + "list-saved-successfully": "List saved successfully", + "list-share-warning": "Sharing a list automatically shares all trails contained in it.", + "list-share-warning-update": "Added trails will be shared with everyone that has access to this list.", + "location": "Location", + "login": "Login", + "login-details": "Login details", + "logout": "Logout", + "longitude": "Longitude", + "loop": "Loop", + "make-one": "Make one!", + "make-thumbnail": "Make thumbnail", + "map": "Map", + "max-hiking-difficulty": "Max. Hiking Difficulty", + "metric": "Metric", + "moderate": "Moderate", + "mountain": "Mountain", + "must-be-at-least-n-characters-long": "Must be at least {n} characters long", + "must-be-at-most-n-characters-long": "Must be at most {n} characters long", + "my-account": "My Account", + "n-days-ago": "{n} days ago", + "n-hours-ago": "{n} hours ago", + "n-minutes-ago": "{n} minutes ago", + "n-months-ago": "{n} months ago", + "n-seconds-ago": "{n, plural, =0 {just now} other {{n} seconds ago}}", + "n-years-ago": "{n} years ago", + "name": "Name", + "near": "Near", + "new-list": "New List", + "new-password": "New password", + "new-password-error": "Error setting new password", + "new-password-success": "The new password has been set", + "new-password-text": "Set a new password", + "new-trail": "New Trail", + "no-account": "Don't have an account?", + "no-comments-so-far": "No comments so far", + "no-data": "No data", + "no-description-for-now": "No description for now", + "no-gps-data-in-image": "", + "no-grid": "No Grid", + "no-notifications": "No notifications", + "no-photos-here": "No photos or videos here", + "no-preference": "No preference", + "no-results": "No results found", + "no-routes-added": "No routes added", + "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-completed": "Not completed", + "notification-comment-mention": "{user} mentioned you in a comment", + "notification-list-create": "{user} created a new list", + "notification-list-share": "{user} shared a list with you", + "notification-new-follower": "You have a new follower", + "notification-summit-log-create": "{user} created a summit log on your trail \"{trail}\"", + "notification-summit-log-mention": "{user} mentioned you in a summit log", + "notification-trail-comment": "{user} left a comment on your trail \"{trail}\"", + "notification-trail-create": "{user} created a new trail", + "notification-trail-like": "{user} liked your trail \"{trail}\"", + "notification-trail-mention": "{user} mentioned you in a trail", + "notification-trail-share": "{user} shared a trail with you", + "notifications": "Notifications", + "object-share-error": "A {object} must be public to be shared across instances.", + "off": "Off", + "only-me": "Only me", + "open-in-new-tab": "Open in new tab", + "or": "or", + "orientation": "Orientation", + "paper-size": "Paper size", + "paragraph": "", + "password": "Password", + "password-confirm": "Confirm password", + "password-reset-sent": "A password reset email has been sent", + "password-reset-text": "We will send a reset link to your email address.", + "password-updated": "Password updated", + "passwords-must-match": "Passwords must match", + "photos": "Photos & Videos", + "pick-a-trail": "Pick a trail", + "planned-a-trail": "planned a trail", + "planned-tours": "Planned tours", + "polish": "Polish", + "portuguese": "Portuguese", + "print": "Print", + "privacy": "Privacy", + "private": "Private", + "profile": "Profile", + "public": "Public", + "radius": "Radius", + "read-more": "Read more", + "register": "Register", + "remote-users-cannot-edit": "", + "removed-trail-from": "Removed trail from", + "required": "Required", + "reset-password": "Reset Password", + "road": "Road", + "route": "{n, plural, =1 {Route} other {Routes}}", + "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, lists, places", + "search-places": "Search places", + "search-trails": "Search trails", + "select-list": "Select List", + "settings": "Settings", + "settings-notification-comment-mention": "Someone mentioned you in a comment", + "settings-notification-list-create": "A user who you follow has created a list", + "settings-notification-list-share": "Someone shared a list with you", + "settings-notification-new-follower": "You have a new follower", + "settings-notification-summit-log-create": "Someone created a summit log on your trail", + "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", + "settings-notification-trail-comment": "Someone left a comment on your trail", + "settings-notification-trail-create": "A user who you follow has created a trail", + "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-mention": "Someone mentioned you in a trail", + "settings-notification-trail-share": "Someone shared a trail with you", + "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-public": "Everyone can see your profile. You appear in search results. Other users can follow you and share trails with you.", + "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-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-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-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-saved": "Settings saved", + "share": "Share", + "share-profile": "Share profile", + "share-this-list": "Share this list", + "share-this-trail": "Share this trail", + "shared": "Shared", + "shared-by": "Shared by", + "shared-with": "Shared with", + "shortest": "", + "show-in-overview": "Show in overview", + "show-on-map": "Show on map", + "slogan": "Save your adventures!", + "slope": "Slope", + "someone": "Someone", + "sort": "Sort", + "spanish": "Spanish", + "speed": "Speed", + "start": "Start", + "statistics": "Statistics", + "stop-drawing": "Stop drawing", + "stop-editing": "Stop editing", + "summit-book": "Summit Book", + "table": "Table", + "tags": "Tags", + "text": "Text", + "tilesets": "Custom tilesets", + "top-speed": "Top Speed", + "trail": "{n, plural, =1 {Trail} other {Trails}}", + "trail-not-shared": "Not shared with anyone", + "trail-saved-successfully": "Trail saved successfully", + "trails-for-you": "Trails for you", + "unchanged": "unchanged", + "units": "Units", + "unlink": "", + "upload-file": "Upload file", + "upload-gpx": "Upload GPX", + "upload-new-file": "Upload new file", + "uploaded": "uploaded", + "use-hills": "", + "use-roads": "Use Roads", + "username": "Username", + "view": "View", + "visibilty-status": "Visibility status", + "walking-speed": "", + "waypoints": "{n, plural, =1 {Waypoint} other {Waypoints}}", + "welcome_to": "Welcome to", + "width": "Width", + "wrong-username-or-password": "Wrong username or password", + "you-can": "You can" +} From fd50b06c7f08bb35e439ff8e19d9b35d4296e29c Mon Sep 17 00:00:00 2001 From: Flomp Date: Mon, 23 Jun 2025 17:02:59 +0200 Subject: [PATCH 13/61] New translations en.json (Basque) --- web/src/lib/i18n/locales/eu.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/lib/i18n/locales/eu.json b/web/src/lib/i18n/locales/eu.json index b58f0aa4..9e94a136 100644 --- a/web/src/lib/i18n/locales/eu.json +++ b/web/src/lib/i18n/locales/eu.json @@ -1,11 +1,11 @@ { - "Biking": "Biking", - "Canoeing": "Canoeing", - "Climbing": "Climbing", - "Hiking": "Hiking", - "Skiing": "Skiing", - "Walking": "Walking", - "about": "About", + "Biking": "Bizikleta", + "Canoeing": "Kanoa", + "Climbing": "Eskalada", + "Hiking": "Mendi-ibilaldia", + "Skiing": "Eskia", + "Walking": "Oinez", + "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-privacy": "Account privacy", "activity": "{n, plural, =1 {Activity} other {Activities}}", From 2f30a3a3f7dba5689f52272775d22765be9aef9b Mon Sep 17 00:00:00 2001 From: Flomp Date: Mon, 23 Jun 2025 18:46:03 +0200 Subject: [PATCH 14/61] New translations en.json (Russian) --- web/src/lib/i18n/locales/ru.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index adad295c..82076fcf 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -96,7 +96,7 @@ "edited": "изменено", "elevation-gain": "Набор высоты", "elevation-loss": "Сброс высоты", - "email": "Email", + "email": "Эл. почта", "email-updated": "Email обновлён", "email-verified": "Email подтверждён", "empty-activities": "у {username} ещё нет активностей", @@ -176,9 +176,9 @@ "language": "Язык", "latitude": "Широта", "license": "Лицензия", - "like-status": "Like Status", - "liked": "Liked", - "likes": "Likes", + "like-status": "Статус лайка", + "liked": "Лайкнуто", + "likes": "Лайков", "link-copied": "Ссылка скопирована!", "list": "{n, plural, =1 {Список} other {Списки}}", "list-not-shared": "Нет общего доступа", @@ -231,7 +231,7 @@ "not-a-valid-email-address": "Некорректный email", "not-a-valid-url": "Некорректный URL", "not-completed": "Не завершено", - "notification-comment-mention": "{user} mentioned you in a comment", + "notification-comment-mention": "{user} упомянул вас в комментарии", "notification-list-create": "{user} создал(а) новый список", "notification-list-share": "{user} предоставил(а) доступ к списку", "notification-new-follower": "У вас новый подписчик", @@ -239,14 +239,14 @@ "notification-summit-log-mention": "{user} mentioned you in a summit log", "notification-trail-comment": "{user} прокомментировал(а) ваш трек \"{trail}\"", "notification-trail-create": "{user} создал(а) новый трек", - "notification-trail-like": "{user} liked your trail \"{trail}\"", - "notification-trail-mention": "{user} mentioned you in a trail", + "notification-trail-like": "{user} лайкнул ваш трек \"{trail}\"", + "notification-trail-mention": "{user} упомянул вас в треке", "notification-trail-share": "{user} предоставил(а) доступ к треку", "notifications": "Уведомления", "object-share-error": "A {object} must be public to be shared across instances.", "off": "Выкл", "only-me": "Только я", - "open-in-new-tab": "Open in new tab", + "open-in-new-tab": "Открыть в новой вкладке", "or": "или", "orientation": "Ориентация", "paper-size": "Размер бумаги", @@ -288,7 +288,7 @@ "search-trails": "Поиск треков", "select-list": "Выбрать список", "settings": "Настройки", - "settings-notification-comment-mention": "Someone mentioned you in a comment", + "settings-notification-comment-mention": "Кто-то упомянул вас в комментариях", "settings-notification-list-create": "Пользователь, на которого вы подписаны, создал список", "settings-notification-list-share": "Вам предоставили доступ к списку", "settings-notification-new-follower": "У вас новый подписчик", @@ -296,8 +296,8 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Кто-то прокомментировал ваш трек", "settings-notification-trail-create": "Пользователь, на которого вы подписаны, создал трек", - "settings-notification-trail-like": "Somone liked your trail", - "settings-notification-trail-mention": "Someone mentioned you in a trail", + "settings-notification-trail-like": "Кто-то лайкнул ваш трек", + "settings-notification-trail-mention": "Кто-то упомянул вас в треке", "settings-notification-trail-share": "Вам предоставили доступ к треку", "settings-privacy-account-private": "Только вы видите свой профиль. Не отображается при поиске. Другие пользователи не могут подписаться на вас или поделиться треками. Вы по-прежнему можете публиковать маршруты или списки.", "settings-privacy-account-public": "Все видят ваш профиль. Отображается при поиске. Другие пользователи могут подписаться на вас и поделиться треками.", @@ -347,7 +347,7 @@ "use-roads": "Использование дорог", "username": "Никнейм", "view": "Просмотр", - "visibilty-status": "Visibility status", + "visibilty-status": "Статус видимости", "walking-speed": "", "waypoints": "{n, plural, =1 {Путевая точка} other {Путевые точки}}", "welcome_to": "Добро пожаловать в", From 797e31d1e6db48830f7e4c06ffa86d6f6309e468 Mon Sep 17 00:00:00 2001 From: Flomp Date: Mon, 23 Jun 2025 20:17:06 +0200 Subject: [PATCH 15/61] New translations en.json (Russian) --- web/src/lib/i18n/locales/ru.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index 82076fcf..5daa8840 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -136,7 +136,7 @@ "fixed-speed": "Крейсерская скорость", "focus-map-on": "Фокусироваться на", "follow": "Подписаться", - "follow-request-pending": "Request pending", + "follow-request-pending": "Запрос обрабатывается", "followers": "Подписчики", "following": "Подписки", "forgot-your-password": "Забыли пароль?", @@ -243,7 +243,7 @@ "notification-trail-mention": "{user} упомянул вас в треке", "notification-trail-share": "{user} предоставил(а) доступ к треку", "notifications": "Уведомления", - "object-share-error": "A {object} must be public to be shared across instances.", + "object-share-error": "{object} должен быть публичным для совместного использования в разных экземплярах.", "off": "Выкл", "only-me": "Только я", "open-in-new-tab": "Открыть в новой вкладке", From a8e8343e6de20b54e79ece16c4c21f04d10d91ae Mon Sep 17 00:00:00 2001 From: Flomp Date: Tue, 24 Jun 2025 14:07:30 +0200 Subject: [PATCH 16/61] New translations en.json (Dutch) --- web/src/lib/i18n/locales/nl.json | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index a3ac12fc..99dbe1e2 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -45,7 +45,7 @@ "close": "Sluiten", "comment": "{n, plural, =1 {Opmerking} other {Opmerkingen}}", "completed": "Voltooid", - "completed-a-trail": "Route voltooid", + "completed-a-trail": "heeft een route voltooid", "completed-tours": "Afgeronde tochten", "completion-status": "Voltooiingsstatus", "confirm": "Bevestig", @@ -70,7 +70,7 @@ "delete": "Verwijderen", "delete-account": "Account verwijderen", "delete-list-confirm": "Weet je zeker dat je deze lijst wilt verwijderen? De routes worden bewaard.", - "delete-summit-log-confirm": "Do you really want to delete this summit log? This action cannot be undone.", + "delete-summit-log-confirm": "Weet je zeker dat je dit topboek wilt verwijderen? Deze actie is onomkeerbaar.", "delete-trail-confirm": "Weet je zeker dat je deze route wilt verwijderen? Deze actie is onomkeerbaar.", "describe-your-trail": "Omschrijf je wandelroute", "description": "Omschrijving", @@ -136,7 +136,7 @@ "fixed-speed": "Vaste snelheid", "focus-map-on": "Focus kaart op", "follow": "Volg", - "follow-request-pending": "Request pending", + "follow-request-pending": "Verzoek is in behandeling", "followers": "Volgers", "following": "Volgend", "forgot-your-password": "Wachtwoord vergeten?", @@ -176,9 +176,9 @@ "language": "Taal", "latitude": "Breedtegraad", "license": "Licentie", - "like-status": "Like Status", - "liked": "Liked", - "likes": "Likes", + "like-status": "", + "liked": "Leuk gevonden", + "likes": "Vind-ik-leuks", "link-copied": "Link gekopieerd", "list": "{n, plural, =1 {Lijst} other {Lijsten}}", "list-not-shared": "Niet gedeeld met iemand", @@ -231,22 +231,22 @@ "not-a-valid-email-address": "Het e-mailadres is ongeldig", "not-a-valid-url": "Geen geldige URL", "not-completed": "Niet voltooid", - "notification-comment-mention": "{user} mentioned you in a comment", + "notification-comment-mention": "{user} noemde je in een reactie", "notification-list-create": "{user} heeft een nieuwe lijst gecreëerd", "notification-list-share": "{user} heeft een lijst gedeeld met jou", "notification-new-follower": "Je hebt een nieuwe volger", - "notification-summit-log-create": "{user} created a summit log on your trail \"{trail}\"", - "notification-summit-log-mention": "{user} mentioned you in a summit log", + "notification-summit-log-create": "{user} heeft een topboek aangemaakt voor je route \"{trail}\"", + "notification-summit-log-mention": "{user} vermeldde je in een topboek", "notification-trail-comment": "{user} heeft een reactie achtergelaten op je wandelroute \"{trail}\"", "notification-trail-create": "{user} creëerde en nieuwe wandelroute", - "notification-trail-like": "{user} liked your trail \"{trail}\"", - "notification-trail-mention": "{user} mentioned you in a trail", + "notification-trail-like": "{user} vindt je route \"{trail}\" leuk", + "notification-trail-mention": "{user} heeft je in een route genoemd", "notification-trail-share": "{user} deelde een wandelroute met jou", "notifications": "Meldingen", - "object-share-error": "A {object} must be public to be shared across instances.", + "object-share-error": "Een {object} moet publiek zijn om tussen instanties te delen.", "off": "Uit", "only-me": "Alleen ik", - "open-in-new-tab": "Open in new tab", + "open-in-new-tab": "Open in een nieuwe tabblad", "or": "of", "orientation": "Oriëntatie", "paper-size": "Papierformaat", @@ -288,16 +288,16 @@ "search-trails": "Zoek routes", "select-list": "Kies een lijst", "settings": "Instellingen", - "settings-notification-comment-mention": "Someone mentioned you in a comment", + "settings-notification-comment-mention": "Iemand vermeldt je in een reactie", "settings-notification-list-create": "Een gebruiker die je volgt, heeft een lijst gecreëerd", "settings-notification-list-share": "Iemand heeft een lijst met je gedeeld", "settings-notification-new-follower": "Je hebt een nieuwe volger", - "settings-notification-summit-log-create": "Someone created a summit log on your trail", - "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", + "settings-notification-summit-log-create": "Iemand heeft een topboek van je trail gemaakt", + "settings-notification-summit-log-mention": "Iemand vermeldde je in een topboek", "settings-notification-trail-comment": "Iemand heeft een opmerking geplaatst bij je route", "settings-notification-trail-create": "Een gebruiker die je volgt, heeft een route gecreëerd", - "settings-notification-trail-like": "Somone liked your trail", - "settings-notification-trail-mention": "Someone mentioned you in a trail", + "settings-notification-trail-like": "Iemand vindt je route leuk", + "settings-notification-trail-mention": "Iemand heeft je in een route genoemd", "settings-notification-trail-share": "Iemand heeft een route met je gedeeld", "settings-privacy-account-private": "Alleen jij kunt je profiel zien. Je verschijnt niet in de zoekresultaten. Andere gebruikers kunnen je niet volgen of routes met je delen. Je kunt nog steeds routes of lijsten publiceren.", "settings-privacy-account-public": "Iedereen kan je profiel zien. Je verschijnt in de zoekresultaten. Andere gebruikers kunnen je volgen en ervaringen met je delen.", @@ -347,7 +347,7 @@ "use-roads": "Gebruik wegen", "username": "Gebruikersnaam", "view": "Weergave", - "visibilty-status": "Visibility status", + "visibilty-status": "Zichtbaarheid status", "walking-speed": "", "waypoints": "{n, plural,=1 {Routepunt} other {Routepunten}}", "welcome_to": "Welkom bij", From 642cc3632616cb007a81c51b61a892879f0de5c6 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:15:58 +0200 Subject: [PATCH 17/61] New translations en.json (Spanish) --- web/src/lib/i18n/locales/es.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/es.json b/web/src/lib/i18n/locales/es.json index 5015012b..bda99239 100644 --- a/web/src/lib/i18n/locales/es.json +++ b/web/src/lib/i18n/locales/es.json @@ -164,6 +164,7 @@ "import": "Importar", "import-hint": "Selecciona o arrastra aquí archivos GPX, FIT, KML o TCX...", "include-description": "Incluir descripción", + "include-waypoints": "Incluir puntos de interés", "integration-description-komoot": "Sincroniza tus recorridos de Komoot con Wanderer en intervalos regulares.", "integration-description-strava": "Sincroniza tus recorridos de Strava con Wanderer en intervalos regulares.", "integration-disabled": "integración deshabilitada", From e11354b9768631850928c5feee95343b724e2696 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:15:59 +0200 Subject: [PATCH 18/61] New translations en.json (French) --- web/src/lib/i18n/locales/fr.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index 005eba83..b1098e9e 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -164,6 +164,7 @@ "import": "Importer", "import-hint": "Sélectionnez ou glissez des fichiers GPX, FIT, KML ou TCX ici...", "include-description": "Inclure la description", + "include-waypoints": "Inclure les points de passage", "integration-description-komoot": "Synchronisez vos Tours Komoot avec wanderer à intervalles réguliers.", "integration-description-strava": "Synchronisez vos itinéraires et vos activités Strava avec wanderer à intervalles réguliers.", "integration-disabled": "Intégration désactivée", From 1703fe1c23147c03c93efdaaf3687870f826b09a Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:00 +0200 Subject: [PATCH 19/61] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index c81b201b..5044c19a 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -164,6 +164,7 @@ "import": "Importieren", "import-hint": "GPX, FIT, KML oder TCX Dateien auswählen oder hierher ziehen...", "include-description": "Beschreibung übernehmen", + "include-waypoints": "Wegpunkte einbeziehen", "integration-description-komoot": "Synchronisiert Deine komoot Touren regelmäßig mit wanderer.", "integration-description-strava": "Synchronisiert Deine strava Routen und Aktivitäten regelmäßig mit wanderer.", "integration-disabled": "Integration deaktiviert", @@ -347,7 +348,7 @@ "use-roads": "Nutze Straßen", "username": "Nutzername", "view": "Ansehen", - "visibilty-status": "Visibility status", + "visibilty-status": "Sichtbarkeit", "walking-speed": "", "waypoints": "{n, plural, =1 {Wegpunkt} other {Wegpunkte}}", "welcome_to": "Willkommen bei", From 52b6c7b58ca7da85df58498e518a61ea6ab372d9 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:01 +0200 Subject: [PATCH 20/61] New translations en.json (Hungarian) --- web/src/lib/i18n/locales/hu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/hu.json b/web/src/lib/i18n/locales/hu.json index fe16b614..41612595 100644 --- a/web/src/lib/i18n/locales/hu.json +++ b/web/src/lib/i18n/locales/hu.json @@ -164,6 +164,7 @@ "import": "Import", "import-hint": "Select or drag GPX, FIT, KML or TCX files here...", "include-description": "Include description", + "include-waypoints": "Útpontok hozzáadása", "integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", "integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integration-disabled": "integration disabled", From 73544a54b57362c3a86cb4e624cf46e073322664 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:02 +0200 Subject: [PATCH 21/61] New translations en.json (Italian) --- web/src/lib/i18n/locales/it.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/it.json b/web/src/lib/i18n/locales/it.json index 39b9e0ed..5b2590f1 100644 --- a/web/src/lib/i18n/locales/it.json +++ b/web/src/lib/i18n/locales/it.json @@ -164,6 +164,7 @@ "import": "Importa", "import-hint": "Seleziona o trascina qui i file GPX, FIT, KML o TCX...", "include-description": "Adotta descrizione", + "include-waypoints": "Includi waypoint", "integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", "integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integration-disabled": "integration disabled", From 3961fc0c49fb8ac958bdfbe518a95afdca388659 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:03 +0200 Subject: [PATCH 22/61] New translations en.json (Dutch) --- web/src/lib/i18n/locales/nl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index 99dbe1e2..d5dec0e4 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -164,6 +164,7 @@ "import": "Importeer", "import-hint": "Selecteer of sleep GPX-, FIT-, KML- of TCX-bestanden hierheen...", "include-description": "Inclusief beschrijving", + "include-waypoints": "Waypoints toevoegen", "integration-description-komoot": "Synchroniseert je Komoot-tochten met Wanderer op regelmatige tijdstippen.", "integration-description-strava": "Synchroniseert je Strava-routes en -activiteiten met Wanderer op regelmatige tijdstippen.", "integration-disabled": "Integratie uitgeschakeld", From 51609180784f3e58c5e73df9c52354b174d8c305 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:04 +0200 Subject: [PATCH 23/61] New translations en.json (Polish) --- web/src/lib/i18n/locales/pl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 38794e03..0afb2d77 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -164,6 +164,7 @@ "import": "Importuj", "import-hint": "Wybierz lub przeciągnij tutaj plik GPX, FIT, KML lub TCX...", "include-description": "Dołącz opis", + "include-waypoints": "Uwzględnij punkty trasy", "integration-description-komoot": "Synchronizuje trasy kamoot z wanderer w równych odstępach.", "integration-description-strava": "Synchronizuje trasy i aktywność z wanderer w równych odstępach.", "integration-disabled": "integracja wyłączona", From 6f0a92a474b189fba29a260cdd1e548cd7e9d94d Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:05 +0200 Subject: [PATCH 24/61] New translations en.json (Portuguese) --- web/src/lib/i18n/locales/pt.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index 52cb651f..106957ed 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -164,6 +164,7 @@ "import": "Importar", "import-hint": "Selecionar ou arrastar ficheiros GPX, FIT, KML ou TCX para aqui...", "include-description": "Incluir descrição", + "include-waypoints": "Incluir pontos de passagem", "integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", "integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integration-disabled": "integration disabled", From eea73497fc4f8b7f6972de0c8770a8ae83c8dccf Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:06 +0200 Subject: [PATCH 25/61] New translations en.json (Chinese Simplified) --- web/src/lib/i18n/locales/zh.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/zh.json b/web/src/lib/i18n/locales/zh.json index a3dacb81..4fabd154 100644 --- a/web/src/lib/i18n/locales/zh.json +++ b/web/src/lib/i18n/locales/zh.json @@ -164,6 +164,7 @@ "import": "导入", "import-hint": "在此选择或拖拽GPX、FIT、KML或TCX文件...", "include-description": "包含描述", + "include-waypoints": "包括航点", "integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", "integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integration-disabled": "integration disabled", From 13e047f94e975a49e625944a0e91cc31db63b0d7 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:07 +0200 Subject: [PATCH 26/61] New translations en.json (Russian) --- web/src/lib/i18n/locales/ru.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index 5daa8840..d984046c 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -164,6 +164,7 @@ "import": "Импорт", "import-hint": "Перетащите GPX, FIT, KML или TCX файлы сюда...", "include-description": "Добавить описание", + "include-waypoints": "Include waypoints", "integration-description-komoot": "Синхронизирует ваши данные с Komoot.", "integration-description-strava": "Синхронизирует ваши данные со Strava.", "integration-disabled": "интеграция отключена", From 47e113efa21945112276f573a77c3d499323731f Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 13:16:08 +0200 Subject: [PATCH 27/61] New translations en.json (Basque) --- web/src/lib/i18n/locales/eu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/i18n/locales/eu.json b/web/src/lib/i18n/locales/eu.json index 9e94a136..ac85e9f6 100644 --- a/web/src/lib/i18n/locales/eu.json +++ b/web/src/lib/i18n/locales/eu.json @@ -164,6 +164,7 @@ "import": "Import", "import-hint": "Select or drag GPX, FIT, KML or TCX files here...", "include-description": "Include description", + "include-waypoints": "Include waypoints", "integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", "integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integration-disabled": "integration disabled", From 7803d9fc1bbd159198e39a87e1d5cbf96de6b792 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:46 +0200 Subject: [PATCH 28/61] New translations en.json (Spanish) --- web/src/lib/i18n/locales/es.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/es.json b/web/src/lib/i18n/locales/es.json index bda99239..4f9b6204 100644 --- a/web/src/lib/i18n/locales/es.json +++ b/web/src/lib/i18n/locales/es.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "Métrica", "moderate": "Medio", + "more": "", "mountain": "Montaña", "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", @@ -316,6 +317,7 @@ "shared-with": "Compartido con", "shortest": "", "show-in-overview": "Mostrar en la panorámica", + "show-less": "", "show-on-map": "Mostrar en mapa", "slogan": "¡Guarda tus aventuras!", "slope": "Pendiente", From 63a7ec5a9252474edd23a6ddf0d8d6e92a93d819 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:48 +0200 Subject: [PATCH 29/61] New translations en.json (French) --- web/src/lib/i18n/locales/fr.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index b1098e9e..68a0e7bf 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "Métrique", "moderate": "Moyenne", + "more": "", "mountain": "Mountain", "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", @@ -316,6 +317,7 @@ "shared-with": "Partagé avec", "shortest": "", "show-in-overview": "Voir dans l'aperçu", + "show-less": "", "show-on-map": "Voir sur la carte", "slogan": "Sauvegarder vos aventures !", "slope": "Pente", From 2694589d906330345fac98b532c29dc513219309 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:49 +0200 Subject: [PATCH 30/61] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index 5044c19a..813076ff 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Schwierigkeit der Wanderung", "metric": "Metrisch", "moderate": "Mittel", + "more": "", "mountain": "Berg", "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", @@ -316,6 +317,7 @@ "shared-with": "Geteilt mit", "shortest": "", "show-in-overview": "In der Übersicht anzeigen", + "show-less": "", "show-on-map": "Auf der Karte anzeigen", "slogan": "Speichere deine Abenteuer!", "slope": "Steigung", From 0e1c799ef5e2c93c7c58da29b60466da4e9cfea4 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:50 +0200 Subject: [PATCH 31/61] New translations en.json (Hungarian) --- web/src/lib/i18n/locales/hu.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/hu.json b/web/src/lib/i18n/locales/hu.json index 41612595..bf7ad675 100644 --- a/web/src/lib/i18n/locales/hu.json +++ b/web/src/lib/i18n/locales/hu.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "Metrikus", "moderate": "Mérsékelt", + "more": "", "mountain": "Mountain", "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", @@ -316,6 +317,7 @@ "shared-with": "Shared with", "shortest": "", "show-in-overview": "Áttekintés", + "show-less": "", "show-on-map": "Mutatás térképen", "slogan": "Mentse el a kalandjait!", "slope": "Slope", From ccd9f64f48f97a5e5b3b66ceeab3fb7f8a2fb678 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:51 +0200 Subject: [PATCH 32/61] New translations en.json (Italian) --- web/src/lib/i18n/locales/it.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/it.json b/web/src/lib/i18n/locales/it.json index 5b2590f1..5f942ab1 100644 --- a/web/src/lib/i18n/locales/it.json +++ b/web/src/lib/i18n/locales/it.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "Metrico", "moderate": "Moderato", + "more": "", "mountain": "Mountain", "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", @@ -316,6 +317,7 @@ "shared-with": "Condiviso con", "shortest": "", "show-in-overview": "Mostra nella panoramica", + "show-less": "", "show-on-map": "Mostra sulla mappa", "slogan": "Salva le tue avventure!", "slope": "Pendenza", From 79b7ddd4f542ac5673f031744dd60ad05ce954f1 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:52 +0200 Subject: [PATCH 33/61] New translations en.json (Dutch) --- web/src/lib/i18n/locales/nl.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index d5dec0e4..93d31224 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Moeilijkheid", "metric": "Metrisch", "moderate": "Gemiddeld", + "more": "", "mountain": "Berg", "must-be-at-least-n-characters-long": "Minimaal {n} tekens", "must-be-at-most-n-characters-long": "Mag maximaal {n} tekens lang zijn.", @@ -316,6 +317,7 @@ "shared-with": "Gedeeld met", "shortest": "", "show-in-overview": "Tonen op overzicht", + "show-less": "", "show-on-map": "Tonen op kaart", "slogan": "Bewaar je avonturen!", "slope": "helling", From fe9f47a228f573f5de075dad125a2aeaae32fa0e Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:53 +0200 Subject: [PATCH 34/61] New translations en.json (Polish) --- web/src/lib/i18n/locales/pl.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 0afb2d77..90550701 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "Metryczne", "moderate": "Średni", + "more": "", "mountain": "Mountain", "must-be-at-least-n-characters-long": "Długość musi wynosić przynajmniej {n} znaków", "must-be-at-most-n-characters-long": "Must be at most {n} characters long", @@ -316,6 +317,7 @@ "shared-with": "Udostępniony dla", "shortest": "", "show-in-overview": "Pokaż w przeglądzie", + "show-less": "", "show-on-map": "Pokaż na mapie", "slogan": "Zapisz swoją wyprawę!", "slope": "Nachylenie", From c6aa1e1800ccc4bab86b724e813bfbd4d86e71f0 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:54 +0200 Subject: [PATCH 35/61] New translations en.json (Portuguese) --- web/src/lib/i18n/locales/pt.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index 106957ed..0c8f48e1 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "Métrica", "moderate": "Moderado", + "more": "", "mountain": "Mountain", "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", @@ -316,6 +317,7 @@ "shared-with": "Partilhado com", "shortest": "", "show-in-overview": "Mostrar na vista geral", + "show-less": "", "show-on-map": "Mostrar no mapa", "slogan": "Guarde as suas aventuras!", "slope": "Inclinação", From 00e64ff57f0cde9f696bd933d5d030469c7faf14 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:56 +0200 Subject: [PATCH 36/61] New translations en.json (Chinese Simplified) --- web/src/lib/i18n/locales/zh.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/zh.json b/web/src/lib/i18n/locales/zh.json index 4fabd154..8d94221c 100644 --- a/web/src/lib/i18n/locales/zh.json +++ b/web/src/lib/i18n/locales/zh.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "公制", "moderate": "中等", + "more": "", "mountain": "Mountain", "must-be-at-least-n-characters-long": "长度至少 {n} 字符", "must-be-at-most-n-characters-long": "Must be at most {n} characters long", @@ -316,6 +317,7 @@ "shared-with": "分享给", "shortest": "", "show-in-overview": "详情中展示", + "show-less": "", "show-on-map": "地图中展示", "slogan": "保存你的冒险!", "slope": "坡度", From 0c6fdc21bf41614423f6da2422844193c9619712 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:57 +0200 Subject: [PATCH 37/61] New translations en.json (Russian) --- web/src/lib/i18n/locales/ru.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index d984046c..d0dc2c43 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Макс. сложность", "metric": "Метрическая", "moderate": "Средний", + "more": "", "mountain": "Горный", "must-be-at-least-n-characters-long": "Минимум {n} символов", "must-be-at-most-n-characters-long": "Максимум {n} символов", @@ -316,6 +317,7 @@ "shared-with": "Доступно для", "shortest": "", "show-in-overview": "Быстрый просмотр", + "show-less": "", "show-on-map": "Показать на карте", "slogan": "Сохраняйте ваши приключения!", "slope": "Уклон", From e70d136ad94efee2ba8f7559ea421f81f24e208c Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 14:41:58 +0200 Subject: [PATCH 38/61] New translations en.json (Basque) --- web/src/lib/i18n/locales/eu.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/lib/i18n/locales/eu.json b/web/src/lib/i18n/locales/eu.json index ac85e9f6..e3b0eddc 100644 --- a/web/src/lib/i18n/locales/eu.json +++ b/web/src/lib/i18n/locales/eu.json @@ -199,6 +199,7 @@ "max-hiking-difficulty": "Max. Hiking Difficulty", "metric": "Metric", "moderate": "Moderate", + "more": "", "mountain": "Mountain", "must-be-at-least-n-characters-long": "Must be at least {n} characters long", "must-be-at-most-n-characters-long": "Must be at most {n} characters long", @@ -316,6 +317,7 @@ "shared-with": "Shared with", "shortest": "", "show-in-overview": "Show in overview", + "show-less": "", "show-on-map": "Show on map", "slogan": "Save your adventures!", "slope": "Slope", From 99f852b74c843232b2762e519a15475fc921caf1 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:43 +0200 Subject: [PATCH 39/61] New translations en.json (Spanish) --- web/src/lib/i18n/locales/es.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/es.json b/web/src/lib/i18n/locales/es.json index 4f9b6204..05c67712 100644 --- a/web/src/lib/i18n/locales/es.json +++ b/web/src/lib/i18n/locales/es.json @@ -14,6 +14,7 @@ "add-to-list": "Añadir a la lista", "add-waypoint": "Añadir Punto de Interés", "added-trail-to": "Ruta añadida a", + "added-trails-to": "Rutas añadida a", "after": "Después", "all-activities": "Todas las actividades", "alphabetical": "Alfabético", @@ -275,6 +276,7 @@ "register": "Registrar", "remote-users-cannot-edit": "", "removed-trail-from": "Ruta borrada de", + "removed-trails-from": "Rutas borrada de", "required": "Obligatorio", "reset-password": "Restablecer Contraseña", "road": "Carretera", @@ -289,6 +291,7 @@ "search-places": "Buscar lugares", "search-trails": "Buscar ruta", "select-list": "Seleccionar Lista", + "selected": "", "settings": "Configuración", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "Un usuario al que sigues ha creado una nueva lista", From f2badbeb129df1f8489d322ede4d09f7ef3d41fa Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:44 +0200 Subject: [PATCH 40/61] New translations en.json (French) --- web/src/lib/i18n/locales/fr.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index 68a0e7bf..c9e722c3 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -14,6 +14,7 @@ "add-to-list": "Ajouter à une liste", "add-waypoint": "Ajouter un point de passage", "added-trail-to": "Ajouter un itinéraire à", + "added-trails-to": "Ajouter les itinéraires à", "after": "Après", "all-activities": "Toutes les activités", "alphabetical": "Alphabétique", @@ -275,6 +276,7 @@ "register": "Créer un compte", "remote-users-cannot-edit": "", "removed-trail-from": "Enlever l'itinéraire de", + "removed-trails-from": "Enlever les itinéraires de", "required": "Requis", "reset-password": "Réinitialiser le mot de passe", "road": "Road", @@ -289,6 +291,7 @@ "search-places": "Chercher des lieux", "search-trails": "Chercher un itinéraire", "select-list": "Liste de choix", + "selected": "", "settings": "Paramètres", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "Un utilisateur que vous suivez à créé une nouvelle liste", From 9c497ea2e4a2fccbf6de6c3778cfefd2c6601c4f Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:45 +0200 Subject: [PATCH 41/61] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index 813076ff..7c5a9da8 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -14,6 +14,7 @@ "add-to-list": "Zu Liste hinzufügen", "add-waypoint": "Wegpunkt hinzufügen", "added-trail-to": "Route hinzugefügt zu", + "added-trails-to": "Routen hinzugefügt zu", "after": "Nach", "all-activities": "Alle Aktivitäten", "alphabetical": "Alphabetisch", @@ -275,6 +276,7 @@ "register": "Registrieren", "remote-users-cannot-edit": "", "removed-trail-from": "Route entfernt aus", + "removed-trails-from": "Routen entfernt aus", "required": "Pflichtfeld", "reset-password": "Passwort zurücksetzen", "road": "Straße", @@ -289,6 +291,7 @@ "search-places": "Orte suchen", "search-trails": "Route suchen", "select-list": "Liste auswählen", + "selected": "", "settings": "Einstellungen", "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", From b86e735bac12cee66098f217ee679df1082f8cbc Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:46 +0200 Subject: [PATCH 42/61] New translations en.json (Hungarian) --- web/src/lib/i18n/locales/hu.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/hu.json b/web/src/lib/i18n/locales/hu.json index bf7ad675..d432604f 100644 --- a/web/src/lib/i18n/locales/hu.json +++ b/web/src/lib/i18n/locales/hu.json @@ -14,6 +14,7 @@ "add-to-list": "Hozzáadás a listához", "add-waypoint": "Útvonalpont hozzáadása", "added-trail-to": "Hozzáadott nyomvonal a", + "added-trails-to": "Hozzáadott nyomvonalak a", "after": "After", "all-activities": "All activities", "alphabetical": "Betűrendben", @@ -275,6 +276,7 @@ "register": "Regisztráció", "remote-users-cannot-edit": "", "removed-trail-from": "Eltávolított nyomvonal a", + "removed-trails-from": "Eltávolított nyomvonalak a", "required": "Kötelező", "reset-password": "Reset Password", "road": "Road", @@ -289,6 +291,7 @@ "search-places": "Search places", "search-trails": "Nyomvonalak keresése", "select-list": "Lista kiválasztása", + "selected": "", "settings": "Beállítások", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "A user who you follow has created a list", From 2902f4f07ab5e047ef3bd5e00b365605eb719f65 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:47 +0200 Subject: [PATCH 43/61] New translations en.json (Italian) --- web/src/lib/i18n/locales/it.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/it.json b/web/src/lib/i18n/locales/it.json index 5f942ab1..1bb41113 100644 --- a/web/src/lib/i18n/locales/it.json +++ b/web/src/lib/i18n/locales/it.json @@ -14,6 +14,7 @@ "add-to-list": "Aggiungi alla lista", "add-waypoint": "Aggiungi un punto di passaggio", "added-trail-to": "Percorso aggiunto a", + "added-trails-to": "Percorsi aggiunto a", "after": "Dopo", "all-activities": "Tutte le Attività", "alphabetical": "Alfabetico", @@ -275,6 +276,7 @@ "register": "Registrati", "remote-users-cannot-edit": "", "removed-trail-from": "Percorso rimosso da", + "removed-trails-from": "Percorsi rimosso da", "required": "Obbligatorio", "reset-password": "Ripristinare Password", "road": "Road", @@ -289,6 +291,7 @@ "search-places": "Search places", "search-trails": "Cerca percorsi", "select-list": "Seleziona lista", + "selected": "", "settings": "Impostazioni", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "Un utente che segui ha creato una lista", From 7ab8c843e2eaeeb9ec172aec6714e4ad6111bff0 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:48 +0200 Subject: [PATCH 44/61] New translations en.json (Dutch) --- web/src/lib/i18n/locales/nl.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index 93d31224..ec0b15db 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -14,6 +14,7 @@ "add-to-list": "Toevoegen aan lijst", "add-waypoint": "Routepunt toevoegen", "added-trail-to": "Route toegevoegd aan", + "added-trails-to": "Route toegevoegd aan", "after": "Na", "all-activities": "Alle activiteiten", "alphabetical": "Alfabetisch", @@ -275,6 +276,7 @@ "register": "Registreren", "remote-users-cannot-edit": "", "removed-trail-from": "Route verwijderd van", + "removed-trails-from": "Routes verwijderd van", "required": "Verplicht", "reset-password": "Wachtwoord opnieuw instellen", "road": "Weg", @@ -289,6 +291,7 @@ "search-places": "Zoek plaatsen", "search-trails": "Zoek routes", "select-list": "Kies een lijst", + "selected": "", "settings": "Instellingen", "settings-notification-comment-mention": "Iemand vermeldt je in een reactie", "settings-notification-list-create": "Een gebruiker die je volgt, heeft een lijst gecreëerd", From d807eaaf9b059833f56aa52f484093afec24a16c Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:50 +0200 Subject: [PATCH 45/61] New translations en.json (Polish) --- web/src/lib/i18n/locales/pl.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 90550701..6e398e6f 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -14,6 +14,7 @@ "add-to-list": "Dodaj do listy", "add-waypoint": "Dodaj Punkt", "added-trail-to": "Dodaj szlak do", + "added-trails-to": "Dodaj szlaki do", "after": "Po", "all-activities": "Wszystkie aktywności", "alphabetical": "Alfabetyczne", @@ -275,6 +276,7 @@ "register": "Zarejestruj", "remote-users-cannot-edit": "", "removed-trail-from": "Usunięto szlak z", + "removed-trails-from": "Usunięto szlaki z", "required": "Wymagane", "reset-password": "Resetuj hasło", "road": "Road", @@ -289,6 +291,7 @@ "search-places": "Szukaj miejsc", "search-trails": "Szukaj szlaków", "select-list": "Wybierz Listę", + "selected": "", "settings": "Ustawienia", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "Użytkownik, którego obserwujesz, utworzył listę", From d860481723dd64bbb6de25ff7ee2707b4e66da53 Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:51 +0200 Subject: [PATCH 46/61] New translations en.json (Portuguese) --- web/src/lib/i18n/locales/pt.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index 0c8f48e1..744876a9 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -14,6 +14,7 @@ "add-to-list": "Adicionar à lista", "add-waypoint": "Adicionar ponto de vista", "added-trail-to": "Trilha adicionada para", + "added-trails-to": "trilhas adicionada para", "after": "Depois", "all-activities": "Todas as atividades", "alphabetical": "Alfabético", @@ -275,6 +276,7 @@ "register": "Registo", "remote-users-cannot-edit": "", "removed-trail-from": "Trilha removida de", + "removed-trails-from": "Trilhos removidos de", "required": "Obrigatório", "reset-password": "Reset Password", "road": "Road", @@ -289,6 +291,7 @@ "search-places": "Search places", "search-trails": "Procurar trilhos", "select-list": "Selecionar lista", + "selected": "", "settings": "Definições", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "A user who you follow has created a list", From 9c37c19188a75a77fea152300fe6001b2300ae2d Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:52 +0200 Subject: [PATCH 47/61] New translations en.json (Chinese Simplified) --- web/src/lib/i18n/locales/zh.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/zh.json b/web/src/lib/i18n/locales/zh.json index 8d94221c..4b88ef1d 100644 --- a/web/src/lib/i18n/locales/zh.json +++ b/web/src/lib/i18n/locales/zh.json @@ -14,6 +14,7 @@ "add-to-list": "添加到列表", "add-waypoint": "添加坐标", "added-trail-to": "添加路线到", + "added-trails-to": "添加路线到", "after": "之后", "all-activities": "所有活动", "alphabetical": "字母", @@ -275,6 +276,7 @@ "register": "注册", "remote-users-cannot-edit": "", "removed-trail-from": "路线已删除自", + "removed-trails-from": "路线已删除自", "required": "必填", "reset-password": "重置密码", "road": "Road", @@ -289,6 +291,7 @@ "search-places": "Search places", "search-trails": "搜索路线", "select-list": "选择列表", + "selected": "", "settings": "设置", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "A user who you follow has created a list", From 691418df5d02778dfc15f93d8e764487fdc1ec8b Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:52 +0200 Subject: [PATCH 48/61] New translations en.json (Russian) --- web/src/lib/i18n/locales/ru.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index d0dc2c43..4c57f883 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -14,6 +14,7 @@ "add-to-list": "Добавить в список", "add-waypoint": "Добавить путевую точку", "added-trail-to": "Трек добавлен в", + "added-trails-to": "Added trails to", "after": "После", "all-activities": "Все активности", "alphabetical": "По алфавиту", @@ -275,6 +276,7 @@ "register": "Регистрация", "remote-users-cannot-edit": "", "removed-trail-from": "Трек удалён из", + "removed-trails-from": "Removed trails from", "required": "Обязательно", "reset-password": "Сбросить пароль", "road": "Шоссе", @@ -289,6 +291,7 @@ "search-places": "Поиск мест", "search-trails": "Поиск треков", "select-list": "Выбрать список", + "selected": "", "settings": "Настройки", "settings-notification-comment-mention": "Кто-то упомянул вас в комментариях", "settings-notification-list-create": "Пользователь, на которого вы подписаны, создал список", From 9fb38abda3ab4fdb3867a32055da5139ce4fe1cc Mon Sep 17 00:00:00 2001 From: Flomp Date: Thu, 26 Jun 2025 15:44:53 +0200 Subject: [PATCH 49/61] New translations en.json (Basque) --- web/src/lib/i18n/locales/eu.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/lib/i18n/locales/eu.json b/web/src/lib/i18n/locales/eu.json index e3b0eddc..f006eb79 100644 --- a/web/src/lib/i18n/locales/eu.json +++ b/web/src/lib/i18n/locales/eu.json @@ -14,6 +14,7 @@ "add-to-list": "Add to list", "add-waypoint": "Add Waypoint", "added-trail-to": "Added trail to", + "added-trails-to": "Added trails to", "after": "After", "all-activities": "All activities", "alphabetical": "Alphabetical", @@ -275,6 +276,7 @@ "register": "Register", "remote-users-cannot-edit": "", "removed-trail-from": "Removed trail from", + "removed-trails-from": "Removed trails from", "required": "Required", "reset-password": "Reset Password", "road": "Road", @@ -289,6 +291,7 @@ "search-places": "Search places", "search-trails": "Search trails", "select-list": "Select List", + "selected": "", "settings": "Settings", "settings-notification-comment-mention": "Someone mentioned you in a comment", "settings-notification-list-create": "A user who you follow has created a list", From 80911faa41b331ee5d12a27a004ed5d63092bd69 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 13:21:58 +0200 Subject: [PATCH 50/61] New translations en.json (French) --- web/src/lib/i18n/locales/fr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index c9e722c3..7e7b1c45 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -234,22 +234,22 @@ "not-a-valid-email-address": "Adresse email invalide", "not-a-valid-url": "URL non valide", "not-completed": "Non terminés", - "notification-comment-mention": "{user} mentioned you in a comment", + "notification-comment-mention": "{user} vous a mentionné dans un commentaire", "notification-list-create": "{user} a créé une nouvelle liste", "notification-list-share": "{user} à partagé une liste avec vous", "notification-new-follower": "Vous avez un nouvel abonné", - "notification-summit-log-create": "{user} created a summit log on your trail \"{trail}\"", - "notification-summit-log-mention": "{user} mentioned you in a summit log", + "notification-summit-log-create": "{user} a créé un journal de sommet sur votre sentier \"{trail}\"", + "notification-summit-log-mention": "{user} vous a mentionné dans un journal de sommet", "notification-trail-comment": "{user} a laissé un commentaire sur votre itinéraire {trail}", "notification-trail-create": "{user} a créé un nouvel itinéraire", - "notification-trail-like": "{user} liked your trail \"{trail}\"", - "notification-trail-mention": "{user} mentioned you in a trail", + "notification-trail-like": "{user} a aimé votre chemin \"{trail}\"", + "notification-trail-mention": "{user} vous a mentionné dans un chemin", "notification-trail-share": "{user} a partagé un itinéraire avec vous", "notifications": "Notifications", - "object-share-error": "A {object} must be public to be shared across instances.", + "object-share-error": "Un {object} doit être public pour être partagé entre les instances.", "off": "Désactivé", "only-me": "Seulement moi", - "open-in-new-tab": "Open in new tab", + "open-in-new-tab": "Ouvrir dans un nouvel onglet", "or": "ou", "orientation": "Orientation", "paper-size": "Taille de papier", @@ -302,7 +302,7 @@ "settings-notification-trail-comment": "Quelqu'un a commenté votre itinéraire", "settings-notification-trail-create": "Un utilisateur que vous suivez a créé un nouvel itinéraire", "settings-notification-trail-like": "Somone liked your trail", - "settings-notification-trail-mention": "Someone mentioned you in a trail", + "settings-notification-trail-mention": "Quelqu’un vous a mentionné dans un chemin", "settings-notification-trail-share": "Quelqu'un a partagé un itinéraire avec vous", "settings-privacy-account-private": "Vous seul pouvez voir votre profil. Vous n'apparaîtrez pas dans les résultats de recherche. Les autres utilisateurs ne pourront pas vous suivre ni partager d'itinéraire avec vous. Vous pourrez tout de même publier des itinéraires ou des listes.", "settings-privacy-account-public": "Tout le monde peut voir votre profil. Vous apparaîtrez dans les résultats de recherche. Les autres utilisateurs pourront vous suivre et partager des itinéraires avec vous.", @@ -353,11 +353,11 @@ "use-roads": "Use Roads", "username": "Nom d'utilisateur", "view": "Afficher", - "visibilty-status": "Visibility status", + "visibilty-status": "État de visibilité", "walking-speed": "", "waypoints": "{n, plural, =1 {Point de passage} other {Points de passage}}", "welcome_to": "Bienvenue sur", - "width": "Width", + "width": "Largeur", "wrong-username-or-password": "Nom d'utilisateur ou mot de passe incorrect", "you-can": "Vous pouvez" } From c60e15e228487d91d1eee6147f83007cf01e4702 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:34 +0200 Subject: [PATCH 51/61] New translations en.json (Spanish) --- web/src/lib/i18n/locales/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/es.json b/web/src/lib/i18n/locales/es.json index 05c67712..2258553a 100644 --- a/web/src/lib/i18n/locales/es.json +++ b/web/src/lib/i18n/locales/es.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Alguien ha dejado un comentario sobre tu ruta", "settings-notification-trail-create": "Un usuario al que sigues ha creado una nueva ruta", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-share": "Alguien ha compartido una ruta contigo", "settings-privacy-account-private": "Solo tu puedes ver tu perfil. No aparecerás en los resultados de búsquedas. Otros usuarios no pueden seguirte o compartir rutas contigo. Todavía sí puedes publicar tus rutas o listas.", From 9d3555ee8442335f482f20a98098ce29ca5ee1f4 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:35 +0200 Subject: [PATCH 52/61] New translations en.json (French) --- web/src/lib/i18n/locales/fr.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index 7e7b1c45..017ce8d0 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -62,7 +62,7 @@ "cross": "Cross", "current-password": "Mot de passe actuel", "cycling": "Vélo", - "cycling-speed": "Cycling Speed", + "cycling-speed": "Vitesse à vélo", "danger-zone": "Zone de danger", "date": "Date", "default-category": "Catégorie par défaut", @@ -71,7 +71,7 @@ "delete": "Supprimer", "delete-account": "Supprimer le compte", "delete-list-confirm": "Voulez-vous vraiment supprimer cette liste ? Les itinéraires de la liste seront toujours disponibles.", - "delete-summit-log-confirm": "Do you really want to delete this summit log? This action cannot be undone.", + "delete-summit-log-confirm": "Voulez-vous vraiment supprimer ce journal de sommet ? Cette action ne peut être annulée.", "delete-trail-confirm": "Voulez-vous vraiment supprimer cet itinéraire ? Cette action ne peut être annulée.", "describe-your-trail": "Décrivez votre itinéraire", "description": "Description", @@ -99,7 +99,7 @@ "elevation-loss": "Dénivelé négatif", "email": "Email", "email-updated": "Adresse mail mise à jour", - "email-verified": "Email verified", + "email-verified": "Email vérifié", "empty-activities": "{username} n'a encore aucune activité", "empty-bio": "{username} n'a pas encore de description", "empty-lists": "{username} n'a pas de liste publique", @@ -134,16 +134,16 @@ "filter-difficulty": "Filtrer par difficulté", "filter-tags": "Filtrer par étiquettes", "finish": "Arrivée", - "fixed-speed": "Fixed Speed", + "fixed-speed": "Vitesse fixe", "focus-map-on": "Centrer la carte sur", "follow": "Suivre", - "follow-request-pending": "Request pending", + "follow-request-pending": "Demande en attente", "followers": "Abonné(e)s", "following": "Abonnements", "forgot-your-password": "Mot de passe oublié ?", "french": "Français", "from-file": "Depuis un fichier", - "from-photos": "From Photos", + "from-photos": "Depuis les photos", "from-url": "Depuis une URL", "german": "Allemand", "get-position-from-exif": "Obtenir les coordonnées à partir des données EXIF", @@ -157,7 +157,7 @@ "hero_section_1_text_alternative": "Commencez par enregistrer votre dernière aventure.", "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", - "home": "Home", + "home": "Accueil", "hungarian": "Hongrois", "hybrid": "Hybrid", "icon": "Icône", @@ -179,7 +179,7 @@ "latitude": "Latitude", "license": "Licence", "like-status": "Like Status", - "liked": "Liked", + "liked": "Aimé", "likes": "Likes", "link-copied": "Lien copié !", "list": "{n, plural, =1 {Liste} other {Listes}}", @@ -201,7 +201,7 @@ "metric": "Métrique", "moderate": "Moyenne", "more": "", - "mountain": "Mountain", + "mountain": "Montagne", "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", "my-account": "Mon profil", @@ -279,7 +279,7 @@ "removed-trails-from": "Enlever les itinéraires de", "required": "Requis", "reset-password": "Réinitialiser le mot de passe", - "road": "Road", + "road": "Route", "route": "{n, plural, =1 {Itinéraire} other {Itinéraires}}", "route-point": "Étape", "save": "Sauvegarder", @@ -293,15 +293,15 @@ "select-list": "Liste de choix", "selected": "", "settings": "Paramètres", - "settings-notification-comment-mention": "Someone mentioned you in a comment", + "settings-notification-comment-mention": "Quelqu’un vous a mentionné dans un commentaire", "settings-notification-list-create": "Un utilisateur que vous suivez à créé une nouvelle liste", "settings-notification-list-share": "Quelqu'un à partagé une liste avec vous", "settings-notification-new-follower": "Vous avez un nouvel abonné", - "settings-notification-summit-log-create": "Someone created a summit log on your trail", - "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", + "settings-notification-summit-log-create": "Quelqu'un a créé un journal de sommet sur votre chemin", + "settings-notification-summit-log-mention": "Quelqu’un vous a mentionné dans un journal de sommet", "settings-notification-trail-comment": "Quelqu'un a commenté votre itinéraire", "settings-notification-trail-create": "Un utilisateur que vous suivez a créé un nouvel itinéraire", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Quelqu’un vous a mentionné dans un chemin", "settings-notification-trail-share": "Quelqu'un a partagé un itinéraire avec vous", "settings-privacy-account-private": "Vous seul pouvez voir votre profil. Vous n'apparaîtrez pas dans les résultats de recherche. Les autres utilisateurs ne pourront pas vous suivre ni partager d'itinéraire avec vous. Vous pourrez tout de même publier des itinéraires ou des listes.", @@ -337,7 +337,7 @@ "tags": "Étiquettes", "text": "Texte", "tilesets": "Tuiles personnalisés", - "top-speed": "Top Speed", + "top-speed": "Vitesse maximale", "trail": "{n, plural, =1 {Itinéraire} other {Itinéraires}}", "trail-not-shared": "L'itinéraire n'a pas été partagé", "trail-saved-successfully": "Itinéraire enregistrée", From f6033e7a032a5acfd120be9878be632e4227b4f1 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:36 +0200 Subject: [PATCH 53/61] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index 7c5a9da8..f67de0c8 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Jemand hat dich in einem Gipfelbuch Eintrag erwähnt", "settings-notification-trail-comment": "Jemand hat einen Kommentar zu Deiner Route hinterlassen", "settings-notification-trail-create": "Ein Benutzer, dem Du folgst, hat eine Route erstellt", - "settings-notification-trail-like": "Jemand hat deiner Route ein \"Gefällt mir\" gegeben", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Jemand hat dich in einer Route erwähnt", "settings-notification-trail-share": "Jemand hat eine Route mit Dir geteilt", "settings-privacy-account-private": "Nur Du kannst dein Profil sehen. Du wirst nicht in den Suchergebnissen angezeigt. Andere Benutzer können Dir nicht folgen oder Routen mit Dir teilen. Du kannst weiterhin Routen oder Listen veröffentlichen.", From ed9ab91fa8e6c491b13f081158232f7b325dbffd Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:37 +0200 Subject: [PATCH 54/61] New translations en.json (Hungarian) --- web/src/lib/i18n/locales/hu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/hu.json b/web/src/lib/i18n/locales/hu.json index d432604f..3116983a 100644 --- a/web/src/lib/i18n/locales/hu.json +++ b/web/src/lib/i18n/locales/hu.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Someone left a comment on your trail", "settings-notification-trail-create": "A user who you follow has created a trail", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-share": "Someone shared a trail with you", "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.", From d1481e1d72df3cf03bcc6447c1d456d75697e7a8 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:38 +0200 Subject: [PATCH 55/61] New translations en.json (Italian) --- web/src/lib/i18n/locales/it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/it.json b/web/src/lib/i18n/locales/it.json index 1bb41113..92f8ad8c 100644 --- a/web/src/lib/i18n/locales/it.json +++ b/web/src/lib/i18n/locales/it.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Qualcuno ha lasciato un commento sul tuo percorso", "settings-notification-trail-create": "Un utente che segui ha creato un percorso", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-share": "Qualcuno ha condiviso un percorso con te", "settings-privacy-account-private": "Solo tu puoi vedere il tuo profilo. Non apparirai nei risultati della ricerca. Altri utenti non potranno seguirti o condividere i percorsi con te. Tuttavia potrai comunque pubblicare percorsi o liste.", From 5014193ac7ce679d37cb6a8da04419bd40800a68 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:39 +0200 Subject: [PATCH 56/61] New translations en.json (Dutch) --- web/src/lib/i18n/locales/nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index ec0b15db..9a309384 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Iemand vermeldde je in een topboek", "settings-notification-trail-comment": "Iemand heeft een opmerking geplaatst bij je route", "settings-notification-trail-create": "Een gebruiker die je volgt, heeft een route gecreëerd", - "settings-notification-trail-like": "Iemand vindt je route leuk", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Iemand heeft je in een route genoemd", "settings-notification-trail-share": "Iemand heeft een route met je gedeeld", "settings-privacy-account-private": "Alleen jij kunt je profiel zien. Je verschijnt niet in de zoekresultaten. Andere gebruikers kunnen je niet volgen of routes met je delen. Je kunt nog steeds routes of lijsten publiceren.", From e69f02f9651249de9facec5535da14eed938af96 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:40 +0200 Subject: [PATCH 57/61] New translations en.json (Polish) --- web/src/lib/i18n/locales/pl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 6e398e6f..76f535f3 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Ktoś skomentował twój szlak", "settings-notification-trail-create": "Użytkownik, którego obserwujesz, utworzył szlak", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-share": "Ktoś udostępnił tobie szlak", "settings-privacy-account-private": "Tylko ty możesz zobaczyć swój profil. Nie będziesz się pojawiać w wynikach wyszukiwania. Inni użytkownicy nie mogą cię obserwować ani udostępniać ci szlaków. Wciąż możesz publikować szlaki i listy.", From 625b6e153fab7bae967ea9fdcf637789c1d972d0 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:41 +0200 Subject: [PATCH 58/61] New translations en.json (Portuguese) --- web/src/lib/i18n/locales/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index 744876a9..f5de40d5 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Someone left a comment on your trail", "settings-notification-trail-create": "A user who you follow has created a trail", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-share": "Someone shared a trail with you", "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.", From 1ec7032f1e51814b8d988e042398974876ab736f Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:42 +0200 Subject: [PATCH 59/61] New translations en.json (Chinese Simplified) --- web/src/lib/i18n/locales/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/zh.json b/web/src/lib/i18n/locales/zh.json index 4b88ef1d..9c8db757 100644 --- a/web/src/lib/i18n/locales/zh.json +++ b/web/src/lib/i18n/locales/zh.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Someone left a comment on your trail", "settings-notification-trail-create": "A user who you follow has created a trail", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-share": "Someone shared a trail with you", "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.", From 4fa058b032dc5730bf33b7d03abdaaa5b4b4ddd4 Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:44 +0200 Subject: [PATCH 60/61] New translations en.json (Russian) --- web/src/lib/i18n/locales/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index 4c57f883..039c66a7 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Кто-то прокомментировал ваш трек", "settings-notification-trail-create": "Пользователь, на которого вы подписаны, создал трек", - "settings-notification-trail-like": "Кто-то лайкнул ваш трек", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Кто-то упомянул вас в треке", "settings-notification-trail-share": "Вам предоставили доступ к треку", "settings-privacy-account-private": "Только вы видите свой профиль. Не отображается при поиске. Другие пользователи не могут подписаться на вас или поделиться треками. Вы по-прежнему можете публиковать маршруты или списки.", From 39ed56ecb411b80b5fbbe7afd42334675e1abf0c Mon Sep 17 00:00:00 2001 From: Flomp Date: Fri, 27 Jun 2025 14:47:45 +0200 Subject: [PATCH 61/61] New translations en.json (Basque) --- web/src/lib/i18n/locales/eu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/eu.json b/web/src/lib/i18n/locales/eu.json index f006eb79..05dac9c5 100644 --- a/web/src/lib/i18n/locales/eu.json +++ b/web/src/lib/i18n/locales/eu.json @@ -301,7 +301,7 @@ "settings-notification-summit-log-mention": "Someone mentioned you in a summit log", "settings-notification-trail-comment": "Someone left a comment on your trail", "settings-notification-trail-create": "A user who you follow has created a trail", - "settings-notification-trail-like": "Somone liked your trail", + "settings-notification-trail-like": "Someone liked your trail", "settings-notification-trail-mention": "Someone mentioned you in a trail", "settings-notification-trail-share": "Someone shared a trail with you", "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.",