[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:
Wouter Born
2022-02-20 20:12:31 +01:00
committed by GitHub
parent 27538fa87f
commit 8559651166
6 changed files with 300 additions and 2 deletions

View File

@@ -78,6 +78,8 @@ channel-type.config.mqtt.publishTrigger.separator.description = The trigger chan
channel-type.config.mqtt.publishTrigger.stateTopic.label = MQTT Topic
channel-type.config.mqtt.publishTrigger.stateTopic.description = This channel will trigger on this MQTT topic. This topic can contain wildcards like + and # for example "all/in/#" or "sensors/+/config".
# thing actions
actionInputTopicLabel = MQTT Topic
actionInputTopicDesc = The topic to publish a value to.
actionInputValueLabel = Value
@@ -86,5 +88,8 @@ actionInputRetainLabel = Retain
actionInputRetainDesc = Retain message
actionLabel = publish an MQTT message
actionDesc = Publishes a value to the given MQTT topic.
# thing status
offline.notextualconfig = The system connection with the name {0} doesn't exist anymore.
offline.sharedremoved = Another binding unexpectedly removed the internal broker connection.