Update devolo_home_control strings (#35362)

This commit is contained in:
Markus Bong 2020-05-08 16:17:10 +02:00 committed by GitHub
parent 272ca3de35
commit 3a0d5126ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 10 deletions

View file

@ -2,7 +2,7 @@
"title": "devolo Home Control",
"config": {
"abort": {
"already_configured": "This Home Control Central is already configured."
"already_configured": "This Home Control Central Unit is already in use."
},
"error": {
"invalid_credentials": "Incorrect user name and/or password."
@ -10,12 +10,11 @@
"step": {
"user": {
"data": {
"username": "Username",
"username": "E-Mail-Address / devolo ID",
"password": "Password",
"Mydevolo_URL": "mydevolo URL",
"Home_Control_URL": "Home Control URL"
"mydevolo_url": "mydevolo URL",
"home_control_url": "Home Control URL"
},
"description": "Set up your devolo Home Control.",
"title": "devolo Home Control"
}
}

View file

@ -1,7 +1,7 @@
{
"config": {
"abort": {
"already_configured": "This Home Control Central is already configured."
"already_configured": "This Home Control Central Unit is already in use."
},
"error": {
"invalid_credentials": "Incorrect user name and/or password."
@ -9,12 +9,11 @@
"step": {
"user": {
"data": {
"Home_Control_URL": "Home Control URL",
"Mydevolo_URL": "mydevolo URL",
"home_control_url": "Home Control URL",
"mydevolo_url": "mydevolo URL",
"password": "Password",
"username": "Username"
"username": "E-Mail-Address / devolo ID"
},
"description": "Set up your devolo Home Control.",
"title": "devolo Home Control"
}
}