From: openhab-bot Date: Thu, 13 Oct 2022 12:35:26 +0000 (+0200) Subject: New Crowdin updates (#13542) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=936365031c16735eb59002df4e3b090a2c66b7e1;p=openhab-addons.git New Crowdin updates (#13542) * New translations adorne.properties (Italian) * New translations knx.properties (German) * New translations jsscripting.properties (Italian) --- diff --git a/bundles/org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_it.properties b/bundles/org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_it.properties new file mode 100644 index 0000000000..d2ee6de341 --- /dev/null +++ b/bundles/org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_it.properties @@ -0,0 +1,8 @@ +automation.config.jsscripting.injectionEnabled.label = Usa le variabili globali Integrate +automation.config.jsscripting.injectionEnabled.description = Importa tutte le variabili dalla libreria degli script OH in tutte le regole per servizi comuni come elementi, oggetti, azioni, tracciati, ecc...
Se disabilitata, la libreria di script OH può essere importata manualmente usando "require('openhab')" +automation.config.jsscripting.injectionEnabled.option.true = Utilizza variabili integrate +automation.config.jsscripting.injectionEnabled.option.false = Non utilizzare variabili integrate + +# service + +service.automation.jsscripting.label = Scripting JS diff --git a/bundles/org.openhab.binding.adorne/src/main/resources/OH-INF/i18n/adorne_it.properties b/bundles/org.openhab.binding.adorne/src/main/resources/OH-INF/i18n/adorne_it.properties new file mode 100644 index 0000000000..1a29ce709c --- /dev/null +++ b/bundles/org.openhab.binding.adorne/src/main/resources/OH-INF/i18n/adorne_it.properties @@ -0,0 +1,21 @@ +# binding + +binding.adorne.name = Gestore Adorne +binding.adorne.description = Il gestore Adorne controlla gli interruttori e le prese Wi-Fi Adorne di Legrand. + +# thing types + +thing-type.adorne.dimmer.label = Interruttore varialuce di Adorne +thing-type.adorne.dimmer.description = Controlla un interruttore varialuce di Adorne. +thing-type.adorne.hub.label = Hub Adorne +thing-type.adorne.hub.description = L'Hub Adorne funge da ponte per controllare gli interruttori, interruttori varialuce e prese di Adorne. +thing-type.adorne.switch.label = Interruttore di Adorne +thing-type.adorne.switch.description = Controlla un interruttore o una presa di Adorne. + +# thing types config + +thing-type.config.adorne.dimmer.zoneId.label = Id zona +thing-type.config.adorne.hub.host.label = Host +thing-type.config.adorne.hub.host.description = Nome host o indirizzo IP. +thing-type.config.adorne.hub.port.label = Porta +thing-type.config.adorne.switch.zoneId.label = Id zona diff --git a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/i18n/knx_de.properties b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/i18n/knx_de.properties index 223859f9db..2de355b775 100644 --- a/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/i18n/knx_de.properties +++ b/bundles/org.openhab.binding.knx/src/main/resources/OH-INF/i18n/knx_de.properties @@ -151,3 +151,29 @@ channel-type.config.knx.single.ga.description = Die Gruppenadresse(n) in Gruppen thing-type.config.knx.serial.group.knxsecure.label = KNX Secure thing-type.config.knx.serial.group.knxsecure.description = Einstellungen für KNX Secure. Benötigt eine KNX Anlage mit aktiven KNX Secure Funktionen. + +# binding specific strings + +error.knx-secure-routing-backbonegroupkey-invalid = backbonegroupkey ungültig, bitte überprüfen Sie, ob er korrekt angegeben wurde +error.knx-secure-routing-config-missing = Konfiguration für Secure Routing fehlt +error.knx-secure-tunnel-config-incomplete = Konfiguration für Secure Tunnel ist unvollständig +error.knx-secure-tunnel-config-missing = Konfiguration für Secure Tunnel fehlt +error.knx-unknown-ip-connection-type = Ungültiger KNX Verbindungstyp {0}. Zulässige Werte sind ''TUNNEL'', ''ROUTER'', ''SECURETUNNEL'' oder ''SECUREROUTER''. + +# user readable description of exceptions + +exception.KNXAckTimeoutException = Kommunikationsfehler, Gerät antwortet nicht +exception.KNXConnectionClosedException = Verbindung getrennt +exception.KNXDisconnectException = Nicht verbunden +exception.KNXException = KNX Ausnahmefehler +exception.KNXFormatException = Datenformat ungültig +exception.KNXIllegalArgumentException = Ungültiges Argument +exception.KNXInvalidResponseException = Unerwartete Geräteantwort +exception.KNXLinkClosedException = Verbindung unterbrochen +exception.KNXMLException = Fehler beim Verarbeiten der XML-Daten +exception.KNXPortClosedException = Port geschlossen, keine Verbindung +exception.KnxPropertyException = Fehler beim Lesen der Geräteeigenschaften +exception.KNXRemoteException = KNX Gerät meldet Fehler +exception.KnxRuntimeException = Laufzeitfehler +exception.KnxSecureException = KNX Secure Fehler +exception.KNXTimeoutException = Zeitüberschreitung