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

27 lines
855 B
JSON
Raw Normal View History

2020-07-21 00:03:00 +00:00
{
"config": {
2020-09-16 00:09:01 +00:00
"abort": {
"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",
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-07-21 00:03:00 +00:00
},
2020-10-04 00:05:05 +00:00
"flow_title": "Bond: {bond_id} ({host})",
2020-07-21 00:03:00 +00:00
"step": {
2020-09-16 00:09:01 +00:00
"confirm": {
"data": {
"access_token": "Token dost\u0119pu"
2020-10-04 00:05:05 +00:00
},
"description": "Czy chcesz skonfigurowa\u0107 {bond_id}?"
2020-09-16 00:09:01 +00:00
},
2020-07-21 00:03:00 +00:00
"user": {
"data": {
"access_token": "Token dost\u0119pu",
"host": "Nazwa hosta lub adres IP"
}
}
}
}
}