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

19 lines
478 B
JSON
Raw Normal View History

2021-08-06 00:15:04 +00:00
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
"error": {
"invalid_auth": "Niepoprawne uwierzytelnienie",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {
"user": {
"data": {
"email": "Adres e-mail",
"password": "Has\u0142o"
}
}
}
}
}