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

36 lines
1.0 KiB
JSON
Raw Normal View History

{
2020-03-24 13:18:47 +00:00
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Device is already configured"
2020-03-24 13:18:47 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-03-24 13:18:47 +00:00
"unknown": "Unexpected error"
},
"flow_title": "{name}",
2020-03-24 13:18:47 +00:00
"step": {
"link": {
"description": "Do you want to setup {name} ({host})?",
"title": "Setup Logitech Harmony Hub"
},
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "Host",
2020-03-24 13:18:47 +00:00
"name": "Hub Name"
},
"title": "Setup Logitech Harmony Hub"
}
2020-04-15 16:51:07 +00:00
}
},
2020-03-24 13:18:47 +00:00
"options": {
"step": {
"init": {
"data": {
"activity": "The default activity to execute when none is specified.",
2020-06-21 00:10:03 +00:00
"delay_secs": "The delay between sending commands."
2020-03-24 13:18:47 +00:00
},
"description": "Adjust Harmony Hub Options"
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}