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

21 lines
806 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"authorize_url_timeout": "Tempo limite gerando URL de autoriza\u00e7\u00e3o.",
"missing_configuration": "O componente n\u00e3o est\u00e1 configurado. Por favor, siga a documenta\u00e7\u00e3o.",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"create_entry": {
"default": "Autenticado com sucesso"
},
"step": {
2022-01-31 00:14:28 +00:00
"pick_implementation": {
"title": "Escolha o m\u00e9todo de autentica\u00e7\u00e3o"
},
2022-01-30 00:14:21 +00:00
"reauth_confirm": {
2022-01-31 00:14:28 +00:00
"description": "A integra\u00e7\u00e3o do Lyric precisa autenticar novamente sua conta.",
2022-01-30 00:14:21 +00:00
"title": "Reautenticar Integra\u00e7\u00e3o"
}
}
}
}