From ba3c98438d89caab35efeabd53f4dba9efa47257 Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Tue, 30 Jan 2024 13:40:34 +0100 Subject: [PATCH] New translations mqtt.properties (Italian) (#16339) Signed-off-by: Ciprian Pascu --- .../src/main/resources/OH-INF/i18n/mqtt_it.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/i18n/mqtt_it.properties b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/i18n/mqtt_it.properties index 66987ffdeb3..2b51a38bb3c 100644 --- a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/i18n/mqtt_it.properties +++ b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/i18n/mqtt_it.properties @@ -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