]> git.basschouten.com Git - openhab-addons.git/commitdiff
New translations mqtt.properties (Italian) (#16339)
authoropenhab-bot <bot@openhab.org>
Tue, 30 Jan 2024 12:40:34 +0000 (13:40 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 12:40:34 +0000 (13:40 +0100)
bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/i18n/mqtt_it.properties

index 66987ffdeb3f3186c029db3b60834f1cf6e080c3..2b51a38bb3c99b99df810c19eeb9ed7e1520b8b0 100644 (file)
@@ -185,6 +185,8 @@ thing-type.config.mqtt.string_channel.transformationPattern.label = Trasformazio
 thing-type.config.mqtt.string_channel.transformationPattern.description = Applica le trasformazioni ad un valore del Topic MQTT in ingresso. Un esempio di trasformazione per un JSON ricevuto potrebbe essere "JSONPATH\:$.device.status.temperature" per un json {device\: {status\: { temperature\: 23.2 }}}. È possibile concatenare trasformazioni separandole con il carattere di intersezione ∩.
 thing-type.config.mqtt.string_channel.transformationPatternOut.label = Trasformazione Valore In Uscita
 thing-type.config.mqtt.string_channel.transformationPatternOut.description = Applica una trasformazione prima di pubblicare un valore al Topic MQTT. Le trasformazioni estraggono una parte del valore, ma potrebbero essere utili altre trasformazioni come ad esempio la MAP.
+thing-type.config.mqtt.string_channel.nullValue.label = Valore NULLO
+thing-type.config.mqtt.string_channel.nullValue.description = Se il valore MQTT ricevuto corrisponde a questo, sarà trattato come NULLO.
 thing-type.config.mqtt.switch_channel.commandTopic.label = Topic Command MQTT
 thing-type.config.mqtt.switch_channel.commandTopic.description = Un Topic MQTT a cui questa Thing invierà un comando. Se non impostato, questo sarà un Topic di sola lettura.
 thing-type.config.mqtt.switch_channel.formatBeforePublish.label = Formato Valore In Uscita