homeassistant-vorwerk/translations/en.json
Fuempel 73589d9268
Fix translation issue during integration setup
Not working link causes strange dialog display during integration configuration phase.
2022-06-19 17:06:54 +02:00

28 lines
734 B
JSON

{
"config": {
"step": {
"user": {
"title": "Vorwerk Account Info",
"data": {
"email": "Email"
},
"description": "To recieve an authentication code, enter the email address of your vorwerk account."
},
"code": {
"title": "Vorwerk Account Info",
"data": {
"code": "Code"
},
"description": "Enter the code you received by email."
}
},
"error": {
"invalid_auth": "Invalid authentication"
},
"abort": {
"already_configured": "Account is already configured",
"invalid_auth": "Invalid authentication"
}
},
"title": "Vorwerk Kobold"
}