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

28 lines
853 B
JSON

{
"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": {
"api_key": "Chave da API",
"description": "Re-autentique com sua conta Ambee."
}
},
"user": {
"data": {
"api_key": "Chave da API",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nome"
},
"description": "Configure o Ambee para integrar com o Home Assistant."
}
}
}
}