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

14 lines
425 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"no_devices_found": "No devices found on the network",
"not_sonos_device": "Discovered device is not a Sonos device",
2020-10-04 00:05:05 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"confirm": {
2020-05-29 00:04:16 +00:00
"description": "Do you want to set up Sonos?"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-08-24 13:54:47 +00:00
}