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

28 lines
911 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
2022-03-04 00:21:35 +00:00
"already_configured": "A conta j\u00e1 foi configurada",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
2022-01-30 00:14:21 +00:00
},
"error": {
2022-03-01 00:23:47 +00:00
"cannot_connect": "Falha ao conectar",
2022-03-04 00:21:35 +00:00
"incorrect_api_key": "Chave de API inv\u00e1lida para a conta selecionada",
2022-03-01 00:23:47 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"no_devices": "Nenhum dispositivo descoberto",
"no_username": "N\u00e3o foi poss\u00edvel obter o nome de usu\u00e1rio"
2022-01-30 00:14:21 +00:00
},
"step": {
2022-03-04 00:21:35 +00:00
"reauth_confirm": {
"data": {
2022-03-12 00:17:47 +00:00
"api_key": "Chave da API"
2022-03-04 00:21:35 +00:00
}
},
2022-01-30 00:14:21 +00:00
"user": {
"data": {
"api_key": "Chave da API",
"name": "Nome"
}
}
}
}
}