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

27 lines
911 B
JSON
Raw Normal View History

2020-07-21 00:03:00 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
2020-07-21 00:03:00 +00:00
},
"error": {
2020-09-15 00:09:18 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
2020-09-16 00:09:01 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie",
2020-07-21 00:03:00 +00:00
"unknown": "[%key::common::config_flow::error::unknown%]"
},
"step": {
2020-07-22 00:02:30 +00:00
"device": {
"data": {
"device_name": "Urz\u0105dzenie"
},
"title": "Wybierz urz\u0105dzenie WOLF"
},
2020-07-21 00:03:00 +00:00
"user": {
"data": {
"password": "[%key_id:common::config_flow::data::password%]",
"username": "[%key_id:common::config_flow::data::username%]"
2020-07-22 00:02:30 +00:00
},
"title": "Po\u0142\u0105czenie WOLF SmartSet"
2020-07-21 00:03:00 +00:00
}
}
}
}