1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00
ha-core/homeassistant/components/devolo_home_control/translations/pl.json

26 lines
758 B
JSON
Raw Normal View History

2020-05-13 20:27:21 +02:00
{
"config": {
"abort": {
2020-10-13 02:03:24 +02:00
"already_configured": "Konto jest ju\u017c skonfigurowane"
2020-05-13 20:27:21 +02:00
},
"error": {
2020-11-11 12:10:09 +01:00
"invalid_auth": "Niepoprawne uwierzytelnienie"
2020-05-13 20:27:21 +02:00
},
"step": {
"user": {
"data": {
"mydevolo_url": "URL mydevolo",
2020-05-15 02:02:56 +02:00
"password": "Has\u0142o",
2020-10-08 02:06:03 +02:00
"username": "Nazwa u\u017cytkownika/identyfikator devolo"
2020-11-11 13:25:22 +01:00
}
2021-04-24 02:03:34 +02:00
},
"zeroconf_confirm": {
"data": {
"mydevolo_url": "URL mydevolo",
"password": "Has\u0142o",
"username": "Adres e-mail/identyfikator devolo"
}
2020-05-13 20:27:21 +02:00
}
}
2020-11-11 13:25:22 +01:00
}
2020-05-13 20:27:21 +02:00
}