New Crowdin updates (#11832)

* New translations astro.properties (Finnish)
* New translations astro.properties (German)
* New translations bluetooth.properties (German)
* New translations boschshc.properties (Italian)
* New translations comfoair.properties (German)
* New translations dwdunwetter.properties (German)
* New translations epsonprojector.properties (German)
* New translations gpio.properties (German)
* New translations heliosventilation.properties (German)
* New translations homeconnect.properties (German)
* New translations homematic.properties (German)
* New translations ipp.properties (German)
* New translations jruby.properties (Hungarian)
* New translations jsscripting.properties (German)
* New translations jsscripting.properties (Hungarian)
* New translations map.properties (German)
* New translations map.properties (Hungarian)
* New translations mqttbroker.properties (Italian)
* New translations nanoleaf.properties (German)
* New translations ocean.properties (German)
* New translations openhabcloud.properties (Finnish)
* New translations samsungtv.properties (Hungarian)
* New translations shelly.properties (German)
* New translations snmp.properties (German)
* New translations sonos.properties (German)
* New translations spotify.properties (German)
* New translations tr064.properties (German)
* New translations tradfri.properties (German)
* New translations unifi.properties (German)
* New translations unifi.properties (Hungarian)
* New translations valloxmv.properties (Finnish)
* New translations volvooncall.properties (German)
* New translations xslt.properties (German)
This commit is contained in:
openhab-bot
2021-12-29 13:16:52 +01:00
committed by GitHub
parent 0583b608fd
commit c23f6adf13
32 changed files with 2444 additions and 1021 deletions

View File

@@ -0,0 +1,39 @@
# binding
binding.gpio.name = GPIO Binding
binding.gpio.description = Fügt GPIO Unterstützung zu openHAB hinzu.
# thing types
thing-type.gpio.pigpio-remote.label = Pigpio-Gerät
thing-type.gpio.pigpio-remote.description = Das pigpio-Gerät stellt einen entfernten Raspberry Pi mit installiertem pigpio dar. GPIO-Pins sind Channels.
# thing types config
thing-type.config.gpio.pigpio-remote.host.label = Netzwerkadresse
thing-type.config.gpio.pigpio-remote.host.description = IP-Adresse oder Hostname des Raspberry Pi.
thing-type.config.gpio.pigpio-remote.port.label = Port
thing-type.config.gpio.pigpio-remote.port.description = Pigpio-Port des gesteuerten Raspberry Pi.
# channel types
channel-type.gpio.pigpio-digital-input.label = GPIO Digitaleingang
channel-type.gpio.pigpio-digital-input.description = Digitalen Status eines GPIO-Pins auslesen
channel-type.gpio.pigpio-digital-output.label = GPIO Digitalausgang
channel-type.gpio.pigpio-digital-output.description = Digitalen Status eines GPIO-Pins setzen
# channel types config
channel-type.config.gpio.pigpio-digital-input.debouncingTime.label = Verzögerungszeit
channel-type.config.gpio.pigpio-digital-input.debouncingTime.description = Zeit in ms um zu überprüfen, ob der Wert sich nicht geändert hat
channel-type.config.gpio.pigpio-digital-input.gpioId.label = GPIO-Pin
channel-type.config.gpio.pigpio-digital-input.gpioId.description = Zu verwendender GPIO-Pineingang
channel-type.config.gpio.pigpio-digital-input.invert.label = Invertieren
channel-type.config.gpio.pigpio-digital-input.pullupdown.label = Pull-Up/Down-Widerstand
channel-type.config.gpio.pigpio-digital-input.pullupdown.description = Pull-Up/Down-Widerstand des GPIO-Pins konfigurieren
channel-type.config.gpio.pigpio-digital-input.pullupdown.option.OFF = Aus
channel-type.config.gpio.pigpio-digital-input.pullupdown.option.DOWN = Pull-Down
channel-type.config.gpio.pigpio-digital-input.pullupdown.option.UP = Pull-Up
channel-type.config.gpio.pigpio-digital-output.gpioId.label = GPIO-Pin
channel-type.config.gpio.pigpio-digital-output.gpioId.description = Zu verwendender GPIO-Pinausgang
channel-type.config.gpio.pigpio-digital-output.invert.label = Invertieren