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

22 lines
816 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"
2020-02-13 00:31:46 +00:00
},
"description": "Set up the Vilfo Router integration. You need your Vilfo Router hostname/IP and an API access token. For additional information on this integration and how to get those details, visit: https://www.home-assistant.io/integrations/vilfo",
"title": "Connect to the Vilfo Router"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-13 00:31:46 +00:00
}