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

27 lines
815 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Device is already configured",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
},
"flow_title": "{host}",
"step": {
"confirm": {
"description": "Do you want to add Arcam FMJ on `{host}` to Home Assistant?"
},
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Please enter the host name or IP address of device."
}
}
},
"device_automation": {
"trigger_type": {
"turn_on": "{entity_name} was requested to turn on"
}
2020-05-29 00:04:16 +00:00
}
2019-07-10 17:50:50 +00:00
}