mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
New translations mqtt.properties (Italian) (#16339)
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
c001db5c78
commit
ba3c98438d
@ -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.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.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.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.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.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
|
thing-type.config.mqtt.switch_channel.formatBeforePublish.label = Formato Valore In Uscita
|
||||||
|
Loading…
Reference in New Issue
Block a user