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,75 @@
|
||||
# binding
|
||||
|
||||
binding.tapocontrol.name = TapoControl Binding
|
||||
binding.tapocontrol.description = Control your TAPO-SmartHome Devices
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tapocontrol.L510_Series.label = L510 Series White-Bulb
|
||||
thing-type.tapocontrol.L510_Series.description = Tapo Smart dimmable White-Light-Bulb
|
||||
thing-type.tapocontrol.L530_Series.label = L530 Series Color-Bulb
|
||||
thing-type.tapocontrol.L530_Series.description = Tapo Smart Multicolor Light-Bulb
|
||||
thing-type.tapocontrol.L900.label = L900 LightStrip
|
||||
thing-type.tapocontrol.L900.description = Tapo Smart Multicolor Light-Lightstrip
|
||||
thing-type.tapocontrol.P100.label = P100 SmartPlug
|
||||
thing-type.tapocontrol.P100.description = Tapo Smart Wifi Plug
|
||||
thing-type.tapocontrol.P105.label = P105 SmartPlug
|
||||
thing-type.tapocontrol.P105.description = Tapo Mini Smart Wifi Plug
|
||||
thing-type.tapocontrol.bridge.label = Cloud-Login
|
||||
thing-type.tapocontrol.bridge.description = Cloud Connector. Acts as device-bridge
|
||||
|
||||
# thing types config
|
||||
|
||||
bridge-type.config.tapo.bridge.cloudDiscovery.label = Cloud Discovery
|
||||
bridge-type.config.tapo.bridge.cloudDiscovery.description = Use Cloud Discovery-Service
|
||||
bridge-type.config.tapo.bridge.discoveryInterval.label = Background Discovery Interval
|
||||
bridge-type.config.tapo.bridge.discoveryInterval.description = Interval background discovery in minutes (default 60)
|
||||
bridge-type.config.tapo.bridge.password.label = Password
|
||||
bridge-type.config.tapo.bridge.password.description = Tapo-Cloud Login Password
|
||||
bridge-type.config.tapo.bridge.username.label = Username
|
||||
bridge-type.config.tapo.bridge.username.description = Tapo-Cloud Login User (e-Mail)
|
||||
thing-type.config.tapo.device.ipAddress.label = IP Address
|
||||
thing-type.config.tapo.device.pollingInterval.label = Refresh Interval
|
||||
thing-type.config.tapo.device.pollingInterval.description = Refresh interval for refreshing the data in seconds. (0=disabled)
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.tapocontrol.colorBulb.label = Color Light Bulb
|
||||
channel-group-type.tapocontrol.colorBulb.description = Tapo Multicolor Smart Light Bulb
|
||||
channel-group-type.tapocontrol.deviceState.label = Device State
|
||||
channel-group-type.tapocontrol.deviceState.description = Information about the device
|
||||
channel-group-type.tapocontrol.lightBulb.label = Light Bulb
|
||||
channel-group-type.tapocontrol.lightBulb.description = Tapo Smart Light Bulb
|
||||
channel-group-type.tapocontrol.lightEffect.label = Lightning Effect
|
||||
channel-group-type.tapocontrol.lightEffect.description = Tapo Lightning Effects
|
||||
channel-group-type.tapocontrol.lightStrip.label = Color Light Strip
|
||||
channel-group-type.tapocontrol.lightStrip.description = Tapo Multicolor Smart Light Strip
|
||||
channel-group-type.tapocontrol.smartPlug.label = SmartPlug
|
||||
channel-group-type.tapocontrol.smartPlug.description = Tapo Smart Plug Power Outlet
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tapocontrol.colorChannel.label = Color
|
||||
channel-type.tapocontrol.colorChannel.description = Color
|
||||
channel-type.tapocontrol.colorTemperature.label = Color Temperature
|
||||
channel-type.tapocontrol.colorTemperature.description = This channel supports adjusting the color temperature from 2700K to 6500K.
|
||||
channel-type.tapocontrol.customEffect.label = Custom Effect
|
||||
channel-type.tapocontrol.customEffect.description = Use custom lightning effect
|
||||
channel-type.tapocontrol.dimmerChannel.label = Brightness
|
||||
channel-type.tapocontrol.dimmerChannel.description = Brightness
|
||||
channel-type.tapocontrol.effectName.label = Effect Name
|
||||
channel-type.tapocontrol.effectName.description = Name of LightningEffect
|
||||
channel-type.tapocontrol.effectOn.label = Lightning Effect Enable
|
||||
channel-type.tapocontrol.effectOn.description = Switches the lightning effect on/off
|
||||
channel-type.tapocontrol.fade.label = Fade Light
|
||||
channel-type.tapocontrol.fade.description = Make the light darker or lighter slowly
|
||||
channel-type.tapocontrol.led.label = Switch Led
|
||||
channel-type.tapocontrol.led.description = Switch the Smart Home device led on or off.
|
||||
channel-type.tapocontrol.lightOn.label = Light On
|
||||
channel-type.tapocontrol.lightOn.description = Switches the light on/off
|
||||
channel-type.tapocontrol.ontime.label = On-Time
|
||||
channel-type.tapocontrol.ontime.description = Number of seconds since the device was powered on
|
||||
channel-type.tapocontrol.outputChannel.label = Output Switch
|
||||
channel-type.tapocontrol.outputChannel.description = Switches the power state on/off
|
||||
channel-type.tapocontrol.overheated.label = Device Overheated
|
||||
channel-type.tapocontrol.overheated.description = ON if device is overheated
|
||||
Reference in New Issue
Block a user