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

20 lines
473 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "This airport is already configured."
},
"error": {
"invalid_airport": "Airport code is not valid"
},
"step": {
"user": {
"title": "FAA Delays",
"description": "Enter a US Airport Code in IATA Format",
"data": {
"id": "Airport"
}
}
}
}
}