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

24 lines
1.0 KiB
JSON
Raw Normal View History

2019-09-28 00:32:10 +00:00
{
"config": {
"abort": {
2020-10-15 00:03:50 +00:00
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
2019-09-28 00:32:10 +00:00
},
"error": {
"pin_request_failed": "B\u0142\u0105d podczas \u017c\u0105dania kodu PIN od ecobee; sprawd\u017a, czy klucz API jest poprawny.",
2019-10-10 00:31:40 +00:00
"token_request_failed": "B\u0142\u0105d podczas \u017c\u0105dania token\u00f3w od ecobee. Spr\u00f3buj ponownie."
2019-09-28 00:32:10 +00:00
},
"step": {
"authorize": {
2020-04-15 16:51:07 +00:00
"description": "Autoryzuj t\u0119 aplikacj\u0119 na https://www.ecobee.com/consumerportal/index.html za pomoc\u0105 kodu PIN: \n\n {pin} \n \n Nast\u0119pnie naci\u015bnij przycisk \"Zatwierd\u017a\".",
2019-09-28 00:32:10 +00:00
"title": "Autoryzuj aplikacj\u0119 na ecobee.com"
},
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Klucz API"
2019-09-28 00:32:10 +00:00
},
"description": "Prosz\u0119 wprowadzi\u0107 klucz API uzyskany na ecobee.com.",
2020-05-15 00:02:56 +00:00
"title": "Klucz API"
2019-09-28 00:32:10 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-28 00:32:10 +00:00
}