forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations tasmotaplug.properties (French) * New translations ecowatt.properties (French)
- Loading branch information
1 parent
73559be
commit ccdb851
Showing
2 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
.../org.openhab.binding.tasmotaplug/src/main/resources/OH-INF/i18n/tasmotaplug_fr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# add-on | ||
|
||
addon.tasmotaplug.name = Extension Prise Tasmota | ||
addon.tasmotaplug.description = Contrôle les prises intelligentes Wi-Fi flashées avec Tasmota | ||
|
||
# thing types | ||
|
||
thing-type.tasmotaplug.plug.label = Prise | ||
thing-type.tasmotaplug.plug.description = Prise intelligente Tasmota | ||
thing-type.tasmotaplug.plug.channel.power.label = Alimentation | ||
thing-type.tasmotaplug.plug.channel.power.description = Contrôle le relais de prise intelligente pour le 1er canal | ||
thing-type.tasmotaplug.plug.channel.power2.label = Alimentation 2 | ||
thing-type.tasmotaplug.plug.channel.power2.description = Contrôle le relais de prise intelligente pour le deuxième canal | ||
thing-type.tasmotaplug.plug.channel.power3.label = Alimentation 3 | ||
thing-type.tasmotaplug.plug.channel.power3.description = Contrôle le relais de prise intelligente pour le 3ème canal | ||
thing-type.tasmotaplug.plug.channel.power4.label = Alimentation 4 | ||
thing-type.tasmotaplug.plug.channel.power4.description = Contrôle le relais de prise intelligente pour le 4ème canal | ||
|
||
# thing types config | ||
|
||
thing-type.config.tasmotaplug.plug.hostName.label = Nom d'hôte / Adresse IP de la prise | ||
thing-type.config.tasmotaplug.plug.hostName.description = Nom d'hôte ou adresse IP de la prise | ||
thing-type.config.tasmotaplug.plug.numChannels.label = Nombre de canaux | ||
thing-type.config.tasmotaplug.plug.numChannels.description = Nombre de canaux sur la prise Tasmota (1-4) par défaut 1 | ||
thing-type.config.tasmotaplug.plug.password.label = Mot de passe | ||
thing-type.config.tasmotaplug.plug.password.description = Mot de passe Tasmota | ||
thing-type.config.tasmotaplug.plug.refresh.label = Intervalle d’actualisation | ||
thing-type.config.tasmotaplug.plug.refresh.description = Définit l'intervalle d'actualisation en secondes | ||
thing-type.config.tasmotaplug.plug.username.label = Nom d'utilisateur | ||
thing-type.config.tasmotaplug.plug.username.description = Nom d'utilisateur Tasmota | ||
|
||
# thing status descriptions | ||
|
||
offline.communication-error.http-failure = Le code de réponse http de Tasmota était \: {0} | ||
offline.configuration-error-hostname = Le nom d'hôte de la prise doit être spécifié |