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

23 lines
599 B
JSON
Raw Normal View History

2021-04-07 00:04:06 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"flow_title": "SiteSage {name}",
"step": {
"confirm": {
2021-05-01 00:03:44 +00:00
"description": "Wilt u {name} ({host}) instellen?",
2021-04-07 00:04:06 +00:00
"title": "SiteSage Emonitor instellen"
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}