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,101 @@
# binding
binding.snmp.name = SNMP Binding
binding.snmp.description = Dies ist das Binding für SNMP (Simple Network Management Protocol)
# binding config
binding.config.snmp.port.label = Eingehender SNMP-Port
binding.config.snmp.port.description = Port zum Empfangen von TRAPS, auf 0 setzen um zu Deaktivieren.
# thing types
thing-type.snmp.target.label = SNMP Ziel
# thing types config
thing-type.config.snmp.target.community.label = SNMP Community
thing-type.config.snmp.target.hostname.label = Ziel-Host
thing-type.config.snmp.target.hostname.description = Hostname oder IP-Adresse des Ziel-Hosts
thing-type.config.snmp.target.port.label = Port
thing-type.config.snmp.target.protocol.label = SNMP Version
thing-type.config.snmp.target.protocol.option.v1 = V1
thing-type.config.snmp.target.protocol.option.v2c = V2c
thing-type.config.snmp.target.refresh.label = Abfrageinterval
thing-type.config.snmp.target.refresh.description = Abfrageinterval in s (Standard 60s)
thing-type.config.snmp.target.retries.label = Wiederholungen
thing-type.config.snmp.target.retries.description = Anzahl der Wiederholungen für eine Abfrage
thing-type.config.snmp.target.timeout.label = Zeitlimit
thing-type.config.snmp.target.timeout.description = Zeitlimit in ms für eine einzelne Abfrage
# channel types
channel-type.snmp.number.label = Number
channel-type.snmp.string.label = String
channel-type.snmp.switch.label = Switch
# channel types config
channel-type.config.snmp.number.datatype.label = Datentyp
channel-type.config.snmp.number.datatype.description = Inhalts-Typ
channel-type.config.snmp.number.datatype.option.UINT32 = Unsigned Integer (32 bit)
channel-type.config.snmp.number.datatype.option.INT32 = Integer (32 bit)
channel-type.config.snmp.number.datatype.option.COUNTER64 = Counter (64 bit)
channel-type.config.snmp.number.datatype.option.FLOAT = Float
channel-type.config.snmp.number.doNotLogException.label = Ausnahme nicht protokollieren
channel-type.config.snmp.number.doNotLogException.description = Falls aktiviert, ignoriere fehlerhafte Werte/Ausnahmen in diesem Kanal
channel-type.config.snmp.number.exceptionValue.label = Ausnahmewert
channel-type.config.snmp.number.exceptionValue.description = Sendewert, wenn eine SNMP-Ausnahme auftritt (Standard\: UNDEF)
channel-type.config.snmp.number.mode.label = Modus
channel-type.config.snmp.number.mode.description = der Modus dieses Kanals
channel-type.config.snmp.number.mode.option.READ = Lesen
channel-type.config.snmp.number.mode.option.WRITE = Schreiben
channel-type.config.snmp.number.mode.option.READ_WRITE = Lesen/Schreiben
channel-type.config.snmp.number.mode.option.TRAP = Trap
channel-type.config.snmp.number.oid.label = OID
channel-type.config.snmp.number.oid.description = OID in dotted format (eg. .1.3.6.1.4.1.6574.3.1.1.3.0)
channel-type.config.snmp.number.unit.label = Maßeinheit
channel-type.config.snmp.number.unit.description = Maßeinheit (optional). Die Einheit dient sowohl zur Darstellung des Wertes in der GUI als auch zur Konvertierung eingehender Werte (wie z.B. von '°F' in '°C'). Beispiele\: "°C", "°F"
channel-type.config.snmp.string.datatype.label = Datentyp
channel-type.config.snmp.string.datatype.description = Inhalts-Typ
channel-type.config.snmp.string.datatype.option.STRING = String
channel-type.config.snmp.string.datatype.option.HEXSTRING = Hex-String
channel-type.config.snmp.string.datatype.option.IPADDRESS = IP Address
channel-type.config.snmp.string.doNotLogException.label = Ausnahme nicht protokollieren
channel-type.config.snmp.string.doNotLogException.description = Falls aktiviert, ignoriere fehlerhafte Werte/Ausnahmen in diesem Kanal
channel-type.config.snmp.string.exceptionValue.label = Ausnahmewert
channel-type.config.snmp.string.exceptionValue.description = Sendewert, wenn eine SNMP-Ausnahme auftritt (Standard\: UNDEF)
channel-type.config.snmp.string.mode.label = Modus
channel-type.config.snmp.string.mode.description = der Modus dieses Kanals
channel-type.config.snmp.string.mode.option.READ = Lesen
channel-type.config.snmp.string.mode.option.WRITE = Schreiben
channel-type.config.snmp.string.mode.option.READ_WRITE = Lesen/Schreiben
channel-type.config.snmp.string.mode.option.TRAP = Trap
channel-type.config.snmp.string.oid.label = OID
channel-type.config.snmp.string.oid.description = OID in dotted format (eg. .1.3.6.1.4.1.6574.3.1.1.3.0)
channel-type.config.snmp.switch.datatype.label = Datentyp
channel-type.config.snmp.switch.datatype.description = Inhalts-Typ
channel-type.config.snmp.switch.datatype.option.UINT32 = Unsigned Integer (32 bit)
channel-type.config.snmp.switch.datatype.option.INT32 = Integer (32 bit)
channel-type.config.snmp.switch.datatype.option.COUNTER64 = Counter (64 bit)
channel-type.config.snmp.switch.datatype.option.STRING = String
channel-type.config.snmp.switch.datatype.option.HEXSTRING = Hex-String
channel-type.config.snmp.switch.datatype.option.IPADDRESS = IP Address
channel-type.config.snmp.switch.doNotLogException.label = Ausnahme nicht protokollieren
channel-type.config.snmp.switch.doNotLogException.description = Wenn aktiviert, werden fehlerhafte Werte/Ausnahmen in diesem Kanal nicht protokolliert
channel-type.config.snmp.switch.exceptionValue.label = Ausnahmewert
channel-type.config.snmp.switch.exceptionValue.description = Sendewert, wenn eine SNMP-Ausnahme auftritt (ON, OFF, Standardwert\: UNDEF)
channel-type.config.snmp.switch.exceptionValue.option.ON = ON
channel-type.config.snmp.switch.exceptionValue.option.OFF = OFF
channel-type.config.snmp.switch.mode.label = Modus
channel-type.config.snmp.switch.mode.description = der Modus dieses Kanals
channel-type.config.snmp.switch.mode.option.READ = Lesen
channel-type.config.snmp.switch.mode.option.WRITE = Schreiben
channel-type.config.snmp.switch.mode.option.READ_WRITE = Lesen/Schreiben
channel-type.config.snmp.switch.mode.option.TRAP = Trap
channel-type.config.snmp.switch.offvalue.label = Off-Wert
channel-type.config.snmp.switch.offvalue.description = Wert entspricht AUS
channel-type.config.snmp.switch.oid.label = OID
channel-type.config.snmp.switch.oid.description = OID in dotted format (eg. .1.3.6.1.4.1.6574.3.1.1.3.0)
channel-type.config.snmp.switch.onvalue.label = On-Wert
channel-type.config.snmp.switch.onvalue.description = Wert entspricht EIN