[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user