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

23 lines
615 B
JSON
Raw Normal View History

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