From 6f67532d2a913bb572b8dc4aa0fa85d211491ce7 Mon Sep 17 00:00:00 2001 From: Flomp Date: Tue, 17 Dec 2024 00:57:41 +0100 Subject: [PATCH] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index 5d4564dc..1a73ae24 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -7,6 +7,7 @@ "Walking": "Laufen", "about": "Über", "account-delete-confirm": "Du bist dabei, dein Konto zu löschen. Alle deine Routen werden ebenfalls gelöscht. Möchtest du fortfahren?", + "account-privacy": "Account privacy", "activity": "{n, plural, =1 {Aktivität} other {Aktivitäten}}", "add-bio": "Bio hinzufügen", "add-entry": "Eintrag hinzufügen", @@ -109,8 +110,8 @@ "filter-difficulty": "Schwierigkeit filtern", "focus-map-on": "Karte fokussieren auf", "follow": "Folgen", - "followers": "Folgen dir", - "following": "Du folgst", + "followers": "Follower", + "following": "Folgt", "forgot-your-password": "Passwort vergessen?", "french": "Französisch", "german": "Deutsch", @@ -177,6 +178,7 @@ "not-a-valid-email-address": "Keine gültige Email-Adresse", "not-completed": "Nicht abgeschlossen", "off": "Aus", + "only-me": "Only me", "or": "oder", "orientation": "Ausrichtung", "paper-size": "Papierformat", @@ -192,6 +194,8 @@ "polish": "Polnisch", "portuguese": "Portugiesisch", "print": "Drucken", + "privacy": "Privacy", + "private": "Private", "profile": "Profil", "public": "Öffentlich", "radius": "Radius", @@ -209,6 +213,12 @@ "search-trails": "Route suchen", "select-list": "Liste auswählen", "settings": "Einstellungen", + "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.", "share": "Teilen", "share-this-list": "Diese Liste teilen", "share-this-trail": "Diese Route teilen",