1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/homeassistant/components/songpal/translations/en.json

22 lines
559 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"not_songpal_device": "Not a Songpal device"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name} ({host})",
"step": {
"init": {
"description": "Do you want to set up {name} ({host})?"
},
"user": {
"data": {
"endpoint": "Endpoint"
}
}
}
}
}