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

63 lines
2.2 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": {
"init": {
"data": {
"host": "Host"
},
"description": "Select a Roomba or Braava.",
"title": "Automatically connect to the device"
},
"link": {
"description": "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 follow the steps outlined in the documentation at: {auth_help_url}",
"title": "Enter Password"
},
"manual": {
"data": {
"blid": "BLID",
"host": "Host"
},
"description": "No Roomba or Braava have been discovered on your network.",
"title": "Manually connect to the device"
},
"user": {
"data": {
"blid": "BLID",
"continuous": "Continuous",
"delay": "Delay",
"host": "Host",
"password": "Password"
},
"description": "Select a Roomba or Braava.",
"title": "Automatically connect to the device"
}
}
},
"options": {
"step": {
"init": {
"data": {
"continuous": "Continuous",
"delay": "Delay"
}
}
}
}
}