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

18 lines
418 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou",
2022-07-13 00:27:34 +00:00
"unknown": "Erro inesperado"
2022-12-09 00:24:29 +00:00
},
"step": {
"user": {
"data": {
"host": "Endere\u00e7o"
}
}
2022-07-13 00:27:34 +00:00
}
}
}