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

27 lines
895 B
JSON

{
"config": {
"error": {
"already_configured": "Account is already configured",
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"flow_title": "OVO Energy: {username}",
"step": {
"reauth": {
"data": {
"password": "Password"
},
"description": "Authentication failed for OVO Energy. Please enter your current credentials.",
"title": "Reauthentication"
},
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Set up an OVO Energy instance to access your energy usage.",
"title": "Add OVO Energy Account"
}
}
}
}