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

27 lines
865 B
JSON
Raw Normal View History

2020-06-08 00:02:43 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida",
"unknown": "Erro inesperado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2020-06-08 00:02:43 +00:00
"step": {
2020-12-07 00:04:18 +00:00
"reauth_confirm": {
"title": "Reautenticar integra\u00e7\u00e3o"
},
2020-06-08 00:02:43 +00:00
"user": {
"data": {
2020-12-07 00:04:18 +00:00
"api_key": "API Key",
"host": "Servidor",
"port": "Porta",
"ssl": "Utiliza um certificado SSL",
"verify_ssl": "Verificar o certificado SSL"
2020-06-08 00:02:43 +00:00
}
}
}
}
}