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

26 lines
1023 B
JSON

{
"config": {
"abort": {
"host_port_exists": "This host and port combination is already configured"
},
"error": {
"certificate_error": "Certificate could not be validated",
"certificate_fetch_failed": "Can not fetch certificate from this host and port combination",
"connection_timeout": "Timeout when connecting to this host",
"host_port_exists": "This host and port combination is already configured",
"resolve_failed": "This host can not be resolved",
"wrong_host": "Certificate does not match hostname"
},
"step": {
"user": {
"data": {
"host": "The hostname of the certificate",
"name": "The name of the certificate",
"port": "The port of the certificate"
},
"title": "Define the certificate to test"
}
},
"title": "Certificate Expiry"
}
}