Files
homeassistant/custom_components/open_meteo_solar_forecast/translations/en.json
2024-12-18 13:26:06 +01:00

105 lines
3.8 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"api_key": "API key",
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",
"damping_morning": "Damping factor: adjusts the results in the morning",
"damping_evening": "Damping factor: adjusts the results in the evening",
"declination": "Declination (0 = Horizontal, 90 = Vertical)",
"latitude": "Latitude",
"longitude": "Longitude",
"efficiency_factor": "DC efficiency factor (0.0-1.0, 0.0 = 100% loss, 1.0 = no loss)",
"modules_power": "Total Watt peak power of your solar modules",
"inverter_power": "The capacity of your inverter in Watt",
"name": "Name"
},
"description": "Fill in the data of your solar panels. Please refer to the documentation if a field is unclear."
}
}
},
"entity": {
"sensor": {
"energy_current_hour": {
"name": "Estimated energy production - this hour"
},
"energy_next_hour": {
"name": "Estimated energy production - next hour"
},
"energy_production_today": {
"name": "Estimated energy production - today"
},
"energy_production_today_remaining": {
"name": "Estimated energy production - remaining today"
},
"energy_production_tomorrow": {
"name": "Estimated energy production - tomorrow"
},
"energy_production_d2": {
"name": "Estimated energy production - day after tomorrow"
},
"energy_production_d3": {
"name": "Estimated energy production - 3 days from now"
},
"energy_production_d4": {
"name": "Estimated energy production - 4 days from now"
},
"energy_production_d5": {
"name": "Estimated energy production - 5 days from now"
},
"energy_production_d6": {
"name": "Estimated energy production - 6 days from now"
},
"energy_production_d7": {
"name": "Estimated energy production - 7 days from now"
},
"power_highest_peak_time_today": {
"name": "Highest power peak time - today"
},
"power_highest_peak_time_tomorrow": {
"name": "Highest power peak time - tomorrow"
},
"power_production_next_12hours": {
"name": "Estimated power production - next 12 hours"
},
"power_production_next_24hours": {
"name": "Estimated power production - next 24 hours"
},
"power_production_next_hour": {
"name": "Estimated power production - next hour"
},
"power_production_now": {
"name": "Estimated power production - now"
},
"power_production_next_15minutes": {
"name": "Estimated power production - next 15 minutes"
},
"power_production_next_30minutes": {
"name": "Estimated power production - next 30 minutes"
}
}
},
"options": {
"error": {
"invalid_api_key": "Invalid API key"
},
"step": {
"init": {
"data": {
"api_key": "API key",
"azimuth": "Azimuth (360 degrees, 0 = North, 90 = East, 180 = South, 270 = West)",
"damping_morning": "Damping factor: adjusts the results in the morning",
"damping_evening": "Damping factor: adjusts the results in the evening",
"declination": "Declination (0 = Horizontal, 90 = Vertical)",
"inverter_size": "Inverter size (Watt)",
"efficiency_factor": "DC efficiency factor (0.0-1.0, 0.0 = 100% loss, 1.0 = no loss)",
"modules_power": "Total Watt peak power of your solar modules",
"inverter_power": "The capacity of your inverter in Watt"
},
"description": "These values allow tweaking the Forecast.Solar result. Please refer to the documentation if a field is unclear."
}
}
}
}