|
| 1 | +# add-on |
| 2 | + |
| 3 | +addon.tasmotaplug.name = Binding Spina Tasmota |
| 4 | +addon.tasmotaplug.description = Controlla le Spine Intelligenti Wi-Fi flashate con Tasmota |
| 5 | + |
| 6 | +# thing types |
| 7 | + |
| 8 | +thing-type.tasmotaplug.plug.label = Spina |
| 9 | +thing-type.tasmotaplug.plug.description = Tasmota Spina Smart |
| 10 | +thing-type.tasmotaplug.plug.channel.power.label = Potenza |
| 11 | +thing-type.tasmotaplug.plug.channel.power.description = Controlla il relè smart plug per il primo canale |
| 12 | +thing-type.tasmotaplug.plug.channel.power2.label = Potenza 2 |
| 13 | +thing-type.tasmotaplug.plug.channel.power2.description = Controlla il relè smart plug per il secondo canale |
| 14 | +thing-type.tasmotaplug.plug.channel.power3.label = Potenza 3 |
| 15 | +thing-type.tasmotaplug.plug.channel.power3.description = Controlla il relè smart plug per il terzo canale |
| 16 | +thing-type.tasmotaplug.plug.channel.power4.label = Potenza 4 |
| 17 | +thing-type.tasmotaplug.plug.channel.power4.description = Controlla il relè smart plug per il 4° canale |
| 18 | + |
| 19 | +# thing types config |
| 20 | + |
| 21 | +thing-type.config.tasmotaplug.plug.hostName.label = Nome Host/Indirizzo IP Plug |
| 22 | +thing-type.config.tasmotaplug.plug.hostName.description = Nome host o indirizzo IP della spina |
| 23 | +thing-type.config.tasmotaplug.plug.numChannels.label = Numero dei canali |
| 24 | +thing-type.config.tasmotaplug.plug.numChannels.description = Numero di canali sulla spina Tasmota (1-4) predefinito 1 |
| 25 | +thing-type.config.tasmotaplug.plug.password.label = Password |
| 26 | +thing-type.config.tasmotaplug.plug.password.description = Password di Tasmota |
| 27 | +thing-type.config.tasmotaplug.plug.refresh.label = Intervallo di aggiornamento |
| 28 | +thing-type.config.tasmotaplug.plug.refresh.description = Specifica l'intervallo di aggiornamento in secondi |
| 29 | +thing-type.config.tasmotaplug.plug.username.label = Utente |
| 30 | +thing-type.config.tasmotaplug.plug.username.description = Utente Tasmota |
| 31 | + |
| 32 | +# thing status descriptions |
| 33 | + |
| 34 | +offline.communication-error.http-failure = Il codice di risposta di Tasmota http era\: {0} |
| 35 | +offline.configuration-error-hostname = Il nome host della spina deve essere specificato |
0 commit comments