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

33 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"incorrect_api_key": "Invalid API key for selected account",
"invalid_auth": "Invalid authentication",
"no_devices": "No devices discovered",
"no_username": "Could not get username"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API Key"
},
"data_description": {
"api_key": "Follow the documentation to get a new api key."
}
},
"user": {
"data": {
"api_key": "API Key"
},
"data_description": {
"api_key": "Follow the documentation to get your api key."
}
}
}
}
}