-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations exec.properties (French) * New translations watsonstt.properties (French)
- Loading branch information
1 parent
ee34d92
commit 42d93c3
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
bundles/org.openhab.binding.exec/src/main/resources/OH-INF/i18n/exec_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 @@ | ||
# binding | ||
|
||
binding.exec.name = Extension Exec | ||
binding.exec.description = Extension permettant d'exécuter des commandes shell. | ||
|
||
# thing types | ||
|
||
thing-type.exec.command.label = Commande | ||
thing-type.exec.command.description = La commande encapsule une commande shell à exécuter | ||
|
||
# thing types config | ||
|
||
thing-type.config.exec.command.autorun.label = Exécution automatique | ||
thing-type.config.exec.command.autorun.description = Si vrai, la commande s'exécutera à chaque fois que l'état du canal d'entrée change | ||
thing-type.config.exec.command.command.label = Commande | ||
thing-type.config.exec.command.command.description = La commande à exécuter | ||
thing-type.config.exec.command.interval.label = Intervalle | ||
thing-type.config.exec.command.interval.description = Intervalle en secondes de répétition de l'exécution de la commande | ||
thing-type.config.exec.command.timeout.label = Délai d'expiration | ||
thing-type.config.exec.command.timeout.description = Le délai en secondes au bout duquel l'exécution de la commande sera interrompue | ||
thing-type.config.exec.command.transform.label = Transformation | ||
thing-type.config.exec.command.transform.description = La transformation à appliquer au résultat de l'exécution, par exemple REGEX((.*)) | ||
|
||
# channel types | ||
|
||
channel-type.exec.exit.label = Code Retour | ||
channel-type.exec.exit.description = Le code retour de la dernière exécution de la commande | ||
channel-type.exec.input.label = Entrée | ||
channel-type.exec.input.description = Entrée qui sera passée en tant que deuxième paramètre à la commande | ||
channel-type.exec.lastexecution.label = Dernière Exécution | ||
channel-type.exec.lastexecution.description = Date et heure de la dernière exécution de la commande, au format yyyy-MM-dd'T'H\:mm\:ss.SSSZ | ||
channel-type.exec.output.label = Sortie | ||
channel-type.exec.output.description = La sortie de la dernière exécution de la commande | ||
channel-type.exec.run.label = En Cours | ||
channel-type.exec.run.description = Envoyer ON pour exécuter la commande et l'état actuel indique si elle est en cours d'exécution ou non |
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