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

18 lines
453 B
JSON
Raw Normal View History

2022-07-02 00:25:27 +00:00
{
"config": {
"abort": {
2022-08-21 00:24:25 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
2022-07-02 00:25:27 +00:00
"existing_instance_updated": "Configura\u00e7\u00e3o existente atualizada."
},
"error": {
2022-08-21 00:24:25 +00:00
"cannot_connect": "Falha ao conectar"
2022-07-02 00:25:27 +00:00
},
"step": {
"user": {
"data": {
2022-08-21 00:24:25 +00:00
"host": "Nome do host"
2022-07-02 00:25:27 +00:00
}
}
}
}
}