Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,138 @@
|
||||
# binding
|
||||
|
||||
binding.ihc.name = IHC / ELKO Binding
|
||||
binding.ihc.description = Binding to communicate IHC / ELKO controller
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.ihc.controller.label = IHC / ELKO Controller
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.ihc.controller.createChannelsAutomatically.label = Create Channels Automatically
|
||||
thing-type.config.ihc.controller.createChannelsAutomatically.description = Create channels automatically from project file. Project file loading parameter should be enabled as well.
|
||||
thing-type.config.ihc.controller.hostname.label = Network Address
|
||||
thing-type.config.ihc.controller.hostname.description = Network/IP address of the IHC / ELKO controller without https prefix, but can contain TCP port if default port is not used
|
||||
thing-type.config.ihc.controller.loadProjectFile.label = Load Project File
|
||||
thing-type.config.ihc.controller.loadProjectFile.description = Load project file from controller.
|
||||
thing-type.config.ihc.controller.password.label = Password
|
||||
thing-type.config.ihc.controller.password.description = Password to login to the IHC / ELKO controller.
|
||||
thing-type.config.ihc.controller.timeout.label = Timeout
|
||||
thing-type.config.ihc.controller.timeout.description = Timeout to communicate to IHC / ELKO controller.
|
||||
thing-type.config.ihc.controller.tlsVersion.label = TLS version
|
||||
thing-type.config.ihc.controller.tlsVersion.description = TLS version used for controller communication. Choose TLSv1 for older firmware versions and TLSv1.2 for never versions (since fall 2021). Auto mode try to recognize correct version.
|
||||
thing-type.config.ihc.controller.tlsVersion.option.TLSv1 = TLSv1
|
||||
thing-type.config.ihc.controller.tlsVersion.option.TLSv1.2 = TLSv1.2
|
||||
thing-type.config.ihc.controller.tlsVersion.option.AUTO = Auto
|
||||
thing-type.config.ihc.controller.username.label = User Name
|
||||
thing-type.config.ihc.controller.username.description = User name to login to the IHC / ELKO controller.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.ihc.contact.label = Generic Contact
|
||||
channel-type.ihc.contact.description = Generic contact channel
|
||||
channel-type.ihc.controller-state.label = Controller State
|
||||
channel-type.ihc.controller-state.description = Displays IHC / ELKO controller state
|
||||
channel-type.ihc.controller-time.label = Controller Date and Time
|
||||
channel-type.ihc.controller-time.description = Displays IHC / ELKO controller date and time
|
||||
channel-type.ihc.controller-uptime.label = Controller Uptime
|
||||
channel-type.ihc.controller-uptime.description = Displays IHC / ELKO controller uptime in seconds
|
||||
channel-type.ihc.datetime.label = Generic Datetime
|
||||
channel-type.ihc.datetime.description = Generic datetime channel
|
||||
channel-type.ihc.dimmer.label = Generic Dimmer
|
||||
channel-type.ihc.dimmer.description = Generic dimmer channel
|
||||
channel-type.ihc.number.label = Generic Number
|
||||
channel-type.ihc.number.description = Generic number channel
|
||||
channel-type.ihc.push-button-trigger.label = Push Button Trigger Channel
|
||||
channel-type.ihc.rf-device-low-battery.label = RF Device Low Battery Warning
|
||||
channel-type.ihc.rf-device-low-battery.description = RF device low battery warning.
|
||||
channel-type.ihc.rf-device-signal-strength.label = RF Device Signal Strength
|
||||
channel-type.ihc.rf-device-signal-strength.description = RF device signal strength.
|
||||
channel-type.ihc.rf-device-signal-strength.state.option.0 = No signal
|
||||
channel-type.ihc.rf-device-signal-strength.state.option.1 = Weak
|
||||
channel-type.ihc.rf-device-signal-strength.state.option.2 = Average
|
||||
channel-type.ihc.rf-device-signal-strength.state.option.3 = Good
|
||||
channel-type.ihc.rf-device-signal-strength.state.option.4 = Excellent
|
||||
channel-type.ihc.rollershutter.label = Generic Roller Shutter
|
||||
channel-type.ihc.rollershutter.description = Generic roller shutter channel
|
||||
channel-type.ihc.string.label = Generic String
|
||||
channel-type.ihc.string.description = Generic string channel
|
||||
channel-type.ihc.switch.label = Generic Switch
|
||||
channel-type.ihc.switch.description = Generic switch channel
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.ihc.contact.inverted.label = Inverted Signal
|
||||
channel-type.config.ihc.contact.inverted.description = openHAB state is inverted compared to IHC output/input signal
|
||||
channel-type.config.ihc.contact.resourceId.label = Resource Id
|
||||
channel-type.config.ihc.datetime.commandToReact.label = Command to React
|
||||
channel-type.config.ihc.datetime.commandToReact.description = Command to react. If not defined, channel react to all commands.
|
||||
channel-type.config.ihc.datetime.direction.label = Channel Direction
|
||||
channel-type.config.ihc.datetime.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
|
||||
channel-type.config.ihc.datetime.direction.option.ReadWrite = Read Write
|
||||
channel-type.config.ihc.datetime.direction.option.WriteOnly = Write only
|
||||
channel-type.config.ihc.datetime.direction.option.ReadOnly = Read only
|
||||
channel-type.config.ihc.datetime.pulseWidth.label = Pulse Width
|
||||
channel-type.config.ihc.datetime.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
|
||||
channel-type.config.ihc.datetime.resourceId.label = Resource Id
|
||||
channel-type.config.ihc.dimmer.commandToReact.label = Command to React
|
||||
channel-type.config.ihc.dimmer.commandToReact.description = Command to react. If not defined, channel react to all commands.
|
||||
channel-type.config.ihc.dimmer.direction.label = Channel Direction
|
||||
channel-type.config.ihc.dimmer.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
|
||||
channel-type.config.ihc.dimmer.direction.option.ReadWrite = Read Write
|
||||
channel-type.config.ihc.dimmer.direction.option.WriteOnly = Write only
|
||||
channel-type.config.ihc.dimmer.direction.option.ReadOnly = Read only
|
||||
channel-type.config.ihc.dimmer.onLevel.label = ON Command Level
|
||||
channel-type.config.ihc.dimmer.onLevel.description = If defined, binding use this level when ON command is received rather than resource maximum value. Level is anyhow limited to resource maximum value.
|
||||
channel-type.config.ihc.dimmer.pulseWidth.label = Pulse Width
|
||||
channel-type.config.ihc.dimmer.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
|
||||
channel-type.config.ihc.dimmer.resourceId.label = Resource Id
|
||||
channel-type.config.ihc.number.commandToReact.label = Command to React
|
||||
channel-type.config.ihc.number.commandToReact.description = Command to react. If not defined, channel react to all commands.
|
||||
channel-type.config.ihc.number.direction.label = Channel Direction
|
||||
channel-type.config.ihc.number.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
|
||||
channel-type.config.ihc.number.direction.option.ReadWrite = Read Write
|
||||
channel-type.config.ihc.number.direction.option.WriteOnly = Write only
|
||||
channel-type.config.ihc.number.direction.option.ReadOnly = Read only
|
||||
channel-type.config.ihc.number.pulseWidth.label = Pulse Width
|
||||
channel-type.config.ihc.number.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
|
||||
channel-type.config.ihc.number.resourceId.label = Resource Id
|
||||
channel-type.config.ihc.push-button-trigger.longPressTime.label = Long Press Time
|
||||
channel-type.config.ihc.push-button-trigger.longPressTime.description = Long press time in milliseconds.
|
||||
channel-type.config.ihc.push-button-trigger.resourceId.label = Resource Id
|
||||
channel-type.config.ihc.rf-device-low-battery.serialNumber.label = RF Device Serial Number
|
||||
channel-type.config.ihc.rf-device-low-battery.serialNumber.description = Serial Number of RF device in decimal format.
|
||||
channel-type.config.ihc.rf-device-signal-strength.serialNumber.label = RF Device Serial Number
|
||||
channel-type.config.ihc.rf-device-signal-strength.serialNumber.description = Serial number of RF device in decimal format.
|
||||
channel-type.config.ihc.rollershutter.commandToReact.label = Command to React
|
||||
channel-type.config.ihc.rollershutter.commandToReact.description = Command to react. If not defined, channel react to all commands.
|
||||
channel-type.config.ihc.rollershutter.direction.label = Channel Direction
|
||||
channel-type.config.ihc.rollershutter.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
|
||||
channel-type.config.ihc.rollershutter.direction.option.ReadWrite = Read Write
|
||||
channel-type.config.ihc.rollershutter.direction.option.WriteOnly = Write only
|
||||
channel-type.config.ihc.rollershutter.direction.option.ReadOnly = Read only
|
||||
channel-type.config.ihc.rollershutter.pulseWidth.label = Pulse Width
|
||||
channel-type.config.ihc.rollershutter.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
|
||||
channel-type.config.ihc.rollershutter.resourceId.label = Resource Id
|
||||
channel-type.config.ihc.string.commandToReact.label = Command to React
|
||||
channel-type.config.ihc.string.commandToReact.description = Command to react. If not defined, channel react to all commands.
|
||||
channel-type.config.ihc.string.direction.label = Channel Direction
|
||||
channel-type.config.ihc.string.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
|
||||
channel-type.config.ihc.string.direction.option.ReadWrite = Read Write
|
||||
channel-type.config.ihc.string.direction.option.WriteOnly = Write only
|
||||
channel-type.config.ihc.string.direction.option.ReadOnly = Read only
|
||||
channel-type.config.ihc.string.pulseWidth.label = Pulse Width
|
||||
channel-type.config.ihc.string.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
|
||||
channel-type.config.ihc.string.resourceId.label = Resource Id
|
||||
channel-type.config.ihc.switch.commandToReact.label = Command to React
|
||||
channel-type.config.ihc.switch.commandToReact.description = Command to react. If not defined, channel react to all commands.
|
||||
channel-type.config.ihc.switch.direction.label = Channel Direction
|
||||
channel-type.config.ihc.switch.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
|
||||
channel-type.config.ihc.switch.direction.option.ReadWrite = Read Write
|
||||
channel-type.config.ihc.switch.direction.option.WriteOnly = Write only
|
||||
channel-type.config.ihc.switch.direction.option.ReadOnly = Read only
|
||||
channel-type.config.ihc.switch.inverted.label = Inverted Signal
|
||||
channel-type.config.ihc.switch.inverted.description = openHAB state is inverted compared to IHC output/input signal
|
||||
channel-type.config.ihc.switch.pulseWidth.label = Pulse Width
|
||||
channel-type.config.ihc.switch.pulseWidth.description = Pulse width in milliseconds. If defined, binding send pulse rather than command value to IHC controller.
|
||||
channel-type.config.ihc.switch.resourceId.label = Resource Id
|
||||
Reference in New Issue
Block a user