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

19 lines
458 B
JSON
Raw Normal View History

2022-10-02 00:37:00 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"no_status": "Er is geen status gerapporteerd van Host"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Poort"
}
}
}
}
}