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

25 lines
797 B
JSON
Raw Normal View History

{
2019-12-09 00:32:08 +00:00
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Device is already configured",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
2019-12-09 00:32:08 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
2019-12-09 00:32:08 +00:00
},
"flow_title": "{serial_number}",
2019-12-09 00:32:08 +00:00
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "Host",
"port": "Port"
2019-12-09 00:32:08 +00:00
},
"description": "Set up your Elgato Light to integrate with Home Assistant."
2019-12-09 00:32:08 +00:00
},
"zeroconf_confirm": {
"description": "Do you want to add the Elgato Light with serial number `{serial_number}` to Home Assistant?",
"title": "Discovered Elgato Light device"
2019-12-09 00:32:08 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-12-09 00:32:08 +00:00
}