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.omnikinverter.name = OmnikInverter Binding
|
||||
binding.omnikinverter.description = This is the binding for the Omnik solar grid inverters. The integration is based on the undocumented API, which is reverse engineered at https://github.com/Woutrrr/Omnik-Data-Logger. As such, the known supported inverters are known to work with inverters with wifi bridge which start with the serial number '602' and '606'.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.omnikinverter.omnik.label = OmnikInverter Binding Thing
|
||||
thing-type.omnikinverter.omnik.description = Thing for OmnikInverter Binding
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.omnikinverter.omnik.hostname.label = Hostname
|
||||
thing-type.config.omnikinverter.omnik.hostname.description = The hostname or IP of the Omnik Inverter
|
||||
thing-type.config.omnikinverter.omnik.port.label = Port
|
||||
thing-type.config.omnikinverter.omnik.port.description = The TCP port of the Omnik inverter, usually 8899
|
||||
thing-type.config.omnikinverter.omnik.serial.label = Serial
|
||||
thing-type.config.omnikinverter.omnik.serial.description = The serial of the Omnik inverter's Wifi module. This the number part only.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.omnikinverter.energyToday.label = Energy Today
|
||||
channel-type.omnikinverter.energyToday.description = The amount of energy generated today
|
||||
channel-type.omnikinverter.energyTotal.label = Total Generated Energy
|
||||
channel-type.omnikinverter.energyTotal.description = The amount of generated energy in total
|
||||
channel-type.omnikinverter.power.label = Instantaneous Power
|
||||
channel-type.omnikinverter.power.description = The instantaneous power generation
|
||||
Reference in New Issue
Block a user