mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Fix i18n Notifications Desciption
This commit is contained in:
parent
799a292471
commit
634c7aaec3
@ -350,6 +350,7 @@
|
|||||||
"Type": "Typ",
|
"Type": "Typ",
|
||||||
"SMTP": {
|
"SMTP": {
|
||||||
"Title": "SMTP",
|
"Title": "SMTP",
|
||||||
|
"Description": "Sende Benachrichtigungen via SMTP",
|
||||||
"Host": "SMTP-Host",
|
"Host": "SMTP-Host",
|
||||||
"Port": "SMTP-Port",
|
"Port": "SMTP-Port",
|
||||||
"Secure": "Sichere Verbindung (TLS/SSL)",
|
"Secure": "Sichere Verbindung (TLS/SSL)",
|
||||||
@ -360,31 +361,37 @@
|
|||||||
},
|
},
|
||||||
"Telegram": {
|
"Telegram": {
|
||||||
"Title": "Telegram",
|
"Title": "Telegram",
|
||||||
|
"Description": "Sende Benachrichtigungen via Telegram",
|
||||||
"Token": "Bot-Token",
|
"Token": "Bot-Token",
|
||||||
"ChatId": "Chat-ID"
|
"ChatId": "Chat-ID"
|
||||||
},
|
},
|
||||||
"Discord": {
|
"Discord": {
|
||||||
"Title": "Discord",
|
"Title": "Discord",
|
||||||
|
"Description": "Sende Benachrichtigungen via Discord",
|
||||||
"Webhook": "Webhook-URL"
|
"Webhook": "Webhook-URL"
|
||||||
},
|
},
|
||||||
"Gotify": {
|
"Gotify": {
|
||||||
"Title": "Gotify",
|
"Title": "Gotify",
|
||||||
|
"Description": "Sende Benachrichtigungen via Gotify",
|
||||||
"Url": "Gotify-URL",
|
"Url": "Gotify-URL",
|
||||||
"Token": "Gotify-Token"
|
"Token": "Gotify-Token"
|
||||||
},
|
},
|
||||||
"Ntfy": {
|
"Ntfy": {
|
||||||
"Title": "Ntfy",
|
"Title": "Ntfy",
|
||||||
|
"Description": "Sende Benachrichtigungen via Ntfy",
|
||||||
"Url": "Ntfy-URL",
|
"Url": "Ntfy-URL",
|
||||||
"Token": "Ntfy-Token"
|
"Token": "Ntfy-Token"
|
||||||
},
|
},
|
||||||
"Pushover": {
|
"Pushover": {
|
||||||
"Title": "Pushover",
|
"Title": "Pushover",
|
||||||
|
"Description": "Sende Benachrichtigungen via Pushover",
|
||||||
"Url": "Pushover-URL",
|
"Url": "Pushover-URL",
|
||||||
"Token": "Pushover-Token",
|
"Token": "Pushover-Token",
|
||||||
"User": "Pushover-Benutzer"
|
"User": "Pushover-Benutzer"
|
||||||
},
|
},
|
||||||
"Echobell": {
|
"Echobell": {
|
||||||
"Title": "Echobell",
|
"Title": "Echobell",
|
||||||
|
"Description": "Sende Benachrichtigungen via Echobell",
|
||||||
"Url": "Echobell-URL",
|
"Url": "Echobell-URL",
|
||||||
"AddMessage": "Füge in Echobell den \"message\" Feld hinzu."
|
"AddMessage": "Füge in Echobell den \"message\" Feld hinzu."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -350,6 +350,7 @@
|
|||||||
"Type": "Notification Type",
|
"Type": "Notification Type",
|
||||||
"SMTP": {
|
"SMTP": {
|
||||||
"Title": "SMTP",
|
"Title": "SMTP",
|
||||||
|
"Description": "Send notifications via SMTP",
|
||||||
"Host": "SMTP Host",
|
"Host": "SMTP Host",
|
||||||
"Port": "SMTP Port",
|
"Port": "SMTP Port",
|
||||||
"Secure": "Secure Connection (TLS/SSL)",
|
"Secure": "Secure Connection (TLS/SSL)",
|
||||||
@ -360,31 +361,37 @@
|
|||||||
},
|
},
|
||||||
"Telegram": {
|
"Telegram": {
|
||||||
"Title": "Telegram",
|
"Title": "Telegram",
|
||||||
|
"Description": "Send notifications via Telegram",
|
||||||
"Token": "Bot Token",
|
"Token": "Bot Token",
|
||||||
"ChatId": "Chat ID"
|
"ChatId": "Chat ID"
|
||||||
},
|
},
|
||||||
"Discord": {
|
"Discord": {
|
||||||
"Title": "Discord",
|
"Title": "Discord",
|
||||||
|
"Description": "Send notifications via Discord",
|
||||||
"Webhook": "Webhook URL"
|
"Webhook": "Webhook URL"
|
||||||
},
|
},
|
||||||
"Gotify": {
|
"Gotify": {
|
||||||
"Title": "Gotify",
|
"Title": "Gotify",
|
||||||
|
"Description": "Send notifications via Gotify",
|
||||||
"Url": "Gotify URL",
|
"Url": "Gotify URL",
|
||||||
"Token": "Gotify Token"
|
"Token": "Gotify Token"
|
||||||
},
|
},
|
||||||
"Ntfy": {
|
"Ntfy": {
|
||||||
"Title": "Ntfy",
|
"Title": "Ntfy",
|
||||||
|
"Description": "Send notifications via Ntfy",
|
||||||
"Url": "Ntfy URL",
|
"Url": "Ntfy URL",
|
||||||
"Token": "Ntfy Token"
|
"Token": "Ntfy Token"
|
||||||
},
|
},
|
||||||
"Pushover": {
|
"Pushover": {
|
||||||
"Title": "Pushover",
|
"Title": "Pushover",
|
||||||
|
"Description": "Send notifications via Pushover",
|
||||||
"Url": "Pushover URL",
|
"Url": "Pushover URL",
|
||||||
"Token": "Pushover Token",
|
"Token": "Pushover Token",
|
||||||
"User": "Pushover User"
|
"User": "Pushover User"
|
||||||
},
|
},
|
||||||
"Echobell": {
|
"Echobell": {
|
||||||
"Title": "Echobell",
|
"Title": "Echobell",
|
||||||
|
"Description": "Send notifications via Echobell",
|
||||||
"Url": "Echobell URL",
|
"Url": "Echobell URL",
|
||||||
"AddMessage": "Add in Echobell the \"message\" field."
|
"AddMessage": "Add in Echobell the \"message\" field."
|
||||||
}
|
}
|
||||||
|
|||||||
15
package-lock.json
generated
15
package-lock.json
generated
@ -5208,6 +5208,21 @@
|
|||||||
"optional": true
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user