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,131 @@
|
||||
# binding
|
||||
|
||||
binding.solaredge.name = SolarEdge Binding
|
||||
binding.solaredge.description = This is the binding for SolarEdge.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.solaredge.generic.label = SolarEdge
|
||||
thing-type.solaredge.generic.description = data retrieved from SolarEdge web interface
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.solaredge.web.aggregateDataPollingInterval.label = Polling Interval
|
||||
thing-type.config.solaredge.web.aggregateDataPollingInterval.description = Interval in which aggregate data is polled from SolarEdge (in minutes). If not using private API this must not be less than 60 minutes.
|
||||
thing-type.config.solaredge.web.group.authentication.label = Authentication
|
||||
thing-type.config.solaredge.web.group.authentication.description = Authentication settings.
|
||||
thing-type.config.solaredge.web.group.connection.label = Connection
|
||||
thing-type.config.solaredge.web.group.connection.description = Connection settings.
|
||||
thing-type.config.solaredge.web.group.general.label = General
|
||||
thing-type.config.solaredge.web.group.general.description = General settings.
|
||||
thing-type.config.solaredge.web.liveDataPollingInterval.label = Polling Interval
|
||||
thing-type.config.solaredge.web.liveDataPollingInterval.description = Interval in which live data is polled from SolarEdge (in minutes). If not using private API this should not be less than 10 minutes.
|
||||
thing-type.config.solaredge.web.meterInstalled.label = Meter Installed
|
||||
thing-type.config.solaredge.web.meterInstalled.description = If your setup contains a modbus meter, please activate this, to get more detailed data.
|
||||
thing-type.config.solaredge.web.solarId.label = Solar ID
|
||||
thing-type.config.solaredge.web.solarId.description = The ID to identify the solarplant at SolarEdge.
|
||||
thing-type.config.solaredge.web.tokenOrApiKey.label = Token or API Key
|
||||
thing-type.config.solaredge.web.tokenOrApiKey.description = API Key to access the official solaredge API. If using Private API this must be fills with Spring Security Token (Check Browser Cookies when logged into website)
|
||||
thing-type.config.solaredge.web.usePrivateApi.label = Private API
|
||||
thing-type.config.solaredge.web.usePrivateApi.description = Private API allows to avoid the limit of 300 API calls per day but is less documented and therefore less stable. If no meter is available you cannot use the private API, it does not provide live data for this kind of setup.
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.label = Aggregate Day Data
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.description = Aggregate data (by day)
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.batterySelfConsumption.label = Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.batterySelfConsumption.description = Aggregate Day Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.consumption.label = Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.consumption.description = Aggregate Day Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.export.label = Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.export.description = Aggregate Day Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.import.label = Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.import.description = Aggregate Day Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.production.label = Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.production.description = Aggregate Day Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.selfConsumptionCoverage.label = Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.selfConsumptionCoverage.description = Aggregate Day Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.selfConsumptionForConsumption.label = Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-day.channel.selfConsumptionForConsumption.description = Aggregate Day Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.label = Aggregate Month Data
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.description = Aggregate data (by month)
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.batterySelfConsumption.label = Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.batterySelfConsumption.description = Aggregate Month Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.consumption.label = Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.consumption.description = Aggregate Month Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.export.label = Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.export.description = Aggregate Month Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.import.label = Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.import.description = Aggregate Month Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.production.label = Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.production.description = Aggregate Month Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.selfConsumptionCoverage.label = Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.selfConsumptionCoverage.description = Aggregate Month Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.selfConsumptionForConsumption.label = Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-month.channel.selfConsumptionForConsumption.description = Aggregate Month Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.label = Aggregate Week Data
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.description = Aggregate data (by week)
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.batterySelfConsumption.label = Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.batterySelfConsumption.description = Aggregate Week Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.consumption.label = Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.consumption.description = Aggregate Week Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.export.label = Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.export.description = Aggregate Week Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.import.label = Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.import.description = Aggregate Week Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.production.label = Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.production.description = Aggregate Week Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.selfConsumptionCoverage.label = Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.selfConsumptionCoverage.description = Aggregate Week Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.selfConsumptionForConsumption.label = Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-week.channel.selfConsumptionForConsumption.description = Aggregate Week Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.label = Aggregate Year Data
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.description = Aggregate data (by year)
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.batterySelfConsumption.label = Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.batterySelfConsumption.description = Aggregate Year Battery Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.consumption.label = Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.consumption.description = Aggregate Year Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.export.label = Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.export.description = Aggregate Year Export
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.import.label = Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.import.description = Aggregate Year Import
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.production.label = Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.production.description = Aggregate Year Production
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.selfConsumptionCoverage.label = Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.selfConsumptionCoverage.description = Aggregate Year Self Consumption Coverage
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.selfConsumptionForConsumption.label = Self Consumption
|
||||
channel-group-type.solaredge.genericweb-aggregate-year.channel.selfConsumptionForConsumption.description = Aggregate Year Self Consumption
|
||||
channel-group-type.solaredge.genericweb-live.label = Live Data
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_charge.label = Battery Charge
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_charge.description = Current Charge Rate
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_charge_discharge.label = Battery Charge/Discharge
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_charge_discharge.description = Current Charge/Discharge Rate
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_critical.label = Battery Critical
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_critical.description = Battery Critical
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_discharge.label = Battery Discharge
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_discharge.description = Current Discharge Rate
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_level.label = Battery Level
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_level.description = Current Charge Level
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_status.label = Battery Status
|
||||
channel-group-type.solaredge.genericweb-live.channel.battery_status.description = Current Battery Status
|
||||
channel-group-type.solaredge.genericweb-live.channel.consumption.label = Consumption
|
||||
channel-group-type.solaredge.genericweb-live.channel.consumption.description = Current Consumption
|
||||
channel-group-type.solaredge.genericweb-live.channel.export.label = Export
|
||||
channel-group-type.solaredge.genericweb-live.channel.export.description = Current Export to Grid
|
||||
channel-group-type.solaredge.genericweb-live.channel.grid_status.label = Grid Status
|
||||
channel-group-type.solaredge.genericweb-live.channel.grid_status.description = Current Grid Status
|
||||
channel-group-type.solaredge.genericweb-live.channel.import.label = Import
|
||||
channel-group-type.solaredge.genericweb-live.channel.import.description = Current Import from Grid
|
||||
channel-group-type.solaredge.genericweb-live.channel.load_status.label = Load Status
|
||||
channel-group-type.solaredge.genericweb-live.channel.load_status.description = Current Load Status
|
||||
channel-group-type.solaredge.genericweb-live.channel.production.label = Production
|
||||
channel-group-type.solaredge.genericweb-live.channel.production.description = Current Production
|
||||
channel-group-type.solaredge.genericweb-live.channel.pv_status.label = PV Status
|
||||
channel-group-type.solaredge.genericweb-live.channel.pv_status.description = Current PV Status
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.solaredge.type-energy.label = Energy
|
||||
channel-type.solaredge.type-percent.label = Percent
|
||||
channel-type.solaredge.type-power.label = Power
|
||||
channel-type.solaredge.type-status.label = Status Text
|
||||
Reference in New Issue
Block a user