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,134 @@
|
||||
# binding
|
||||
|
||||
binding.knx.name = KNX Binding
|
||||
binding.knx.description = This binding supports connecting to a KNX bus
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.knx.device.label = KNX Device
|
||||
thing-type.knx.device.description = An addressable basic KNX device
|
||||
thing-type.knx.ip.label = KNX/IP Gateway
|
||||
thing-type.knx.ip.description = This is a KNX IP interface or router
|
||||
thing-type.knx.serial.label = KNX FT1.2 Interface
|
||||
thing-type.knx.serial.description = This is a serial interface for accessing the KNX bus
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.knx.device.address.label = Address
|
||||
thing-type.config.knx.device.address.description = The individual address in x.y.z notation
|
||||
thing-type.config.knx.device.fetch.label = Fetch
|
||||
thing-type.config.knx.device.fetch.description = Read out the device parameters and address/communication object tables
|
||||
thing-type.config.knx.device.pingInterval.label = Interval
|
||||
thing-type.config.knx.device.pingInterval.description = Interval (in seconds) between attempts to poll the device status
|
||||
thing-type.config.knx.device.readInterval.label = Interval
|
||||
thing-type.config.knx.device.readInterval.description = Interval (in seconds) between attempts to read the status group addresses on the bus
|
||||
thing-type.config.knx.ip.autoReconnectPeriod.label = Auto Reconnect Period
|
||||
thing-type.config.knx.ip.autoReconnectPeriod.description = Seconds between connection retries when KNX link has been lost, 0 means never retry, minimum 30s
|
||||
thing-type.config.knx.ip.ipAddress.label = Network Address
|
||||
thing-type.config.knx.ip.ipAddress.description = Network address of the KNX/IP gateway
|
||||
thing-type.config.knx.ip.localIp.label = Local Network Address
|
||||
thing-type.config.knx.ip.localIp.description = Network address of the local host to be used to set up the connection to the KNX/IP gateway
|
||||
thing-type.config.knx.ip.localSourceAddr.label = Local Device Address
|
||||
thing-type.config.knx.ip.localSourceAddr.description = The Physical Address (Individual Address) in x.y.z notation for identification of this KNX/IP gateway within the KNX bus
|
||||
thing-type.config.knx.ip.portNumber.label = Port
|
||||
thing-type.config.knx.ip.portNumber.description = Port number of the KNX/IP gateway
|
||||
thing-type.config.knx.ip.readRetriesLimit.label = Read Retries Limit
|
||||
thing-type.config.knx.ip.readRetriesLimit.description = Limits the read retries while initialization from the KNX bus
|
||||
thing-type.config.knx.ip.readingPause.label = Reading Pause
|
||||
thing-type.config.knx.ip.readingPause.description = Time in milliseconds of how long should be paused between two read requests to the bus during initialization
|
||||
thing-type.config.knx.ip.responseTimeout.label = Response Timeout
|
||||
thing-type.config.knx.ip.responseTimeout.description = Seconds to wait for a response from the KNX bus
|
||||
thing-type.config.knx.ip.type.label = IP Connection Type
|
||||
thing-type.config.knx.ip.type.description = The ip connection type for connecting to the KNX bus. Could be either TUNNEL or ROUTER
|
||||
thing-type.config.knx.ip.type.option.TUNNEL = Tunnel
|
||||
thing-type.config.knx.ip.type.option.ROUTER = Router
|
||||
thing-type.config.knx.ip.useNAT.label = Use NAT
|
||||
thing-type.config.knx.ip.useNAT.description = Set to "true" when having network address translation between this server and the gateway
|
||||
thing-type.config.knx.serial.autoReconnectPeriod.label = Auto Reconnect Period
|
||||
thing-type.config.knx.serial.autoReconnectPeriod.description = Seconds between connect retries when KNX link has been lost, 0 means never retry
|
||||
thing-type.config.knx.serial.readRetriesLimit.label = Read Retries Limit
|
||||
thing-type.config.knx.serial.readRetriesLimit.description = Limits the read retries while initialization from the KNX bus
|
||||
thing-type.config.knx.serial.readingPause.label = Reading Pause
|
||||
thing-type.config.knx.serial.readingPause.description = Time in milliseconds of how long should be paused between two read requests to the bus during initialization
|
||||
thing-type.config.knx.serial.responseTimeout.label = Response Timeout
|
||||
thing-type.config.knx.serial.responseTimeout.description = Seconds to wait for a response from the KNX bus
|
||||
thing-type.config.knx.serial.serialPort.label = Serial Port
|
||||
thing-type.config.knx.serial.serialPort.description = The serial port to use for connecting to the KNX bus
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.knx.color-control.label = Color Control
|
||||
channel-type.knx.color-control.description = Control a color item (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.color.label = Color
|
||||
channel-type.knx.color.description = A channel to control color information (RGB)
|
||||
channel-type.knx.contact-control.label = Contact Control
|
||||
channel-type.knx.contact-control.description = Control a contact item (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.contact.label = Contact
|
||||
channel-type.knx.contact.description = A channel to manage a generic Group Addresses with a DPT compatible with Contact Items
|
||||
channel-type.knx.datetime-control.label = DateTime Control
|
||||
channel-type.knx.datetime-control.description = Control a date/time item (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.datetime.label = DateTime
|
||||
channel-type.knx.datetime.description = A channel to manage a generic Group Addresses with a DPT compatible with DateTime Items
|
||||
channel-type.knx.dimmer-control.label = Dimmer Control
|
||||
channel-type.knx.dimmer-control.description = Control a dimmer item via KNX (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.dimmer.label = Dimmer
|
||||
channel-type.knx.dimmer.description = A channel to control a dimmer
|
||||
channel-type.knx.number-control.label = Number Control
|
||||
channel-type.knx.number-control.description = Control a number item (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.number.label = Number
|
||||
channel-type.knx.number.description = A channel to manage a generic Group Addresses with a DPT compatible with Number Items
|
||||
channel-type.knx.rollershutter-control.label = Rollershutter Control
|
||||
channel-type.knx.rollershutter-control.description = Control a rollershutter item (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.rollershutter.label = Rollershutter
|
||||
channel-type.knx.rollershutter.description = A channel to control a rollershutter
|
||||
channel-type.knx.string-control.label = String Control
|
||||
channel-type.knx.string-control.description = Control a string item (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.string.label = String
|
||||
channel-type.knx.string.description = A channel to manage a generic Group Addresses with a DPT compatible with String Items
|
||||
channel-type.knx.switch-control.label = Switch Control
|
||||
channel-type.knx.switch-control.description = Control a switch item via KNX (i.e. the status is not owned by KNX)
|
||||
channel-type.knx.switch.label = Switch
|
||||
channel-type.knx.switch.description = A channel to manage a generic Group Addresses with a DPT compatible with Switch Items
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.knx.color-control.frequency.label = Frequency
|
||||
channel-type.config.knx.color-control.frequency.description = Increase/decrease send frequency if color should be handled by the binding (in ms) - set to 0 if the KNX device sends them repeatedly itself
|
||||
channel-type.config.knx.color-control.hsb.label = Color Value
|
||||
channel-type.config.knx.color-control.hsb.description = The group address(es) in Group Address Notation for the color value
|
||||
channel-type.config.knx.color-control.increaseDecrease.label = Address
|
||||
channel-type.config.knx.color-control.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the color
|
||||
channel-type.config.knx.color-control.position.label = Address
|
||||
channel-type.config.knx.color-control.position.description = The group address(es) in Group Address Notation to set the absolute position of the color
|
||||
channel-type.config.knx.color-control.switch.label = Address
|
||||
channel-type.config.knx.color-control.switch.description = The group address(es) in Group Address Notation to toggle the color on or off
|
||||
channel-type.config.knx.color.hsb.label = Color Value
|
||||
channel-type.config.knx.color.hsb.description = The group address(es) in Group Address Notation for the color value
|
||||
channel-type.config.knx.color.increaseDecrease.label = Address
|
||||
channel-type.config.knx.color.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the color
|
||||
channel-type.config.knx.color.position.label = Address
|
||||
channel-type.config.knx.color.position.description = The group address(es) in Group Address Notation to set the absolute position of the color
|
||||
channel-type.config.knx.color.switch.label = Address
|
||||
channel-type.config.knx.color.switch.description = The group address(es) in Group Address Notation to toggle the color on or off
|
||||
channel-type.config.knx.dimmer-control.frequency.label = Frequency
|
||||
channel-type.config.knx.dimmer-control.frequency.description = Increase/decrease send frequency if dimming should be handled by the binding (in ms) - set to 0 if the KNX device sends them repeatedly itself
|
||||
channel-type.config.knx.dimmer-control.increaseDecrease.label = Address
|
||||
channel-type.config.knx.dimmer-control.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the dimmer
|
||||
channel-type.config.knx.dimmer-control.position.label = Address
|
||||
channel-type.config.knx.dimmer-control.position.description = The group address(es) in Group Address Notation to set the absolute position of the dimmer
|
||||
channel-type.config.knx.dimmer-control.switch.label = Address
|
||||
channel-type.config.knx.dimmer-control.switch.description = The group address(es) in Group Address Notation to toggle the dimmer on or off
|
||||
channel-type.config.knx.dimmer.increaseDecrease.label = Address
|
||||
channel-type.config.knx.dimmer.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the dimmer
|
||||
channel-type.config.knx.dimmer.position.label = Address
|
||||
channel-type.config.knx.dimmer.position.description = The group address(es) in Group Address Notation to set the absolute position of the dimmer
|
||||
channel-type.config.knx.dimmer.switch.label = Address
|
||||
channel-type.config.knx.dimmer.switch.description = The group address(es) in Group Address Notation to toggle the dimmer on or off
|
||||
channel-type.config.knx.rollershutter.position.label = Address
|
||||
channel-type.config.knx.rollershutter.position.description = The group address(es) in Group Address Notation to set the absolute position of the shutter, in %
|
||||
channel-type.config.knx.rollershutter.stopMove.label = Address
|
||||
channel-type.config.knx.rollershutter.stopMove.description = The group address(es) in Group Address Notation to start (MOVE) or STOP shutter movement
|
||||
channel-type.config.knx.rollershutter.upDown.label = Address
|
||||
channel-type.config.knx.rollershutter.upDown.description = The group address(es) in Group Address Notation to move the shutter in the DOWN or UP direction
|
||||
channel-type.config.knx.single.ga.label = Address
|
||||
channel-type.config.knx.single.ga.description = The group address(es) in Group Address Notation
|
||||
Reference in New Issue
Block a user