1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/cert_expiry/strings.json
2025-10-28 10:33:10 +01:00

33 lines
913 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"import_failed": "Import from config failed"
},
"error": {
"connection_refused": "Connection refused when connecting to host",
"connection_reset": "Connection reset when connecting to host",
"connection_timeout": "Timeout when connecting to this host",
"resolve_failed": "This host cannot be resolved"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "The name of the certificate",
"port": "[%key:common::config_flow::data::port%]"
},
"title": "Define the certificate to test"
}
}
},
"entity": {
"sensor": {
"certificate_expiry": {
"name": "Cert expiry"
}
}
},
"title": "Certificate Expiry"
}