1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00
ha-core/homeassistant/components/fritzbox/translations/en.json

40 lines
1.4 KiB
JSON
Raw Normal View History

2020-04-21 01:33:54 +02:00
{
"config": {
"abort": {
2020-10-09 02:04:33 +02:00
"already_configured": "Device is already configured",
2020-10-04 02:05:05 +02:00
"already_in_progress": "Configuration flow is already in progress",
"ignore_ip6_link_local": "IPv6 link local address is not supported.",
2020-10-09 02:04:33 +02:00
"no_devices_found": "No devices found on the network",
2021-02-03 11:46:49 +01: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-21 01:33:54 +02:00
},
"error": {
2020-10-09 02:04:33 +02:00
"invalid_auth": "Invalid authentication"
2020-04-21 01:33:54 +02:00
},
"flow_title": "{name}",
2020-04-21 01:33:54 +02:00
"step": {
"confirm": {
"data": {
"password": "Password",
"username": "Username"
},
2020-05-29 02:04:16 +02:00
"description": "Do you want to set up {name}?"
2020-04-21 01:33:54 +02:00
},
2021-02-03 11:46:49 +01:00
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Update your login information for {name}."
},
2020-04-21 01:33:54 +02:00
"user": {
"data": {
2020-05-13 20:27:21 +02:00
"host": "Host",
2020-04-21 01:33:54 +02:00
"password": "Password",
"username": "Username"
},
2020-05-29 02:04:16 +02:00
"description": "Enter your AVM FRITZ!Box information."
2020-04-21 01:33:54 +02:00
}
}
}
}