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

36 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"reauth_successful": "Re-authentication was successful",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"flow_title": "{host}",
"step": {
"hassio_confirm": {
"description": "Do you want to connect to add-on {addon}?"
},
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Please enter the correct password for host: {host}"
},
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Password",
"port": "Port"
}
}
}
}
}