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

25 lines
943 B
JSON
Raw Normal View History

2019-09-10 00:32:37 +00:00
{
"config": {
"abort": {
2020-11-29 00:04:09 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2020-10-20 00:08:00 +00:00
"site_exists": "Ten site_id jest ju\u017c skonfigurowany"
2019-09-10 00:32:37 +00:00
},
"error": {
2020-11-29 00:04:09 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"could_not_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia z API solaredge",
"invalid_api_key": "Nieprawid\u0142owy klucz API",
"site_exists": "Ten site_id jest ju\u017c skonfigurowany",
"site_not_active": "Strona nie jest aktywna"
2019-09-10 00:32:37 +00:00
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Klucz API",
2019-09-10 00:32:37 +00:00
"name": "Nazwa tej instalacji",
"site_id": "SolarEdge site-id"
},
"title": "Zdefiniuj parametry API dla tej instalacji"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-10 00:32:37 +00:00
}