Skip to content

Commit cd398b7

Browse files
authored
New Crowdin updates (openhab#17285)
* New translations mqtt.properties (Italian)
1 parent d158209 commit cd398b7

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/i18n/mqtt_it.properties

+8-6
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ thing-type.config.mqtt.dimmer_channel.max.label = Massimo Assoluto
7777
thing-type.config.mqtt.dimmer_channel.max.description = Questa configurazione rappresenta il massimo dell'intervallo consentito. Per un Channel percentuale equivale al cento per cento.
7878
thing-type.config.mqtt.dimmer_channel.min.label = Minimo Assoluto
7979
thing-type.config.mqtt.dimmer_channel.min.description = Questa configurazione rappresenta il minimo dell'intervallo consentito. Per un Channel percentuale è pari a zero per cento.
80-
thing-type.config.mqtt.dimmer_channel.off.label = Valore Off/Chiuso Personalizzato
81-
thing-type.config.mqtt.dimmer_channel.off.description = Un numero (come 0, -10) o una stringa (come "disabled") che è riconosciuto come stato off/chiuso. È possibile utilizzare questo parametro per una seconda parola chiave, accanto a OFF (CLOSED nel caso di un contatto).
82-
thing-type.config.mqtt.dimmer_channel.on.label = Valore On/Aperto Personalizzato
83-
thing-type.config.mqtt.dimmer_channel.on.description = Un numero (come 1, 10) o una stringa (come "enabled") che è riconosciuto come stato on/aperto. È possibile utilizzare questo parametro per una seconda parola chiave, accanto a ON (OPEN nel caso di un contatto).
80+
thing-type.config.mqtt.dimmer_channel.off.label = Comando Personalizzato OFF
81+
thing-type.config.mqtt.dimmer_channel.off.description = Una stringa (come "OFF") che viene inviata a MQTT quando viene ricevuto un comando OFF, invece di un esplicito 0%.
82+
thing-type.config.mqtt.dimmer_channel.on.label = Comando ON Personalizzato
83+
thing-type.config.mqtt.dimmer_channel.on.description = Una stringa (come "ON") che viene inviata a MQTT quando viene ricevuto un comando ON, invece di un esplicito 100%.
8484
thing-type.config.mqtt.dimmer_channel.postCommand.label = È Command
8585
thing-type.config.mqtt.dimmer_channel.postCommand.description = Abilitare questa opzione se il valore MQTT ricevuto non deve solo aggiornare lo stato degli Item collegati, ma comandarli.
8686
thing-type.config.mqtt.dimmer_channel.qos.label = QoS
@@ -156,6 +156,8 @@ thing-type.config.mqtt.rollershutter_channel.stateTopic.label = Stato Topic MQTT
156156
thing-type.config.mqtt.rollershutter_channel.stateTopic.description = Un Topic MQTT a cui questa Thing si iscriverà per ricevere lo stato. Questo può essere lasciato vuoto, il Channel sarà di tipo senza stato (state-less) ma solo comando (command-only).
157157
thing-type.config.mqtt.rollershutter_channel.stop.label = Comando Stop
158158
thing-type.config.mqtt.rollershutter_channel.stop.description = Una stringa (come "STOP") che viene inviata quando si comanda alla tapparella per fermarsi.
159+
thing-type.config.mqtt.rollershutter_channel.stopCommandTopic.label = Argomento MQTT Comando Stop
160+
thing-type.config.mqtt.rollershutter_channel.stopCommandTopic.description = Un argomento MQTT a cui questa thing invierà un comando STOP. Se non impostato, invierà comandi STOP al comando principale.
159161
thing-type.config.mqtt.rollershutter_channel.transformExtentsToString.label = Trasforma i comandi Estesi in Stringa
160162
thing-type.config.mqtt.rollershutter_channel.transformExtentsToString.description = Se un comando è 0 o 100, invialo invece come comandi UP o DOWN. Utile se il dispositivo non supporta andare in una posizione specifica - solo apertura o chiusura, ma hai front-end (come HomeKit) o regole che invieranno solo comandi percentuali invece di UP/DOWN.
161163
thing-type.config.mqtt.rollershutter_channel.transformationPattern.label = Trasformazioni Valore In Entrata
@@ -170,6 +172,8 @@ thing-type.config.mqtt.string_channel.formatBeforePublish.label = Formato Valore
170172
thing-type.config.mqtt.string_channel.formatBeforePublish.description = Formatta un valore prima che sia pubblicato al broker MQTT. Il valore predefinito è quello di passare semplicemente lo stato del Channel/Item. Se si desidera applicare un prefisso, ad esempio "MYCOLOR,", utilizzare "MYCOLOR,%s". Se si desidera inviare un numero con 4 decimali, impostare come "%.4f".
171173
thing-type.config.mqtt.string_channel.group.transformations.label = Valori Trasformazione
172174
thing-type.config.mqtt.string_channel.group.transformations.description = Questi parametri di configurazione consentono di modificare un valore prima che venga pubblicato al MQTT o prima che un valore ricevuto venga assegnato a un Item.
175+
thing-type.config.mqtt.string_channel.nullValue.label = Valore NULLO
176+
thing-type.config.mqtt.string_channel.nullValue.description = Se il valore MQTT ricevuto corrisponde a questo, sarà trattato come NULLO.
173177
thing-type.config.mqtt.string_channel.postCommand.label = E' un Comando
174178
thing-type.config.mqtt.string_channel.postCommand.description = Abilitare questa opzione se il valore MQTT ricevuto non dovrebbe solo aggiornare lo stato degli elementi collegati, ma anche comandarli.
175179
thing-type.config.mqtt.string_channel.qos.label = QoS
@@ -185,8 +189,6 @@ thing-type.config.mqtt.string_channel.transformationPattern.label = Trasformazio
185189
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 ∩.
186190
thing-type.config.mqtt.string_channel.transformationPatternOut.label = Trasformazione Valore In Uscita
187191
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.
188-
thing-type.config.mqtt.string_channel.nullValue.label = Valore NULLO
189-
thing-type.config.mqtt.string_channel.nullValue.description = Se il valore MQTT ricevuto corrisponde a questo, sarà trattato come NULLO.
190192
thing-type.config.mqtt.switch_channel.commandTopic.label = Topic Command MQTT
191193
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.
192194
thing-type.config.mqtt.switch_channel.formatBeforePublish.label = Formato Valore In Uscita

bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt_it.properties

+33
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,39 @@ thing-type.config.mqtt.homeassistant.basetopic.label = Prefisso Base MQTT
99
thing-type.config.mqtt.homeassistant.basetopic.description = Prefisso Base MQTT
1010
thing-type.config.mqtt.homeassistant.topics.label = Topic Configurazione MQTT
1111
thing-type.config.mqtt.homeassistant.topics.description = Elenco degli argomenti di configurazione Home Assistant (es. button/my-device/restart)
12+
13+
# channel types
14+
15+
channel-type.mqtt.ha-color-advanced.label = Colore
16+
channel-type.mqtt.ha-color.label = Colore
17+
channel-type.mqtt.ha-dimmer-advanced.label = Varialuce
18+
channel-type.mqtt.ha-dimmer.label = Varialuce
19+
channel-type.mqtt.ha-image-advanced.label = Immagine
20+
channel-type.mqtt.ha-image.label = Immagine
21+
channel-type.mqtt.ha-number-advanced.label = Numero
22+
channel-type.mqtt.ha-number.label = Numero
23+
channel-type.mqtt.ha-rollershutter-advanced.label = Tapparella
24+
channel-type.mqtt.ha-rollershutter.label = Tapparella
25+
channel-type.mqtt.ha-string-advanced.label = Stringa
26+
channel-type.mqtt.ha-string.label = Stringa
27+
channel-type.mqtt.ha-switch-advanced.label = Interruttore
28+
channel-type.mqtt.ha-switch.label = Interruttore
29+
channel-type.mqtt.ha-trigger-advanced.label = Pulsante
30+
channel-type.mqtt.ha-trigger.label = Pulsante
31+
32+
# channel types config
33+
34+
channel-type.config.mqtt.ha-channel.component.label = Componente
35+
channel-type.config.mqtt.ha-channel.component.description = Tipo di componente Home Assistant (es. binary_sensor, interruttore, luce)
36+
channel-type.config.mqtt.ha-channel.config.label = Configurazione JSON
37+
channel-type.config.mqtt.ha-channel.config.description = La stringa di configurazione JSON ricevuta dal componente tramite MQTT.
38+
channel-type.config.mqtt.ha-channel.nodeid.label = ID Nodo
39+
channel-type.config.mqtt.ha-channel.nodeid.description = Nome del nodo opzionale del componente
40+
channel-type.config.mqtt.ha-channel.objectid.label = ID oggetto
41+
channel-type.config.mqtt.ha-channel.objectid.description = ID Oggetto del componente
42+
43+
# thing types config
44+
1245
thing-type.config.mqtt.homeassistant-updatable.basetopic.label = Prefisso Base MQTT
1346
thing-type.config.mqtt.homeassistant-updatable.basetopic.description = Prefisso Base MQTT
1447
thing-type.config.mqtt.homeassistant-updatable.topics.label = Topic Configurazione MQTT

0 commit comments

Comments
 (0)