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,53 @@
|
||||
# binding
|
||||
|
||||
binding.bsblan.name = BSB-LAN Binding
|
||||
binding.bsblan.description = Binding for BSB-LAN Gateway.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.bsblan.bridge.label = BSB-LAN Bridge
|
||||
thing-type.bsblan.bridge.description = A bridge to connect a BSB-LAN device
|
||||
thing-type.bsblan.parameter.label = Parameter
|
||||
thing-type.bsblan.parameter.description = Represents a single parameter available at the BSB-LAN device and identified by a numeric id.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.bsblan.bridge.group.network.label = Network Settings
|
||||
thing-type.config.bsblan.bridge.host.label = Host
|
||||
thing-type.config.bsblan.bridge.host.description = The hostname or IP address of the BSB-LAN device.
|
||||
thing-type.config.bsblan.bridge.passkey.label = Passkey
|
||||
thing-type.config.bsblan.bridge.passkey.description = The passkey required to access the BSB-LAN device.
|
||||
thing-type.config.bsblan.bridge.password.label = Password
|
||||
thing-type.config.bsblan.bridge.password.description = The password required to access the BSB-LAN device (when using HTTP Basic Authentication).
|
||||
thing-type.config.bsblan.bridge.port.label = Port
|
||||
thing-type.config.bsblan.bridge.port.description = The port BSB-LAN device.
|
||||
thing-type.config.bsblan.bridge.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.bsblan.bridge.refreshInterval.description = Specifies the refresh interval in seconds.
|
||||
thing-type.config.bsblan.bridge.username.label = Username
|
||||
thing-type.config.bsblan.bridge.username.description = The username required to access the BSB-LAN device (when using HTTP Basic Authentication).
|
||||
thing-type.config.bsblan.parameter.group.change-requests.label = Change Requests
|
||||
thing-type.config.bsblan.parameter.id.label = Parameter ID
|
||||
thing-type.config.bsblan.parameter.id.description = Specific parameter identifier
|
||||
thing-type.config.bsblan.parameter.setId.label = Parameter Set-ID
|
||||
thing-type.config.bsblan.parameter.setId.description = Parameter identifier used for change requests. Defaults to the value of Parameter ID
|
||||
thing-type.config.bsblan.parameter.setType.label = Message Type
|
||||
thing-type.config.bsblan.parameter.setType.description = Message type used for change requests. Defaults to SET.
|
||||
thing-type.config.bsblan.parameter.setType.option.INF = INF
|
||||
thing-type.config.bsblan.parameter.setType.option.SET = SET
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.bsblan.parameter_datatype.label = Data Type
|
||||
channel-type.bsblan.parameter_datatype.description = Data type of the parameter
|
||||
channel-type.bsblan.parameter_description.label = Description
|
||||
channel-type.bsblan.parameter_description.description = Description of the parameter
|
||||
channel-type.bsblan.parameter_name.label = Name
|
||||
channel-type.bsblan.parameter_name.description = Name of the parameter
|
||||
channel-type.bsblan.parameter_number_value.label = Value
|
||||
channel-type.bsblan.parameter_number_value.description = Value of the parameter
|
||||
channel-type.bsblan.parameter_string_value.label = Value
|
||||
channel-type.bsblan.parameter_string_value.description = Value of the parameter
|
||||
channel-type.bsblan.parameter_switch_value.label = Value
|
||||
channel-type.bsblan.parameter_switch_value.description = Value of the parameter
|
||||
channel-type.bsblan.parameter_unit.label = Unit
|
||||
channel-type.bsblan.parameter_unit.description = Unit of the parameter
|
||||
Reference in New Issue
Block a user