Skip to content

Commit 1e1632b

Browse files
authored
New Crowdin updates (openhab#15881)
* New translations boschshc.properties (Italian) * New translations tasmotaplug.properties (Italian)
1 parent 2892731 commit 1e1632b

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

bundles/org.openhab.binding.boschshc/src/main/resources/OH-INF/i18n/boschshc_it.properties

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ channel-type.boschshc.purity-rating.label = Valutazione Della Purezza
105105
channel-type.boschshc.purity-rating.description = Valutazione della purezza dell'aria.
106106
channel-type.boschshc.purity.label = Purezza
107107
channel-type.boschshc.purity.description = Purezza dell’aria. Un valore più elevato indica un inquinamento più elevato.
108+
channel-type.boschshc.scenario-triggered.label = Scenario Attivato
109+
channel-type.boschshc.scenario-triggered.description = Nome dello scenario attivato
108110
channel-type.boschshc.setpoint-temperature.label = Temperatura Impostata
109111
channel-type.boschshc.setpoint-temperature.description = Temperatura desiderata.
110112
channel-type.boschshc.silent-mode.label = Modalità silenziosa
@@ -126,6 +128,8 @@ channel-type.boschshc.temperature-rating.state.option.MEDIUM = Temperatura Media
126128
channel-type.boschshc.temperature-rating.state.option.BAD = Temperatura Pessima
127129
channel-type.boschshc.temperature.label = Temperatura
128130
channel-type.boschshc.temperature.description = Temperatura misurata corrente.
131+
channel-type.boschshc.trigger-scenario.label = Scena da Attivare
132+
channel-type.boschshc.trigger-scenario.description = Nome dello scenario da attivare
129133
channel-type.boschshc.valve-tappet-position.label = Posizione utilizzata dalla Valvola
130134
channel-type.boschshc.valve-tappet-position.description = Rapporto aperto corrente (da 0 a 100).
131135

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

Comments
 (0)