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

51 lines
1.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"not_irobot_device": "Discovered device is not an iRobot device",
"short_blid": "The BLID was truncated"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name} ({host})",
"step": {
"link": {
"description": "Make sure that the iRobot app is not running on any device. Press and hold the Home button on {name} until the device generates a sound (about two seconds), then submit within 30 seconds.",
"title": "Retrieve Password"
},
"link_manual": {
"data": {
"password": "Password"
},
"description": "The password could not be retrieved from the device automatically. Please make sure that the iRobot app is not open on any device while trying to retrieve the password. Please follow the steps outlined in the documentation at: {auth_help_url}",
"title": "Enter Password"
},
"manual": {
"data": {
"host": "Host"
},
"description": "No Roomba or Braava have been discovered on your network.",
"title": "Manually connect to the device"
},
"user": {
"data": {
"host": "Host"
},
"description": "Select a Roomba or Braava.",
"title": "Automatically connect to the device"
}
}
},
"options": {
"step": {
"init": {
"data": {
"continuous": "Continuous",
"delay": "Delay"
}
}
}
}
}