diff --git a/custom_components/plugwise_usb/translations/en.json b/custom_components/plugwise_usb/translations/en.json index 74c6a709..5cf172c6 100644 --- a/custom_components/plugwise_usb/translations/en.json +++ b/custom_components/plugwise_usb/translations/en.json @@ -15,13 +15,11 @@ } }, "error": { + "already_configured": "This device is already configured", "cannot_connect": "Failed to connect", "network_down": "Plugwise Zigbee network is down", "network_timeout": "Network communication timeout", "stick_init": "Initialization of Plugwise USB-stick failed" - }, - "abort": { - "already_configured": "This device is already configured" } }, "services": { diff --git a/custom_components/plugwise_usb/translations/nl.json b/custom_components/plugwise_usb/translations/nl.json index 88310aea..d3804689 100644 --- a/custom_components/plugwise_usb/translations/nl.json +++ b/custom_components/plugwise_usb/translations/nl.json @@ -15,13 +15,11 @@ } }, "error": { + "already_configured": "Dit apparaat is al geconfigureerd", "cannot_connect": "Verbinden is mislukt", "network_down": "Plugwise Zigbee netwerk is onbereikbaar", "network_timeout": "Network communicatie timeout", "stick_init": "Initaliseren van USB-stick mislukt" - }, - "abort": { - "already_configured": "Dit apparaat is al geconfigureerd" } }, "services": {