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

28 lines
853 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_api_key": "Chave de API inv\u00e1lida"
},
"step": {
"reauth_confirm": {
"data": {
2022-01-31 00:14:28 +00:00
"api_key": "Chave da API",
"description": "Re-autentique com sua conta Ambee."
2022-01-30 00:14:21 +00:00
}
},
"user": {
"data": {
"api_key": "Chave da API",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nome"
2022-01-31 00:14:28 +00:00
},
"description": "Configure o Ambee para integrar com o Home Assistant."
2022-01-30 00:14:21 +00:00
}
}
}
}