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

22 lines
739 B
JSON
Raw Normal View History

2022-09-22 00:27:20 +00:00
{
"config": {
"abort": {
2022-10-22 00:35:23 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"already_in_progress": "O fluxo de configura\u00e7\u00e3o j\u00e1 est\u00e1 em andamento",
2022-09-22 00:27:20 +00:00
"no_devices_found": "Nenhum dispositivo encontrado na rede",
"not_supported": "Dispositivo n\u00e3o suportado"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Deseja configurar {name}?"
},
"user": {
"data": {
"address": "Dispositivo"
},
"description": "Escolha um dispositivo para configurar"
}
}
}
}