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

25 lines
758 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"invalid_host": "Invalid hostname or IP address"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{device}",
"step": {
"confirm_discovery": {
"description": "Do you want to add {device} to Home Assistant?"
},
"user": {
"data": {
"host": "Host"
},
"description": "Configure the IP address or local hostname of your Fronius device.",
"title": "Fronius SolarNet"
}
}
}
}