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

29 lines
826 B
JSON
Raw Normal View History

2020-05-15 00:02:56 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "El servicio ya est\u00e1 configurado"
2020-05-15 00:02:56 +00:00
},
"error": {
"cannot_connect": "No se pudo conectar"
},
"step": {
2021-02-03 10:46:49 +00:00
"api_key": {
"data": {
"api_key": "Clave API"
}
},
2020-05-15 00:02:56 +00:00
"user": {
"data": {
2020-07-20 00:03:01 +00:00
"api_key": "Clave API",
2020-05-15 00:02:56 +00:00
"host": "Host",
2020-07-20 00:03:01 +00:00
"location": "Ubicaci\u00f3n",
2020-05-15 00:02:56 +00:00
"name": "Nombre",
"port": "Puerto",
"ssl": "Usar SSL",
2021-02-03 10:46:49 +00:00
"statistics_only": "S\u00f3lo las estad\u00edsticas",
2020-05-15 00:02:56 +00:00
"verify_ssl": "Verificar certificado SSL"
}
}
}
}
}