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

23 lines
625 B
JSON

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