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

22 lines
658 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2020-10-20 00:08:00 +00:00
"not_songpal_device": "To nie jest urz\u0105dzenie Songpal"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-09-15 00:09:18 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2020-05-13 18:27:21 +00:00
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "Czy chcesz skonfigurowa\u0107 {name} ({host})?"
2020-05-13 18:27:21 +00:00
},
"user": {
"data": {
"endpoint": "Punkt ko\u0144cowy"
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}