New Crowdin updates (#13448)
* New translations openwebnet.properties (German) * New translations sonos.properties (German) * New translations openhabcloud.properties (German) * New translations hueemulation.properties (German) * New translations epsonprojector.properties (German) * New translations hpprinter.properties (German) * New translations http.properties (German) * New translations knx.properties (German) * New translations lcn.properties (German) * New translations magentatv.properties (German) * New translations onkyo.properties (German) * New translations fineoffsetweatherstation.properties (German) * New translations openweathermap.properties (German)
This commit is contained in:
@@ -0,0 +1,258 @@
|
||||
# binding
|
||||
|
||||
binding.http.name = HTTP Binding
|
||||
binding.http.description = Dies ist die Bindung zum Abrufen und Verarbeiten von HTTP-Ressourcen.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.http.url.label = HTTP URL Thing
|
||||
thing-type.http.url.description = Stellt eine Basis-URL und alle zugehörigen Anfragen dar.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.http.url.authMode.label = Authentifizierungs Modus
|
||||
thing-type.config.http.url.authMode.option.BASIC = Basic Authentication
|
||||
thing-type.config.http.url.authMode.option.BASIC_PREEMPTIVE = Präventive Basic Authentication
|
||||
thing-type.config.http.url.authMode.option.DIGEST = Digest-Authentifizierung
|
||||
thing-type.config.http.url.baseURL.label = Basis-URL
|
||||
thing-type.config.http.url.baseURL.description = Die hier eingestellte URL kann in der Kanalkonfiguration erweitert werden.
|
||||
thing-type.config.http.url.bufferSize.label = Buffer Größe
|
||||
thing-type.config.http.url.bufferSize.description = Größe des Antwortpuffers (Standard 2048 kB)
|
||||
thing-type.config.http.url.commandMethod.label = Befehlsmethode
|
||||
thing-type.config.http.url.commandMethod.description = HTTP-Methode (GET,POST, PUT) zum Senden von Befehlen.
|
||||
thing-type.config.http.url.commandMethod.option.GET = GET
|
||||
thing-type.config.http.url.commandMethod.option.POST = POSTEN
|
||||
thing-type.config.http.url.commandMethod.option.PUT = PUT
|
||||
thing-type.config.http.url.contentType.label = Inhaltstyp
|
||||
thing-type.config.http.url.contentType.description = Der MIME-Content-Typ. Nur für `POST` und `PUT` verwendet.
|
||||
thing-type.config.http.url.contentType.option.application/json = anwendung/json
|
||||
thing-type.config.http.url.contentType.option.application/xml = anwendung/xml
|
||||
thing-type.config.http.url.contentType.option.text/html = text/html
|
||||
thing-type.config.http.url.contentType.option.text/plain = text/plain
|
||||
thing-type.config.http.url.contentType.option.text/xml = text/xml
|
||||
thing-type.config.http.url.delay.label = Verzögerung
|
||||
thing-type.config.http.url.delay.description = Verzögerung zwischen Anfragen
|
||||
thing-type.config.http.url.encoding.label = Kodierungs-Fallback
|
||||
thing-type.config.http.url.encoding.description = Fallback Encoding Text, der von den Kanälen dieses Things empfangen wird.
|
||||
thing-type.config.http.url.headers.label = Header
|
||||
thing-type.config.http.url.headers.description = Zusätzliche Header, die zusammen mit der Anfrage gesendet werden
|
||||
thing-type.config.http.url.ignoreSSLErrors.label = SSL-Fehler ignorieren
|
||||
thing-type.config.http.url.ignoreSSLErrors.description = True\: Es werden ungültige SSL-Zertifikatsfehler ignoriert. Dies birgt a potentielles Sicherheitsrisiko.
|
||||
thing-type.config.http.url.password.label = Passwort
|
||||
thing-type.config.http.url.password.description = Passwort für den Zugriff mittels Basic Authentication.
|
||||
thing-type.config.http.url.refresh.label = Aktualisierungsintervall
|
||||
thing-type.config.http.url.refresh.description = Zeit zwischen zwei Auffrischungen aller Channel
|
||||
thing-type.config.http.url.stateMethod.label = Status Methode
|
||||
thing-type.config.http.url.stateMethod.description = HTTP-Methode (GET, POST, PUT) zum Abrufen eines Status.
|
||||
thing-type.config.http.url.stateMethod.option.GET = GET
|
||||
thing-type.config.http.url.stateMethod.option.POST = POST
|
||||
thing-type.config.http.url.stateMethod.option.PUT = PUT
|
||||
thing-type.config.http.url.timeout.label = Timeout
|
||||
thing-type.config.http.url.timeout.description = Der Timeout in ms für eine Anfrage
|
||||
thing-type.config.http.url.username.label = Benutzername
|
||||
thing-type.config.http.url.username.description = Benutzername für den Zugriff mittels Basic Authentication.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.http.color.label = Color-Kanal
|
||||
channel-type.http.contact.label = Contact-Kanal
|
||||
channel-type.http.datetime.label = DateTime-Kanal
|
||||
channel-type.http.dimmer.label = Dimmer-Kanal
|
||||
channel-type.http.image.label = Image-Kanal
|
||||
channel-type.http.location.label = Location-Kanal
|
||||
channel-type.http.number.label = Number-Kanal
|
||||
channel-type.http.player.label = Player-Kanal
|
||||
channel-type.http.rollershutter.label = Rollershutter-Kanal
|
||||
channel-type.http.string.label = String-Kanal
|
||||
channel-type.http.switch.label = Switch-Kanal
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.http.channel-config-color.colorMode.label = Farbmodus
|
||||
channel-type.config.http.channel-config-color.colorMode.description = Farbmodus für das Parsen eingehender und das Senden ausgehender Werte
|
||||
channel-type.config.http.channel-config-color.colorMode.option.HSB = HSB
|
||||
channel-type.config.http.channel-config-color.colorMode.option.RGB = RGB
|
||||
channel-type.config.http.channel-config-color.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config-color.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config-color.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config-color.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-color.decreaseValue.label = Wert verringern
|
||||
channel-type.config.http.channel-config-color.decreaseValue.description = Der Wert, der DECREASE darstellt
|
||||
channel-type.config.http.channel-config-color.increaseValue.label = Wert erhöhen
|
||||
channel-type.config.http.channel-config-color.increaseValue.description = Der Wert, der INCREASE darstellt
|
||||
channel-type.config.http.channel-config-color.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-color.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config-color.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config-color.mode.option.READWRITE = Lesen/Schreiben
|
||||
channel-type.config.http.channel-config-color.mode.option.READONLY = Schreibgeschützt
|
||||
channel-type.config.http.channel-config-color.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config-color.offValue.label = Off Value
|
||||
channel-type.config.http.channel-config-color.offValue.description = Der Wert, der OFF repräsentiert
|
||||
channel-type.config.http.channel-config-color.onValue.label = ON-Wert
|
||||
channel-type.config.http.channel-config-color.onValue.description = Der Wert, der ON repräsentiert
|
||||
channel-type.config.http.channel-config-color.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-color.stateContent.description = Inhalt der Statusabfrage (nur bei POST/PUT-Methode verwendet)
|
||||
channel-type.config.http.channel-config-color.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-color.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-color.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config-color.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-color.step.label = Erhöhen/Verringern-Schritte
|
||||
channel-type.config.http.channel-config-color.step.description = Der Wert, um den die aktuelle Helligkeit erhöht/verringert wird, wenn der entsprechende Befehl empfangen wird
|
||||
channel-type.config.http.channel-config-contact.closedValue.label = CLOSED-Wert
|
||||
channel-type.config.http.channel-config-contact.closedValue.description = Der Wert, der CLOSED darstellt
|
||||
channel-type.config.http.channel-config-contact.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config-contact.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config-contact.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config-contact.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-contact.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-contact.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config-contact.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config-contact.mode.option.READWRITE = Lesen/Schreiben
|
||||
channel-type.config.http.channel-config-contact.mode.option.READONLY = Nur lesen
|
||||
channel-type.config.http.channel-config-contact.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config-contact.openValue.label = OPEN-Wert
|
||||
channel-type.config.http.channel-config-contact.openValue.description = Der Wert, der für OPEN steht
|
||||
channel-type.config.http.channel-config-contact.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-contact.stateContent.description = Inhalt der Statusabfrage (nur bei POST/PUT-Methode verwendet)
|
||||
channel-type.config.http.channel-config-contact.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-contact.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-contact.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config-contact.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-dimmer.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config-dimmer.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config-dimmer.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config-dimmer.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-dimmer.decreaseValue.label = DECREASE-Wert
|
||||
channel-type.config.http.channel-config-dimmer.decreaseValue.description = Der Wert, der DECREASE darstellt
|
||||
channel-type.config.http.channel-config-dimmer.increaseValue.label = INCREASE-Wert
|
||||
channel-type.config.http.channel-config-dimmer.increaseValue.description = Der Wert, der INCREASE darstellt
|
||||
channel-type.config.http.channel-config-dimmer.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-dimmer.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config-dimmer.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config-dimmer.mode.option.READWRITE = Lesen/Schreiben
|
||||
channel-type.config.http.channel-config-dimmer.mode.option.READONLY = Nur lesen
|
||||
channel-type.config.http.channel-config-dimmer.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config-dimmer.offValue.label = OFF-Wert
|
||||
channel-type.config.http.channel-config-dimmer.offValue.description = Der Wert, der OFF repräsentiert
|
||||
channel-type.config.http.channel-config-dimmer.onValue.label = ON-Wert
|
||||
channel-type.config.http.channel-config-dimmer.onValue.description = Der Wert, der ON repräsentiert
|
||||
channel-type.config.http.channel-config-dimmer.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-dimmer.stateContent.description = Inhalt der Statusabfrage (nur bei POST/PUT-Methode verwendet)
|
||||
channel-type.config.http.channel-config-dimmer.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-dimmer.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-dimmer.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config-dimmer.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-dimmer.step.label = Schritt erhöhen/verringern
|
||||
channel-type.config.http.channel-config-dimmer.step.description = Der Wert, um den die aktuelle Helligkeit erhöht oder verringert wird, wenn der entsprechende Befehl empfangen wird
|
||||
channel-type.config.http.channel-config-image.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-image.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL und stateExtension.
|
||||
channel-type.config.http.channel-config-image.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-image.stateContent.description = Inhalt für Statusabfrage (nur verwendet, wenn die Methode POST/PUT)
|
||||
channel-type.config.http.channel-config-image.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-image.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-number.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config-number.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config-number.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config-number.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-number.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-number.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config-number.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config-number.mode.option.READWRITE = Lesen / Schreiben
|
||||
channel-type.config.http.channel-config-number.mode.option.READONLY = Nur lesen
|
||||
channel-type.config.http.channel-config-number.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config-number.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-number.stateContent.description = Inhalt der Statusabfrage (nur bei POST/PUT-Methode verwendet)
|
||||
channel-type.config.http.channel-config-number.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-number.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-number.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config-number.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-number.unit.label = Einheit
|
||||
channel-type.config.http.channel-config-number.unit.description = Einheit, die an den (transformierten) Wert angehängt wird.
|
||||
channel-type.config.http.channel-config-player.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config-player.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config-player.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config-player.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-player.fastforwardValue.label = Schneller Vorlauf-Wert
|
||||
channel-type.config.http.channel-config-player.fastforwardValue.description = Der Wert, der FASTFORWARD darstellt
|
||||
channel-type.config.http.channel-config-player.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-player.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config-player.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config-player.mode.option.READWRITE = Lesen/Schreiben
|
||||
channel-type.config.http.channel-config-player.mode.option.READONLY = Schreibgeschützt
|
||||
channel-type.config.http.channel-config-player.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config-player.nextValue.label = NEXT-Wert
|
||||
channel-type.config.http.channel-config-player.nextValue.description = Der Wert, der NEXT darstellt
|
||||
channel-type.config.http.channel-config-player.pauseValue.label = PAUSE-Wert
|
||||
channel-type.config.http.channel-config-player.pauseValue.description = Der Wert, der PAUSE darstellt
|
||||
channel-type.config.http.channel-config-player.playValue.label = PLAY-Wert
|
||||
channel-type.config.http.channel-config-player.playValue.description = Der Wert, der für PLAY steht
|
||||
channel-type.config.http.channel-config-player.previousValue.label = PREVIOUS-Wert
|
||||
channel-type.config.http.channel-config-player.previousValue.description = Der Wert, der für PREVIOUS steht
|
||||
channel-type.config.http.channel-config-player.rewindValue.label = REWIND-Wert
|
||||
channel-type.config.http.channel-config-player.rewindValue.description = Der Wert, der REWIND repräsentiert
|
||||
channel-type.config.http.channel-config-player.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-player.stateContent.description = Inhalt für Statusabfrage (nur verwendet, wenn die Methode POST/PUT)
|
||||
channel-type.config.http.channel-config-player.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-player.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-player.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config-player.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-rollershutter.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config-rollershutter.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config-rollershutter.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config-rollershutter.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩"..
|
||||
channel-type.config.http.channel-config-rollershutter.downValue.label = DOWN-Wert
|
||||
channel-type.config.http.channel-config-rollershutter.downValue.description = Der Wert, der DOWN repräsentiert
|
||||
channel-type.config.http.channel-config-rollershutter.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-rollershutter.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config-rollershutter.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config-rollershutter.mode.option.READWRITE = Lesen/Schreiben
|
||||
channel-type.config.http.channel-config-rollershutter.mode.option.READONLY = Nur lesen
|
||||
channel-type.config.http.channel-config-rollershutter.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config-rollershutter.moveValue.label = MOVE-Wert
|
||||
channel-type.config.http.channel-config-rollershutter.moveValue.description = Der Wert, der für MOVE steht
|
||||
channel-type.config.http.channel-config-rollershutter.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-rollershutter.stateContent.description = Inhalt für Statusabfrage (nur verwendet, wenn die Methode POST/PUT)
|
||||
channel-type.config.http.channel-config-rollershutter.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-rollershutter.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-rollershutter.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config-rollershutter.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-rollershutter.stopValue.label = STOP-Wert
|
||||
channel-type.config.http.channel-config-rollershutter.stopValue.description = Der Wert, der STOP repräsentiert
|
||||
channel-type.config.http.channel-config-rollershutter.upValue.label = UP-Wert
|
||||
channel-type.config.http.channel-config-rollershutter.upValue.description = Der Wert, der UP repräsentiert
|
||||
channel-type.config.http.channel-config-switch.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config-switch.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config-switch.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config-switch.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config-switch.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config-switch.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config-switch.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config-switch.mode.option.READWRITE = Lesen/Schreiben
|
||||
channel-type.config.http.channel-config-switch.mode.option.READONLY = Nur lesen
|
||||
channel-type.config.http.channel-config-switch.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config-switch.offValue.label = OFF-Wert
|
||||
channel-type.config.http.channel-config-switch.offValue.description = Der Wert, der OFF repräsentiert
|
||||
channel-type.config.http.channel-config-switch.onValue.label = ON-Wert
|
||||
channel-type.config.http.channel-config-switch.onValue.description = Der Wert, der ON repräsentiert
|
||||
channel-type.config.http.channel-config-switch.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config-switch.stateContent.description = Inhalt der Statusabfrage (nur bei POST/PUT-Methode verwendet)
|
||||
channel-type.config.http.channel-config-switch.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config-switch.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config-switch.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config-switch.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config.commandExtension.label = Command URL Erweiterung
|
||||
channel-type.config.http.channel-config.commandExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für das Senden von Werten konfiguriert wurde.
|
||||
channel-type.config.http.channel-config.commandTransformation.label = Command Transformation
|
||||
channel-type.config.http.channel-config.commandTransformation.description = Transformationsmuster, das beim Senden von Werten verwendet wird. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
channel-type.config.http.channel-config.escapedUrl.label = Escaped URL
|
||||
channel-type.config.http.channel-config.escapedUrl.description = Hier wird angegeben, ob die URL bereits escaped ist. Gilt für die Basis-URL, commandExtension und stateExtension.
|
||||
channel-type.config.http.channel-config.mode.label = Lese-/Schreibmodus
|
||||
channel-type.config.http.channel-config.mode.option.READWRITE = Lesen/Schreiben
|
||||
channel-type.config.http.channel-config.mode.option.READONLY = Nur lesen
|
||||
channel-type.config.http.channel-config.mode.option.WRITEONLY = Nur schreiben
|
||||
channel-type.config.http.channel-config.stateContent.label = Status-Inhalt
|
||||
channel-type.config.http.channel-config.stateContent.description = Inhalt der Statusabfrage (nur bei POST/PUT-Methode verwendet)
|
||||
channel-type.config.http.channel-config.stateExtension.label = Status-URL Erweiterung
|
||||
channel-type.config.http.channel-config.stateExtension.description = Dieser Wert wird zur Basis-URL hinzugefügt, die im Thing für den Abruf von Werten konfiguriert ist.
|
||||
channel-type.config.http.channel-config.stateTransformation.label = Status-Transformation
|
||||
channel-type.config.http.channel-config.stateTransformation.description = Beim Empfang von Werten verwendetes Transformationsmuster. Verketten Sie mehrere Transformationen mit dem mathematischen Schnittpunktzeichen "∩".
|
||||
Reference in New Issue
Block a user