[mqtt] Add default translations (#12328)
This will allow for translating the MQTT Binding in Crowdin. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
# thing types
|
||||
|
||||
thing-type.mqtt.homeassistant.label = HomeAssistant MQTT Component
|
||||
thing-type.mqtt.homeassistant.description = You need a configured Broker first. This Thing represents a device, that follows the "HomeAssistant MQTT Component" specification.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.mqtt.homeassistant.basetopic.label = MQTT Base Prefix
|
||||
thing-type.config.mqtt.homeassistant.basetopic.description = MQTT base prefix
|
||||
thing-type.config.mqtt.homeassistant.topics.label = MQTT Config Topic
|
||||
thing-type.config.mqtt.homeassistant.topics.description = List of HomeAssistant configuration topics (e.g. /homeassistant/switch/4711/config)
|
||||
|
||||
# channel types config
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user