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

25 lines
854 B
JSON

{
"config": {
"abort": {
"already_configured": "Host already configured"
},
"error": {
"connection_failed": "Failed to connect, please try again",
"register_failed": "Failed to register, please try again",
"unknown": "Unknown error: please retry later"
},
"step": {
"link": {
"description": "Click \"Submit\", then touch the right arrow on the router to register Freebox with Home Assistant.\n\n![Location of button on the router](/static/images/config_freebox.png)",
"title": "Link Freebox router"
},
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"title": "Freebox"
}
}
}
}