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

19 lines
519 B
JSON
Raw Normal View History

2020-09-16 00:09:01 +00:00
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
"error": {
2020-09-22 00:07:08 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
2020-09-29 00:03:20 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie",
2020-09-16 00:09:01 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-09-29 00:03:20 +00:00
},
"step": {
"user": {
"data": {
"api_key": "Klucz API"
}
}
2020-09-16 00:09:01 +00:00
}
}
}