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

22 lines
734 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Konto jest ju\u017c skonfigurowane"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-07 00:06:20 +00:00
"connection_error": "[%key::common::config_flow::error::cannot_connect%]",
2020-09-16 00:09:01 +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"
}