Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #13901

Merged
merged 2 commits into from
Dec 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ thing-type.boschshc.smart-bulb.label = Lampadina intelligente
thing-type.boschshc.smart-bulb.description = Una lampadina intelligente collegata tramite Zigbee.
thing-type.boschshc.smart-plug-compact.label = Presa intelligente compatta
thing-type.boschshc.smart-plug-compact.description = Una presa intelligente compatta con capacità di monitoraggio dell'energia.
thing-type.boschshc.smoke-detector.label = Rilevatore di Fumo
thing-type.boschshc.smoke-detector.description = Il rivelatore di fumo ti avverte in caso di incendio.
thing-type.boschshc.thermostat.label = Termostato
thing-type.boschshc.thermostat.description = Termostato Calorifero
thing-type.boschshc.twinguard.label = TwinGuard
Expand Down Expand Up @@ -105,6 +107,12 @@ channel-type.boschshc.purity.label = Purezza
channel-type.boschshc.purity.description = Purezza dell’aria. Un valore più elevato indica un inquinamento più elevato.
channel-type.boschshc.setpoint-temperature.label = Temperatura Impostata
channel-type.boschshc.setpoint-temperature.description = Temperatura desiderata.
channel-type.boschshc.smoke-check.label = Test Rilevatore fumo
channel-type.boschshc.smoke-check.description = Stato dell’ultimo test per il rivelatore di fumo.
channel-type.boschshc.smoke-check.state.option.NONE = Nessuno
channel-type.boschshc.smoke-check.state.option.SMOKE_TEST_REQUESTED = Test richiesto
channel-type.boschshc.smoke-check.state.option.SMOKE_TEST_OK = Test riuscito
channel-type.boschshc.smoke-check.state.option.SMOKE_TEST_FAILED = Test fallito
channel-type.boschshc.system-availability.label = Disponibilità del sistema
channel-type.boschshc.system-availability.description = Indica se è disponibile il sistema di rilevamento delle intrusioni.
channel-type.boschshc.temperature-rating.label = Valutazione della Temperatura
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ thing-type.ecowatt.signals.label = Prévision Électricité
thing-type.ecowatt.signals.description = Les prévisions de consommation d'électricité en France
thing-type.ecowatt.signals.channel.currentHourSignal.label = Signal Pour Heure Actuelle
thing-type.ecowatt.signals.channel.currentHourSignal.description = Le signal correspondant au niveau de consommation prévu pour l'heure actuelle. Les valeurs possibles sont 1 pour une consommation normale (vert), 2 pour un système électrique tendu (orange) et 3 pour un système électrique très tendu (rouge).
thing-type.ecowatt.signals.channel.inThreeDaysSignal.label = Signal Dans Trois Jours
thing-type.ecowatt.signals.channel.inThreeDaysSignal.description = Le signal correspondant au niveau de consommation prévu pour dans trois jours. Les valeurs possibles sont 1 pour une consommation normale (vert), 2 pour un système électrique tendu (orange) et 3 pour un système électrique très tendu (rouge).
thing-type.ecowatt.signals.channel.inTwoDaysSignal.label = Signal Dans Deux Jours
thing-type.ecowatt.signals.channel.inTwoDaysSignal.description = Le signal correspondant au niveau de consommation prévu pour après-demain. Les valeurs possibles sont 1 pour une consommation normale (vert), 2 pour un système électrique tendu (orange) et 3 pour un système électrique très tendu (rouge).
thing-type.ecowatt.signals.channel.todaySignal.label = Signal Pour Aujourd'hui
thing-type.ecowatt.signals.channel.todaySignal.description = Le signal correspondant au niveau de consommation prévu pour aujourd'hui. Les valeurs possibles sont 1 pour une consommation normale (vert), 2 pour un système électrique tendu (orange) et 3 pour un système électrique très tendu (rouge).
thing-type.ecowatt.signals.channel.tomorrowSignal.label = Signal Pour Demain
Expand Down