From 0adbd87387b552919fd3f6c81eb61d3aebea34e9 Mon Sep 17 00:00:00 2001 From: Christian Meis Date: Thu, 30 Mar 2023 20:41:32 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (357 of 357 strings) Translation: ntfy/Web app Translate-URL: https://hosted.weblate.org/projects/ntfy/web/de/ --- web/public/static/langs/de.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/public/static/langs/de.json b/web/public/static/langs/de.json index 0aee2718..88a5c14a 100644 --- a/web/public/static/langs/de.json +++ b/web/public/static/langs/de.json @@ -352,5 +352,8 @@ "account_basics_tier_interval_monthly": "monatlich", "account_upgrade_dialog_interval_monthly": "Monatlich", "account_upgrade_dialog_tier_price_billed_monthly": "{{price}} pro Jahr. Monatlich abgerechnet.", - "account_upgrade_dialog_interval_yearly": "Jährlich" + "account_upgrade_dialog_interval_yearly": "Jährlich", + "account_upgrade_dialog_tier_features_messages_one": "{{messages}} tägliche Nachricht", + "account_upgrade_dialog_tier_features_reservations_one": "{{reservations}} reserviertes Thema", + "account_upgrade_dialog_tier_features_emails_one": "{{emails}} tägliche E-Mail" }