Fix i18n Notifications Desciption

This commit is contained in:
headlessdev
2025-04-30 18:40:45 +02:00
parent 799a292471
commit 634c7aaec3
3 changed files with 29 additions and 0 deletions

View File

@@ -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."
}

View File

@@ -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."
}