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,53 @@
|
||||
# binding
|
||||
|
||||
binding.solarlog.name = Solar-Log Binding
|
||||
binding.solarlog.description = This is the binding for the Solar-Log product range developed and sold by Solare Datensysteme GmbH. The Solar-Log devices allow monitoring of Photovoltaic (PV) installations and provide a JSON API to extract data. This includes information about current energy production and use, and other vital parameters of a PV installation. This binding makes this data accessible to openHAB from where it can be persistently stored, used to trigger actions or be displayed for information.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.solarlog.meter.label = Solar-Log Meter
|
||||
thing-type.solarlog.meter.description = Basic thing for the Solar-Log Binding
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.solarlog.meter.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.solarlog.meter.refreshInterval.description = States how often a refresh shall occur (in s).
|
||||
thing-type.config.solarlog.meter.url.label = URL
|
||||
thing-type.config.solarlog.meter.url.description = URL of the Solar-Log web interface (e.g. http://solar-log)
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.solarlog.conspac.label = Consumption PAC
|
||||
channel-type.solarlog.conspac.description = Current total consumption PAC from all of the consumption meters (W)
|
||||
channel-type.solarlog.consyieldday.label = Consumption Today
|
||||
channel-type.solarlog.consyieldday.description = Total consumption from all of the consumption meters
|
||||
channel-type.solarlog.consyieldmonth.label = Consumption Month
|
||||
channel-type.solarlog.consyieldmonth.description = Total consumption for the month; all of the consumption meters
|
||||
channel-type.solarlog.consyieldtotal.label = Consumption Total
|
||||
channel-type.solarlog.consyieldtotal.description = Accumulated total consumption, all Consumption meter
|
||||
channel-type.solarlog.consyieldyear.label = Consumption Year
|
||||
channel-type.solarlog.consyieldyear.description = Total consumption for the year; all of the consumption meters
|
||||
channel-type.solarlog.consyieldyesterday.label = Consumption Yesterday
|
||||
channel-type.solarlog.consyieldyesterday.description = Total consumption for the previous day; all of the consumption meters
|
||||
channel-type.solarlog.lastupdate.label = Last Update
|
||||
channel-type.solarlog.lastupdate.description = Last Update Time
|
||||
channel-type.solarlog.pac.label = PAC
|
||||
channel-type.solarlog.pac.description = Total output PAC from all of the inverters
|
||||
channel-type.solarlog.pdc.label = PDC
|
||||
channel-type.solarlog.pdc.description = Total output PDC from all of the inverters
|
||||
channel-type.solarlog.totalpower.label = Total Power
|
||||
channel-type.solarlog.totalpower.description = Installed generator power (Wp)
|
||||
channel-type.solarlog.uac.label = UAC
|
||||
channel-type.solarlog.uac.description = Average voltage UAC from the inverter
|
||||
channel-type.solarlog.udc.label = UDC
|
||||
channel-type.solarlog.udc.description = Average voltage UDC from the inverter
|
||||
channel-type.solarlog.yieldday.label = Yield Day
|
||||
channel-type.solarlog.yieldday.description = Total yield for the day from all of the inverters
|
||||
channel-type.solarlog.yieldmonth.label = Yield Month
|
||||
channel-type.solarlog.yieldmonth.description = Total yield for the month from all of the inverters
|
||||
channel-type.solarlog.yieldtotal.label = Yield Total
|
||||
channel-type.solarlog.yieldtotal.description = Total yield from all of the inverters
|
||||
channel-type.solarlog.yieldyear.label = Yield Year
|
||||
channel-type.solarlog.yieldyear.description = Total yield for the year from all of the inverters
|
||||
channel-type.solarlog.yieldyesterday.label = Yield Yesterday
|
||||
channel-type.solarlog.yieldyesterday.description = Total yield for the previous day from all of the inverters
|
||||
Reference in New Issue
Block a user