New Crowdin updates (#12188)
* New translations http.properties (Italian) * New translations ambientweather.properties (French) * New translations automower.properties (French) * New translations electroluxair.properties (French) * New translations mqttbroker.properties (Hungarian) * New translations mqttbroker.properties (Italian)
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
# binding
|
||||
|
||||
binding.electroluxair.name = Extension ElectroluxAir
|
||||
binding.electroluxair.description = Il s'agit de l'extension pour le purificateur d'air Electrolux Pure A9.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.electroluxair.api.label = API Delta Electrolux
|
||||
thing-type.electroluxair.api.description = Cette passerelle représente le connecteur de l'API web.
|
||||
thing-type.electroluxair.electroluxpurea9.label = ElectroluxAir Pure A9
|
||||
thing-type.electroluxair.electroluxpurea9.description = Cet objet représente l'ElectroluxAir Pure A9.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.electroluxair.api.password.label = Mot de passe
|
||||
thing-type.config.electroluxair.api.password.description = Le mot de passe utilisé pour se connecter à l'application Wellbeing Electrolux.
|
||||
thing-type.config.electroluxair.api.refresh.label = Intervalle d’actualisation
|
||||
thing-type.config.electroluxair.api.refresh.description = Définit l'intervalle d'actualisation en secondes.
|
||||
thing-type.config.electroluxair.api.username.label = Nom d'utilisateur
|
||||
thing-type.config.electroluxair.api.username.description = Le nom d'utilisateur utilisé pour se connecter à l'application Wellbeing Electrolux.
|
||||
thing-type.config.electroluxair.electroluxpurea9.deviceId.label = Identifiant de l'appareil
|
||||
thing-type.config.electroluxair.electroluxpurea9.deviceId.description = Identifiant unique
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.electroluxair.co2.label = CO2
|
||||
channel-type.electroluxair.co2.description = Dioxyde de carbone
|
||||
channel-type.electroluxair.doorOpen.label = État Porte
|
||||
channel-type.electroluxair.doorOpen.description = Statut de la porte ouverte/fermée
|
||||
channel-type.electroluxair.fanSpeed.label = Réglage Vitesse Ventilateur
|
||||
channel-type.electroluxair.fanSpeed.description = Réglage de la vitesse du ventilateur
|
||||
channel-type.electroluxair.fanSpeed.state.option.1 = Vitesse 1
|
||||
channel-type.electroluxair.fanSpeed.state.option.2 = Vitesse 2
|
||||
channel-type.electroluxair.fanSpeed.state.option.3 = Vitesse 3
|
||||
channel-type.electroluxair.fanSpeed.state.option.4 = Vitesse 4
|
||||
channel-type.electroluxair.fanSpeed.state.option.5 = Vitesse 5
|
||||
channel-type.electroluxair.fanSpeed.state.option.6 = Vitesse 6
|
||||
channel-type.electroluxair.fanSpeed.state.option.7 = Vitesse 7
|
||||
channel-type.electroluxair.fanSpeed.state.option.8 = Vitesse 8
|
||||
channel-type.electroluxair.fanSpeed.state.option.9 = Vitesse 9
|
||||
channel-type.electroluxair.filterLife.label = Durée Vie Filtre
|
||||
channel-type.electroluxair.filterLife.description = Durée de vie du filtre
|
||||
channel-type.electroluxair.humidity.label = Humidité
|
||||
channel-type.electroluxair.humidity.description = Humidité
|
||||
channel-type.electroluxair.ionizer.label = Statut Ioniseur
|
||||
channel-type.electroluxair.ionizer.description = Statut de l'ioniseur
|
||||
channel-type.electroluxair.pm1.label = PM1
|
||||
channel-type.electroluxair.pm1.description = Densité de particules 1 (0.001mm)
|
||||
channel-type.electroluxair.pm10.label = PM10
|
||||
channel-type.electroluxair.pm10.description = Densité de particules 10 (0.01mm)
|
||||
channel-type.electroluxair.pm2_5.label = PM2.5
|
||||
channel-type.electroluxair.pm2_5.description = Densité de particules 2.5 (0.0025mm)
|
||||
channel-type.electroluxair.status.label = État Actuel
|
||||
channel-type.electroluxair.status.description = Informations sur l'état actuel.
|
||||
channel-type.electroluxair.temperature.label = Température
|
||||
channel-type.electroluxair.temperature.description = Température
|
||||
channel-type.electroluxair.tvoc.label = TVOC
|
||||
channel-type.electroluxair.tvoc.description = Total de composés organiques volatils
|
||||
channel-type.electroluxair.workMode.label = Réglage Mode Fonctionnement
|
||||
channel-type.electroluxair.workMode.description = Réglage du mode de fonctionnement
|
||||
channel-type.electroluxair.workMode.state.option.PowerOff = Extinction
|
||||
channel-type.electroluxair.workMode.state.option.Auto = Automatique
|
||||
channel-type.electroluxair.workMode.state.option.Manual = Manuel
|
||||
Reference in New Issue
Block a user