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

23 lines
615 B
JSON

{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha ao conectar",
"unknown": "Erro inesperado"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Deseja configurar {name} ({host})?",
"title": "Configura\u00e7\u00e3o SiteSage Emonitor"
},
"user": {
"data": {
"host": "Nome do host"
}
}
}
}
}