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

27 lines
895 B
JSON
Raw Normal View History

{
2020-08-06 00:02:06 +00:00
"config": {
"error": {
2020-08-27 00:04:55 +00:00
"already_configured": "Account is already configured",
2020-10-15 00:03:50 +00:00
"cannot_connect": "Failed to connect",
2020-10-17 00:06:00 +00:00
"invalid_auth": "Invalid authentication"
},
2020-11-22 00:04:54 +00:00
"flow_title": "OVO Energy: {username}",
2020-08-06 00:02:06 +00:00
"step": {
2020-11-22 00:04:54 +00:00
"reauth": {
"data": {
"password": "Password"
},
"description": "Authentication failed for OVO Energy. Please enter your current credentials.",
"title": "Reauthentication"
},
2020-08-06 00:02:06 +00:00
"user": {
"data": {
2020-08-27 00:04:55 +00:00
"password": "Password",
"username": "Username"
2020-08-06 00:02:06 +00:00
},
"description": "Set up an OVO Energy instance to access your energy usage.",
"title": "Add OVO Energy Account"
2020-08-06 00:02:06 +00:00
}
2020-11-22 00:04:54 +00:00
}
}
2020-08-27 00:04:55 +00:00
}