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

21 lines
528 B
JSON
Raw Normal View History

2022-01-18 04:42:18 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"username": "Username"
}
}
}
}
}