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

24 lines
810 B
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "El servicio ya est\u00e1 configurado",
2020-03-04 18:13:24 +00:00
"import_failed": "No se pudo importar desde la configuraci\u00f3n"
2019-09-05 10:11:41 +00:00
},
"error": {
2020-03-04 18:13:24 +00:00
"connection_refused": "Conexi\u00f3n rechazada al conectarse al host",
2019-09-17 00:32:14 +00:00
"connection_timeout": "Tiempo de espera agotado al conectar a este host",
2020-04-08 00:08:19 +00:00
"resolve_failed": "Este host no se puede resolver"
2019-09-05 10:11:41 +00:00
},
"step": {
"user": {
"data": {
2020-07-20 00:03:01 +00:00
"host": "Host",
2019-09-05 10:11:41 +00:00
"name": "El nombre del certificado",
2020-07-20 00:03:01 +00:00
"port": "Puerto"
2019-09-17 00:32:14 +00:00
},
2022-08-14 00:25:47 +00:00
"title": "Definir el certificado a probar"
2019-09-05 10:11:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
},
"title": "Caducidad del certificado"
2019-09-05 10:11:41 +00:00
}