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

24 lines
965 B
JSON
Raw Normal View History

2022-01-12 00:15:31 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"api_not_enabled": "De API is niet ingeschakeld. Activeer API in de HomeWizard Energy App onder instellingen",
"device_not_supported": "Dit apparaat wordt niet ondersteund",
2022-02-01 00:18:49 +00:00
"invalid_discovery_parameters": "Niet-ondersteunde API-versie gedetecteerd",
2022-01-12 00:15:31 +00:00
"unknown_error": "Onverwachte fout"
},
"step": {
"discovery_confirm": {
2022-01-23 00:13:53 +00:00
"description": "Wilt u {product_type} ({serial}) op {ip_address} instellen?",
2022-01-12 00:15:31 +00:00
"title": "Bevestig"
},
"user": {
"data": {
"ip_address": "IP-adres"
},
"description": "Voer het IP-adres van uw HomeWizard Energy-apparaat in om te integreren met Home Assistant.",
"title": "Configureer apparaat"
}
}
}
}