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,56 @@
|
||||
# binding
|
||||
|
||||
binding.homematic.name = Homematic Binding
|
||||
binding.homematic.description = This is the binding for Homematic gateways
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.homematic.bridge.label = Homematic Bridge
|
||||
thing-type.homematic.bridge.description = The Homematic bridge represents a Homematic gateway
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.homematic.bridge.binCallbackPort.label = BIN-RPC Callback Port
|
||||
thing-type.config.homematic.bridge.binCallbackPort.description = Callback port of the binding's BIN-RPC server. If no value is specified, xmlCallbackPort starts with 9126 and counts up
|
||||
thing-type.config.homematic.bridge.bufferSize.label = Buffer Size
|
||||
thing-type.config.homematic.bridge.bufferSize.description = Size of the response buffer retrieved from the gateway (default 2048 kB)
|
||||
thing-type.config.homematic.bridge.callbackHost.label = Callback Network Address
|
||||
thing-type.config.homematic.bridge.callbackHost.description = Callback network address of the runtime, default is auto-discovery
|
||||
thing-type.config.homematic.bridge.callbackRegTimeout.label = Callback Reg. Timeout
|
||||
thing-type.config.homematic.bridge.callbackRegTimeout.description = Maximum time in seconds for callback registration in the Homematic gateway.
|
||||
thing-type.config.homematic.bridge.cuxdPort.label = CUxD Port
|
||||
thing-type.config.homematic.bridge.cuxdPort.description = The port number of the CUxD daemon
|
||||
thing-type.config.homematic.bridge.discoveryTimeToLive.label = Discovery Time to Live
|
||||
thing-type.config.homematic.bridge.discoveryTimeToLive.description = The time to live for discovery results of a Homematic gateway in seconds. (default = -1 -> infinite)
|
||||
thing-type.config.homematic.bridge.factoryResetOnDeletion.label = Factory Reset Devices On Deletion
|
||||
thing-type.config.homematic.bridge.factoryResetOnDeletion.description = If set to true, devices are factory reset when their corresponding things are removed. Due to the factory reset, the device will also be unpaired from the gateway, even if "unpairOnDeletion" is set to false!
|
||||
thing-type.config.homematic.bridge.gatewayAddress.label = Gateway Address
|
||||
thing-type.config.homematic.bridge.gatewayAddress.description = Network address of the Homematic gateway
|
||||
thing-type.config.homematic.bridge.gatewayType.label = Gateway Type
|
||||
thing-type.config.homematic.bridge.gatewayType.description = Hint for the binding to identify the gateway type
|
||||
thing-type.config.homematic.bridge.gatewayType.option.auto = Auto
|
||||
thing-type.config.homematic.bridge.gatewayType.option.ccu = CCU
|
||||
thing-type.config.homematic.bridge.gatewayType.option.noccu = NoCCU
|
||||
thing-type.config.homematic.bridge.groupPort.label = Group Port
|
||||
thing-type.config.homematic.bridge.groupPort.description = The port number of the Group daemon
|
||||
thing-type.config.homematic.bridge.hmIpPort.label = HMIP Port
|
||||
thing-type.config.homematic.bridge.hmIpPort.description = The port number of the Homematic IP daemon
|
||||
thing-type.config.homematic.bridge.installModeDuration.label = Install Mode Duration
|
||||
thing-type.config.homematic.bridge.installModeDuration.description = Time in seconds that the controller will be in install mode when a device discovery is initiated
|
||||
thing-type.config.homematic.bridge.rfPort.label = RF Port
|
||||
thing-type.config.homematic.bridge.rfPort.description = The port number of the RF daemon
|
||||
thing-type.config.homematic.bridge.socketMaxAlive.label = Socket MaxAlive
|
||||
thing-type.config.homematic.bridge.socketMaxAlive.description = The maximum lifetime of a socket connection to and from a Homematic gateway in seconds (default = 900)
|
||||
thing-type.config.homematic.bridge.timeout.label = Timeout
|
||||
thing-type.config.homematic.bridge.timeout.description = The timeout in seconds for connections to a Homematic gateway
|
||||
thing-type.config.homematic.bridge.unpairOnDeletion.label = Unpair Devices On Deletion
|
||||
thing-type.config.homematic.bridge.unpairOnDeletion.description = If set to true, devices are unpaired from the gateway when their corresponding things are removed. The option "factoryResetOnDeletion" also unpairs a device, so in order to avoid unpairing on deletion, both options need to be set to false!
|
||||
thing-type.config.homematic.bridge.wiredPort.label = Wired Port
|
||||
thing-type.config.homematic.bridge.wiredPort.description = The port number of the HS485 daemon
|
||||
thing-type.config.homematic.bridge.xmlCallbackPort.label = XML-RPC Callback Port
|
||||
thing-type.config.homematic.bridge.xmlCallbackPort.description = Callback port of the binding's XML-RPC server. If no value is specified, xmlCallbackPort starts with 9125 and counts up
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.homematic.DUTY_CYCLE_RATIO.label = Duty Cycle
|
||||
channel-type.homematic.DUTY_CYCLE_RATIO.description = Current duty cycle usage
|
||||
Reference in New Issue
Block a user