Files
openhab-addons/bundles/org.openhab.binding.bondhome/src/main/resources/OH-INF/i18n/bondhome.properties
2023-01-04 07:25:14 +01:00

104 lines
7.1 KiB
Properties

# binding
binding.bondhome.name = Bond Home Binding
binding.bondhome.description = This is the binding for the Bond Bridge for Ceiling Fans and other RF devices.
# thing types
thing-type.bondhome.bondBridge.label = Bond Home Bridge
thing-type.bondhome.bondBridge.description = The RF/IR/Wifi Bridge
thing-type.bondhome.bondFan.label = Bond Home Ceiling Fan
thing-type.bondhome.bondFan.description = An RF or IR remote controlled ceiling fan with or without a light
thing-type.bondhome.bondFireplace.label = Bond Home Fireplace
thing-type.bondhome.bondFireplace.description = An RF or IR remote controlled fireplace with or without a fan
thing-type.bondhome.bondGenericThing.label = Bond Home Generic Remote
thing-type.bondhome.bondGenericThing.description = A generic RF or IR remote controlled device
thing-type.bondhome.bondLight.label = Bond Home Light
thing-type.bondhome.bondLight.description = An RF or IR remote controlled light
thing-type.bondhome.bondShades.label = Bond Home Motorized Shades
thing-type.bondhome.bondShades.description = An RF or IR remote controlled motorized shade
# thing types config
thing-type.config.bondhome.bondbridge.ipAddress.label = Bond Bridge IP Address
thing-type.config.bondhome.bondbridge.ipAddress.description = The IP Address of the Bond Bridge.
thing-type.config.bondhome.bondbridge.localToken.label = Bond Bridge Local Token
thing-type.config.bondhome.bondbridge.localToken.description = The local token associated with the Bond Bridge. This is viewable in the Bond Home app.
thing-type.config.bondhome.bondbridge.serialNumber.label = Bond Serial Number
thing-type.config.bondhome.bondbridge.serialNumber.description = The Bond ID (serial number) of the Bond Bridge. Viewable in the Bond Home app or on the bottom of the bridge itself.
thing-type.config.bondhome.bonddevice.deviceId.label = Device ID
thing-type.config.bondhome.bonddevice.deviceId.description = The device ID assigned to the fan. Available in the Bond Home app.
thing-type.config.bondhome.bonddevice.lastDeviceConfigurationHash.label = Bond Device Hash State
thing-type.config.bondhome.bonddevice.lastDeviceConfigurationHash.description = The current hash value of the device.
# channel group types
channel-group-type.bondhome.ceilingFanChannelGroup.label = Ceiling Fan
channel-group-type.bondhome.commonChannelGroup.label = Common
channel-group-type.bondhome.downLightChannelGroup.label = Down Light
channel-group-type.bondhome.fireplaceChannelGroup.label = Fireplace
channel-group-type.bondhome.lightChannelGroup.label = Light
channel-group-type.bondhome.shadeChannelGroup.label = Motorized Shades
channel-group-type.bondhome.upLightChannelGroup.label = Up Light
# channel types
channel-type.bondhome.breezeMeanChannelType.label = Mean Breeze Speed
channel-type.bondhome.breezeMeanChannelType.description = Sets the average speed in breeze mode. 0 = minimum average speed (calm), 100 = maximum average speed (storm)
channel-type.bondhome.breezeStateChannelType.label = Breeze Mode
channel-type.bondhome.breezeStateChannelType.description = Enables or disables breeze mode
channel-type.bondhome.breezeVariabilityChannelType.label = Breeze Variability
channel-type.bondhome.breezeVariabilityChannelType.description = Sets the variability of the speed in breeze mode. 0 = minimum variation (steady), 100 = maximum variation (gusty)
channel-type.bondhome.commandChannelType.label = Command
channel-type.bondhome.commandChannelType.description = Sends a command to a device
channel-type.bondhome.commandChannelType.command.option.STOP = Stop Dimming
channel-type.bondhome.commandChannelType.command.option.HOLD = Hold Rollershutter
channel-type.bondhome.commandChannelType.command.option.PRESET = Send shade to preset
channel-type.bondhome.commandChannelType.command.option.DIM_START_STOP = Start/Stop Dimming
channel-type.bondhome.commandChannelType.command.option.DIM_INCREASE = Increase Brightness Until Stopped
channel-type.bondhome.commandChannelType.command.option.DIM_DECREASE = Decrease Brightness Until Stopped
channel-type.bondhome.commandChannelType.command.option.UP_LIGHT_DIM_START_STOP = Start/Stop Dimming
channel-type.bondhome.commandChannelType.command.option.UP_LIGHT_DIM_INCREASE = Increase Brightness Until Stopped
channel-type.bondhome.commandChannelType.command.option.UP_LIGHT_DIM_DECREASE = Decrease Brightness Until Stopped
channel-type.bondhome.commandChannelType.command.option.DOWN_LIGHT_DIM_START_STOP = Start/Stop Dimming
channel-type.bondhome.commandChannelType.command.option.DOWN_LIGHT_DIM_INCREASE = Increase Brightness Until Stopped
channel-type.bondhome.commandChannelType.command.option.DOWN_LIGHT_DIM_DECREASE = Decrease Brightness Until Stopped
channel-type.bondhome.directionChannelType.label = Fan Direction
channel-type.bondhome.directionChannelType.description = Sets the fan direction; forward or reverse. The forward and reverse modes are sometimes called Summer and Winter
channel-type.bondhome.directionChannelType.state.option.summer = Summer
channel-type.bondhome.directionChannelType.state.option.winter = Winter
channel-type.bondhome.enableChannelType.label = Enable Up or Down Light
channel-type.bondhome.enableChannelType.description = Enables or disables the up or down light of the ceiling fan. The light must also be on to turn on the up light.
channel-type.bondhome.fanSpeedChannelType.label = Fan Speed
channel-type.bondhome.fanSpeedChannelType.description = Sets fan speed
channel-type.bondhome.flameChannelType.label = Flame Level
channel-type.bondhome.flameChannelType.description = Turns on or adjust the flame level
channel-type.bondhome.fpFanSpeedChannelType.label = Fireplace Fan Speed
channel-type.bondhome.fpFanSpeedChannelType.description = Adjusts the speed of the fireplace fan
channel-type.bondhome.lightChannelType.label = Light
channel-type.bondhome.lightChannelType.description = Turns the light on the ceiling fan on or off
channel-type.bondhome.rollershutterChannelType.label = Shade
channel-type.bondhome.rollershutterChannelType.description = Opens, closes, or stops motorized shades
channel-type.bondhome.timerChannelType.label = Timer
channel-type.bondhome.timerChannelType.description = Starts a timer for s seconds. If power if off, device is implicitly turned on
# thing status descriptions
offline.comm-error.api-call-failed = Bond API call failed.
offline.comm-error.device-not-found = No Bond device found with the given device id.
offline.comm-error.no-api = Bond Bridge API not available.
offline.comm-error.no-response = No response received!
offline.comm-error.timeout = Repeated timeouts attempting to reach bridge.
offline.comm-error.unexpected-response = Unexpected HTTP response: {}
offline.comm-error.unparseable-response = Unable to parse JSON response.
offline.conf-error.no-device-id = No device ID set.
offline.conf-error.incorrect-local-token = Incorrect local token for Bond Bridge.
offline.conf-error.invalid-host = IP Address or host name for Bond Bridge is not valid.
offline.conf-error.no-bridge = No Bond Bridge is associated with this Bond device.
offline.conf-error.no-device-properties = Unable to get device properties from Bond.
offline.conf-error.unknown-host = Unable to get an IP Address for Bond Bridge
# discovery result
discovery.bridge.label = Bond Bridge