[remoteopenhab] Reorder default translation properties (#11912)
Result of mvn i18n:generate-default-translations Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
b37a293f03
commit
b701e15ec2
@ -10,7 +10,7 @@ thing-type.remoteopenhab.server.description = A remote openHAB server. You will
|
|||||||
thing-type.remoteopenhab.thing.label = Remote Thing
|
thing-type.remoteopenhab.thing.label = Remote Thing
|
||||||
thing-type.remoteopenhab.thing.description = A thing from the remote openHAB server. You will find one channel for each trigger channel from the remote thing (state channels from the remote thing will be ignored).
|
thing-type.remoteopenhab.thing.description = A thing from the remote openHAB server. You will find one channel for each trigger channel from the remote thing (state channels from the remote thing will be ignored).
|
||||||
|
|
||||||
# thing type configuration
|
# thing types config
|
||||||
|
|
||||||
thing-type.config.remoteopenhab.server.accessibilityInterval.label = Accessibility Interval
|
thing-type.config.remoteopenhab.server.accessibilityInterval.label = Accessibility Interval
|
||||||
thing-type.config.remoteopenhab.server.accessibilityInterval.description = Minutes between checking the remote server accessibility. 0 to disable the check. Default is 3.
|
thing-type.config.remoteopenhab.server.accessibilityInterval.description = Minutes between checking the remote server accessibility. 0 to disable the check. Default is 3.
|
||||||
@ -24,10 +24,10 @@ thing-type.config.remoteopenhab.server.password.label = Password
|
|||||||
thing-type.config.remoteopenhab.server.password.description = The password to use when the remote openHAB server is setup to require basic authorization to run its REST API.
|
thing-type.config.remoteopenhab.server.password.description = The password to use when the remote openHAB server is setup to require basic authorization to run its REST API.
|
||||||
thing-type.config.remoteopenhab.server.port.label = Server HTTP Port
|
thing-type.config.remoteopenhab.server.port.label = Server HTTP Port
|
||||||
thing-type.config.remoteopenhab.server.port.description = The HTTP port to use to communicate with the remote openHAB server.
|
thing-type.config.remoteopenhab.server.port.description = The HTTP port to use to communicate with the remote openHAB server.
|
||||||
thing-type.config.remoteopenhab.server.restartIfNoActivity.label = Restart if no Activity
|
|
||||||
thing-type.config.remoteopenhab.server.restartIfNoActivity.description = Set it to true if you want to restart the connection (SSE) to the remote server when no events are received in the monitored interval. It is not necessary if the goal is to properly handle a short network outage (few seconds). This can be useful if you want to deal with a long network outage. Do not enable it if you remote server does not send events during the monitored interval under normal conditions, it will cause frequent restart of the connection and potential loss of events. Default is false.
|
|
||||||
thing-type.config.remoteopenhab.server.restPath.label = REST API Path
|
thing-type.config.remoteopenhab.server.restPath.label = REST API Path
|
||||||
thing-type.config.remoteopenhab.server.restPath.description = The subpath of the REST API on the remote openHAB server.
|
thing-type.config.remoteopenhab.server.restPath.description = The subpath of the REST API on the remote openHAB server.
|
||||||
|
thing-type.config.remoteopenhab.server.restartIfNoActivity.label = Restart if no Activity
|
||||||
|
thing-type.config.remoteopenhab.server.restartIfNoActivity.description = Set it to true if you want to restart the connection (SSE) to the remote server when no events are received in the monitored interval. It is not necessary if the goal is to properly handle a short network outage (few seconds). This can be useful if you want to deal with a long network outage. Do not enable it if you remote server does not send events during the monitored interval under normal conditions, it will cause frequent restart of the connection and potential loss of events. Default is false.
|
||||||
thing-type.config.remoteopenhab.server.token.label = Token
|
thing-type.config.remoteopenhab.server.token.label = Token
|
||||||
thing-type.config.remoteopenhab.server.token.description = The token to use when the remote openHAB server is setup to require authorization to run its REST API.
|
thing-type.config.remoteopenhab.server.token.description = The token to use when the remote openHAB server is setup to require authorization to run its REST API.
|
||||||
thing-type.config.remoteopenhab.server.trustedCertificate.label = Trust SSL Certificate
|
thing-type.config.remoteopenhab.server.trustedCertificate.label = Trust SSL Certificate
|
||||||
@ -45,12 +45,12 @@ thing-type.config.remoteopenhab.thing.thingUID.description = The thing UID in th
|
|||||||
|
|
||||||
channel-type.remoteopenhab.trigger.label = Trigger Channel
|
channel-type.remoteopenhab.trigger.label = Trigger Channel
|
||||||
|
|
||||||
# channel type configuration
|
# channel types config
|
||||||
|
|
||||||
channel-type.config.remoteopenhab.trigger.channelUID.label = Remote Channel UID
|
channel-type.config.remoteopenhab.trigger.channelUID.label = Remote Channel UID
|
||||||
channel-type.config.remoteopenhab.trigger.channelUID.description = The channel UID in the remote openHAB server.
|
channel-type.config.remoteopenhab.trigger.channelUID.description = The channel UID in the remote openHAB server.
|
||||||
|
|
||||||
# Thing status descriptions
|
# thing status descriptions
|
||||||
|
|
||||||
offline.config-error-undefined-host = Undefined server address setting in the thing configuration
|
offline.config-error-undefined-host = Undefined server address setting in the thing configuration
|
||||||
offline.config-error-invalid-rest-path = Invalid REST API path setting in the thing configuration
|
offline.config-error-invalid-rest-path = Invalid REST API path setting in the thing configuration
|
||||||
@ -61,11 +61,11 @@ offline.error-channels-creation = Dynamic creation of the channels for the remot
|
|||||||
offline.comm-error-disconnected = Disconected from the remote server
|
offline.comm-error-disconnected = Disconected from the remote server
|
||||||
offline.comm-error-receiving-events = Error occurred while receiving events
|
offline.comm-error-receiving-events = Error occurred while receiving events
|
||||||
|
|
||||||
# Discovery result
|
# discovery result
|
||||||
|
|
||||||
discovery.server.label = openHAB server
|
discovery.server.label = openHAB server
|
||||||
|
|
||||||
# Exceptions
|
# exceptions
|
||||||
|
|
||||||
exception.rest-client-not-setup = REST client not correctly setup
|
exception.rest-client-not-setup = REST client not correctly setup
|
||||||
exception.json-response-empty = JSON response is empty
|
exception.json-response-empty = JSON response is empty
|
||||||
@ -78,10 +78,9 @@ exception.get-thing-api-failed = Failed to get the remote thing {0} using the th
|
|||||||
exception.invalid-event-topic = Invalid event topic {0} for event type {1}
|
exception.invalid-event-topic = Invalid event topic {0} for event type {1}
|
||||||
exception.http-call-failed = HTTP call failed: {0}
|
exception.http-call-failed = HTTP call failed: {0}
|
||||||
|
|
||||||
# Other texts
|
# other texts
|
||||||
|
|
||||||
channel-type.label = Remote {0} Item
|
channel-type.label = Remote {0} Item
|
||||||
channel-type.description = An item of type {0} from the remote server.
|
channel-type.description = An item of type {0} from the remote server.
|
||||||
|
|
||||||
channel.label = Item {0}
|
channel.label = Item {0}
|
||||||
channel.description = Item {0} from the remote server.
|
channel.description = Item {0} from the remote server.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user