Added default i18n properties file (#11447)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
92c50ad69b
commit
b725325a47
|
@ -0,0 +1,47 @@
|
|||
# binding
|
||||
|
||||
binding.tradfri.name = TRÅDFRI Binding
|
||||
binding.tradfri.description = This binding supports IKEA TRÅDFRI lighting devices through the IKEA gateway.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tradfri.0010.label = On/Off Plug
|
||||
thing-type.tradfri.0010.description = A plug that can be switched on and off.
|
||||
thing-type.tradfri.0100.label = Dimmable Light
|
||||
thing-type.tradfri.0100.description = A light that has continuous brightness control.
|
||||
thing-type.tradfri.0107.label = Occupancy Sensor
|
||||
thing-type.tradfri.0107.description = This represents the motion sensor capable of reporting the battery level.
|
||||
thing-type.tradfri.0202.label = Window Covering Device
|
||||
thing-type.tradfri.0202.description = This represents a blind or curtain that can be moved up and down. Also reports current battery level.
|
||||
thing-type.tradfri.0203.label = Window Covering Controller
|
||||
thing-type.tradfri.0203.description = This represents the wireless open/close remote capable of reporting the battery level.
|
||||
thing-type.tradfri.0210.label = Color Light
|
||||
thing-type.tradfri.0210.description = A dimmable light that supports full colors and color temperature settings.
|
||||
thing-type.tradfri.0220.label = Color Temperature Light
|
||||
thing-type.tradfri.0220.description = A dimmable light that supports different color temperature settings.
|
||||
thing-type.tradfri.0820.label = Non-Colour Controller
|
||||
thing-type.tradfri.0820.description = This represents the wireless dimmer sensor capable of reporting the battery level.
|
||||
thing-type.tradfri.0830.label = Non-Colour Scene Controller
|
||||
thing-type.tradfri.0830.description = This represents the remote control capable of reporting the battery level.
|
||||
thing-type.tradfri.gateway.label = TRÅDFRI Gateway
|
||||
thing-type.tradfri.gateway.description = IKEA TRÅDFRI IP Gateway
|
||||
|
||||
# thing types config
|
||||
|
||||
bridge-type.config.tradfri.gateway.code.label = Security Code
|
||||
bridge-type.config.tradfri.gateway.code.description = Security code printed on the label underneath the gateway.
|
||||
bridge-type.config.tradfri.gateway.host.label = Host
|
||||
bridge-type.config.tradfri.gateway.host.description = Hostname or IP address of the IKEA TRÅDFRI gateway
|
||||
bridge-type.config.tradfri.gateway.identity.label = Identity
|
||||
bridge-type.config.tradfri.gateway.identity.description = Unique identity used for communication with the gateway
|
||||
bridge-type.config.tradfri.gateway.port.label = Port
|
||||
bridge-type.config.tradfri.gateway.port.description = Port for accessing the gateway
|
||||
bridge-type.config.tradfri.gateway.preSharedKey.label = Pre-Shared Security Key
|
||||
bridge-type.config.tradfri.gateway.preSharedKey.description = Security key obtained during first initialization of the gateway
|
||||
thing-type.config.tradfri.device.id.label = ID
|
||||
thing-type.config.tradfri.device.id.description = The identifier of the device on the gateway.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tradfri.position.label = Position
|
||||
channel-type.tradfri.position.description = Control the position of the blind or curtain in percent from 0 (open) to 100 (closed).
|
Loading…
Reference in New Issue