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

24 lines
834 B
JSON
Raw Normal View History

{
2020-04-09 00:07:25 +00:00
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Account is already configured"
2020-04-09 00:07:25 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-04-09 00:07:25 +00:00
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-04-09 00:07:25 +00:00
}