New Crowdin updates (#10570)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -1,5 +1,184 @@
|
||||
# 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.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
|
||||
thing-type.hue.0010.description = An outlet that could be switched on and off.
|
||||
thing-type.hue.0100.label = Dimmable Light
|
||||
thing-type.hue.0100.description = A dimmable light.
|
||||
thing-type.hue.0106.label = Hue Light Level Sensor
|
||||
thing-type.hue.0106.description = A sensor providing light level information.
|
||||
thing-type.hue.0107.label = Presence Sensor
|
||||
thing-type.hue.0107.description = A motion sensor providing presence detection.
|
||||
thing-type.hue.0110.label = Dimmable Plug-in Unit
|
||||
thing-type.hue.0110.description = An outlet that can be dimmed.
|
||||
thing-type.hue.0200.label = Color Light
|
||||
thing-type.hue.0200.description = A dimmable light with changeable colors.
|
||||
thing-type.hue.0210.label = Extended Color Light
|
||||
thing-type.hue.0210.description = A dimmable light with changeable colors and tunable color temperature.
|
||||
thing-type.hue.0220.label = Color Temperature Light
|
||||
thing-type.hue.0220.description = A dimmable light with tunable color temperature.
|
||||
thing-type.hue.0302.label = Hue Temperature Sensor
|
||||
thing-type.hue.0302.description = A sensor providing temperature values.
|
||||
thing-type.hue.0820.label = Hue Dimmer Switch
|
||||
thing-type.hue.0820.description = A dimmer switch.
|
||||
thing-type.hue.0830.label = Hue Tap Switch
|
||||
thing-type.hue.0830.description = A customizable switch.
|
||||
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.geofencesensor.label = Geofence Sensor
|
||||
thing-type.hue.geofencesensor.description = A sensor providing geofence based presence detection.
|
||||
|
||||
# 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.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.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.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.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.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.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.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.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.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.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.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.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.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.
|
||||
|
||||
# channel types
|
||||
channel-type.hue.alert.label = Alarm
|
||||
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)
|
||||
channel-type.hue.dimmer_switch.state.option.1003 = On (Long Released)
|
||||
channel-type.hue.dimmer_switch.state.option.2000 = Dim Up (Initial Press)
|
||||
channel-type.hue.dimmer_switch.state.option.2001 = Dim Up (Hold)
|
||||
channel-type.hue.dimmer_switch.state.option.2002 = Dim Up (Short Released)
|
||||
channel-type.hue.dimmer_switch.state.option.2003 = Dim Up (Long Released)
|
||||
channel-type.hue.dimmer_switch.state.option.3000 = Dim Down (Initial Press)
|
||||
channel-type.hue.dimmer_switch.state.option.3001 = Dim Down (Hold)
|
||||
channel-type.hue.dimmer_switch.state.option.3002 = Dim Down (Short Released)
|
||||
channel-type.hue.dimmer_switch.state.option.3003 = Dim Down (Long Released)
|
||||
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.flag.label = Flag
|
||||
channel-type.hue.flag.description = Flag of CLIP sensor.
|
||||
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.
|
||||
|
||||
# Config status messages
|
||||
config-status.error.missing-ip-address-configuration=No IP address for the Hue bridge has been provided.
|
||||
config-status.error.missing-ip-address-configuration = No IP address for the Hue bridge has been provided.
|
||||
|
||||
# Thing status descriptions
|
||||
offline.conf-error-no-ip-address = Cannot connect to Hue bridge. IP address not available in configuration.
|
||||
@@ -21,12 +200,12 @@ 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.
|
||||
actionLabel = send a light command with a custom fade time
|
||||
actionDesc = Send a light command with a custom fade time.
|
||||
|
||||
actionInputChannelLabel=Channel
|
||||
actionInputChannelDesc=The channel to send the command to.
|
||||
actionInputCommandLabel=Command
|
||||
actionInputCommandDesc=The Command for the light.
|
||||
actionInputFadeTimeLabel=FadeTime
|
||||
actionInputFadeTimeDesc=The fade time to use for the light command in ms.
|
||||
actionInputChannelLabel = Channel
|
||||
actionInputChannelDesc = The channel to send the command to.
|
||||
actionInputCommandLabel = Command
|
||||
actionInputCommandDesc = The Command for the light.
|
||||
actionInputFadeTimeLabel = FadeTime
|
||||
actionInputFadeTimeDesc = The fade time to use for the light command in ms.
|
||||
|
||||
Reference in New Issue
Block a user