mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
New translations tasmotaplug.properties (Italian) (#16509)
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
30a303dd00
commit
52789db6bc
@ -7,6 +7,12 @@ addon.tasmotaplug.description = Controlla le Spine Intelligenti Wi-Fi flashate c
|
||||
|
||||
thing-type.tasmotaplug.plug.label = Spina
|
||||
thing-type.tasmotaplug.plug.description = Tasmota Spina Smart
|
||||
thing-type.tasmotaplug.plug.channel.energy-today.label = Energia Oggi
|
||||
thing-type.tasmotaplug.plug.channel.energy-today.description = Energia consumata oggi (kWh)
|
||||
thing-type.tasmotaplug.plug.channel.energy-total.label = Totale Energia
|
||||
thing-type.tasmotaplug.plug.channel.energy-total.description = Energia totale consumata (kWh)
|
||||
thing-type.tasmotaplug.plug.channel.energy-yesterday.label = Energia Ieri
|
||||
thing-type.tasmotaplug.plug.channel.energy-yesterday.description = Energia consumata ieri (kWh)
|
||||
thing-type.tasmotaplug.plug.channel.power.label = Potenza
|
||||
thing-type.tasmotaplug.plug.channel.power.description = Controlla il relè smart plug per il primo canale
|
||||
thing-type.tasmotaplug.plug.channel.power2.label = Potenza 2
|
||||
@ -15,6 +21,8 @@ thing-type.tasmotaplug.plug.channel.power3.label = Potenza 3
|
||||
thing-type.tasmotaplug.plug.channel.power3.description = Controlla il relè smart plug per il terzo canale
|
||||
thing-type.tasmotaplug.plug.channel.power4.label = Potenza 4
|
||||
thing-type.tasmotaplug.plug.channel.power4.description = Controlla il relè smart plug per il 4° canale
|
||||
thing-type.tasmotaplug.plug.channel.watts.label = Potenza attiva
|
||||
thing-type.tasmotaplug.plug.channel.watts.description = Potenza Attiva (W)
|
||||
|
||||
# thing types config
|
||||
|
||||
@ -29,6 +37,17 @@ thing-type.config.tasmotaplug.plug.refresh.description = Specifica l'intervallo
|
||||
thing-type.config.tasmotaplug.plug.username.label = Utente
|
||||
thing-type.config.tasmotaplug.plug.username.description = Utente Tasmota
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tasmotaplug.energy-total-start.label = Totale Energia Iniziale
|
||||
channel-type.tasmotaplug.energy-total-start.description = Data e ora in cui è iniziata la misurazione totale dell'energia
|
||||
channel-type.tasmotaplug.power-factor.label = Fattore di potenza
|
||||
channel-type.tasmotaplug.power-factor.description = Fattore Di Potenza (Pf)
|
||||
channel-type.tasmotaplug.volt-ampere-reactive.label = Potenza Reattiva
|
||||
channel-type.tasmotaplug.volt-ampere-reactive.description = Potenza Reattiva (Var)
|
||||
channel-type.tasmotaplug.volt-ampere.label = Potenza apparente
|
||||
channel-type.tasmotaplug.volt-ampere.description = Potenza Apparente (VA)
|
||||
|
||||
# thing status descriptions
|
||||
|
||||
offline.communication-error.http-failure = Il codice di risposta di Tasmota http era\: {0}
|
||||
|
Loading…
Reference in New Issue
Block a user