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

85 lines
3.2 KiB
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
"broker": {
"data": {
"broker": "Broker",
"discovery": "Enable discovery",
"password": "Password",
"port": "Port",
"username": "Username"
},
"description": "Please enter the connection information of your MQTT broker."
},
"hassio_confirm": {
"data": {
"discovery": "Enable discovery"
},
"description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the add-on {addon}?",
"title": "MQTT Broker via Home Assistant add-on"
}
}
},
"device_automation": {
"trigger_subtype": {
"button_1": "First button",
"button_2": "Second button",
"button_3": "Third button",
"button_4": "Fourth button",
"button_5": "Fifth button",
"button_6": "Sixth button",
"turn_off": "Turn off",
"turn_on": "Turn on"
},
"trigger_type": {
"button_double_press": "\"{subtype}\" double clicked",
"button_long_press": "\"{subtype}\" continuously pressed",
"button_long_release": "\"{subtype}\" released after long press",
"button_quadruple_press": "\"{subtype}\" quadruple clicked",
"button_quintuple_press": "\"{subtype}\" quintuple clicked",
"button_short_press": "\"{subtype}\" pressed",
"button_short_release": "\"{subtype}\" released",
"button_triple_press": "\"{subtype}\" triple clicked"
}
},
"options": {
"error": {
"bad_birth": "Invalid birth topic.",
"bad_will": "Invalid will topic.",
"cannot_connect": "Failed to connect"
},
"step": {
"broker": {
"data": {
"broker": "Broker",
"password": "Password",
"port": "Port",
"username": "Username"
},
"description": "Please enter the connection information of your MQTT broker."
},
"options": {
"data": {
"birth_enable": "Enable birth message",
"birth_payload": "Birth message payload",
"birth_qos": "Birth message QoS",
"birth_retain": "Birth message retain",
"birth_topic": "Birth message topic",
"discovery": "Enable discovery",
"will_enable": "Enable will message",
"will_payload": "Will message payload",
"will_qos": "Will message QoS",
"will_retain": "Will message retain",
"will_topic": "Will message topic"
},
"description": "Please select MQTT options."
}
}
}
}