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

24 lines
757 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Service is already configured",
2020-03-04 18:13:24 +00:00
"import_failed": "Import from config failed"
},
"error": {
2020-03-04 18:13:24 +00:00
"connection_refused": "Connection refused when connecting to host",
2019-09-14 00:32:15 +00:00
"connection_timeout": "Timeout when connecting to this host",
2020-04-08 00:08:19 +00:00
"resolve_failed": "This host can not be resolved"
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "Host",
"name": "The name of the certificate",
2020-05-13 18:27:21 +00:00
"port": "Port"
},
"title": "Define the certificate to test"
}
2020-04-15 16:51:07 +00:00
}
},
"title": "Certificate Expiry"
2019-09-18 00:32:12 +00:00
}