Remove sneaked in translation from TP-Link Omada (#87695)

This commit is contained in:
Franck Nijhof 2023-02-08 11:54:18 +01:00 committed by GitHub
parent 1c3713d08f
commit 7665c89b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 40 deletions

View File

@ -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."
}
}
}
}