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

47 lines
1.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
"not_supported": "Device not supported",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
"unknown": "Unexpected error"
},
"flow_title": "{name} ({model} at {host})",
"step": {
"auth": {
"title": "Authenticate to the device"
},
"finish": {
"data": {
"name": "Name"
},
"title": "Choose a name for the device"
},
"reset": {
"description": "{name} ({model} at {host}) is locked. You need to unlock the device in order to authenticate and complete the configuration. Instructions:\n1. Open the Broadlink app.\n2. Click on the device.\n3. Click `...` in the upper right.\n4. Scroll to the bottom of the page.\n5. Disable the lock.",
"title": "Unlock the device"
},
"unlock": {
"data": {
"unlock": "Yes, do it."
},
"description": "{name} ({model} at {host}) is locked. This can lead to authentication problems in Home Assistant. Would you like to unlock it?",
"title": "Unlock the device (optional)"
},
"user": {
"data": {
"host": "Host",
"timeout": "Timeout"
},
"title": "Connect to the device"
}
}
}
}