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,27 @@
|
||||
# binding
|
||||
|
||||
binding.sensibo.name = Sensibo Binding
|
||||
binding.sensibo.description = This is the binding for Sensibo products
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.sensibo.account.label = Sensibo API
|
||||
thing-type.sensibo.account.description = This bridge represents the gateway to Sensibo API
|
||||
thing-type.sensibo.sensibosky.label = HVAC controller
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.sensibo.account.apiKey.label = API Key
|
||||
thing-type.config.sensibo.account.apiKey.description = Your Sensibo app API key
|
||||
thing-type.config.sensibo.account.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.sensibo.account.refreshInterval.description = How often to fetch updates from Sensibo service (polling interval)
|
||||
thing-type.config.sensibo.sensibosky.macAddress.label = MAC Address
|
||||
thing-type.config.sensibo.sensibosky.macAddress.description = With or without colons
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.sensibo.currentHumidity.label = Current Humidity
|
||||
channel-type.sensibo.currentTemperature.label = Current Temperature
|
||||
channel-type.sensibo.masterSwitch.label = Master Switch
|
||||
channel-type.sensibo.timer.label = Off Timer
|
||||
channel-type.sensibo.timer.description = Number of seconds until turning off
|
||||
Reference in New Issue
Block a user