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

23 lines
766 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"api_key": "API Key",
"latitude": "Latitude",
"longitude": "Longitude",
"station": "METAR station code"
},
"description": "If a METAR station code is not specified, the latitude and longitude will be used to find the closest station.",
"title": "Connect to the National Weather Service"
}
}
2020-04-16 20:00:10 +00:00
}
}