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,60 @@
|
||||
# binding
|
||||
|
||||
binding.ism8.name = ISM8 Binding
|
||||
binding.ism8.description = This is the binding for the ISM8 card used for Wolf heating systems or other Wolf eBus devices.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.ism8.device.label = ISM8 Device
|
||||
thing-type.ism8.device.description = ISM8 Interface
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.ism8.device.portNumber.label = Port
|
||||
thing-type.config.ism8.device.portNumber.description = Port number of the object server
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.ism8.number-readonly.label = Value Readonly DataPoint
|
||||
channel-type.ism8.number.label = Value DataPoint
|
||||
channel-type.ism8.switch-readonly.label = Digital Readonly DataPoint
|
||||
channel-type.ism8.switch.label = Digital DataPoint
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.ism8.number-readonly.id.label = DP ID
|
||||
channel-type.config.ism8.number-readonly.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
|
||||
channel-type.config.ism8.number-readonly.type.label = Type
|
||||
channel-type.config.ism8.number-readonly.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Value_Temp / 9.001)
|
||||
channel-type.config.ism8.number-readonly.type.option.5.001 = DPT_Scaling
|
||||
channel-type.config.ism8.number-readonly.type.option.9.001 = DPT_Value_Temp
|
||||
channel-type.config.ism8.number-readonly.type.option.9.002 = DPT_Value_Tempd
|
||||
channel-type.config.ism8.number-readonly.type.option.9.006 = DPT_Value_Pres
|
||||
channel-type.config.ism8.number-readonly.type.option.13.002 = DPT_FlowRate
|
||||
channel-type.config.ism8.number-readonly.type.option.20.102 = DPT_HVACMode
|
||||
channel-type.config.ism8.number-readonly.type.option.20.103 = DPT_DHWMode
|
||||
channel-type.config.ism8.number-readonly.type.option.20.105 = DPT_HVACContrMode
|
||||
channel-type.config.ism8.number.id.label = DP ID
|
||||
channel-type.config.ism8.number.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
|
||||
channel-type.config.ism8.number.type.label = Type
|
||||
channel-type.config.ism8.number.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Value_Temp / 9.001)
|
||||
channel-type.config.ism8.number.type.option.9.001 = DPT_Value_Temp
|
||||
channel-type.config.ism8.number.type.option.20.102 = DPT_HVACMode
|
||||
channel-type.config.ism8.number.type.option.20.103 = DPT_DHWMode
|
||||
channel-type.config.ism8.number.type.option.20.105 = DPT_HVACContrMode
|
||||
channel-type.config.ism8.switch-readonly.id.label = DP ID
|
||||
channel-type.config.ism8.switch-readonly.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
|
||||
channel-type.config.ism8.switch-readonly.type.label = Type
|
||||
channel-type.config.ism8.switch-readonly.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Switch / 1.001)
|
||||
channel-type.config.ism8.switch-readonly.type.option.1.001 = DPT_Switch
|
||||
channel-type.config.ism8.switch-readonly.type.option.1.002 = DPT_Bool
|
||||
channel-type.config.ism8.switch-readonly.type.option.1.003 = DPT_Enable
|
||||
channel-type.config.ism8.switch-readonly.type.option.1.009 = DPT_OpenClose
|
||||
channel-type.config.ism8.switch.id.label = DP ID
|
||||
channel-type.config.ism8.switch.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
|
||||
channel-type.config.ism8.switch.type.label = Type
|
||||
channel-type.config.ism8.switch.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Switch / 1.001)
|
||||
channel-type.config.ism8.switch.type.option.1.001 = DPT_Switch
|
||||
channel-type.config.ism8.switch.type.option.1.002 = DPT_Bool
|
||||
channel-type.config.ism8.switch.type.option.1.003 = DPT_Enable
|
||||
channel-type.config.ism8.switch.type.option.1.009 = DPT_OpenClose
|
||||
Reference in New Issue
Block a user