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

23 lines
599 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"flow_title": "SiteSage {name}",
"step": {
"confirm": {
"description": "Wilt u {name} ({host}) instellen?",
"title": "SiteSage Emonitor instellen"
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}