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

22 lines
730 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-05-15 00:02:56 +00:00
"already_configured": "Konto jest ju\u017c skonfigurowane."
2020-05-13 18:27:21 +00:00
},
"error": {
"connection_error": "B\u0142\u0105d po\u0142\u0105czenia z Tibber.",
2020-05-15 00:02:56 +00:00
"invalid_access_token": "Niepoprawny token dost\u0119pu.",
2020-05-13 18:27:21 +00:00
"timeout": "Przekroczono limit czasu \u0142\u0105czenia z Tibber."
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"access_token": "Token dost\u0119pu"
2020-05-13 18:27:21 +00:00
},
"description": "Wprowad\u017a token dost\u0119pu z https://developer.tibber.com/settings/accesstoken",
"title": "Tibber"
}
}
},
"title": "Tibber"
}