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,63 @@
|
||||
# binding
|
||||
|
||||
binding.hyperion.name = Hyperion Binding
|
||||
binding.hyperion.description = This binding integrates openHAB with the Hyperion ambient lighting software.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.hyperion.serverNG.label = Hyperion.ng Server
|
||||
thing-type.hyperion.serverNG.description = This is a Hyperion.ng server
|
||||
thing-type.hyperion.serverV1.label = Hyperion Server
|
||||
thing-type.hyperion.serverV1.description = This is a Hyperion server
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.hyperion.serverNG.host.label = Host Address
|
||||
thing-type.config.hyperion.serverNG.host.description = The host address of the Hyperion server JSON API.
|
||||
thing-type.config.hyperion.serverNG.origin.label = Origin
|
||||
thing-type.config.hyperion.serverNG.origin.description = The origin used on color and effect commands.
|
||||
thing-type.config.hyperion.serverNG.poll_frequency.label = Polling Frequency
|
||||
thing-type.config.hyperion.serverNG.poll_frequency.description = How often (in seconds) to poll the Hyperion server for value changes.
|
||||
thing-type.config.hyperion.serverNG.port.label = Port
|
||||
thing-type.config.hyperion.serverNG.port.description = The port of the Hyperion server JSON API.
|
||||
thing-type.config.hyperion.serverNG.priority.label = Priority
|
||||
thing-type.config.hyperion.serverNG.priority.description = The priority associated with updates sent to the Hyperion server.
|
||||
thing-type.config.hyperion.serverV1.host.label = Host Address
|
||||
thing-type.config.hyperion.serverV1.host.description = The host address of the Hyperion server JSON API.
|
||||
thing-type.config.hyperion.serverV1.poll_frequency.label = Polling Frequency
|
||||
thing-type.config.hyperion.serverV1.poll_frequency.description = How often (in seconds) to poll the Hyperion server for value changes.
|
||||
thing-type.config.hyperion.serverV1.port.label = Port
|
||||
thing-type.config.hyperion.serverV1.port.description = The port of the Hyperion server JSON API.
|
||||
thing-type.config.hyperion.serverV1.priority.label = Priority
|
||||
thing-type.config.hyperion.serverV1.priority.description = The priority associated with updates sent to the Hyperion server.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.hyperion.blackborder.label = Black Border
|
||||
channel-type.hyperion.blackborder.description = Shows the current state of the black border component and allows the black border component to be enabled or disabled
|
||||
channel-type.hyperion.boblightserver.label = UDP Listener
|
||||
channel-type.hyperion.boblightserver.description = Shows the current state of the Boblight server component and allows the Boblight server component to be enabled or disabled
|
||||
channel-type.hyperion.brightness.label = Brightness
|
||||
channel-type.hyperion.brightness.description = Sets the brightness of the LEDs
|
||||
channel-type.hyperion.clear.label = Clear Priority
|
||||
channel-type.hyperion.clear.description = Clears the given Hyperion priority
|
||||
channel-type.hyperion.color.label = Color
|
||||
channel-type.hyperion.color.description = Sets the color effect of the LEDs
|
||||
channel-type.hyperion.effect.label = Effect
|
||||
channel-type.hyperion.effect.description = Sets the effect of the LEDs
|
||||
channel-type.hyperion.enabled.label = Enabled
|
||||
channel-type.hyperion.enabled.description = Shows whether Hyperion is currently enabled or not and allows enabling or disabling of Hyperion
|
||||
channel-type.hyperion.forwarder.label = Forwarder
|
||||
channel-type.hyperion.forwarder.description = Shows the current state of the forwarder component and allows the forwarder component to be enabled or disabled
|
||||
channel-type.hyperion.grabber.label = Grabber
|
||||
channel-type.hyperion.grabber.description = Shows the current state of the grabber component and allows the grabber component to be enabled or disabled
|
||||
channel-type.hyperion.kodichecker.label = Kodi Checker
|
||||
channel-type.hyperion.kodichecker.description = Shows the current state of the Kodi checker component and allows the Kodi checker component to be enabled or disabled
|
||||
channel-type.hyperion.leddevice.label = LED Device
|
||||
channel-type.hyperion.leddevice.description = Shows the current state of the LED component and allows the LED component to be enabled or disabled
|
||||
channel-type.hyperion.smoothing.label = Smoothing
|
||||
channel-type.hyperion.smoothing.description = Shows the current state of the smoothing component and allows the smoothing component to be enabled or disabled
|
||||
channel-type.hyperion.udplistener.label = UDP Listener
|
||||
channel-type.hyperion.udplistener.description = Shows the current state of the UDP listener component and allows the UDP listener component to be enabled or disabled
|
||||
channel-type.hyperion.v4l.label = V4L Device
|
||||
channel-type.hyperion.v4l.description = Shows the current state of the v4l component and allows the v4l component to be enabled or disabled
|
||||
Reference in New Issue
Block a user