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

19 lines
596 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-08-06 00:02:06 +00:00
"authorization_error": "Authorization error. Check your credentials.",
2020-08-27 00:04:55 +00:00
"connection_error": "Failed to connect"
},
2020-08-06 00:02:06 +00:00
"step": {
"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-08-27 00:04:55 +00:00
}