New Crowdin updates (#13585)

* New translations exec.properties (French)
* New translations watsonstt.properties (French)
This commit is contained in:
openhab-bot
2022-10-22 23:41:33 +02:00
committed by GitHub
parent ee34d92c17
commit 42d93c3b97
2 changed files with 37 additions and 0 deletions

View File

@@ -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