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

24 lines
892 B
JSON
Raw Normal View History

2019-09-02 05:30:09 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
"already_configured": "Deze combinatie van host en poort is al geconfigureerd",
"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": {
"host": "De hostnaam van het certificaat",
"name": "De naam van het certificaat",
"port": "De poort van het certificaat"
},
"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
}