Files
ha_pstryk/custom_components/pstryk/translations/en.json
2025-05-02 12:46:17 +02:00

43 lines
1.2 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Pstryk Energy",
"description": "Configuration of Pstryk energy pricing integration",
"data": {
"api_key": "API Key",
"buy_top": "Number of best buy prices",
"sell_top": "Number of best sell prices"
}
}
},
"error": {
"invalid_api_key": "Invalid API key"
}
},
"options": {
"step": {
"init": {
"title": "Pstryk Energy Options",
"data": {
"buy_top": "Number of best buy prices",
"sell_top": "Number of best sell prices"
}
}
}
},
"entity": {
"sensor": {
"next_hour": "Next hour"
}
},
"debug": {
"looking_for_next_hour": "Looking for price for next hour: {next_hour}",
"looking_for_next_day": "Looking for next day price in full price list (48h)",
"error_processing_date": "Error processing date: {error}",
"error_processing_full_list": "Error processing date for full list: {error}",
"no_price_midnight": "No price found for next day midnight. Data probably not loaded yet.",
"no_price_next_hour": "No price found for next hour: {next_hour}"
}
}