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

24 lines
718 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_account": "Account ID should be a 9 digit number",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"id": "Account Id",
"is_tou": "Is Time of Use Plan",
"password": "Password",
"username": "Username"
}
}
}
},
"title": "SRP Energy"
}