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

22 lines
596 B
JSON
Raw Normal View History

2020-05-16 00:03:50 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "Servi\u00e7o j\u00e1 configurado"
2020-05-16 00:03:50 +00:00
},
"error": {
"cannot_connect": "Falha ao conectar"
},
"step": {
"user": {
"data": {
"api_key": "Chave de API (Opcional)",
"host": "Endere\u00e7o (IP)",
"name": "Nome",
"port": "Porta",
"ssl": "Usar SSL",
"verify_ssl": "Verifique o certificado SSL"
}
}
}
}
}