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

31 lines
805 B
JSON

{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha ao conectar",
"unknown": "Erro inesperado"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Deseja configurar {name} {model} ({host})?"
},
"user": {
"data": {
"host": "Nome do host"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"hold_temp": "Defina uma reten\u00e7\u00e3o permanente ao ajustar a temperatura."
}
}
}
}
}