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

24 lines
717 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Service is al geconfigureerd",
"unknown": "Onverwachte fout"
},
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie"
},
2020-10-09 00:04:33 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"api_key": "API-sleutel",
"host": "Host",
"port": "Poort",
"ssl": "Maakt gebruik van een SSL-certificaat",
"verify_ssl": "SSL-certificaat verifi\u00ebren"
},
"title": "Maak verbinding met Sonarr"
2020-10-09 00:04:33 +00:00
}
}
}
}