From 7665c89b835554f5f85d3a0446bbb8e25e5eac4e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 8 Feb 2023 11:54:18 +0100 Subject: [PATCH] Remove sneaked in translation from TP-Link Omada (#87695) --- .../tplink_omada/translations/en.json | 40 ------------------- 1 file changed, 40 deletions(-) delete mode 100644 homeassistant/components/tplink_omada/translations/en.json diff --git a/homeassistant/components/tplink_omada/translations/en.json b/homeassistant/components/tplink_omada/translations/en.json deleted file mode 100644 index bb3901e98d2..00000000000 --- a/homeassistant/components/tplink_omada/translations/en.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "config": { - "abort": { - "already_configured": "Device is already configured" - }, - "error": { - "cannot_connect": "Failed to connect", - "unsupported_controller": "Omada Controller version not supported.", - "invalid_auth": "Invalid authentication", - "unknown": "Unexpected error", - "no_sites_found": "No sites found which the user can manage." - }, - "step": { - "user": { - "data": { - "host": "Host", - "verify_ssl": "Verify SSL certificate", - "password": "Password", - "username": "Username" - }, - "title": "TP-Link Omada Controller", - "description": "Enter the connection details for the Omada controller. Cloud controllers aren't supported." - }, - "site": { - "data": { - "site": "Site" - }, - "title": "Choose which site(s) to manage" - }, - "reauth_confirm": { - "data": { - "password": "Password", - "username": "Username" - }, - "title": "Update TP-Link Omada Credentials", - "description": "The provided username and password have stopped working. Please update them." - } - } - } -} \ No newline at end of file