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

27 lines
871 B
JSON
Raw Normal View History

2020-07-01 00:06:46 +00:00
{
"config": {
2020-07-21 00:03:00 +00:00
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane."
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia.",
"invalid_auth": "Niepoprawne uwierzytelnienie.",
"unknown": "Nieoczekiwany b\u0142\u0105d."
},
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%]"
}
},
"user": {
"data": {
"host": "Nazwa hosta lub adres IP"
2020-07-01 00:06:46 +00:00
}
}
}
}
}