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,36 @@
|
||||
# binding
|
||||
|
||||
binding.mystrom.name = myStrom Binding
|
||||
binding.mystrom.description = This is the binding for myStrom devices.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.mystrom.mystrombulb.label = myStrom Bulb
|
||||
thing-type.mystrom.mystrombulb.description = Controls the myStrom bulb
|
||||
thing-type.mystrom.mystromplug.label = myStrom Smart Plug
|
||||
thing-type.mystrom.mystromplug.description = Controls the myStrom smart plug
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.mystrom.mystrombulb.hostname.label = Hostname
|
||||
thing-type.config.mystrom.mystrombulb.hostname.description = The host name or IP address of the myStrom bulb.
|
||||
thing-type.config.mystrom.mystrombulb.refresh.label = Refresh Interval
|
||||
thing-type.config.mystrom.mystrombulb.refresh.description = Specifies the refresh interval in seconds.
|
||||
thing-type.config.mystrom.mystromplug.hostname.label = Hostname
|
||||
thing-type.config.mystrom.mystromplug.hostname.description = The host name or IP address of the myStrom plug.
|
||||
thing-type.config.mystrom.mystromplug.refresh.label = Refresh Interval
|
||||
thing-type.config.mystrom.mystromplug.refresh.description = Specifies the refresh interval in seconds.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.mystrom.mode-channel.label = Mode
|
||||
channel-type.mystrom.mode-channel.description = The color mode we want the Bulb to set to
|
||||
channel-type.mystrom.mode-channel.command.option.rgb = RGB
|
||||
channel-type.mystrom.mode-channel.command.option.hsv = HSB (HSV)
|
||||
channel-type.mystrom.mode-channel.command.option.mono = MONO
|
||||
channel-type.mystrom.power-channel.label = Power Consumption
|
||||
channel-type.mystrom.power-channel.description = The current power delivered by the plug
|
||||
channel-type.mystrom.ramp-channel.label = Ramp
|
||||
channel-type.mystrom.ramp-channel.description = Transition time from the light’s current state to the new state.
|
||||
channel-type.mystrom.temperature-channel.label = Temperature
|
||||
channel-type.mystrom.temperature-channel.description = The current temperature at the plug
|
||||
Reference in New Issue
Block a user