core/homeassistant/components/airnow/translations/en.json

24 lines
776 B
JSON
Raw Normal View History

2020-12-30 19:25:57 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Device is already configured"
2020-12-30 19:25:57 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2020-12-30 19:25:57 +00:00
"invalid_location": "No results found for that location",
2021-02-03 10:46:49 +00:00
"unknown": "Unexpected error"
2020-12-30 19:25:57 +00:00
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"latitude": "Latitude",
"longitude": "Longitude",
"radius": "Station Radius (miles; optional)"
},
2022-05-19 00:26:11 +00:00
"description": "To generate API key go to https://docs.airnowapi.org/account/request/"
2020-12-30 19:25:57 +00:00
}
}
2022-05-19 00:26:11 +00:00
}
2020-12-30 19:25:57 +00:00
}