mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add an option to not unsubscribe topics on disconnect
This commit is contained in:
@@ -362,6 +362,7 @@
|
||||
"port": "Port",
|
||||
"keepalive": "Keep-Alive",
|
||||
"cleansession": "Bereinigte Sitzung (clean session) verwenden",
|
||||
"unsubscribeOnDisconnect": "Abonnement bei Verbindungsende automatisch beenden",
|
||||
"cleanstart": "Verwende bereinigten Start",
|
||||
"use-tls": "TLS",
|
||||
"tls-config": "TLS-Konfiguration",
|
||||
|
@@ -414,6 +414,7 @@
|
||||
"port": "Port",
|
||||
"keepalive": "Keep Alive",
|
||||
"cleansession": "Use clean session",
|
||||
"unsubscribeOnDisconnect": "Automatically unsubscribe when disconnecting",
|
||||
"cleanstart": "Use clean start",
|
||||
"use-tls": "Use TLS",
|
||||
"tls-config": "TLS Configuration",
|
||||
|
Reference in New Issue
Block a user