-
-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing properties for HLI, LSP and MQTT (#2334)
Signed-off-by: Christoph Weitkamp <[email protected]>
- Loading branch information
Showing
8 changed files
with
73 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
...core.io.transport.mqtt/src/main/resources/OH-INF/i18n/brokerConnectionInstance.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
mqtt.config.systemBrokerConnectionInstance.group.group_connection.label = Connection | ||
mqtt.config.systemBrokerConnectionInstance.group.group_connection.description = A group of connection parameters. | ||
mqtt.config.systemBrokerConnectionInstance.group.group_message_params.label = Message | ||
mqtt.config.systemBrokerConnectionInstance.group.group_message_params.description = All message parameters. | ||
mqtt.config.systemBrokerConnectionInstance.group.group_lastwill_params.label = Last Will | ||
mqtt.config.systemBrokerConnectionInstance.group.group_lastwill_params.description = All last-will parameters. | ||
|
||
mqtt.config.systemBrokerConnectionInstance.name.label = Connection Name | ||
mqtt.config.systemBrokerConnectionInstance.name.description = A connection name helps to identify a broker connection. If nothing is set, an automatic name based on the host and port will be generated. | ||
mqtt.config.systemBrokerConnectionInstance.host.label = Broker Host | ||
mqtt.config.systemBrokerConnectionInstance.host.description = Hostname or IP of the broker. | ||
mqtt.config.systemBrokerConnectionInstance.port.label = Broker Port | ||
mqtt.config.systemBrokerConnectionInstance.port.description = A custom broker connection port. Leave empty to use the default MQTT ports for secure or non-secure connections. | ||
mqtt.config.systemBrokerConnectionInstance.secure.label = Secure Connection? | ||
mqtt.config.systemBrokerConnectionInstance.secure.description = A broker connection is either a non-secure TCP connection or a TLS secure connection. | ||
mqtt.config.systemBrokerConnectionInstance.username.label = Broker Username | ||
mqtt.config.systemBrokerConnectionInstance.username.description = Broker username. | ||
mqtt.config.systemBrokerConnectionInstance.password.label = Broker Password | ||
mqtt.config.systemBrokerConnectionInstance.password.description = Broker password. | ||
mqtt.config.systemBrokerConnectionInstance.clientID.label = Client ID | ||
mqtt.config.systemBrokerConnectionInstance.clientID.description = An optional client ID used for this connection. | ||
mqtt.config.systemBrokerConnectionInstance.keepAlive.label = Keep-Alive | ||
mqtt.config.systemBrokerConnectionInstance.keepAlive.description = Keep-alive timer in seconds. A too frequent timer could conquest the network / spam the MQTT server, a too low value might risk that a broken connection is detected very late. | ||
mqtt.config.systemBrokerConnectionInstance.qos.label = Quality of Service | ||
mqtt.config.systemBrokerConnectionInstance.qos.description = The Quality of Service (QoS) level is an agreement between sender and receiver of a message regarding the guarantees of delivering a message. | ||
mqtt.config.systemBrokerConnectionInstance.qos.option.0 = At most once (best effort delivery "fire and forget") | ||
mqtt.config.systemBrokerConnectionInstance.qos.option.1 = At least once (guaranteed that a message will be delivered at least once) | ||
mqtt.config.systemBrokerConnectionInstance.qos.option.2 = Exactly once (guarantees that each message is received only once by the counterpart) | ||
mqtt.config.systemBrokerConnectionInstance.retainMessages.label = Retain Messages | ||
mqtt.config.systemBrokerConnectionInstance.retainMessages.description = Messages send by this connection are retained | ||
mqtt.config.systemBrokerConnectionInstance.lwtTopic.label = Last Will - Topic | ||
mqtt.config.systemBrokerConnectionInstance.lwtTopic.description = When the connection dies, the last-will is performed by the MQTT server. This is the last-will topic. It must be set to perform a last-will. | ||
mqtt.config.systemBrokerConnectionInstance.lwtMessage.label = Last Will - Message | ||
mqtt.config.systemBrokerConnectionInstance.lwtMessage.description = When the connection dies, the last-will is performed by the MQTT server. This is the last-will message. Can be empty. | ||
mqtt.config.systemBrokerConnectionInstance.lwtQos.label = Last Will - Quality of Service | ||
mqtt.config.systemBrokerConnectionInstance.lwtQos.description = The Quality of Service (QoS) level is an agreement between sender and receiver of a message regarding the guarantees of delivering a message. | ||
mqtt.config.systemBrokerConnectionInstance.lwtQos.option.0 = At most once (best effort delivery "fire and forget") | ||
mqtt.config.systemBrokerConnectionInstance.lwtQos.option.1 = At least once (guaranteed that a message will be delivered at least once) | ||
mqtt.config.systemBrokerConnectionInstance.lwtQos.option.2 = Exactly once (guarantees that each message is received only once by the counterpart) | ||
mqtt.config.systemBrokerConnectionInstance.lwtRetain.label = Last Will - Retain Message | ||
mqtt.config.systemBrokerConnectionInstance.lwtRetain.description = When the connection dies, the last-will is performed by the MQTT server. If retain message is checked, the message will be retained by the MQTT server. | ||
|
||
service.mqtt.systemBrokerConnectionInstance.label = System MQTT Broker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
bundles/org.openhab.core.model.lsp/src/main/resources/OH-INF/i18n/lsp.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
misc.config.lsp.port.label = Port | ||
misc.config.lsp.port.description = The port the language server listens to. | ||
|
||
service.misc.lsp.label = Language Server (LSP) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
bundles/org.openhab.core.model.script/resources/OH-INF/i18n/hli.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
voice.config.rulehli.item.label = Voice Command Item | ||
voice.config.rulehli.item.description = The String Item to pass voice commands to. | ||
|
||
service.voice.rulehli.label = Rule Voice Interpreter |