core/homeassistant/components/cert_expiry/strings.json

25 lines
889 B
JSON

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