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

23 lines
590 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"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2021-04-07 00:04:06 +00:00
"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"
}
}
}
}
}