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

31 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Only a single configuration of MQTT is allowed."
},
"error": {
"cannot_connect": "Unable to connect to the broker."
},
"step": {
"broker": {
"data": {
"broker": "Broker",
"discovery": "Enable discovery",
"password": "Password",
"port": "Port",
"username": "Username"
},
"description": "Please enter the connection information of your MQTT broker.",
"title": "MQTT"
},
"hassio_confirm": {
"data": {
"discovery": "Enable discovery"
},
"description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the hass.io add-on {addon}?",
"title": "MQTT Broker via Hass.io add-on"
}
},
"title": "MQTT"
}
}