core/homeassistant/components/vilfo/strings.json

24 lines
934 B
JSON

{
"config": {
"title": "Vilfo Router",
"step": {
"user": {
"title": "Connect to the Vilfo Router",
"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",
"data": {
"host": "Router hostname or IP",
"access_token": "Access token for the Vilfo Router API"
}
}
},
"error": {
"cannot_connect": "Failed to connect. Please check the information you provided and try again.",
"invalid_auth": "Invalid authentication. Please check the access token and try again.",
"unknown": "An unexpected error occurred while setting up the integration."
},
"abort": {
"already_configured": "This Vilfo Router is already configured."
}
}
}