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

24 lines
816 B
JSON
Raw Normal View History

2019-09-02 05:30:09 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Service is al geconfigureerd",
2020-05-01 00:02:55 +00:00
"import_failed": "Importeren vanuit configuratie is mislukt"
},
2019-09-02 05:30:09 +00:00
"error": {
2020-05-01 00:02:55 +00:00
"connection_refused": "Verbinding geweigerd bij verbinding met host",
2019-10-22 00:32:10 +00:00
"connection_timeout": "Time-out bij verbinding maken met deze host",
2020-04-08 00:08:19 +00:00
"resolve_failed": "Deze host kon niet gevonden worden"
2019-09-02 05:30:09 +00:00
},
"step": {
"user": {
"data": {
2021-03-17 00:03:55 +00:00
"host": "Host",
2019-09-02 05:30:09 +00:00
"name": "De naam van het certificaat",
2021-03-17 00:03:55 +00:00
"port": "Poort"
2019-09-02 05:30:09 +00:00
},
"title": "Het certificaat defini\u00ebren dat moet worden getest"
}
2020-04-15 16:51:07 +00:00
}
},
"title": "Vervaldatum certificaat"
2019-09-02 05:30:09 +00:00
}