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,8 @@
|
||||
channel-type.config.mqtt.ha-channel.component.label = Component
|
||||
channel-type.config.mqtt.ha-channel.component.description = HomeAssistant component type (e.g. binary_sensor, switch, light)
|
||||
channel-type.config.mqtt.ha-channel.config.label = Json Configuration
|
||||
channel-type.config.mqtt.ha-channel.config.description = The json configuration string received by the component via MQTT.
|
||||
channel-type.config.mqtt.ha-channel.nodeid.label = Node ID
|
||||
channel-type.config.mqtt.ha-channel.nodeid.description = Optional node name of the component
|
||||
channel-type.config.mqtt.ha-channel.objectid.label = Object ID
|
||||
channel-type.config.mqtt.ha-channel.objectid.description = Object id of the component
|
||||
Reference in New Issue
Block a user