Update devolo_home_control strings (#35362)
This commit is contained in:
parent
272ca3de35
commit
3a0d5126ae
2 changed files with 8 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
||||||
"title": "devolo Home Control",
|
"title": "devolo Home Control",
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "This Home Control Central is already configured."
|
"already_configured": "This Home Control Central Unit is already in use."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"invalid_credentials": "Incorrect user name and/or password."
|
"invalid_credentials": "Incorrect user name and/or password."
|
||||||
|
@ -10,12 +10,11 @@
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"username": "Username",
|
"username": "E-Mail-Address / devolo ID",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"Mydevolo_URL": "mydevolo URL",
|
"mydevolo_url": "mydevolo URL",
|
||||||
"Home_Control_URL": "Home Control URL"
|
"home_control_url": "Home Control URL"
|
||||||
},
|
},
|
||||||
"description": "Set up your devolo Home Control.",
|
|
||||||
"title": "devolo Home Control"
|
"title": "devolo Home Control"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "This Home Control Central is already configured."
|
"already_configured": "This Home Control Central Unit is already in use."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"invalid_credentials": "Incorrect user name and/or password."
|
"invalid_credentials": "Incorrect user name and/or password."
|
||||||
|
@ -9,12 +9,11 @@
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"Home_Control_URL": "Home Control URL",
|
"home_control_url": "Home Control URL",
|
||||||
"Mydevolo_URL": "mydevolo URL",
|
"mydevolo_url": "mydevolo URL",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"username": "Username"
|
"username": "E-Mail-Address / devolo ID"
|
||||||
},
|
},
|
||||||
"description": "Set up your devolo Home Control.",
|
|
||||||
"title": "devolo Home Control"
|
"title": "devolo Home Control"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue