From f789df8c051e9f374ec4384bbdc18d68fa2f870b Mon Sep 17 00:00:00 2001 From: Flomp Date: Sat, 21 Dec 2024 03:29:55 +0100 Subject: [PATCH] New translations en.json (German) --- web/src/lib/i18n/locales/de.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index 1a73ae24..774275c4 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -140,7 +140,7 @@ "link-copied": "Link kopiert", "list": "{n, plural, =1 {Liste} other {Listen}}", "list-not-shared": "Mit niemandem geteilt", - "list-public-warning": "Alle routen in dieser liste werden veröffentlicht.", + "list-public-warning": "Alle routen in dieser Liste werden veröffentlicht.", "list-saved-successfully": "Liste gespeichert", "list-share-warning": "Durch das Teilen einer Liste werden automatisch alle darin enthaltenen Routen freigegeben.", "list-share-warning-update": "Hinzugefügte Routen werden mit allen geteilt, die Zugriff auf diese Liste haben.", @@ -177,6 +177,13 @@ "no-results": "Keine Ergebnisse gefunden", "not-a-valid-email-address": "Keine gültige Email-Adresse", "not-completed": "Nicht abgeschlossen", + "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-new-trail": "{user} created a new trail", + "notification-trail-comment": "{user} left a comment on your trail \"{trail}\"", + "notification-trail-share": "{user} shared a trail with you", + "notifications": "Notifications", "off": "Aus", "only-me": "Only me", "or": "oder", @@ -213,6 +220,12 @@ "search-trails": "Route suchen", "select-list": "Liste auswählen", "settings": "Einstellungen", + "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-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-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.",