1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00
Files
core/homeassistant/components/openweathermap/strings.json
2025-10-28 10:33:10 +01:00

113 lines
3.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
},
"error": {
"cannot_connect": "Failed to connect: {error}",
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
},
"step": {
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"language": "[%key:common::config_flow::data::language%]",
"location": "[%key:common::config_flow::data::location%]",
"mode": "[%key:common::config_flow::data::mode%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"api_key": "API key for the OpenWeatherMap integration",
"language": "Language for the OpenWeatherMap content",
"location": "Location to get the weather data for",
"mode": "Mode for the OpenWeatherMap API",
"name": "Name for this OpenWeatherMap location"
},
"description": "To generate an API key, please refer to the [integration documentation]({doc_url})"
}
}
},
"entity": {
"sensor": {
"clouds": {
"name": "[%key:component::weather::entity_component::_::state_attributes::cloud_coverage::name%]"
},
"condition": {
"name": "Condition"
},
"dew_point": {
"name": "[%key:component::weather::entity_component::_::state_attributes::dew_point::name%]"
},
"feels_like_temperature": {
"name": "[%key:component::weather::entity_component::_::state_attributes::apparent_temperature::name%]"
},
"precipitation_kind": {
"name": "Precipitation kind"
},
"rain": {
"name": "Rain intensity"
},
"snow": {
"name": "Snow intensity"
},
"uv_index": {
"name": "[%key:component::weather::entity_component::_::state_attributes::uv_index::name%]"
},
"visibility_distance": {
"name": "[%key:component::weather::entity_component::_::state_attributes::visibility::name%]"
},
"weather": {
"name": "[%key:component::weather::title%]"
},
"weather_code": {
"name": "Weather code"
},
"wind_gust": {
"name": "[%key:component::weather::entity_component::_::state_attributes::wind_gust_speed::name%]"
}
}
},
"exceptions": {
"service_minute_forecast_mode": {
"message": "Minute forecast is available only when {name} mode is set to v3.0"
}
},
"issues": {
"deprecated_v25": {
"fix_flow": {
"error": {
"cannot_connect": "Failed to connect: {error}",
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
},
"step": {
"migrate": {
"description": "OWM API v2.5 will be closed in June 2024.\nYou need to migrate all your OpenWeatherMap integrations to v3.0.\n\nBefore the migration, you must have an active subscription (be aware that subscription activation can take up to 2h). After your subscription is activated, select **Submit** to migrate the integration to API V3.0. Read the documentation for more information.",
"title": "OpenWeatherMap API V2.5 deprecated"
}
}
},
"title": "OpenWeatherMap API V2.5 deprecated"
}
},
"options": {
"step": {
"init": {
"data": {
"language": "[%key:common::config_flow::data::language%]",
"mode": "[%key:common::config_flow::data::mode%]"
},
"data_description": {
"language": "[%key:component::openweathermap::config::step::user::data_description::language%]",
"mode": "[%key:component::openweathermap::config::step::user::data_description::mode%]"
}
}
}
},
"services": {
"get_minute_forecast": {
"description": "Retrieves a minute-by-minute weather forecast for one hour.",
"name": "Get minute forecast"
}
}
}