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

21 lines
566 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "This airport is already configured."
},
"error": {
2021-02-25 00:05:20 +00:00
"cannot_connect": "Failed to connect",
"invalid_airport": "Airport code is not valid",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"id": "Airport"
2021-02-25 00:05:20 +00:00
},
"description": "Enter a US Airport Code in IATA Format",
"title": "FAA Delays"
}
}
}
2021-02-25 00:05:20 +00:00
}