From 87e570d91a45e2e820c7b6e7835086c920b1b4ca Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Sun, 24 Oct 2021 20:46:23 +0200 Subject: [PATCH] Added default i18n properties file (#11443) Signed-off-by: Christoph Weitkamp --- .../main/resources/OH-INF/i18n/hue.properties | 166 ++++++++++-------- 1 file changed, 91 insertions(+), 75 deletions(-) diff --git a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties index 13c69e08c..46bee8d8e 100644 --- a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties +++ b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties @@ -1,14 +1,15 @@ # binding + binding.hue.name = Hue Binding binding.hue.description = The Hue Binding integrates the Philips Hue system. It allows to control Hue bulbs. -# binding configuration +# binding config + binding.config.hue.removalGracePeriod.label = Removal Grace Period binding.config.hue.removalGracePeriod.description = Extra grace period (seconds) that UPnP discovery shall wait before removing a lost Bridge from the Inbox. Default is 50 seconds. # thing types -thing-type.hue.bridge.label = Hue Bridge -thing-type.hue.bridge.description = The Hue bridge represents the Philips Hue bridge. + thing-type.hue.0000.label = On/Off Light thing-type.hue.0000.description = A light that could be switched on and off. thing-type.hue.0010.label = On/Off Plug-in Unit @@ -37,123 +38,111 @@ thing-type.hue.0840.label = CLIP Generic Status Sensor thing-type.hue.0840.description = A generic sensor object for IP sensor use. thing-type.hue.0850.label = CLIP Generic Flag Sensor thing-type.hue.0850.description = A generic sensor object for IP sensor use. +thing-type.hue.bridge.label = Hue Bridge +thing-type.hue.bridge.description = The Hue bridge represents the Philips Hue bridge. thing-type.hue.geofencesensor.label = Geofence Sensor thing-type.hue.geofencesensor.description = A sensor providing geofence based presence detection. +thing-type.hue.group.label = Hue Group +thing-type.hue.group.description = A group of lights or a room that could be switched on and off. + +# thing types config -# thing type configuration -thing-type.config.hue.bridge.ipAddress.label = Network Address -thing-type.config.hue.bridge.ipAddress.description = Network address of the Hue bridge. -thing-type.config.hue.bridge.port.label = Port -thing-type.config.hue.bridge.port.description = Port of the Hue bridge. -thing-type.config.hue.bridge.userName.label = Username -thing-type.config.hue.bridge.userName.description = Name of a registered Hue bridge user, that allows to access the API. -thing-type.config.hue.bridge.pollingInterval.label = Polling Interval -thing-type.config.hue.bridge.pollingInterval.description = Seconds between fetching values from the Hue bridge. Default is 10. -thing-type.config.hue.bridge.sensorPollingInterval.label = Sensor Polling Interval -thing-type.config.hue.bridge.sensorPollingInterval.description = Milliseconds between fetching sensor-values from the Hue bridge. A higher value means more delay for the sensor values, but a too low value can cause congestion on the Hue bridge. Use 0 to disable the polling for sensors. Default is 500. thing-type.config.hue.0000.lightId.label = Light ID thing-type.config.hue.0000.lightId.description = The light identifier identifies one certain hue light. thing-type.config.hue.0010.lightId.label = Light ID thing-type.config.hue.0010.lightId.description = The identifier that is used within the hue bridge. -thing-type.config.hue.0100.lightId.label = Light ID -thing-type.config.hue.0100.lightId.description = The light identifier identifies one certain hue light. thing-type.config.hue.0100.fadetime.label = Fade Time thing-type.config.hue.0100.fadetime.description = Fade time in milliseconds for changing values -thing-type.config.hue.0106.sensorId.label = Sensor ID -thing-type.config.hue.0106.sensorId.description = The identifier that is used within the hue bridge. -thing-type.config.hue.0106.on.label = Sensor Status -thing-type.config.hue.0106.on.description = Enables or disables the sensor. +thing-type.config.hue.0100.lightId.label = Light ID +thing-type.config.hue.0100.lightId.description = The light identifier identifies one certain hue light. thing-type.config.hue.0106.ledindication.label = LED Indication thing-type.config.hue.0106.ledindication.description = Turns device LED during normal operation on or off. Devices might still indicate exceptional operation (Reset, SW Update, Battery Low). +thing-type.config.hue.0106.on.label = Sensor Status +thing-type.config.hue.0106.on.description = Enables or disables the sensor. +thing-type.config.hue.0106.sensorId.label = Sensor ID +thing-type.config.hue.0106.sensorId.description = The identifier that is used within the hue bridge. thing-type.config.hue.0106.tholddark.label = Threshold Dark thing-type.config.hue.0106.tholddark.description = Threshold the user configured to be used in rules to determine insufficient light level (ie below threshold). Default value 16000. thing-type.config.hue.0106.tholdoffset.label = Threshold Offset -thing-type.config.hue.0106.tholdoffset.description = Threshold the user configured to be used in rules to determine sufficient light level (ie above threshold). Specified as relative offset to the "dark" threshold. Shall be >=1. Default value 7000. -thing-type.config.hue.0110.lightId.label = Light ID -thing-type.config.hue.0110.lightId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.0106.tholdoffset.description = Threshold the user configured to be used in rules to determine sufficient light level (ie above threshold). Specified as relative offset to the “dark” threshold. Shall be >=1. Default value 7000. thing-type.config.hue.0110.fadetime.label = Fade Time thing-type.config.hue.0110.fadetime.description = Fade time in milliseconds for changing values -thing-type.config.hue.0200.lightId.label = Light ID -thing-type.config.hue.0200.lightId.description = The light identifier identifies one certain hue light. +thing-type.config.hue.0110.lightId.label = Light ID +thing-type.config.hue.0110.lightId.description = The identifier that is used within the hue bridge. thing-type.config.hue.0200.fadetime.label = Fade Time thing-type.config.hue.0200.fadetime.description = Fade time in milliseconds for changing values -thing-type.config.hue.0210.lightId.label = Light ID -thing-type.config.hue.0210.lightId.description = The light identifier identifies one certain hue light. +thing-type.config.hue.0200.lightId.label = Light ID +thing-type.config.hue.0200.lightId.description = The light identifier identifies one certain hue light. thing-type.config.hue.0210.fadetime.label = Fade Time thing-type.config.hue.0210.fadetime.description = Fade time in milliseconds for changing values -thing-type.config.hue.0220.lightId.label = Light ID -thing-type.config.hue.0220.lightId.description = The light identifier identifies one certain hue light. +thing-type.config.hue.0210.lightId.label = Light ID +thing-type.config.hue.0210.lightId.description = The light identifier identifies one certain hue light. thing-type.config.hue.0220.fadetime.label = Fade Time thing-type.config.hue.0220.fadetime.description = Fade time in milliseconds for changing values -thing-type.config.hue.0302.sensorId.label = Sensor ID -thing-type.config.hue.0302.sensorId.description = The identifier that is used within the hue bridge. -thing-type.config.hue.0302.on.label = Sensor Status -thing-type.config.hue.0302.on.description = Enables or disables the sensor. +thing-type.config.hue.0220.lightId.label = Light ID +thing-type.config.hue.0220.lightId.description = The light identifier identifies one certain hue light. thing-type.config.hue.0302.ledindication.label = LED Indication thing-type.config.hue.0302.ledindication.description = Turns device LED during normal operation on or off. Devices might still indicate exceptional operation (Reset, SW Update, Battery Low). -thing-type.config.hue.0820.sensorId.label = Sensor ID -thing-type.config.hue.0820.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.0302.on.label = Sensor Status +thing-type.config.hue.0302.on.description = Enables or disables the sensor. +thing-type.config.hue.0302.sensorId.label = Sensor ID +thing-type.config.hue.0302.sensorId.description = The identifier that is used within the hue bridge. thing-type.config.hue.0820.on.label = Sensor Status thing-type.config.hue.0820.on.description = Enables or disables the sensor. -thing-type.config.hue.0830.sensorId.label = Sensor ID -thing-type.config.hue.0830.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.0820.sensorId.label = Sensor ID +thing-type.config.hue.0820.sensorId.description = The identifier that is used within the hue bridge. thing-type.config.hue.0830.on.label = Sensor Status thing-type.config.hue.0830.on.description = Enables or disables the sensor. -thing-type.config.hue.0840.sensorId.label = Sensor ID -thing-type.config.hue.0840.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.0830.sensorId.label = Sensor ID +thing-type.config.hue.0830.sensorId.description = The identifier that is used within the hue bridge. thing-type.config.hue.0840.on.label = Sensor Status thing-type.config.hue.0840.on.description = Enables or disables the sensor. -thing-type.config.hue.0850.sensorId.label = Sensor ID -thing-type.config.hue.0850.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.0840.sensorId.label = Sensor ID +thing-type.config.hue.0840.sensorId.description = The identifier that is used within the hue bridge. thing-type.config.hue.0850.on.label = Sensor Status thing-type.config.hue.0850.on.description = Enables or disables the sensor. -thing-type.config.hue.geofencesensor.sensorId.label = Sensor ID -thing-type.config.hue.geofencesensor.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.0850.sensorId.label = Sensor ID +thing-type.config.hue.0850.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.bridge.ipAddress.label = Network Address +thing-type.config.hue.bridge.ipAddress.description = Network address of the Hue bridge. +thing-type.config.hue.bridge.pollingInterval.label = Polling Interval +thing-type.config.hue.bridge.pollingInterval.description = Seconds between fetching values from the Hue bridge. Default is 10. +thing-type.config.hue.bridge.port.label = Port +thing-type.config.hue.bridge.port.description = Port of the Hue bridge. +thing-type.config.hue.bridge.sensorPollingInterval.label = Sensor Polling Interval +thing-type.config.hue.bridge.sensorPollingInterval.description = Milliseconds between fetching sensor-values from the Hue bridge. A higher value means more delay for the sensor values, but a too low value can cause congestion on the Hue bridge. Use 0 to disable the polling for sensors. Default is 500. +thing-type.config.hue.bridge.userName.label = Username +thing-type.config.hue.bridge.userName.description = Name of a registered Hue bridge user, that allows to access the API. thing-type.config.hue.geofencesensor.on.label = Sensor Status thing-type.config.hue.geofencesensor.on.description = Enables or disables the sensor. -thing-type.config.hue.presencesensor.sensorId.label = Sensor ID -thing-type.config.hue.presencesensor.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.geofencesensor.sensorId.label = Sensor ID +thing-type.config.hue.geofencesensor.sensorId.description = The identifier that is used within the hue bridge. +thing-type.config.hue.group.fadetime.label = Fade Time +thing-type.config.hue.group.fadetime.description = Fade time in milliseconds for changing values +thing-type.config.hue.group.groupId.label = Group ID +thing-type.config.hue.group.groupId.description = The group identifier identifies one certain hue group or room. thing-type.config.hue.presencesensor.ledindication.label = LED Indication thing-type.config.hue.presencesensor.ledindication.description = Turns device LED during normal operation on or off. Devices might still indicate exceptional operation (Reset, SW Update, Battery Low). thing-type.config.hue.presencesensor.sensitivity.label = Sensitivity thing-type.config.hue.presencesensor.sensitivity.description = The current sensitivity of the presence sensor. Cannot exceed maximum sensitivity. thing-type.config.hue.presencesensor.sensitivitymax.label = Maximum Sensitivity thing-type.config.hue.presencesensor.sensitivitymax.description = The maximum sensitivity of the presence sensor. +thing-type.config.hue.presencesensor.sensorId.label = Sensor ID +thing-type.config.hue.presencesensor.sensorId.description = The identifier that is used within the hue bridge. # channel types -channel-type.hue.alert.label = Alarm + +channel-type.hue.alert.label = Alert channel-type.hue.alert.description = The alert channel allows a temporary change to the bulb’s state. channel-type.hue.alert.state.option.NONE = None channel-type.hue.alert.state.option.SELECT = Alert channel-type.hue.alert.state.option.LSELECT = Long Alert -channel-type.hue.effect.label = Color Loop -channel-type.hue.effect.description = The effect channel allows putting the bulb in a color looping mode. -channel-type.hue.scene.label = Scene -channel-type.hue.scene.description = The scene channel allows recalling a scene to all lights that belong to the scene. - -channel-type.hue.last_updated.label = Last Updated -channel-type.hue.last_updated.description = The date and time when the sensor was last updated. -channel-type.hue.last_updated.options.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS -channel-type.hue.illuminance.label = Illuminance -channel-type.hue.illuminance.description = Current illuminance. -channel-type.hue.light_level.label = Light Level -channel-type.hue.light_level.description = Current light level. channel-type.hue.dark.label = Dark channel-type.hue.dark.description = Light level is below the darkness threshold. channel-type.hue.daylight.label = Daylight channel-type.hue.daylight.description = Light level is above the daylight threshold. channel-type.hue.dimmer_switch.label = Dimmer Switch State channel-type.hue.dimmer_switch.description = The Button that was last pressed on the dimmer switch. -channel-type.hue.tap_switch.label = Tap Switch State -channel-type.hue.tap_switch.description = The Button that was last pressed on the tap switch. -channel-type.hue.tap_switch.state.option.34 = Button 1 -channel-type.hue.tap_switch.state.option.16 = Button 2 -channel-type.hue.tap_switch.state.option.17 = Button 3 -channel-type.hue.tap_switch.state.option.18 = Button 4 -channel-type.hue.temperature.label = Temperature -channel-type.hue.temperature.description = Current temperature. -channel-type.hue.dimmer_switch_event.label = Dimmer Switch Event -channel-type.hue.dimmer_switch_event.description = Triggers when a button is pressed on the dimmer switch. channel-type.hue.dimmer_switch.state.option.1000 = On (Initial Press) channel-type.hue.dimmer_switch.state.option.1001 = On (Hold) channel-type.hue.dimmer_switch.state.option.1002 = On (Short Released) @@ -170,17 +159,44 @@ channel-type.hue.dimmer_switch.state.option.4000 = Off (Initial Press) channel-type.hue.dimmer_switch.state.option.4001 = Off (Hold) channel-type.hue.dimmer_switch.state.option.4002 = Off (Short Released) channel-type.hue.dimmer_switch.state.option.4003 = Off (Long Released) -channel-type.hue.status.label = Status -channel-type.hue.status.description = Status of CLIP sensor. +channel-type.hue.dimmer_switch_event.label = Dimmer Switch Event +channel-type.hue.dimmer_switch_event.description = Triggers when a button is pressed on the dimmer switch. +channel-type.hue.effect.label = Color Loop +channel-type.hue.effect.description = The effect channel allows putting the bulb in a color looping mode. channel-type.hue.flag.label = Flag channel-type.hue.flag.description = Flag of CLIP sensor. +channel-type.hue.illuminance.label = Illuminance +channel-type.hue.illuminance.description = Current illuminance. +channel-type.hue.last_updated.label = Last Updated +channel-type.hue.last_updated.description = The date and time when the sensor was last updated. +channel-type.hue.last_updated.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS +channel-type.hue.light_level.label = Light Level +channel-type.hue.light_level.description = Current light level. +channel-type.hue.scene.label = Scene +channel-type.hue.scene.description = The scene channel allows recalling a scene to all lights that belong to the scene. +channel-type.hue.status.label = Status +channel-type.hue.status.description = Status of CLIP sensor. +channel-type.hue.tap_switch.label = Tap Switch State +channel-type.hue.tap_switch.description = The Button that was last pressed on the tap switch. +channel-type.hue.tap_switch.state.option.34 = Button 1 +channel-type.hue.tap_switch.state.option.16 = Button 2 +channel-type.hue.tap_switch.state.option.17 = Button 3 +channel-type.hue.tap_switch.state.option.18 = Button 4 channel-type.hue.tap_switch_event.label = Tap Switch Event channel-type.hue.tap_switch_event.description = Triggers when a button is pressed on the tap switch. +channel-type.hue.temperature.label = Temperature +channel-type.hue.temperature.description = Current temperature. + +# channel types + +channel-type.hue.last_updated.options.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS + +# config status messages -# Config status messages config-status.error.missing-ip-address-configuration = No IP address for the Hue bridge has been provided. -# Thing status descriptions +# thing status descriptions + offline.conf-error-no-ip-address = Cannot connect to Hue bridge. IP address not available in configuration. offline.conf-error-no-username = Cannot connect to Hue bridge. User name for authentication not available in configuration. offline.conf-error-invalid-username = Authentication failed. Remove user name from configuration to generate a new one. @@ -199,9 +215,7 @@ offline.light-removed = Hue bridge reports light as removed. offline.sensor-removed = Hue bridge reports sensor as removed. offline.group-removed = Hue bridge reports group as removed. -#LightActions -actionLabel = send a light command with a custom fade time -actionDesc = Send a light command with a custom fade time. +# lightactions actionInputChannelLabel = Channel actionInputChannelDesc = The channel to send the command to. @@ -209,3 +223,5 @@ actionInputCommandLabel = Command actionInputCommandDesc = The Command for the light. actionInputFadeTimeLabel = FadeTime actionInputFadeTimeDesc = The fade time to use for the light command in ms. +actionLabel = send a light command with a custom fade time +actionDesc = Send a light command with a custom fade time.