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

27 lines
868 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida",
"unknown": "Erro inesperado"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"reauth_confirm": {
"title": "Reautenticar Integra\u00e7\u00e3o"
},
"user": {
"data": {
"api_key": "Chave da API",
"host": "Nome do host",
"port": "Porta",
"ssl": "Usar um certificado SSL",
"verify_ssl": "Verifique o certificado SSL"
}
}
}
}
}