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

24 lines
597 B
JSON

{
"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"
}
}
}
},
"issues": {
"deprecated_yaml": {
"title": "De APC UPS Daemon YAML-configuratie wordt verwijderd."
}
}
}