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

24 lines
942 B
JSON
Raw Normal View History

2020-04-28 00:04:52 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Konto jest ju\u017c skonfigurowane"
2020-04-28 00:04:52 +00:00
},
"error": {
2020-10-13 00:03:24 +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",
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-04-28 00:04:52 +00:00
},
"step": {
"user": {
"data": {
"client_id": "Identyfikator klienta",
"client_secret": "Has\u0142o klienta",
2020-05-15 00:02:56 +00:00
"password": "Has\u0142o",
"username": "Nazwa u\u017cytkownika"
2020-04-28 00:04:52 +00:00
},
2020-10-26 00:03:36 +00:00
"description": "Aby uzyska\u0107 dost\u0119p do API Flume, musisz poprosi\u0107 o \"Client ID\" oraz \"Client secret\" na stronie https://portal.flumetech.com/settings#token",
2020-05-20 00:03:49 +00:00
"title": "Po\u0142\u0105czenie z kontem Flume"
2020-04-28 00:04:52 +00:00
}
}
}
}