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

24 lines
834 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"client_id": "Client ID",
"client_secret": "Client Secret",
"password": "Password",
"username": "Username"
},
"description": "In order to access the Flume Personal API, you will need to request a 'Client ID' and 'Client Secret' at https://portal.flumetech.com/settings#token",
"title": "Connect to your Flume Account"
}
}
}
}