core/homeassistant/components/weatherkit/strings.json

26 lines
899 B
JSON

{
"config": {
"step": {
"user": {
"title": "WeatherKit setup",
"description": "Enter your location details and WeatherKit authentication credentials below.",
"data": {
"name": "Name",
"location": "[%key:common::config_flow::data::location%]",
"key_id": "Key ID",
"team_id": "Apple team ID",
"service_id": "Service ID",
"key_pem": "Private key (.p8)"
}
}
},
"error": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]",
"unsupported_location": "Apple WeatherKit does not provide data for this location.",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
}
}