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

22 lines
591 B
JSON
Raw Normal View History

2020-05-16 00:03:50 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
2022-01-31 00:14:28 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"not_songpal_device": "N\u00e3o \u00e9 um dispositivo Songpal"
2022-01-30 00:14:21 +00:00
},
2020-05-16 00:03:50 +00:00
"error": {
"cannot_connect": "Falha ao conectar"
2022-01-31 00:14:28 +00:00
},
"flow_title": "{name} ({host})",
"step": {
"init": {
"description": "Deseja configurar {name} ( {host} )?"
},
"user": {
"data": {
"endpoint": "Ponto final"
}
}
2020-05-16 00:03:50 +00:00
}
}
}