New Crowdin updates (#16049)

* New translations tasmotaplug.properties (French)
* New translations ecowatt.properties (French)
This commit is contained in:
openhab-bot
2023-12-11 20:51:47 +01:00
committed by GitHub
parent 73559be058
commit ccdb851085
2 changed files with 42 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ addon.ecowatt.description = Cette extension utilise l'API Ecowatt pour afficher
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.currentHourSignal.description = Le signal correspondant au niveau de consommation prévu pour l'heure actuelle. Les valeurs possibles sont 0 pour une consommation normale (vert) avec une production décarbonée, 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
@@ -20,6 +20,10 @@ thing-type.ecowatt.signals.channel.tomorrowSignal.description = Le signal corres
# thing types config
thing-type.config.ecowatt.signals.apiVersion.label = Version de lAPI
thing-type.config.ecowatt.signals.apiVersion.description = La version de la tuile Écowatt à laquelle vous vous êtes abonné sur le portail RTE.
thing-type.config.ecowatt.signals.apiVersion.option.4 = V4.0 (obsolète)
thing-type.config.ecowatt.signals.apiVersion.option.5 = V5.0
thing-type.config.ecowatt.signals.idClient.label = ID Client
thing-type.config.ecowatt.signals.idClient.description = ID client fourni avec l'application que vous avez créée sur le portail RTE.
thing-type.config.ecowatt.signals.idSecret.label = ID Secret
@@ -28,7 +32,8 @@ thing-type.config.ecowatt.signals.idSecret.description = ID secret fourni avec l
# channel types
channel-type.ecowatt.signal.label = Signal Consommation
channel-type.ecowatt.signal.description = Le signal correspondant au niveau de consommation prévu. 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).
channel-type.ecowatt.signal.description = Le signal correspondant au niveau de consommation prévu. Les valeurs possibles sont 0 pour une consommation normale (vert) avec une production décarbonée, 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).
channel-type.ecowatt.signal.state.option.0 = Vert + production décarbonée
channel-type.ecowatt.signal.state.option.1 = Vert
channel-type.ecowatt.signal.state.option.2 = Orange
channel-type.ecowatt.signal.state.option.3 = Rouge