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

42 lines
1.3 KiB
JSON
Raw Normal View History

2020-05-31 00:02:42 +00:00
{
"config": {
"abort": {
2020-10-10 00:05:05 +00:00
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana"
2020-05-31 00:02:42 +00:00
},
"error": {
2020-10-13 00:03:24 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie",
2020-09-16 00:09:01 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-05-31 00:02:42 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-05-31 00:02:42 +00:00
"step": {
"user": {
"data": {
2020-11-11 11:10:09 +00:00
"flow_type": "Typ po\u0142\u0105czenia"
2020-05-31 00:02:42 +00:00
},
2020-10-13 00:03:24 +00:00
"description": "Wybierz produkt:",
2020-10-10 00:05:05 +00:00
"title": "Wybierz typ Plugwise"
2020-10-08 00:06:03 +00:00
},
"user_gateway": {
"data": {
"host": "Adres IP",
"password": "Identyfikator Smile",
2020-11-10 00:04:21 +00:00
"port": "Port",
"username": "Nazwa u\u017cytkownika"
2020-10-08 00:06:03 +00:00
},
2020-10-10 00:05:05 +00:00
"description": "Wprowad\u017a:",
2020-10-13 00:03:24 +00:00
"title": "Po\u0142\u0105czenie ze Smile"
2020-05-31 00:02:42 +00:00
}
}
2020-10-05 00:04:23 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Cz\u0119stotliwo\u015b\u0107 skanowania (w sekundach)"
},
"description": "Dostosowywanie opcji Plugwise"
}
}
2020-05-31 00:02:42 +00:00
}
}