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

20 lines
643 B
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
"already_configured": "The powerwall is already configured"
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"unknown": "Unexpected error",
"wrong_version": "Your powerwall uses a software version that is not supported. Please consider upgrading or reporting this issue so it can be resolved."
2020-03-24 13:18:47 +00:00
},
"step": {
"user": {
"data": {
"ip_address": "IP Address"
},
"title": "Connect to the powerwall"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}