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,34 @@
|
||||
# binding
|
||||
|
||||
binding.solarwatt.name = Solarwatt Binding
|
||||
binding.solarwatt.description = This is the binding for Solarwatt Energymanager.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.solarwatt.batteryconverter.label = Battery Converter
|
||||
thing-type.solarwatt.batteryconverter.description = Battery converter to supply AC from battery storage.
|
||||
thing-type.solarwatt.energymanager.label = Solarwatt Energymanager
|
||||
thing-type.solarwatt.energymanager.description = Solarwatt Energymanager is the bridge to all things attached to the PV production system.
|
||||
thing-type.solarwatt.evstation.label = EV Station
|
||||
thing-type.solarwatt.evstation.description = Electric vehicle charger station
|
||||
thing-type.solarwatt.gridflow.label = Gridflow
|
||||
thing-type.solarwatt.gridflow.description = Gridflow regulates interaction with the external power grid.
|
||||
thing-type.solarwatt.inverter.label = Inverter
|
||||
thing-type.solarwatt.inverter.description = Inverter supplying AC from DC.
|
||||
thing-type.solarwatt.location.label = Location
|
||||
thing-type.solarwatt.location.description = Location aggregates all things taking part in the production process.
|
||||
thing-type.solarwatt.powermeter.label = Power Meter
|
||||
thing-type.solarwatt.powermeter.description = Power meter for produced or consumed energy
|
||||
thing-type.solarwatt.pvplant.label = PV Plant
|
||||
thing-type.solarwatt.pvplant.description = Photovoltaic plant generating DC from solar energy.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.solarwatt.device.guid.label = Guid of Device
|
||||
thing-type.config.solarwatt.device.guid.description = Guid of the device as used by the solarwatt energymanager.
|
||||
thing-type.config.solarwatt.energymanager.hostname.label = Host Name
|
||||
thing-type.config.solarwatt.energymanager.hostname.description = The host name/ip address of the solarwatt energymanager.
|
||||
thing-type.config.solarwatt.energymanager.refresh.label = Refresh Data Period
|
||||
thing-type.config.solarwatt.energymanager.refresh.description = Period between updates to the devices data in seconds.
|
||||
thing-type.config.solarwatt.energymanager.rescan.label = Redetect Devices Period
|
||||
thing-type.config.solarwatt.energymanager.rescan.description = Period between updates to the detected devices in minutes.
|
||||
Reference in New Issue
Block a user