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

21 lines
685 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
"cannot_connect": "[%key::common::config_flow::error::cannot_connect%]",
2020-09-16 00:09:01 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie",
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-05-13 18:27:21 +00:00
},
"step": {
"user": {
"data": {
2020-10-07 00:06:20 +00:00
"api_token": "Token API"
2020-05-13 18:27:21 +00:00
},
"description": "B\u0119dziesz potrzebowa\u0142 klucza API ze strony https://home.juice.net/Manage.",
"title": "Po\u0142\u0105czenie z JuiceNet"
}
}
}
}