core/homeassistant/components/vilfo/translations/en.json

20 lines
492 B
JSON
Raw Normal View History

2020-02-13 00:31:46 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Device is already configured"
2020-02-13 00:31:46 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
2020-02-13 00:31:46 +00:00
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"access_token": "Access Token",
"host": "Host"
2022-05-19 00:26:11 +00:00
}
2020-02-13 00:31:46 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-13 00:31:46 +00:00
}