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

22 lines
978 B
JSON
Raw Normal View History

2019-06-04 15:50:48 +00:00
{
"config": {
"abort": {
2022-01-30 00:14:21 +00:00
"access_token": "Erro desconhecido ao gerar um token de acesso.",
2022-01-31 00:14:28 +00:00
"already_configured": "A conta j\u00e1 foi configurada",
"missing_configuration": "O componente n\u00e3o est\u00e1 configurado. Por favor, siga a documenta\u00e7\u00e3o."
2019-06-04 15:50:48 +00:00
},
"create_entry": {
2022-01-30 00:14:21 +00:00
"default": "Autenticado com sucesso"
2019-06-04 15:50:48 +00:00
},
"error": {
"follow_link": "Por favor, siga o link e autentique-se antes de pressionar Enviar",
"no_token": "N\u00e3o autenticado com o Ambiclimate"
},
"step": {
"auth": {
2022-01-31 00:14:28 +00:00
"description": "Por favor, siga este [link]({authorization_url}) e **Permitir** acesso \u00e0 sua conta Ambiclimate, em seguida, volte e pressione **Enviar** abaixo. \n (Verifique se a URL de retorno de chamada especificada \u00e9 {cb_url})",
2019-06-04 15:50:48 +00:00
"title": "Autenticar Ambiclimate"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-06-04 15:50:48 +00:00
}