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,18 @@
|
||||
channel-type.config.mqtt.homie-channel.datatype.label = Data Type
|
||||
channel-type.config.mqtt.homie-channel.datatype.description = The data type of this channel.
|
||||
channel-type.config.mqtt.homie-channel.datatype.option.integer_ = Integer
|
||||
channel-type.config.mqtt.homie-channel.datatype.option.float_ = Float
|
||||
channel-type.config.mqtt.homie-channel.datatype.option.boolean_ = Boolean
|
||||
channel-type.config.mqtt.homie-channel.datatype.option.string_ = String
|
||||
channel-type.config.mqtt.homie-channel.datatype.option.enum_ = Enumeration
|
||||
channel-type.config.mqtt.homie-channel.datatype.option.color_ = Colour
|
||||
channel-type.config.mqtt.homie-channel.format.label = Format
|
||||
channel-type.config.mqtt.homie-channel.format.description = The output format.
|
||||
channel-type.config.mqtt.homie-channel.name.label = Name
|
||||
channel-type.config.mqtt.homie-channel.name.description = The channel name
|
||||
channel-type.config.mqtt.homie-channel.retained.label = Retained
|
||||
channel-type.config.mqtt.homie-channel.retained.description = If set to false, the resulting channel will be a trigger channel (stateless), useful for non-permanent events. This flag corresponds to the retained option for MQTT publish.
|
||||
channel-type.config.mqtt.homie-channel.settable.label = Settable
|
||||
channel-type.config.mqtt.homie-channel.settable.description = Is this channel writable?
|
||||
channel-type.config.mqtt.homie-channel.unit.label = Unit
|
||||
channel-type.config.mqtt.homie-channel.unit.description = The channels unit
|
||||
Reference in New Issue
Block a user