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

19 lines
443 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"
},
"step": {
"user": {
"data": {
"host": "Nome do host",
"port": "Porta"
}
}
}
}
}