mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
* Fix : script/translations_develop launch + clean some unused error i18n * Respecting strings.json order property title step error abort * Review from @fredrike : remove Telldus Live all_configured
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"config": {
|
|
"title": "VeSync",
|
|
"step": {
|
|
"user": {
|
|
"title": "Enter Username and Password",
|
|
"data": {
|
|
"username": "Email Address",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_login": "Invalid username or password"
|
|
},
|
|
"abort": {
|
|
"already_setup": "Only one Vesync instance is allowed"
|
|
}
|
|
}
|
|
} |