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

31 lines
1.0 KiB
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida",
"unknown": "Erro inesperado"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
2022-01-31 00:14:28 +00:00
"flow_title": "{name}",
2022-01-30 00:14:21 +00:00
"step": {
"authenticate": {
"data": {
"api_key": "Chave da API"
2022-01-31 00:14:28 +00:00
},
"description": "Insira a chave de API que voc\u00ea definiu em sua configura\u00e7\u00e3o para {name} ."
2022-01-30 00:14:21 +00:00
},
"user": {
"data": {
"api_key": "Chave da API",
"host": "Nome do host",
"port": "Porta"
2022-01-31 00:14:28 +00:00
},
"description": "Por favor, insira os detalhes da sua conex\u00e3o."
2022-01-30 00:14:21 +00:00
}
}
2022-04-29 00:22:21 +00:00
}
2022-01-30 00:14:21 +00:00
}