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,37 @@
|
||||
# binding
|
||||
|
||||
binding.wolfsmartset.name = WolfSmartset Binding
|
||||
binding.wolfsmartset.description = This is the binding for WolfSmartset smart systems.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.wolfsmartset.account.label = WolfSmartset Account
|
||||
thing-type.wolfsmartset.account.description = Represents an account at WolfSmartset
|
||||
thing-type.wolfsmartset.system.label = WolfSmartset System
|
||||
thing-type.wolfsmartset.system.description = An WolfSmartset system
|
||||
thing-type.wolfsmartset.unit.label = WolfSmartset Unit
|
||||
thing-type.wolfsmartset.unit.description = An WolfSmartset remote unit
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.wolfsmartset.account.discoveryEnabled.label = Background Discovery
|
||||
thing-type.config.wolfsmartset.account.discoveryEnabled.description = Enable/disable automatic discovery
|
||||
thing-type.config.wolfsmartset.account.password.label = Password
|
||||
thing-type.config.wolfsmartset.account.refreshIntervalStructure.label = Structure Refresh Interval
|
||||
thing-type.config.wolfsmartset.account.refreshIntervalStructure.description = Specifies the refresh interval in minutes
|
||||
thing-type.config.wolfsmartset.account.refreshIntervalValues.label = States Refresh Interval
|
||||
thing-type.config.wolfsmartset.account.refreshIntervalValues.description = Specifies time in seconds to refresh states
|
||||
thing-type.config.wolfsmartset.account.username.label = Username
|
||||
thing-type.config.wolfsmartset.system.systemId.label = System ID
|
||||
thing-type.config.wolfsmartset.system.systemId.description = System ID assigned to this system by WolfSmartset
|
||||
thing-type.config.wolfsmartset.unit.unitId.label = Unit Id
|
||||
thing-type.config.wolfsmartset.unit.unitId.description = Id assigned to this unit (e.g. rs:101)
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.wolfsmartset.barometric-pressure.label = Pressure
|
||||
channel-type.wolfsmartset.contact.label = Contact
|
||||
channel-type.wolfsmartset.datetime.label = Date Time
|
||||
channel-type.wolfsmartset.number.label = Number
|
||||
channel-type.wolfsmartset.string.label = String
|
||||
channel-type.wolfsmartset.temperature.label = Temperature
|
||||
Reference in New Issue
Block a user