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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# binding
binding.revogi.name = Revogi Binding
binding.revogi.description = This is the binding for Revogi devices. Revogi is a vendor of several smart home devices like light bulbs, power strips and sensors.
# thing types
thing-type.revogi.smartstrip.label = SmartStrip
thing-type.revogi.smartstrip.description = A Thing to control Revogi SmartStrip
thing-type.revogi.smartstrip.group.plug1.label = Plug 1
thing-type.revogi.smartstrip.group.plug2.label = Plug 2
thing-type.revogi.smartstrip.group.plug3.label = Plug 3
thing-type.revogi.smartstrip.group.plug4.label = Plug 4
thing-type.revogi.smartstrip.group.plug5.label = Plug 5
thing-type.revogi.smartstrip.group.plug6.label = Plug 6
# thing types config
thing-type.config.revogi.smartstrip.ipAddress.label = IP Address
thing-type.config.revogi.smartstrip.ipAddress.description = IP Address of your smart strip
thing-type.config.revogi.smartstrip.pollInterval.label = Poll Interval
thing-type.config.revogi.smartstrip.pollInterval.description = How often (seconds) should the smart strip status be polled?
thing-type.config.revogi.smartstrip.serialNumber.label = Serial Number
thing-type.config.revogi.smartstrip.serialNumber.description = Serial number of your smart strip.
# channel group types
channel-group-type.revogi.overallPlugActuator.label = Overall Plug Actuator
channel-group-type.revogi.overallPlugActuator.description = Switches all plugs
channel-group-type.revogi.plugActuator.label = Single Plug Actuator
channel-group-type.revogi.plugActuator.description = Switches a single plug and retrieve stats for it
# channel types
channel-type.revogi.amps.label = Current
channel-type.revogi.amps.description = Contains the current Amp value for the given plug
channel-type.revogi.single-plug.label = Switch
channel-type.revogi.single-plug.description = Switch a single plug
channel-type.revogi.watts.label = Power
channel-type.revogi.watts.description = Contains the current watt value for the given plug