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

34 lines
1.6 KiB
JSON
Raw Normal View History

2019-01-09 23:29:31 +00:00
{
"config": {
"abort": {
2022-01-30 00:14:21 +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",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
2019-01-09 23:29:31 +00:00
},
"error": {
"connection_error": "N\u00e3o \u00e9 poss\u00edvel conectar-se ao ESP. Por favor, verifique se o seu arquivo YAML cont\u00e9m uma linha 'api:'.",
2022-01-30 00:14:21 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2019-01-09 23:29:31 +00:00
"resolve_error": "N\u00e3o \u00e9 poss\u00edvel resolver o endere\u00e7o do ESP. Se este erro persistir, por favor, defina um endere\u00e7o IP est\u00e1tico: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
},
2019-06-04 15:50:48 +00:00
"flow_title": "ESPHome: {name}",
2019-01-09 23:29:31 +00:00
"step": {
"authenticate": {
"data": {
"password": "Senha"
},
2020-05-29 00:04:16 +00:00
"description": "Por favor, digite a senha que voc\u00ea definiu em sua configura\u00e7\u00e3o."
2019-01-09 23:29:31 +00:00
},
2019-06-14 21:53:13 +00:00
"discovery_confirm": {
2019-07-31 23:16:40 +00:00
"description": "Voc\u00ea quer adicionar o n\u00f3 ESPHome ` {name} ` ao Home Assistant?",
2019-06-14 21:53:13 +00:00
"title": "N\u00f3 ESPHome descoberto"
},
2019-01-09 23:29:31 +00:00
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"host": "Nome do host",
2019-01-09 23:29:31 +00:00
"port": "Porta"
},
2020-05-29 00:04:16 +00:00
"description": "Por favor insira as configura\u00e7\u00f5es de conex\u00e3o de seu n\u00f3 de [ESPHome] (https://esphomelib.com/)."
2019-01-09 23:29:31 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-01-09 23:29:31 +00:00
}