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

39 lines
1.3 KiB
JSON
Raw Normal View History

2020-04-20 23:33:54 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "Device is already configured",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress",
2020-10-09 00:04:33 +00:00
"no_devices_found": "No devices found on the network",
2021-02-03 10:46:49 +00:00
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices.",
"reauth_successful": "Re-authentication was successful"
2020-04-20 23:33:54 +00:00
},
"error": {
2020-10-09 00:04:33 +00:00
"invalid_auth": "Invalid authentication"
2020-04-20 23:33:54 +00:00
},
"flow_title": "{name}",
2020-04-20 23:33:54 +00:00
"step": {
"confirm": {
"data": {
"password": "Password",
"username": "Username"
},
2020-05-29 00:04:16 +00:00
"description": "Do you want to set up {name}?"
2020-04-20 23:33:54 +00:00
},
2021-02-03 10:46:49 +00:00
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Update your login information for {name}."
},
2020-04-20 23:33:54 +00:00
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "Host",
2020-04-20 23:33:54 +00:00
"password": "Password",
"username": "Username"
},
2020-05-29 00:04:16 +00:00
"description": "Enter your AVM FRITZ!Box information."
2020-04-20 23:33:54 +00:00
}
}
}
}