core/homeassistant/components/pi_hole/translations/es.json

29 lines
847 B
JSON

{
"config": {
"abort": {
"already_configured": "El servicio ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar"
},
"step": {
"api_key": {
"data": {
"api_key": "Clave API"
}
},
"user": {
"data": {
"api_key": "Clave API",
"host": "Host",
"location": "Ubicaci\u00f3n",
"name": "Nombre",
"port": "Puerto",
"ssl": "Utiliza un certificado SSL",
"statistics_only": "S\u00f3lo las estad\u00edsticas",
"verify_ssl": "Verificar el certificado SSL"
}
}
}
}
}