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

45 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name}",
"step": {
"link": {
"description": "Do you want to set up {name} ({host})?",
"title": "Set up Logitech Harmony Hub"
},
"user": {
"data": {
"host": "Host",
"name": "Hub Name"
},
"title": "Set up Logitech Harmony Hub"
}
}
},
"entity": {
"select": {
"activities": {
"state": {
"power_off": "Power Off"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"activity": "The default activity to execute when none is specified.",
"delay_secs": "The delay between sending commands."
},
"description": "Adjust Harmony Hub Options"
}
}
}
}