New Crowdin updates (#13135)

* New translations astro.properties (Hungarian)
* New translations chromecast.properties (Hungarian)
* New translations darksky.properties (Hungarian)
* New translations coronastats.properties (Hungarian)
* New translations evohome.properties (Hungarian)
* New translations mcd.properties (Italian)
* New translations amazondashbutton.properties (Italian)
* New translations openwebnet.properties (Italian)
* New translations openhabcloud.properties (Italian)
* New translations voicerss.properties (Italian)
* New translations tado.properties (Italian)
* New translations wled.properties (Italian)
* New translations livisismarthome.properties (Italian)
This commit is contained in:
openhab-bot
2022-07-20 17:47:24 +02:00
committed by GitHub
parent 848ec83d52
commit 253a634f0a
13 changed files with 1282 additions and 144 deletions

View File

@@ -0,0 +1,121 @@
# binding
binding.wled.name = Binding WLEF
binding.wled.description = Questo è il binding per WLED
# thing types
thing-type.wled.json.label = WLED tramite API JSON
thing-type.wled.json.description = Una connessione a un dispositivo WLED controllato tramite l'API JSON.
thing-type.wled.segment.label = Segmento WLED
thing-type.wled.segment.description = Controlla un'intera striscia LED, o una sezione della striscia se la stringa LED è divisa in più segmenti.
# thing types config
thing-type.config.wled.json.address.label = Indirizzo
thing-type.config.wled.json.address.description = Usa questo formato http\://192.168.1.2\:80
thing-type.config.wled.json.pollTime.label = Frequenza Lettura
thing-type.config.wled.json.pollTime.description = Tempo in secondi di quanto spesso recuperare lo stato dei LED.
thing-type.config.wled.json.saturationThreshold.label = Soglia Saturazione
thing-type.config.wled.json.saturationThreshold.description = Questa funzione consente di specificare un numero che se la saturazione fosse inferiore, attiverà il bianco.
thing-type.config.wled.json.sortEffects.label = Ordina Effetti
thing-type.config.wled.json.sortEffects.description = Se impostato, ordinerà le opzioni di stato del canale degli effetti alfabeticamente mantenendo la prima opzione (Solid) in alto.
thing-type.config.wled.json.sortPalettes.label = Ordina Colori
thing-type.config.wled.json.sortPalettes.description = Se impostato, ordinerà le opzioni di stato della tavolozze colore alfabeticamente mantenendo la prima opzione (predefinita) in alto.
thing-type.config.wled.segment.segmentIndex.label = Indice Segnente
thing-type.config.wled.segment.segmentIndex.description = Lascialo come 0 se non stai usando più segmenti, altrimenti impostalo al numero di indice di segmento che vuoi controllare.
# channel types
channel-type.wled.fx.label = Effetto
channel-type.wled.fx.description = Usa l'effetto predefinito (FX)
channel-type.wled.globalBrightness.label = Luminosità Globale
channel-type.wled.globalBrightness.description = Permette di dissolvere e accendere e spegnere tutti i segmenti allo stesso tempo
channel-type.wled.grouping.label = Raggruppamento
channel-type.wled.grouping.description = Quanti LED consecutivi dello stesso segmento saranno raggruppati nello stesso colore
channel-type.wled.intensity.label = Intensità FX
channel-type.wled.intensity.description = Cambia l'intensità del FX
channel-type.wled.liveOverride.label = Sovrascrivi Dal Vivo
channel-type.wled.liveOverride.description = Sovrascrivi i dati live. 0 è disattivato, 1 viene ignorato fino alla fine dei dati live, 2 viene ignorato fino al riavvio ESP
channel-type.wled.liveOverride.state.option.0 = Off
channel-type.wled.liveOverride.state.option.1 = Sovrascrivi Live
channel-type.wled.liveOverride.state.option.2 = Fino Al Riavvio
channel-type.wled.masterControls.label = Controlli Master
channel-type.wled.masterControls.description = Consente di uscire dalla modalità FX e di utilizzare il LEDS come una luce normale
channel-type.wled.mirror.label = Effetto Specchio
channel-type.wled.mirror.description = Specchia l'effetto per questo segmento
channel-type.wled.palettes.label = Palettes
channel-type.wled.palettes.description = Cambia i colori usati da FX
channel-type.wled.playlists.label = Playlist
channel-type.wled.playlists.description = La lista di riproduzione attualmente in riproduzione
channel-type.wled.presetCycle.label = Ciclo Predefinito
channel-type.wled.presetCycle.description = Scorri i preset salvati
channel-type.wled.presetDuration.label = Durata Preset
channel-type.wled.presetDuration.description = Tempo per quanto tempo mostrare ogni preset prima di passare al successivo
channel-type.wled.presets.label = Predefiniti
channel-type.wled.presets.description = Rotazione automatica o modifica a una preimpostazione salvata
channel-type.wled.primaryColor.label = Colore Principale
channel-type.wled.primaryColor.description = Permette di cambiare il colore primario usato in FX
channel-type.wled.primaryWhite.label = Bianco Primario
channel-type.wled.primaryWhite.description = Cambia la luminosità del LED bianco primario
channel-type.wled.reverse.label = Direzione Inversa
channel-type.wled.reverse.description = Inverte la direzione del segmento corrente
channel-type.wled.secondaryColor.label = Colore Secondario
channel-type.wled.secondaryColor.description = Permette di cambiare il colore secondario usato in FX
channel-type.wled.secondaryWhite.label = Bianco Secondario
channel-type.wled.secondaryWhite.description = Cambia la luminosità del LED bianco secondario
channel-type.wled.segmentBrightness.label = Luminosità Segmento
channel-type.wled.segmentBrightness.description = Cambia la luminosità dell'intero segmento
channel-type.wled.sleep.label = Timer Sospensione
channel-type.wled.sleep.description = Dissolvenza del livello di luce e spegnimento dopo il tempo impostato
channel-type.wled.sleepDuration.label = Durata Sospensione
channel-type.wled.sleepDuration.description = Tempo necessario per cambiare/dissolvere la luminosità del elemento selezionato.
channel-type.wled.sleepDuration.state.option.1min = 1 minuto
channel-type.wled.sleepDuration.state.option.5min = 5 Minuti
channel-type.wled.sleepDuration.state.option.10min = 10 Minuti
channel-type.wled.sleepDuration.state.option.15min = 15 Minuti
channel-type.wled.sleepDuration.state.option.20min = 20 Minuti
channel-type.wled.sleepDuration.state.option.25min = 25 Minuti
channel-type.wled.sleepDuration.state.option.30min = 30 Minuti
channel-type.wled.sleepDuration.state.option.40min = 40 Minuti
channel-type.wled.sleepDuration.state.option.50min = 50 Minuti
channel-type.wled.sleepDuration.state.option.60min = 1 Ora
channel-type.wled.sleepDuration.state.option.90min = 1.5 Ore
channel-type.wled.sleepDuration.state.option.120min = 2 Ore
channel-type.wled.sleepDuration.state.option.150min = 2.5 Ore
channel-type.wled.sleepDuration.state.option.240min = 4 Ore
channel-type.wled.sleepMode.label = Modalità Sospensione
channel-type.wled.sleepMode.description = La modalità Luce a tempo seleziona come la luce si dissolverà o aumenterà quando il timer della sospensione è attivato.
channel-type.wled.sleepMode.state.option.0 = Immediato
channel-type.wled.sleepMode.state.option.1 = Dissolvenza
channel-type.wled.sleepMode.state.option.2 = Dissolvenza Colore
channel-type.wled.sleepMode.state.option.3 = Alba
channel-type.wled.sleepTargetBrightness.label = Luminosità Impostata Sospensione
channel-type.wled.sleepTargetBrightness.description = Imposta la luminosità della luce dopo la scadenza del tempo di sospensione.
channel-type.wled.spacing.label = Spaziatura
channel-type.wled.spacing.description = Quanti LED sono spenti e saltati tra ogni gruppo
channel-type.wled.speed.label = Velocità FX
channel-type.wled.speed.description = Cambia la velocità del FX
channel-type.wled.syncReceive.label = Sincronizza Ricezione
channel-type.wled.syncReceive.description = Consente ai pacchetti UDP di altre luci WLED di controllare questa.
channel-type.wled.syncSend.label = Sincronizza Invio
channel-type.wled.syncSend.description = Invia pacchetti UDP che dicono ad altre luci WLED di seguire questa.
channel-type.wled.tertiaryColor.label = Colore Terziario
channel-type.wled.tertiaryColor.description = Permette di cambiare il terzo colore usato in FX
channel-type.wled.tertiaryWhite.label = Terziario Bianco
channel-type.wled.tertiaryWhite.description = Cambia la luminosità del terzo LED bianco
channel-type.wled.transformTime.label = Tempo Di Trasformazione
channel-type.wled.transformTime.description = Il tempo necessario per cambiare/sbiadire da un aspetto all'altro.
channel-type.wled.transformTime.state.option.0s = 0 secondi
channel-type.wled.transformTime.state.option.0.3s = 0.3 secondi
channel-type.wled.transformTime.state.option.0.7s = 0.7 secondi
channel-type.wled.transformTime.state.option.1s = 1 Secondo
channel-type.wled.transformTime.state.option.2s = 2 secondi
channel-type.wled.transformTime.state.option.3s = 3 secondi
channel-type.wled.transformTime.state.option.4s = 4 secondi
channel-type.wled.transformTime.state.option.5s = 5 secondi
channel-type.wled.transformTime.state.option.6s = 6 secondi
channel-type.wled.transformTime.state.option.7s = 7 secondi
channel-type.wled.transformTime.state.option.8s = 8 secondi
channel-type.wled.transformTime.state.option.9s = 9 secondi
channel-type.wled.transformTime.state.option.10s = 10 secondi