New Crowdin updates (#12745)

* New translations exec.properties (French)

* New translations jinja.properties (French)

* New translations js.properties (French)

* New translations jsonpath.properties (French)

* New translations regex.properties (French)

* New translations scale.properties (French)

* New translations xslt.properties (French)

* New translations xpath.properties (French)

* New translations renault.properties (French)

* New translations sonnen.properties (French)

* New translations luxom.properties (French)

* New translations luxom.properties (Italian)

* New translations prowl.properties (French)

* New translations prowl.properties (Italian)

* New translations awattar.properties (German)

* New translations vesync.properties (Italian)

* New translations netatmo.properties (Italian)
This commit is contained in:
openhab-bot
2022-05-16 09:30:05 +02:00
committed by GitHub
parent 6980102abf
commit 78813efbd2
17 changed files with 854 additions and 122 deletions

View File

@@ -0,0 +1,38 @@
# binding
binding.luxom.name = Extension Luxom
binding.luxom.description = Ceci est l'extension pour le système de bus Luxom (https\://www.luxom.io/).
# thing types
thing-type.luxom.switch.label = Interrupteur
thing-type.luxom.switch.description = Action de type interrupteur dans Luxom
thing-type.luxom.dimmer.label = Variateur
thing-type.luxom.dimmer.description = Action de type variateur dans Luxom
# thing types config
thing-type.config.luxom.switch.address.label = Adresse
thing-type.config.luxom.switch.address.description = Adresse du bus Luxom
thing-type.config.luxom.dimmer.address.label = Adresse
thing-type.config.luxom.dimmer.address.description = Adresse du bus Luxom
thing-type.config.luxom.dimmer.onLevel.label = Niveau à l'allumage
thing-type.config.luxom.dimmer.onLevel.description = Niveau de sortie à atteindre lorsqu'une commande ON est reçue. La valeur par défaut est 100%.
thing-type.config.luxom.dimmer.onToLast.label = Allumage au dernier niveau
thing-type.config.luxom.dimmer.onToLast.description = Si le paramètre est vrai, le variateur passera au dernier niveau non nul lorsqu'une commande ON est reçue. Si le dernier niveau ne peut pas être déterminé, la valeur onLevel sera utilisée à la place.
thing-type.config.luxom.dimmer.stepPercentage.label = Valeur d'incrémentation
thing-type.config.luxom.dimmer.stepPercentage.description = Valeur d'incrémentation utilisée pour augmenter/diminuer la luminosité, par défaut 5%
# channel types
channel-type.luxom.button.label = Bouton
channel-type.luxom.button.description = Contrôle bouton-poussoir pour action dans Luxom
# messages
status.awaiting-initial-response = En attente de la réponse initiale
status.bridge-configuration-missing = Absence de la configuration de la passerelle
status.connecting = Connexion en cours
status.bridge-address-missing = Adresse de la passerelle non spécifiée
status.bridge-initializing = La passerelle Luxom est en cours d'initialisation
status.bridge-handler-missing = Aucune passerelle associée
status.thing-address-missing = L'adresse est manquante

View File

@@ -0,0 +1,38 @@
# binding
binding.luxom.name = Binding Luxom
binding.luxom.description = Questo è il binding per il Luxom bus system (https\://www.luxom.io/)
# thing types
thing-type.luxom.switch.label = Interruttore
thing-type.luxom.switch.description = Azione di tipo Interruttore in Luxom
thing-type.luxom.dimmer.label = Varialuce
thing-type.luxom.dimmer.description = Azione di tipo Dimmer in Luxom
# thing types config
thing-type.config.luxom.switch.address.label = Indirizzo
thing-type.config.luxom.switch.address.description = Indirizzo bus Luxom
thing-type.config.luxom.dimmer.address.label = Indirizzo
thing-type.config.luxom.dimmer.address.description = Indirizzo bus Luxom
thing-type.config.luxom.dimmer.onLevel.label = Livello On
thing-type.config.luxom.dimmer.onLevel.description = Livello di uscita da impostare quando viene ricevuto un comando ON. Il valore predefinito è 100%.
thing-type.config.luxom.dimmer.onToLast.label = Accendi All'Ultimo Livello
thing-type.config.luxom.dimmer.onToLast.description = Se impostato a vero, il dimmer andrà all'ultimo livello diverso da zero impostato quando viene ricevuto un comando ON. Se l'ultimo livello non può essere determinato, verrà utilizzato il valore di onLevel.
thing-type.config.luxom.dimmer.stepPercentage.label = Valore Step
thing-type.config.luxom.dimmer.stepPercentage.description = Valore del passo usato per aumentare/diminuire la luminosità del dimmer, 5% predefinito
# channel types
channel-type.luxom.button.label = Pulsante
channel-type.luxom.button.description = Controllo pulsanti per l'azione in Luxom
# messages
status.awaiting-initial-response = In attesa di risposta iniziale
status.bridge-configuration-missing = Configurazione del bridge mancante
status.connecting = Connessione
status.bridge-address-missing = Indirizzo del bridge non specificato
status.bridge-initializing = Luxom bridge si sta inizializzando
status.bridge-handler-missing = Nessun bridge associato
status.thing-address-missing = Indirizzo mancante