From 634c7aaec3d8bc2ec642f3378c9bf889118c8496 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Wed, 30 Apr 2025 18:40:45 +0200 Subject: [PATCH] Fix i18n Notifications Desciption --- i18n/languages/de.json | 7 +++++++ i18n/languages/en.json | 7 +++++++ package-lock.json | 15 +++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/i18n/languages/de.json b/i18n/languages/de.json index e87171a..dbe3341 100644 --- a/i18n/languages/de.json +++ b/i18n/languages/de.json @@ -350,6 +350,7 @@ "Type": "Typ", "SMTP": { "Title": "SMTP", + "Description": "Sende Benachrichtigungen via SMTP", "Host": "SMTP-Host", "Port": "SMTP-Port", "Secure": "Sichere Verbindung (TLS/SSL)", @@ -360,31 +361,37 @@ }, "Telegram": { "Title": "Telegram", + "Description": "Sende Benachrichtigungen via Telegram", "Token": "Bot-Token", "ChatId": "Chat-ID" }, "Discord": { "Title": "Discord", + "Description": "Sende Benachrichtigungen via Discord", "Webhook": "Webhook-URL" }, "Gotify": { "Title": "Gotify", + "Description": "Sende Benachrichtigungen via Gotify", "Url": "Gotify-URL", "Token": "Gotify-Token" }, "Ntfy": { "Title": "Ntfy", + "Description": "Sende Benachrichtigungen via Ntfy", "Url": "Ntfy-URL", "Token": "Ntfy-Token" }, "Pushover": { "Title": "Pushover", + "Description": "Sende Benachrichtigungen via Pushover", "Url": "Pushover-URL", "Token": "Pushover-Token", "User": "Pushover-Benutzer" }, "Echobell": { "Title": "Echobell", + "Description": "Sende Benachrichtigungen via Echobell", "Url": "Echobell-URL", "AddMessage": "Füge in Echobell den \"message\" Feld hinzu." } diff --git a/i18n/languages/en.json b/i18n/languages/en.json index b483e44..7f5dd26 100644 --- a/i18n/languages/en.json +++ b/i18n/languages/en.json @@ -350,6 +350,7 @@ "Type": "Notification Type", "SMTP": { "Title": "SMTP", + "Description": "Send notifications via SMTP", "Host": "SMTP Host", "Port": "SMTP Port", "Secure": "Secure Connection (TLS/SSL)", @@ -360,31 +361,37 @@ }, "Telegram": { "Title": "Telegram", + "Description": "Send notifications via Telegram", "Token": "Bot Token", "ChatId": "Chat ID" }, "Discord": { "Title": "Discord", + "Description": "Send notifications via Discord", "Webhook": "Webhook URL" }, "Gotify": { "Title": "Gotify", + "Description": "Send notifications via Gotify", "Url": "Gotify URL", "Token": "Gotify Token" }, "Ntfy": { "Title": "Ntfy", + "Description": "Send notifications via Ntfy", "Url": "Ntfy URL", "Token": "Ntfy Token" }, "Pushover": { "Title": "Pushover", + "Description": "Send notifications via Pushover", "Url": "Pushover URL", "Token": "Pushover Token", "User": "Pushover User" }, "Echobell": { "Title": "Echobell", + "Description": "Send notifications via Echobell", "Url": "Echobell URL", "AddMessage": "Add in Echobell the \"message\" field." } diff --git a/package-lock.json b/package-lock.json index 4760504..8d29db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5208,6 +5208,21 @@ "optional": true } } + }, + "node_modules/@next/swc-win32-x64-msvc": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.0.tgz", + "integrity": "sha512-vHUQS4YVGJPmpjn7r5lEZuMhK5UQBNBRSB+iGDvJjaNk649pTIcRluDWNb9siunyLLiu/LDPHfvxBtNamyuLTw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } } } }