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

19 lines
504 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"already_in_progress": "O fluxo de configura\u00e7\u00e3o j\u00e1 est\u00e1 em andamento",
"cannot_connect": "Falha ao conectar"
},
2020-08-27 00:04:55 +00:00
"step": {
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"host": "Nome do host",
2020-08-27 00:04:55 +00:00
"port": "Porta"
}
}
2020-05-17 00:02:56 +00:00
}
}
}