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

23 lines
773 B
JSON
Raw Normal View History

2020-05-18 00:03:08 +00:00
{
"config": {
"abort": {
2020-09-15 00:09:18 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2020-05-18 00:03:08 +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-05-18 00:03:08 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{device} ({ip_address})",
2020-05-18 00:03:08 +00:00
"step": {
"user": {
"data": {
"ip_address": "Adres IP",
"password": "Has\u0142o",
"username": "Nazwa u\u017cytkownika"
2020-05-20 00:03:49 +00:00
},
"description": "Wprowad\u017a wymagane informacje poni\u017cej.",
2021-05-17 05:17:18 +00:00
"title": "Konfiguracja Gogogate2 lub ismartgate"
2020-05-18 00:03:08 +00:00
}
}
}
}