core/homeassistant/components/yamaha_musiccast/translations/pl.json

23 lines
810 B
JSON
Raw Normal View History

2021-06-16 00:09:27 +00:00
{
"config": {
2021-06-17 00:10:03 +00:00
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"yxc_control_url_missing": "Kontrolny adres URL nie jest podany w opisie ssdp."
},
"error": {
"no_musiccast_device": "Wygl\u0105da na to, \u017ce to urz\u0105dzenie nie jest urz\u0105dzeniem MusicCast."
},
"flow_title": "MusicCast: {name}",
2021-06-16 00:09:27 +00:00
"step": {
2021-06-17 00:10:03 +00:00
"confirm": {
"description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?"
},
2021-06-16 00:09:27 +00:00
"user": {
"data": {
"host": "Nazwa hosta lub adres IP"
2021-06-17 00:10:03 +00:00
},
"description": "Skonfiguruj MusicCast, aby zintegrowa\u0107 go z Home Assistantem."
2021-06-16 00:09:27 +00:00
}
}
}
}