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

31 lines
1.0 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",
2020-10-20 00:08:00 +00:00
"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-21 00:06:01 +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
},
2021-05-17 05:17:18 +00:00
"flow_title": "{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",
2020-10-12 00:03:31 +00:00
"password": "Has\u0142o",
2020-07-21 00:03:00 +00:00
"port": "Port",
2020-10-12 00:03:31 +00:00
"username": "Nazwa u\u017cytkownika"
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-11-11 12:25:22 +00:00
}
2020-07-01 00:06:46 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-07-01 00:06:46 +00:00
}