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

32 lines
1.1 KiB
JSON
Raw Normal View History

2021-05-10 00:04:47 +00:00
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2021-05-17 05:17:18 +00:00
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119",
2021-05-10 00:04:47 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
2021-05-17 05:17:18 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie",
2021-05-10 00:04:47 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2021-05-10 00:04:47 +00:00
"step": {
2021-05-17 05:17:18 +00:00
"authenticate": {
"data": {
"api_key": "Klucz API"
},
"description": "Wprowad\u017a klucz API ustawiony w konfiguracji dla {name}."
},
2021-05-10 00:04:47 +00:00
"user": {
"data": {
2021-05-17 05:17:18 +00:00
"api_key": "Klucz API",
"host": "Nazwa hosta lub adres IP",
"port": "Port"
},
"description": "Wprowad\u017a dane po\u0142\u0105czenia."
2021-05-10 00:04:47 +00:00
}
}
2021-05-17 05:17:18 +00:00
},
"title": "Mostek System"
2021-05-10 00:04:47 +00:00
}