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

22 lines
571 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Do you want to start set up?"
},
"user": {
"data": {
"host": "Host"
},
"description": "Enter the hostname or IP address of your TOLO Sauna device."
}
}
}
}