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

32 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "The password for {username} is no longer valid.",
"title": "Reauthenticate your Flume Account"
},
"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"
}
}
}
}