hass.tibber_prices/custom_components/tibber_prices/translations/en.json
2025-11-03 20:55:28 +00:00

230 lines
8.9 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "Set up Tibber Price Information & Ratings.\n\nTo generate an API access token, visit https://developer.tibber.com.",
"data": {
"access_token": "API access token"
},
"submit": "Validate Token"
},
"select_home": {
"description": "Select a home to fetch price information and ratings.",
"data": {
"home_id": "Home"
},
"title": "Pick a Home",
"submit": "Select Home"
},
"finish": {
"description": "Select a home to fetch price information and ratings.",
"data": {
"home_id": "Home ID"
},
"title": "Pick a home",
"submit": "Select Home"
}
},
"error": {
"auth": "The Tibber Access Token is invalid.",
"connection": "Unable to connect to Tibber. Please check your internet connection.",
"unknown": "Unexpected error",
"cannot_connect": "Failed to connect",
"invalid_access_token": "Invalid access token"
},
"abort": {
"already_configured": "Integration is already configured",
"entry_not_found": "Tibber configuration entry not found.",
"setup_complete": "Setup complete! You can change additional options for Tibber Prices in the integration's options after closing this dialog."
}
},
"config_subentries": {
"home": {
"initiate_flow": {
"user": "Add Tibber Home"
},
"title": "Add Tibber Home",
"step": {
"user": {
"title": "Add Tibber Home",
"description": "Select a home to add to your Tibber integration.\n\n**Note:** After adding this home, you can add additional homes from the integration's context menu by selecting \"Add Tibber Home\".",
"data": {
"home_id": "Home"
}
}
},
"error": {
"api_error": "Failed to fetch homes from Tibber API"
},
"abort": {
"no_parent_entry": "Parent entry not found",
"no_access_token": "No access token available",
"home_not_found": "Selected home not found",
"api_error": "Failed to fetch homes from Tibber API",
"no_available_homes": "No additional homes available to add. All homes from your Tibber account have already been added."
}
}
},
"options": {
"step": {
"init": {
"description": "User: {user_login}",
"data": {
"access_token": "API access token",
"extended_descriptions": "Show extended descriptions in entity attributes",
"best_price_flex": "Best Price Flexibility (%)",
"peak_price_flex": "Peak Price Flexibility (%)",
"price_rating_threshold_low": "Price Rating Threshold Low (% vs trailing average)",
"price_rating_threshold_high": "Price Rating Threshold High (% vs trailing average)"
},
"title": "Options for Tibber Price Information & Ratings",
"submit": "Save Options"
}
},
"error": {
"auth": "The Tibber Access Token is invalid.",
"connection": "Unable to connect to Tibber. Please check your internet connection.",
"unknown": "An unexpected error occurred. Please check the logs for details.",
"cannot_connect": "Failed to connect",
"invalid_access_token": "Invalid access token",
"different_home": "The access token is not valid for the home ID this integration is configured for."
},
"abort": {
"entry_not_found": "Tibber configuration entry not found."
}
},
"entity": {
"sensor": {
"current_price_cents": {
"name": "Current Electricity Price"
},
"next_interval_price_cents": {
"name": "Next Price"
},
"previous_interval_price_cents": {
"name": "Previous Electricity Price"
},
"current_hour_average_cents": {
"name": "Current Hour Average Price"
},
"next_hour_average_cents": {
"name": "Next Hour Average Price"
},
"price_level": {
"name": "Current Price Level"
},
"next_interval_price_level": {
"name": "Next Price Level"
},
"previous_interval_price_level": {
"name": "Previous Price Level"
},
"current_hour_price_level": {
"name": "Current Hour Price Level"
},
"next_hour_price_level": {
"name": "Next Hour Price Level"
},
"lowest_price_today_cents": {
"name": "Today's Lowest Price"
},
"highest_price_today_cents": {
"name": "Today's Highest Price"
},
"average_price_today_cents": {
"name": "Today's Average Price"
},
"lowest_price_tomorrow_cents": {
"name": "Tomorrow's Lowest Price"
},
"highest_price_tomorrow_cents": {
"name": "Tomorrow's Highest Price"
},
"average_price_tomorrow_cents": {
"name": "Tomorrow's Average Price"
},
"trailing_price_average_cents": {
"name": "Trailing 24h Average Price"
},
"leading_price_average_cents": {
"name": "Leading 24h Average Price"
},
"trailing_price_min_cents": {
"name": "Trailing 24h Minimum Price"
},
"trailing_price_max_cents": {
"name": "Trailing 24h Maximum Price"
},
"leading_price_min_cents": {
"name": "Leading 24h Minimum Price"
},
"leading_price_max_cents": {
"name": "Leading 24h Maximum Price"
},
"price_rating": {
"name": "Current Price Rating"
},
"next_interval_price_rating": {
"name": "Next Price Rating"
},
"previous_interval_price_rating": {
"name": "Previous Price Rating"
},
"current_hour_price_rating": {
"name": "Current Hour Price Rating"
},
"next_hour_price_rating": {
"name": "Next Hour Price Rating"
},
"daily_rating": {
"name": "Daily Price Rating"
},
"monthly_rating": {
"name": "Monthly Price Rating"
},
"data_timestamp": {
"name": "Price Data Expiration"
},
"price_forecast": {
"name": "Price Forecast"
}
},
"binary_sensor": {
"peak_price_period": {
"name": "Peak Price Period"
},
"best_price_period": {
"name": "Best Price Period"
},
"connection": {
"name": "Tibber API Connection"
},
"tomorrow_data_available": {
"name": "Tomorrow's Data Available"
}
}
},
"issues": {
"new_homes_available": {
"title": "New Tibber homes detected",
"description": "We detected {count} new home(s) on your Tibber account: {homes}. You can add them to Home Assistant through the Tibber integration configuration."
},
"homes_removed": {
"title": "Tibber homes removed",
"description": "We detected that {count} home(s) have been removed from your Tibber account: {homes}. Please review your Tibber integration configuration."
}
},
"services": {
"refresh_user_data": {
"name": "Refresh User Data",
"description": "Forces a refresh of the user data (homes, profile information) from the Tibber API. This can be useful after making changes to your Tibber account or when troubleshooting connectivity issues.",
"fields": {
"entry_id": {
"name": "Entry ID",
"description": "The config entry ID for the Tibber integration."
}
}
}
},
"title": "Tibber Price Information & Ratings"
}