From a1d7adc53849abde1d1f36f450ef0ef7b1f1afa7 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Fri, 5 Jan 2024 15:36:59 +0100 Subject: [PATCH] add german translation for "Calendar" --- src/i18n/de.json | 1 + src/i18n/en_US.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/de.json b/src/i18n/de.json index 08cef5cdb..1d17195f6 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -168,6 +168,7 @@ "By transit": "Mit öffentlichen Verkehrsmitteln", "By {group}": "Von {group}", "By {username}": "Von {username}", + "Calendar": "Kalender", "Can be an email or a link, or just plain text.": "Dies kann eine E-Mail-Adresse oder ein Link sein. Oder einfach ein Freitext.", "Cancel": "Abbrechen", "Cancel anonymous participation": "Anonyme Teilnahme stornieren", diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 45ecd1415..bf1841456 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -35,6 +35,7 @@ "Back to previous page": "Back to previous page", "Before you can login, you need to click on the link inside it to validate your account.": "Before you can login, you need to click on the link inside it to validate your account.", "By {username}": "By {username}", + "Calendar": "Calendar", "Cancel anonymous participation": "Cancel anonymous participation", "Cancel creation": "Cancel creation", "Cancel edition": "Cancel edition", @@ -1642,4 +1643,4 @@ "Visit {instance_domain}": "Visit {instance_domain}", "Software details: {software_details}": "Software details: {software_details}", "Only instances with an application actor can be followed": "Only instances with an application actor can be followed" -} \ No newline at end of file +}