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

20 lines
682 B
JSON

{
"config": {
"abort": {
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_access_token": "Niepoprawny token dost\u0119pu",
"timeout": "Przekroczono limit czasu \u0142\u0105czenia z Tibber"
},
"step": {
"user": {
"data": {
"access_token": "Token dost\u0119pu"
},
"description": "Wprowad\u017a token dost\u0119pu z https://developer.tibber.com/settings/accesstoken"
}
}
}
}