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

20 lines
550 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
"api_key": "API Key"
},
"description": "Please enter the API key obtained from https://home.freedompro.eu",
"title": "Freedompro API key"
}
}
}
}