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

24 lines
991 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key::common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key::common::config_flow::error::cannot_connect%]",
"invalid_auth": "Niepoprawne uwierzytelnienie",
"invalid_thermostat": "Numer seryjny termostatu jest nieprawid\u0142owy.",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {
"user": {
"data": {
"password": "Has\u0142o",
"serial_number": "Numer seryjny termostatu",
"username": "Nazwa u\u017cytkownika"
},
"description": "Musisz uzyska\u0107 numeryczny numer seryjny lub identyfikator termostatu, loguj\u0105c si\u0119 na https://MyNuHeat.com i wybieraj\u0105c termostat(y).",
"title": "Po\u0142\u0105czenie z NuHeat"
}
}
}
}