J-N-K 89d0689e36
fix i18n for bindings (#14235)
Also-By: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-01-21 12:14:51 +01:00

106 lines
7.5 KiB
Properties

# add-on
addon.alarmdecoder.name = Alarm Decoder Binding
addon.alarmdecoder.description = This binding is for the Nu Tech Alarm Decoder, used for interfacing with Ademco/Honeywell and DSC alarm systems.
# thing types
thing-type.alarmdecoder.ipbridge.label = Alarm Decoder IP Bridge
thing-type.alarmdecoder.ipbridge.description = Nu Tech Alarm Decoder IP Bridge
thing-type.alarmdecoder.keypad.label = Alarm Keypad
thing-type.alarmdecoder.keypad.description = Alarm Decoder keypad thing
thing-type.alarmdecoder.keypad.channel.acpower.label = AC Power
thing-type.alarmdecoder.keypad.channel.alarm.label = Alarm
thing-type.alarmdecoder.keypad.channel.alarm.description = Alarm is currently sounding
thing-type.alarmdecoder.keypad.channel.alarmoccurred.label = Alarm Occurred
thing-type.alarmdecoder.keypad.channel.alarmoccurred.description = Alarm has occurred in the past
thing-type.alarmdecoder.keypad.channel.armedaway.label = Armed Away
thing-type.alarmdecoder.keypad.channel.armedhome.label = Armed Stay
thing-type.alarmdecoder.keypad.channel.backlight.label = Keypad Backlight
thing-type.alarmdecoder.keypad.channel.beeps.label = Beeps
thing-type.alarmdecoder.keypad.channel.beeps.description = Number of beeps for message
thing-type.alarmdecoder.keypad.channel.bypassed.label = Zone Bypassed
thing-type.alarmdecoder.keypad.channel.chime.label = Chime Enabled
thing-type.alarmdecoder.keypad.channel.command.label = Keypad Command
thing-type.alarmdecoder.keypad.channel.delayoff.label = Entry Delay Off
thing-type.alarmdecoder.keypad.channel.fire.label = Fire Detected
thing-type.alarmdecoder.keypad.channel.intcommand.label = Integer Mapped Keypad Command
thing-type.alarmdecoder.keypad.channel.lowbat.label = Low Battery
thing-type.alarmdecoder.keypad.channel.perimeter.label = Perimeter Only
thing-type.alarmdecoder.keypad.channel.program.label = Programming Mode
thing-type.alarmdecoder.keypad.channel.ready.label = Ready
thing-type.alarmdecoder.keypad.channel.sysfault.label = System Fault
thing-type.alarmdecoder.keypad.channel.text.label = Keypad Message
thing-type.alarmdecoder.keypad.channel.zone.label = Zone
thing-type.alarmdecoder.lrr.label = Long Range Radio
thing-type.alarmdecoder.lrr.description = Long range radio message handler
thing-type.alarmdecoder.lrr.channel.cidmessage.label = CID Message
thing-type.alarmdecoder.lrr.channel.cidmessage.description = SIA Contact ID Protocol message
thing-type.alarmdecoder.lrr.channel.eventdata.label = Event Data
thing-type.alarmdecoder.lrr.channel.eventdata.description = CID event data (user or zone)
thing-type.alarmdecoder.lrr.channel.partition.label = Partition
thing-type.alarmdecoder.lrr.channel.partition.description = Partition number (0 = System)
thing-type.alarmdecoder.lrr.channel.reportcode.label = Report Code
thing-type.alarmdecoder.lrr.channel.reportcode.description = CID report code
thing-type.alarmdecoder.rfzone.label = Alarm RF Zone
thing-type.alarmdecoder.rfzone.description = Alarm Decoder RFX zone
thing-type.alarmdecoder.rfzone.channel.loop1.label = Loop 1
thing-type.alarmdecoder.rfzone.channel.loop2.label = Loop 2
thing-type.alarmdecoder.rfzone.channel.loop3.label = Loop 3
thing-type.alarmdecoder.rfzone.channel.loop4.label = Loop 4
thing-type.alarmdecoder.rfzone.channel.lowbat.label = Low Battery
thing-type.alarmdecoder.rfzone.channel.supervision.label = Supervision Indicator
thing-type.alarmdecoder.serialbridge.label = Alarm Decoder Serial Bridge
thing-type.alarmdecoder.serialbridge.description = Nu Tech Alarm Decoder Serial Bridge
thing-type.alarmdecoder.vzone.label = Virtual Zone
thing-type.alarmdecoder.vzone.description = Alarm Decoder virtual zone
thing-type.alarmdecoder.zone.label = Alarm Zone
thing-type.alarmdecoder.zone.description = Alarm Decoder REL or EXP zone
# thing types config
thing-type.config.alarmdecoder.ipbridge.discovery.label = Enable Discovery
thing-type.config.alarmdecoder.ipbridge.discovery.description = Enable automatic discovery of zones and RF zones
thing-type.config.alarmdecoder.ipbridge.hostname.label = Host Name
thing-type.config.alarmdecoder.ipbridge.hostname.description = The hostname or IP address of the Alarm Decoder device
thing-type.config.alarmdecoder.ipbridge.reconnect.label = Reconnect Interval
thing-type.config.alarmdecoder.ipbridge.reconnect.description = The period in minutes that the handler will wait between connection attempts and checks
thing-type.config.alarmdecoder.ipbridge.tcpPort.label = TCP Port
thing-type.config.alarmdecoder.ipbridge.tcpPort.description = TCP port number for the Alarm Decoder connection
thing-type.config.alarmdecoder.ipbridge.timeout.label = Message Receive Timeout
thing-type.config.alarmdecoder.ipbridge.timeout.description = The period in minutes after which the connection will be reset if no valid messages have been received. Set to 0 to disable.
thing-type.config.alarmdecoder.keypad.addressMask.label = Address Mask
thing-type.config.alarmdecoder.keypad.addressMask.description = String containing the address mask in hex that the keypad thing will receive messages for. (0=any)
thing-type.config.alarmdecoder.keypad.commandMapping.label = Command Mapping for intcommand Channel
thing-type.config.alarmdecoder.keypad.commandMapping.description = Comma separated list of key/value pairs mapping integers to command strings for intcommand channel.
thing-type.config.alarmdecoder.keypad.sendCommands.label = Send Commands
thing-type.config.alarmdecoder.keypad.sendCommands.description = Allow keypad commands to be sent to the alarm system from openHAB. Enabling this means the alarm system will be only as secure as your openHAB system.
thing-type.config.alarmdecoder.keypad.sendStar.label = Send * for Fault Info
thing-type.config.alarmdecoder.keypad.sendStar.description = When disarmed, automatically send * character to obtain zone fault information.
thing-type.config.alarmdecoder.lrr.partition.label = Partition
thing-type.config.alarmdecoder.lrr.partition.description = Partition for which to receive LRR events (0=All)
thing-type.config.alarmdecoder.rfzone.serial.label = Serial
thing-type.config.alarmdecoder.rfzone.serial.description = Serial number of the RF zone
thing-type.config.alarmdecoder.serialbridge.bitrate.label = Bitrate
thing-type.config.alarmdecoder.serialbridge.bitrate.description = Speed of the serial connection
thing-type.config.alarmdecoder.serialbridge.discovery.label = Enable Discovery
thing-type.config.alarmdecoder.serialbridge.discovery.description = Enable automatic discovery of zones and RF zones
thing-type.config.alarmdecoder.serialbridge.serialPort.label = Serial Or USB Port
thing-type.config.alarmdecoder.serialbridge.serialPort.description = The name of the serial port used to connect to the Alarm Decoder device
thing-type.config.alarmdecoder.vzone.address.label = Virtual Zone Number
thing-type.config.alarmdecoder.zone.address.label = Zone Address
thing-type.config.alarmdecoder.zone.channel.label = Zone Channel
# channel types
channel-type.alarmdecoder.command-channel.label = Command Channel
channel-type.alarmdecoder.contact-channel.label = Contact State
channel-type.alarmdecoder.contact-command-channel.label = Contact Command
channel-type.alarmdecoder.contact-command-channel.command.option.OPEN = Open
channel-type.alarmdecoder.contact-command-channel.command.option.CLOSED = Closed
channel-type.alarmdecoder.indicator-channel.label = Indicator State
channel-type.alarmdecoder.int-command-channel.label = Integer Command Channel
channel-type.alarmdecoder.number-channel.label = Number
channel-type.alarmdecoder.switch-channel.label = Switch State
channel-type.alarmdecoder.text-channel.label = Text Channel