Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,116 @@
|
||||
# binding
|
||||
|
||||
binding.loxone.name = Loxone Binding
|
||||
binding.loxone.description = This is the binding for Loxone Miniserver
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.loxone.miniserver.label = Loxone Miniserver
|
||||
thing-type.loxone.miniserver.description = IP gateway for Loxone Smarthome system
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.loxone.miniserver.authMethod.label = Authorization Method
|
||||
thing-type.config.loxone.miniserver.authMethod.description = Method used to authorize user in the Miniserver
|
||||
thing-type.config.loxone.miniserver.authMethod.option.0 = Automatic
|
||||
thing-type.config.loxone.miniserver.authMethod.option.1 = Hash-based
|
||||
thing-type.config.loxone.miniserver.authMethod.option.2 = Token-based
|
||||
thing-type.config.loxone.miniserver.authToken.label = Token
|
||||
thing-type.config.loxone.miniserver.authToken.description = Token acquired by the binding from the Miniserver. Applicable only in token-based authentication mode.
|
||||
thing-type.config.loxone.miniserver.comErrorDelay.label = Communication Error Delay
|
||||
thing-type.config.loxone.miniserver.comErrorDelay.description = Time between connection close (as a result of some communication error) and next connection attempt (seconds, 0-3600)
|
||||
thing-type.config.loxone.miniserver.connectErrDelay.label = Connect Error Delay
|
||||
thing-type.config.loxone.miniserver.connectErrDelay.description = Time between failed websocket connect attempts (seconds, 0-600)
|
||||
thing-type.config.loxone.miniserver.firstConDelay.label = First Connection Delay
|
||||
thing-type.config.loxone.miniserver.firstConDelay.description = Time between binding initialization and first connection attempt (seconds, 0-120)
|
||||
thing-type.config.loxone.miniserver.group.miniserver.label = Miniserver Settings
|
||||
thing-type.config.loxone.miniserver.group.miniserver.description = Connection to Miniserver
|
||||
thing-type.config.loxone.miniserver.group.security.label = Security Settings
|
||||
thing-type.config.loxone.miniserver.group.security.description = Authentication and encryption parameters
|
||||
thing-type.config.loxone.miniserver.group.sizes.label = Size Settings
|
||||
thing-type.config.loxone.miniserver.group.sizes.description = Various sizing parameters
|
||||
thing-type.config.loxone.miniserver.group.timeouts.label = Timeout Settings
|
||||
thing-type.config.loxone.miniserver.group.timeouts.description = Various timeout parameters
|
||||
thing-type.config.loxone.miniserver.host.label = Host
|
||||
thing-type.config.loxone.miniserver.host.description = Host address or IP of the Loxone Miniserver
|
||||
thing-type.config.loxone.miniserver.httpsPort.label = HTTPS Port
|
||||
thing-type.config.loxone.miniserver.httpsPort.description = HTTPS Web interface port of the Loxone Miniserver
|
||||
thing-type.config.loxone.miniserver.keepAlivePeriod.label = Period Between Connection Keep-alive Messages
|
||||
thing-type.config.loxone.miniserver.keepAlivePeriod.description = Time between sending two consecutive keep-alive messages (seconds, 1-600)
|
||||
thing-type.config.loxone.miniserver.maxBinMsgSize.label = Maximum Binary Message Size (kB)
|
||||
thing-type.config.loxone.miniserver.maxBinMsgSize.description = Websocket client's maximum binary message size in kB
|
||||
thing-type.config.loxone.miniserver.maxTextMsgSize.label = Maximum Text Message Size (kB)
|
||||
thing-type.config.loxone.miniserver.maxTextMsgSize.description = Websocket client's maximum text message size in kB
|
||||
thing-type.config.loxone.miniserver.password.label = Password
|
||||
thing-type.config.loxone.miniserver.password.description = User password on the Loxone Miniserver. In token-based authentication this password will be cleared after token is acquired.
|
||||
thing-type.config.loxone.miniserver.port.label = HTTP Port
|
||||
thing-type.config.loxone.miniserver.port.description = HTTP Web interface port of the Loxone Miniserver
|
||||
thing-type.config.loxone.miniserver.responseTimeout.label = Miniserver Response Timeout
|
||||
thing-type.config.loxone.miniserver.responseTimeout.description = Time to wait for a response from Miniserver to a request sent from the binding (seconds, 0-60)
|
||||
thing-type.config.loxone.miniserver.user.label = User
|
||||
thing-type.config.loxone.miniserver.user.description = User name on the Loxone Miniserver
|
||||
thing-type.config.loxone.miniserver.userErrorDelay.label = Authentication Error Delay
|
||||
thing-type.config.loxone.miniserver.userErrorDelay.description = Time in seconds between user login error as a result of wrong name/password or no authority and next connection attempt (seconds, 0-3600)
|
||||
thing-type.config.loxone.miniserver.webSocketType.label = WebSocket Connection Type
|
||||
thing-type.config.loxone.miniserver.webSocketType.description = Protocol used to communicate over WebSocket to the Miniserver
|
||||
thing-type.config.loxone.miniserver.webSocketType.option.0 = Automatic
|
||||
thing-type.config.loxone.miniserver.webSocketType.option.1 = Force HTTPS
|
||||
thing-type.config.loxone.miniserver.webSocketType.option.2 = Force HTTP
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.loxone.colorPickerTypeId.label = Loxone ColorPicker
|
||||
channel-type.loxone.colorPickerTypeId.description = Loxone's Color Picker V2 control
|
||||
channel-type.loxone.dimmerTypeId.label = Loxone Dimmer
|
||||
channel-type.loxone.dimmerTypeId.description = Loxone's dimmer control
|
||||
channel-type.loxone.iRoomV2ActiveModeTypeId.label = Active Mode
|
||||
channel-type.loxone.iRoomV2ActiveModeTypeId.description = Loxone Intelligent Room Controller V2 Active Mode.
|
||||
channel-type.loxone.iRoomV2ActiveModeTypeId.state.option.0 = Economy
|
||||
channel-type.loxone.iRoomV2ActiveModeTypeId.state.option.1 = Comfort temperature
|
||||
channel-type.loxone.iRoomV2ActiveModeTypeId.state.option.2 = Building protection
|
||||
channel-type.loxone.iRoomV2ActiveModeTypeId.state.option.3 = Manual
|
||||
channel-type.loxone.iRoomV2ComfortToleranceTypeId.label = Comfort Tolerance Temperature
|
||||
channel-type.loxone.iRoomV2ComfortToleranceTypeId.description = Loxone Intelligent Room Controller V2 Comfort Tolerance.
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.label = Operating Mode
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.description = Loxone Intelligent Room Controller V2 Operating Mode.
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.state.option.0 = Automatic, heating and cooling allowed
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.state.option.1 = Automatic, only heating allowed
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.state.option.2 = Automatic, only cooling allowed
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.state.option.3 = Manual, heating and cooling allowed
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.state.option.4 = Manual, only heating allowed
|
||||
channel-type.loxone.iRoomV2OperatingModeTypeId.state.option.5 = Manual, only cooling allowed
|
||||
channel-type.loxone.iRoomV2PrepareStateTypeId.label = Prepare State
|
||||
channel-type.loxone.iRoomV2PrepareStateTypeId.description = Loxone Intelligent Room Controller V2 Prepare State.
|
||||
channel-type.loxone.iRoomV2PrepareStateTypeId.state.option.-1 = Cooling down
|
||||
channel-type.loxone.iRoomV2PrepareStateTypeId.state.option.0 = No action
|
||||
channel-type.loxone.iRoomV2PrepareStateTypeId.state.option.1 = Heating up
|
||||
channel-type.loxone.lightCtrlTypeId.label = Loxone Light Controller / Hotel Light Controller
|
||||
channel-type.loxone.lightCtrlTypeId.description = Loxone's light controllers (LightController).
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.0 = All off
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.1 = Scene 1
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.2 = Scene 2
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.3 = Scene 3
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.4 = Scene 4
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.5 = Scene 5
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.6 = Scene 6
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.7 = Scene 7
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.8 = Scene 8
|
||||
channel-type.loxone.lightCtrlTypeId.state.option.9 = All on
|
||||
channel-type.loxone.numberTypeId.label = Loxone Virtual Input Information
|
||||
channel-type.loxone.numberTypeId.description = Loxone's Virtual Inputs.
|
||||
channel-type.loxone.radioButtonTypeId.label = Loxone Radio Button (8x and 16x)
|
||||
channel-type.loxone.radioButtonTypeId.description = Loxone's radio button controls (Radio).
|
||||
channel-type.loxone.roAnalogTypeId.label = Loxone Virtual Analog State Read-only Information
|
||||
channel-type.loxone.roAnalogTypeId.description = Loxone's state information controls (InfoOnlyAnalog, read-only).
|
||||
channel-type.loxone.roDateTimeTypeId.label = Date Time
|
||||
channel-type.loxone.roDateTimeTypeId.description = Date and time of an event
|
||||
channel-type.loxone.roNumberTypeId.label = Loxone State Read-only Information
|
||||
channel-type.loxone.roNumberTypeId.description = Loxone's time counter (TimedSwitch, read-only).
|
||||
channel-type.loxone.roSwitchTypeId.label = Loxone Digital Read-only Information
|
||||
channel-type.loxone.roSwitchTypeId.description = Loxone's digital information controls (InfoOnlyDigital, read-only).
|
||||
channel-type.loxone.roTextTypeId.label = Loxone State Read-only Information
|
||||
channel-type.loxone.roTextTypeId.description = Loxone's state information controls (TextState, read-only).
|
||||
channel-type.loxone.rollerShutterTypeId.label = Loxone Jalousie
|
||||
channel-type.loxone.rollerShutterTypeId.description = Loxone's Jalousies (rollershutters, blinds).
|
||||
channel-type.loxone.switchTypeId.label = Loxone Switch
|
||||
channel-type.loxone.switchTypeId.description = Loxone's virtual input of switch type and push button controls.
|
||||
Reference in New Issue
Block a user