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

24 lines
833 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",
2022-01-31 00:14:28 +00:00
"register_failed": "Falha ao registrar, tente novamente",
2022-01-30 00:14:21 +00:00
"unknown": "Erro inesperado"
},
"step": {
2022-01-31 00:14:28 +00:00
"link": {
"description": "Clique em \"Enviar\" e toque na seta para a direita no roteador para registrar o Freebox com o Home Assistant.\n\n![Localiza\u00e7\u00e3o do bot\u00e3o no roteador](/static/images/config_freebox.png)",
"title": "Link roteador Freebox"
},
2022-01-30 00:14:21 +00:00
"user": {
"data": {
"host": "Nome do host",
"port": "Porta"
2022-05-19 00:26:11 +00:00
}
2022-01-30 00:14:21 +00:00
}
}
}
}