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

39 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"no_devices_found": "No devices found on the network",
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices.",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication"
},
"flow_title": "{name}",
"step": {
"confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Do you want to set up {name}?"
},
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Update your login information for {name}."
},
"user": {
"data": {
"host": "Host",
"password": "Password",
"username": "Username"
},
"description": "Enter your AVM FRITZ!Box information."
}
}
}
}