core/homeassistant/components/bosch_shc/translations/pt.json

23 lines
668 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
2022-09-26 00:30:11 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
2022-07-13 00:27:34 +00:00
"error": {
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou",
2022-09-26 00:30:11 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2022-07-14 00:27:41 +00:00
"unknown": "Erro inesperado"
2022-07-13 00:27:34 +00:00
},
"step": {
"reauth_confirm": {
"title": "Reautenticar integra\u00e7\u00e3o"
},
"user": {
"data": {
2022-12-09 00:24:29 +00:00
"host": "Endere\u00e7o"
2022-07-13 00:27:34 +00:00
}
}
}
}
}