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

31 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "This AVM FRITZ!Box is already configured.",
"already_in_progress": "AVM FRITZ!Box configuration is already in progress.",
"not_found": "No supported AVM FRITZ!Box found on the network.",
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices."
},
"error": {
"auth_failed": "Username and/or password are incorrect."
},
"flow_title": "AVM FRITZ!Box: {name}",
"step": {
"confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Do you want to set up {name}?"
},
"user": {
"data": {
"host": "Host",
"password": "Password",
"username": "Username"
},
"description": "Enter your AVM FRITZ!Box information."
}
}
}
}