Wouter Born 07a1976c81
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>
2021-12-15 18:40:21 +01:00

117 lines
9.3 KiB
Properties

# binding
binding.dmx.name = DMX Binding
binding.dmx.description = This is the binding for DMX.
# thing types
thing-type.dmx.artnet-bridge.label = ArtNet Bridge
thing-type.dmx.artnet-bridge.description = The ArtNet bridge represents a single DMX universe connected via ArtNet, only unicast
thing-type.dmx.chaser.label = DMX Chaser
thing-type.dmx.chaser.description = A single/multi-channel chaser
thing-type.dmx.color.label = DMX Color (RGB) Dimmer
thing-type.dmx.color.description = A RGB capable dimmer
thing-type.dmx.dimmer.label = DMX Dimmer
thing-type.dmx.dimmer.description = A single/multi-channel dimmer
thing-type.dmx.lib485-bridge.label = Lib485 Bridge
thing-type.dmx.lib485-bridge.description = The Lib485 bridge represents a single DMX universe connected via Lib485
thing-type.dmx.sacn-bridge.label = sACN/E1.31 Bridge
thing-type.dmx.sacn-bridge.description = The sACN/E1.31 bridge represents a single DMX universe connected via sACN/E1.31
thing-type.dmx.tunablewhite.label = DMX Tunable White Dimmer
thing-type.dmx.tunablewhite.description = A tunable white capable dimmer
# thing types config
thing-type.config.dmx.artnet-bridge.address.label = Receiver Address(es)
thing-type.config.dmx.artnet-bridge.address.description = Network addresses of ArtNet receivers, format: address[:port][, address[:port], ...]. Default port is 6454.
thing-type.config.dmx.artnet-bridge.applycurve.label = Apply Curve
thing-type.config.dmx.artnet-bridge.applycurve.description = List of channels that should use LED dim curve. Format is channel[,channel, ...] or channel[/width].
thing-type.config.dmx.artnet-bridge.localaddress.label = Local Network Address
thing-type.config.dmx.artnet-bridge.localaddress.description = Network address of the sending host, format: address[:port]. Default port is 0 (random)
thing-type.config.dmx.artnet-bridge.refreshmode.label = Refresh Mode
thing-type.config.dmx.artnet-bridge.refreshmode.description = Suppress re-transmission and refresh every 800ms or send every packet.
thing-type.config.dmx.artnet-bridge.refreshmode.option.always = Always
thing-type.config.dmx.artnet-bridge.refreshmode.option.standard = Standard
thing-type.config.dmx.artnet-bridge.refreshrate.description = DMX refresh rate in Hz (0=disable output)
thing-type.config.dmx.artnet-bridge.universe.label = DMX Universe
thing-type.config.dmx.artnet-bridge.universe.description = ID of DMX universe (0-32767)
thing-type.config.dmx.chaser.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.chaser.dmxid.description = Format is channel[,channel, ...] or channel[/width]
thing-type.config.dmx.chaser.resumeafter.label = Resume After Finish
thing-type.config.dmx.chaser.resumeafter.description = resume old actions after this completes
thing-type.config.dmx.chaser.steps.label = Step Configuration
thing-type.config.dmx.chaser.steps.description = fadeTime:value[, ...]:holdTime
thing-type.config.dmx.color.dimtime.label = Dim Time
thing-type.config.dmx.color.dimtime.description = Time in ms for dimming from 0-100%
thing-type.config.dmx.color.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.color.dmxid.description = Format is channel[,channel, ...] or channel[/width], has to be multiple of three
thing-type.config.dmx.color.dynamicturnonvalue.label = Dynamic Turn-On Value
thing-type.config.dmx.color.dynamicturnonvalue.description = If enabled, values are stored on OFF command and restored on ON command
thing-type.config.dmx.color.fadetime.label = Fade Time
thing-type.config.dmx.color.fadetime.description = Fade time in ms for changing values
thing-type.config.dmx.color.turnoffvalue.label = Turn-Off Value(s)
thing-type.config.dmx.color.turnoffvalue.description = Format is "value[, value, ...]", has to be a multiple of three. If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.color.turnonvalue.label = Turn-On Value(s)
thing-type.config.dmx.color.turnonvalue.description = Format is "value[, value, ...]", has to be a multiple of three. If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.dimmer.dimtime.label = Dim Time
thing-type.config.dmx.dimmer.dimtime.description = Time in ms for dimming from 0-100%
thing-type.config.dmx.dimmer.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.dimmer.dmxid.description = Format is channel[,channel, ...] or channel[/width]
thing-type.config.dmx.dimmer.dynamicturnonvalue.label = Dynamic Turn-On Value
thing-type.config.dmx.dimmer.dynamicturnonvalue.description = If enabled, values are stored on OFF command and restored on ON command
thing-type.config.dmx.dimmer.fadetime.label = Fade Time
thing-type.config.dmx.dimmer.fadetime.description = Fade time in ms for changing values
thing-type.config.dmx.dimmer.turnoffvalue.label = Turn-Off Value(s)
thing-type.config.dmx.dimmer.turnoffvalue.description = Format is "value[, value, ...]". If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.dimmer.turnonvalue.label = Turn-On Value(s)
thing-type.config.dmx.dimmer.turnonvalue.description = Format is "value[, value, ...]". If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.lib485-bridge.address.label = Network Address
thing-type.config.dmx.lib485-bridge.address.description = Network address of bridge, format: address[:port]. Default port is 9020.
thing-type.config.dmx.lib485-bridge.applycurve.label = Apply Curve
thing-type.config.dmx.lib485-bridge.applycurve.description = List of channels that should use LED dim curve. Format is channel[,channel, ...] or channel[/width].
thing-type.config.dmx.lib485-bridge.refreshrate.description = DMX refresh rate in Hz (0=disable output)
thing-type.config.dmx.sacn-bridge.address.label = Receiver Address(es)
thing-type.config.dmx.sacn-bridge.address.description = Network addresses of sACN/E1.31 receivers, format: address[:port][, address[:port], ...]. Default port is 5568.
thing-type.config.dmx.sacn-bridge.applycurve.label = Apply Curve
thing-type.config.dmx.sacn-bridge.applycurve.description = List of channels that should use LED dim curve. Format is channel[,channel, ...] or channel[/width].
thing-type.config.dmx.sacn-bridge.localaddress.label = Local Network Address
thing-type.config.dmx.sacn-bridge.localaddress.description = Network address of the sending host, format: address[:port]. Default port is 0 (random)
thing-type.config.dmx.sacn-bridge.mode.label = Transmission Mode
thing-type.config.dmx.sacn-bridge.mode.description = Set UDP mode to multicast (default)/unicast
thing-type.config.dmx.sacn-bridge.mode.option.unicast = Unicast
thing-type.config.dmx.sacn-bridge.mode.option.multicast = Multicast
thing-type.config.dmx.sacn-bridge.refreshmode.label = Refresh Mode
thing-type.config.dmx.sacn-bridge.refreshmode.description = Suppress re-transmission and refresh every 800ms or send every packet.
thing-type.config.dmx.sacn-bridge.refreshmode.option.always = Always
thing-type.config.dmx.sacn-bridge.refreshmode.option.standard = Standard
thing-type.config.dmx.sacn-bridge.refreshrate.description = DMX refresh rate in Hz
thing-type.config.dmx.sacn-bridge.universe.label = DMX Universe
thing-type.config.dmx.sacn-bridge.universe.description = ID of DMX universe (1-63999)
thing-type.config.dmx.tunablewhite.dimtime.label = Dim Time
thing-type.config.dmx.tunablewhite.dimtime.description = Time in ms for dimming from 0-100%
thing-type.config.dmx.tunablewhite.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.tunablewhite.dmxid.description = Format is channel[,channel, ...] or channel[/width], has to be an even number
thing-type.config.dmx.tunablewhite.dynamicturnonvalue.label = Dynamic Turn-On Value
thing-type.config.dmx.tunablewhite.dynamicturnonvalue.description = If enabled, values are stored on OFF command and restored on ON command
thing-type.config.dmx.tunablewhite.fadetime.label = Fade Time
thing-type.config.dmx.tunablewhite.fadetime.description = Fade time in ms for changing values
thing-type.config.dmx.tunablewhite.turnoffvalue.label = Turn-Off Value(s)
thing-type.config.dmx.tunablewhite.turnoffvalue.description = Format is "value[, value, ...]", has to be a multiple of two. If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.tunablewhite.turnonvalue.label = Turn-On Value(s)
thing-type.config.dmx.tunablewhite.turnonvalue.description = Format is "value[, value, ...]", has to be a multiple of two. If less values than channels are defined, they are reused from the beginning.
# channel types
channel-type.dmx.brightness.label = Brightness
channel-type.dmx.brightness.description = Allows to send a brightness value to the thing. If the thing is associated with more than one DMX channel, the values is used for ALL DMX channels.
channel-type.dmx.color.label = Color
channel-type.dmx.color.description = Allows to send a color value to the thing. If the thing is associated with more than one DMX channel, color will be re-use in 3-channel groups.
channel-type.dmx.color_temperature.label = Color Temperature
channel-type.dmx.color_temperature.description = Relative intensity of two adjacent DMX channels
channel-type.dmx.control.label = Control
channel-type.dmx.control.description = Change Fade Configuration
channel-type.dmx.mute.label = Mute
channel-type.dmx.mute.description = Mutes the DMX output of the Bridge
channel-type.dmx.switch.label = Switch
channel-type.dmx.switch.description = Allows to switch a thing ON or OFF.