1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/vesync/strings.json
Quentame ec2ce31204 Fix script/translations_develop launch + clean some unused error i18n (#25459)
* 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
2019-08-11 20:40:18 -07:00

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