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

33 lines
1.2 KiB
JSON
Raw Normal View History

2020-07-01 00:06:46 +00:00
{
"config": {
2020-07-21 00:03:00 +00:00
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"no_server_found": "Nie znaleziono serwera LMS."
2020-07-21 00:03:00 +00:00
},
"error": {
2020-09-15 00:09:18 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
2020-09-16 00:09:01 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie",
2020-10-08 00:06:03 +00:00
"no_server_found": "Nie uda\u0142o si\u0119 automatycznie wykry\u0107 serwera.",
2020-09-16 00:09:01 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-07-21 00:03:00 +00:00
},
2020-10-08 00:06:03 +00:00
"flow_title": "Logitech Squeezebox: {host}",
2020-07-01 00:06:46 +00:00
"step": {
"edit": {
"data": {
2020-07-21 00:03:00 +00:00
"host": "Nazwa hosta lub adres IP",
"password": "[%key_id:common::config_flow::data::password%]",
"port": "Port",
"username": "[%key_id:common::config_flow::data::username%]"
2020-10-08 00:06:03 +00:00
},
"title": "Edycja informacji o po\u0142\u0105czeniu"
2020-07-21 00:03:00 +00:00
},
"user": {
"data": {
"host": "Nazwa hosta lub adres IP"
2020-10-08 00:06:03 +00:00
},
"title": "Konfiguracja Serwera medi\u00f3w Logitech (LMS)"
2020-07-01 00:06:46 +00:00
}
}
2020-10-08 00:06:03 +00:00
},
"title": "Logitech Squeezebox"
2020-07-01 00:06:46 +00:00
}